2022-09-27T15:28:27.3395679Z Requested labels: linux.2xlarge 2022-09-27T15:28:27.3395756Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:28:27.3395779Z Waiting for a runner to pick up this job... 2022-09-27T15:28:45.4759421Z Job is about to start running on the runner: i-00b60d32058b20b93 (organization) 2022-09-27T15:28:50.1118560Z Current runner version: '2.296.2' 2022-09-27T15:28:50.1124060Z Runner name: 'i-00b60d32058b20b93' 2022-09-27T15:28:50.1124579Z Runner group name: 'Default' 2022-09-27T15:28:50.1125186Z Machine name: 'ip-10-0-2-116' 2022-09-27T15:28:50.1127149Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:28:50.1127769Z Actions: read 2022-09-27T15:28:50.1128053Z Checks: read 2022-09-27T15:28:50.1128342Z Contents: read 2022-09-27T15:28:50.1128588Z Deployments: read 2022-09-27T15:28:50.1128912Z Discussions: read 2022-09-27T15:28:50.1129196Z Issues: read 2022-09-27T15:28:50.1129436Z Metadata: read 2022-09-27T15:28:50.1129716Z Packages: read 2022-09-27T15:28:50.1130041Z Pages: read 2022-09-27T15:28:50.1130298Z PullRequests: read 2022-09-27T15:28:50.1130631Z RepositoryProjects: read 2022-09-27T15:28:50.1130950Z SecurityEvents: read 2022-09-27T15:28:50.1131202Z Statuses: read 2022-09-27T15:28:50.1131498Z ##[endgroup] 2022-09-27T15:28:50.1134826Z Secret source: None 2022-09-27T15:28:50.1135383Z Prepare workflow directory 2022-09-27T15:28:50.3541542Z Prepare all required actions 2022-09-27T15:28:50.3706163Z Getting action download info 2022-09-27T15:28:50.5581357Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:28:53.2031438Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:28:53.3254020Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:28:53.5762635Z Getting action download info 2022-09-27T15:28:53.7648357Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:28:53.9481373Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:28:53.9483009Z ##[group] Inputs 2022-09-27T15:28:53.9483313Z build-environment: linux-focal-py3.7-clang7-asan 2022-09-27T15:28:53.9483905Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 3, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 4, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 5, num_shards: 5, runner: "linux.2xlarge" }, ]} 2022-09-27T15:28:53.9484576Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:53.9484920Z sync-tag: 2022-09-27T15:28:53.9485081Z ##[endgroup] 2022-09-27T15:28:53.9485533Z Complete job name: linux-focal-py3.7-clang7-asan / test (default, 2, 5, linux.2xlarge) 2022-09-27T15:28:54.0145228Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:28:54.0145535Z with: 2022-09-27T15:28:54.0145705Z submodules: recursive 2022-09-27T15:28:54.0145896Z fetch-depth: 0 2022-09-27T15:28:54.0146065Z env: 2022-09-27T15:28:54.0146240Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:54.0146428Z ##[endgroup] 2022-09-27T15:28:54.0364457Z ##[group]Run retry () { 2022-09-27T15:28:54.0364719Z retry () { 2022-09-27T15:28:54.0364954Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:28:54.0365169Z } 2022-09-27T15:28:54.0365344Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:28:54.0365568Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:28:54.0365793Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:28:54.0365996Z else 2022-09-27T15:28:54.0366178Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:28:54.0366370Z fi 2022-09-27T15:28:54.0366613Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:28:54.0382272Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:54.0382525Z env: 2022-09-27T15:28:54.0382709Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:54.0382882Z NO_SUDO: 2022-09-27T15:28:54.0383199Z ##[endgroup] 2022-09-27T15:28:54.0552473Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:28:55.7725349Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:28:55.7725585Z with: 2022-09-27T15:28:55.7725783Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:55.7725986Z fetch-depth: 0 2022-09-27T15:28:55.7726160Z submodules: recursive 2022-09-27T15:28:55.7726348Z quiet-checkout: true 2022-09-27T15:28:55.7726552Z repository: pytorch/pytorch 2022-09-27T15:28:55.7726912Z token: *** 2022-09-27T15:28:55.7727079Z ssh-strict: true 2022-09-27T15:28:55.7727275Z persist-credentials: true 2022-09-27T15:28:55.7727464Z clean: true 2022-09-27T15:28:55.7727626Z lfs: false 2022-09-27T15:28:55.7727805Z set-safe-directory: true 2022-09-27T15:28:55.7727983Z env: 2022-09-27T15:28:55.7728141Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:55.7728323Z ##[endgroup] 2022-09-27T15:28:55.8861185Z Syncing repository: pytorch/pytorch 2022-09-27T15:28:55.8862552Z ##[group]Getting Git version info 2022-09-27T15:28:55.8863024Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:28:55.8863463Z [command]/usr/bin/git version 2022-09-27T15:28:55.8867889Z git version 2.37.1 2022-09-27T15:28:55.8888318Z ##[endgroup] 2022-09-27T15:28:55.8902999Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/30e93570-1f2f-4a49-a2cb-74d6c4eb6c1c' before making global git config changes 2022-09-27T15:28:55.8903632Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:28:55.8909144Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:28:55.8946679Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:28:55.8950203Z ##[group]Initializing the repository 2022-09-27T15:28:55.8954709Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:28:55.9063843Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:28:55.9064440Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:28:55.9064960Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:28:55.9065384Z hint: 2022-09-27T15:28:55.9065852Z hint: git config --global init.defaultBranch 2022-09-27T15:28:55.9066410Z hint: 2022-09-27T15:28:55.9066780Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:28:55.9067142Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:28:55.9067379Z hint: 2022-09-27T15:28:55.9067713Z hint: git branch -m 2022-09-27T15:28:55.9068096Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:28:55.9074221Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:28:55.9105025Z ##[endgroup] 2022-09-27T15:28:55.9105461Z ##[group]Disabling automatic garbage collection 2022-09-27T15:28:55.9109994Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:28:55.9136844Z ##[endgroup] 2022-09-27T15:28:55.9137201Z ##[group]Setting up auth 2022-09-27T15:28:55.9144081Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:28:55.9172983Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:28:55.9409213Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:28:55.9440357Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T15:28:55.9680546Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:28:55.9724162Z ##[endgroup] 2022-09-27T15:28:55.9724542Z ##[group]Fetching the repository 2022-09-27T15:28:55.9730524Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-09-27T15:29:44.7392536Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:29:44.7432347Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:45.8824377Z ##[endgroup] 2022-09-27T15:29:45.8824999Z ##[group]Determining the checkout info 2022-09-27T15:29:45.8825724Z ##[endgroup] 2022-09-27T15:29:45.8826166Z ##[group]Checking out the ref 2022-09-27T15:29:45.8831098Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:47.1044525Z ##[endgroup] 2022-09-27T15:29:47.1045011Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:29:47.1050765Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:29:47.1095764Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:29:47.1126263Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:29:47.1154635Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:29:47.1179767Z ##[endgroup] 2022-09-27T15:29:47.1180307Z ##[group]Fetching submodules 2022-09-27T15:29:47.1184332Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:29:47.1442304Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:29:47.1697052Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:29:47.1697762Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:29:47.1699564Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:29:47.1701895Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:29:47.1704285Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:29:47.1707328Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:29:47.1709681Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:29:47.1712464Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:29:47.1715479Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:29:47.1718454Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:29:47.1721698Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:29:47.1724898Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:29:47.1771456Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:29:47.1772557Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:29:47.1773171Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:29:47.1774095Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:29:47.1774662Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:29:47.1775370Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:29:47.1776027Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:29:47.1776536Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:29:47.1777017Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:29:47.1782112Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:29:47.1782938Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:29:47.1783452Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:29:47.1783924Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:29:47.1784421Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:29:47.1784918Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:29:47.1788047Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:29:47.1792628Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:29:47.1797234Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:29:47.1801995Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:29:47.1806766Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:29:47.1811799Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:29:47.1817107Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:29:47.1822170Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:29:47.1827524Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:29:47.1832940Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:29:47.1838317Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:29:47.1843912Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:29:47.1849778Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:29:47.1855701Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:29:47.1883079Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:29:47.4967790Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:29:47.7219478Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:29:47.9193597Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:29:48.2312780Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:29:48.4734117Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:29:50.6506288Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:29:56.1686171Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:29:56.5597089Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:29:57.1015572Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:29:58.4976976Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:29:59.5794124Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:30:00.7735600Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:30:08.3533840Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:30:09.0023958Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:30:10.1574684Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:30:11.3336614Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:30:11.5503680Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:30:12.0069471Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:30:12.3348845Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:30:13.9739685Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:30:14.4596264Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:30:14.7176024Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:30:15.2261297Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:30:16.6100621Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:30:17.1366518Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:30:17.7656012Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:30:23.4591378Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:30:25.0340146Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:30:25.4475598Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:30:25.6690859Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:30:31.0569466Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:30:31.2892007Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:30:31.5137773Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:30:32.5517074Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:30:32.7720179Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:30:33.1130998Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:30:33.4037733Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:30:33.9687045Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:30:35.9577920Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:30:36.4386133Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:30:38.6867759Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:30:38.6963799Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:30:38.7035915Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:30:38.7239776Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:30:38.7440323Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:30:38.7784618Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:30:39.3261686Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:30:39.3451177Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:30:39.4358800Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:30:39.4674834Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:30:39.7312901Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:30:40.1015524Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:30:40.3252566Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:30:40.3679404Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:30:40.3692766Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:30:40.3694824Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:30:40.3696818Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:30:40.3699170Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:30:40.3721311Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:30:41.2126022Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:30:41.7605740Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:30:42.6930105Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:30:43.0054352Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:30:43.0981019Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:30:43.1513576Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:30:43.1603407Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:30:43.2376332Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:30:43.2687433Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:30:43.2768724Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:30:43.3135933Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:30:43.3354531Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:30:43.3778267Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:30:43.3883736Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:30:43.3896408Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:30:43.3917169Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:30:50.2238197Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:30:50.2253875Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:30:50.2276168Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:30:56.9554107Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:30:56.9647697Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:30:56.9777965Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:30:57.0640597Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:30:57.0654827Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:30:57.0656612Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:30:57.0679383Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:30:58.2296186Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:30:59.2600993Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:30:59.3098213Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:30:59.3280823Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:30:59.3410130Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:30:59.4392540Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:30:59.6620177Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:30:59.6646303Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:30:59.6648343Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:30:59.6671410Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:31:00.0502529Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:31:01.0533291Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:31:01.0815529Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:31:01.0951103Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:31:01.0963302Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:01.0984284Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:31:03.2248789Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:31:03.2266889Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:03.2268768Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:03.2291708Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:31:03.6486311Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:31:04.4877058Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:31:04.5472675Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:31:04.5486077Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:04.5508471Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:31:04.8010309Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:31:04.8092449Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:31:05.0426257Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:31:05.0444509Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:05.0446264Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:05.0469838Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:31:05.5010851Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:31:06.5153114Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:31:06.5775922Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:31:06.5851348Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:31:06.5945507Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:31:06.6246358Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:31:06.6326199Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:31:06.6584606Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:31:06.6668424Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:31:06.7069811Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:31:06.8048584Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:31:06.8284212Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:31:06.8297591Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:06.8299435Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:06.8301460Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:06.8303616Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:06.8325825Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:31:07.8274570Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:31:08.0911616Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:31:09.2155215Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:31:10.0252030Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:31:10.0383390Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:31:10.0975671Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:31:10.1228806Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:31:10.1241399Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:10.1263361Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:31:10.3430684Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:31:10.4650260Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:31:10.4677296Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:31:10.4932467Z Entering 'android/libs/fbjni' 2022-09-27T15:31:10.4965214Z Entering 'third_party/FP16' 2022-09-27T15:31:10.4999544Z Entering 'third_party/FXdiv' 2022-09-27T15:31:10.5032591Z Entering 'third_party/NNPACK' 2022-09-27T15:31:10.5066391Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:10.5099456Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:10.5132919Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:10.5177189Z Entering 'third_party/benchmark' 2022-09-27T15:31:10.5210486Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:10.5243931Z Entering 'third_party/cub' 2022-09-27T15:31:10.5276927Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:10.5315249Z Entering 'third_party/cutlass' 2022-09-27T15:31:10.5354763Z Entering 'third_party/eigen' 2022-09-27T15:31:10.5391012Z Entering 'third_party/fbgemm' 2022-09-27T15:31:10.5424169Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:10.5456754Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:10.5489763Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:10.5522249Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:10.5555754Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:10.5591233Z Entering 'third_party/fmt' 2022-09-27T15:31:10.5624344Z Entering 'third_party/foxi' 2022-09-27T15:31:10.5657530Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:10.5690318Z Entering 'third_party/gloo' 2022-09-27T15:31:10.5723554Z Entering 'third_party/googletest' 2022-09-27T15:31:10.5757003Z Entering 'third_party/ideep' 2022-09-27T15:31:10.5790899Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:10.5825171Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:10.5864491Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:10.5898072Z Entering 'third_party/ittapi' 2022-09-27T15:31:10.5931560Z Entering 'third_party/kineto' 2022-09-27T15:31:10.5965876Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:10.5999013Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:10.6033367Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:10.6067217Z Entering 'third_party/neon2sse' 2022-09-27T15:31:10.6100148Z Entering 'third_party/nlohmann' 2022-09-27T15:31:10.6135555Z Entering 'third_party/onnx' 2022-09-27T15:31:10.6179228Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:10.6212225Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:10.6247772Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:10.6281055Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:10.6319208Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:10.6351553Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:10.6384917Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:10.6421635Z Entering 'third_party/pocketfft' 2022-09-27T15:31:10.6454414Z Entering 'third_party/protobuf' 2022-09-27T15:31:10.6490369Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:10.6523535Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:10.6558670Z Entering 'third_party/psimd' 2022-09-27T15:31:10.6592094Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:10.6625008Z Entering 'third_party/pybind11' 2022-09-27T15:31:10.6658321Z Entering 'third_party/python-enum' 2022-09-27T15:31:10.6690625Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:10.6724029Z Entering 'third_party/python-six' 2022-09-27T15:31:10.6757381Z Entering 'third_party/sleef' 2022-09-27T15:31:10.6791097Z Entering 'third_party/tbb' 2022-09-27T15:31:10.6827450Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:10.6860887Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:10.6895836Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:10.6927428Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:10.6960238Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:10.6993522Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:10.7029733Z Entering 'third_party/zstd' 2022-09-27T15:31:10.7070937Z ##[endgroup] 2022-09-27T15:31:10.7073722Z ##[group]Persisting credentials for submodules 2022-09-27T15:31:10.7079199Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-09-27T15:31:10.7333454Z Entering 'android/libs/fbjni' 2022-09-27T15:31:10.7366741Z Entering 'third_party/FP16' 2022-09-27T15:31:10.7399444Z Entering 'third_party/FXdiv' 2022-09-27T15:31:10.7433309Z Entering 'third_party/NNPACK' 2022-09-27T15:31:10.7466677Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:10.7500091Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:10.7533236Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:10.7576192Z Entering 'third_party/benchmark' 2022-09-27T15:31:10.7608760Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:10.7643167Z Entering 'third_party/cub' 2022-09-27T15:31:10.7677397Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:10.7715385Z Entering 'third_party/cutlass' 2022-09-27T15:31:10.7755362Z Entering 'third_party/eigen' 2022-09-27T15:31:10.7791432Z Entering 'third_party/fbgemm' 2022-09-27T15:31:10.7825289Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:10.7857205Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:10.7889159Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:10.7922039Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:10.7954685Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:10.7989235Z Entering 'third_party/fmt' 2022-09-27T15:31:10.8023436Z Entering 'third_party/foxi' 2022-09-27T15:31:10.8055432Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:10.8087604Z Entering 'third_party/gloo' 2022-09-27T15:31:10.8120861Z Entering 'third_party/googletest' 2022-09-27T15:31:10.8153578Z Entering 'third_party/ideep' 2022-09-27T15:31:10.8186023Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:10.8220103Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:10.8258761Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:10.8292226Z Entering 'third_party/ittapi' 2022-09-27T15:31:10.8324723Z Entering 'third_party/kineto' 2022-09-27T15:31:10.8358630Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:10.8392261Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:10.8426325Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:10.8459547Z Entering 'third_party/neon2sse' 2022-09-27T15:31:10.8491381Z Entering 'third_party/nlohmann' 2022-09-27T15:31:10.8525715Z Entering 'third_party/onnx' 2022-09-27T15:31:10.8569563Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:10.8605200Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:10.8640060Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:10.8672771Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:10.8710322Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:10.8742992Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:10.8776417Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:10.8813196Z Entering 'third_party/pocketfft' 2022-09-27T15:31:10.8845826Z Entering 'third_party/protobuf' 2022-09-27T15:31:10.8882157Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:10.8914355Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:10.8948113Z Entering 'third_party/psimd' 2022-09-27T15:31:10.8981297Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:10.9014085Z Entering 'third_party/pybind11' 2022-09-27T15:31:10.9046336Z Entering 'third_party/python-enum' 2022-09-27T15:31:10.9079572Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:10.9111766Z Entering 'third_party/python-six' 2022-09-27T15:31:10.9145593Z Entering 'third_party/sleef' 2022-09-27T15:31:10.9178027Z Entering 'third_party/tbb' 2022-09-27T15:31:10.9211722Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:10.9244450Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:10.9278471Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:10.9310605Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:10.9342657Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:10.9375431Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:10.9410888Z Entering 'third_party/zstd' 2022-09-27T15:31:10.9455477Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-09-27T15:31:10.9704558Z Entering 'android/libs/fbjni' 2022-09-27T15:31:10.9735308Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:31:10.9748379Z Entering 'third_party/FP16' 2022-09-27T15:31:10.9779716Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:31:10.9793381Z Entering 'third_party/FXdiv' 2022-09-27T15:31:10.9825674Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:31:10.9839635Z Entering 'third_party/NNPACK' 2022-09-27T15:31:10.9870353Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:31:10.9884313Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:10.9915869Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:31:10.9930056Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:10.9961987Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:31:10.9976292Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:11.0006603Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:31:11.0030640Z Entering 'third_party/benchmark' 2022-09-27T15:31:11.0061420Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:31:11.0075524Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:11.0105955Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:31:11.0120310Z Entering 'third_party/cub' 2022-09-27T15:31:11.0150945Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:31:11.0164692Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:11.0195128Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:31:11.0213444Z Entering 'third_party/cutlass' 2022-09-27T15:31:11.0243706Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:31:11.0264252Z Entering 'third_party/eigen' 2022-09-27T15:31:11.0294876Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:31:11.0310079Z Entering 'third_party/fbgemm' 2022-09-27T15:31:11.0341212Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:31:11.0355056Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:11.0386587Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:31:11.0399659Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:11.0429775Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:31:11.0443893Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:11.0474992Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:31:11.0488475Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:11.0520050Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:31:11.0534991Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:11.0565715Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:31:11.0580852Z Entering 'third_party/fmt' 2022-09-27T15:31:11.0611859Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:31:11.0625867Z Entering 'third_party/foxi' 2022-09-27T15:31:11.0656799Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:31:11.0670139Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:11.0701043Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:31:11.0714172Z Entering 'third_party/gloo' 2022-09-27T15:31:11.0745859Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:31:11.0759746Z Entering 'third_party/googletest' 2022-09-27T15:31:11.0790497Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:31:11.0804291Z Entering 'third_party/ideep' 2022-09-27T15:31:11.0836054Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:31:11.0848888Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:11.0879637Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:31:11.0894765Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:11.0926342Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-09-27T15:31:11.0946064Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:11.0976685Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:31:11.0990189Z Entering 'third_party/ittapi' 2022-09-27T15:31:11.1021347Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:31:11.1035532Z Entering 'third_party/kineto' 2022-09-27T15:31:11.1066957Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:31:11.1080539Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:11.1111651Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:31:11.1125520Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:11.1157612Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:31:11.1172774Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:11.1203839Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:31:11.1219154Z Entering 'third_party/neon2sse' 2022-09-27T15:31:11.1250303Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:31:11.1263612Z Entering 'third_party/nlohmann' 2022-09-27T15:31:11.1294528Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:31:11.1309898Z Entering 'third_party/onnx' 2022-09-27T15:31:11.1340759Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:31:11.1365275Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:11.1396708Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:31:11.1410782Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:11.1442036Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:31:11.1457250Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:11.1488030Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:31:11.1501213Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:11.1531151Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:31:11.1549135Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:11.1579659Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:31:11.1593860Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:11.1624605Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:31:11.1637191Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:11.1668287Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:31:11.1685382Z Entering 'third_party/pocketfft' 2022-09-27T15:31:11.1716873Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:31:11.1729658Z Entering 'third_party/protobuf' 2022-09-27T15:31:11.1760894Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:31:11.1777520Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:11.1808077Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:31:11.1821820Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:11.1853117Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:31:11.1868633Z Entering 'third_party/psimd' 2022-09-27T15:31:11.1899936Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:31:11.1913224Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:11.1944358Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:31:11.1957948Z Entering 'third_party/pybind11' 2022-09-27T15:31:11.1988858Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:31:11.2002894Z Entering 'third_party/python-enum' 2022-09-27T15:31:11.2033499Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:31:11.2047163Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:11.2077468Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:31:11.2091074Z Entering 'third_party/python-six' 2022-09-27T15:31:11.2122451Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:31:11.2135916Z Entering 'third_party/sleef' 2022-09-27T15:31:11.2166981Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:31:11.2180399Z Entering 'third_party/tbb' 2022-09-27T15:31:11.2210726Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:31:11.2226722Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:11.2259350Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:31:11.2273400Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:11.2303340Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:31:11.2317377Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:11.2348076Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:31:11.2361780Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:11.2391866Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:31:11.2406090Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:11.2436429Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:31:11.2449439Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:11.2480528Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:31:11.2497765Z Entering 'third_party/zstd' 2022-09-27T15:31:11.2527888Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:31:11.3161987Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:31:11.3418174Z Entering 'android/libs/fbjni' 2022-09-27T15:31:11.3452845Z Entering 'third_party/FP16' 2022-09-27T15:31:11.3487354Z Entering 'third_party/FXdiv' 2022-09-27T15:31:11.3520650Z Entering 'third_party/NNPACK' 2022-09-27T15:31:11.3562408Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:11.3596891Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:11.3630701Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:11.3675049Z Entering 'third_party/benchmark' 2022-09-27T15:31:11.3708553Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:11.3742582Z Entering 'third_party/cub' 2022-09-27T15:31:11.3776692Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:11.3816130Z Entering 'third_party/cutlass' 2022-09-27T15:31:11.3854244Z Entering 'third_party/eigen' 2022-09-27T15:31:11.3891238Z Entering 'third_party/fbgemm' 2022-09-27T15:31:11.3924984Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:11.3958898Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:11.3993047Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:11.4026341Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:11.4061127Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:11.4098269Z Entering 'third_party/fmt' 2022-09-27T15:31:11.4132966Z Entering 'third_party/foxi' 2022-09-27T15:31:11.4167061Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:11.4201970Z Entering 'third_party/gloo' 2022-09-27T15:31:11.4236442Z Entering 'third_party/googletest' 2022-09-27T15:31:11.4271065Z Entering 'third_party/ideep' 2022-09-27T15:31:11.4304655Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:11.4338962Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:11.4379042Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:11.4413190Z Entering 'third_party/ittapi' 2022-09-27T15:31:11.4447983Z Entering 'third_party/kineto' 2022-09-27T15:31:11.4481768Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:11.4516670Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:11.4551069Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:11.4584941Z Entering 'third_party/neon2sse' 2022-09-27T15:31:11.4619043Z Entering 'third_party/nlohmann' 2022-09-27T15:31:11.4658093Z Entering 'third_party/onnx' 2022-09-27T15:31:11.4705350Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:11.4740861Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:11.4776909Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:11.4810490Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:11.4847620Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:11.4881549Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:11.4918562Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:11.4961313Z Entering 'third_party/pocketfft' 2022-09-27T15:31:11.4998304Z Entering 'third_party/protobuf' 2022-09-27T15:31:11.5036536Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:11.5073686Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:11.5111447Z Entering 'third_party/psimd' 2022-09-27T15:31:11.5145453Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:11.5180888Z Entering 'third_party/pybind11' 2022-09-27T15:31:11.5216029Z Entering 'third_party/python-enum' 2022-09-27T15:31:11.5251630Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:11.5287768Z Entering 'third_party/python-six' 2022-09-27T15:31:11.5321389Z Entering 'third_party/sleef' 2022-09-27T15:31:11.5355197Z Entering 'third_party/tbb' 2022-09-27T15:31:11.5391234Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:11.5425596Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:11.5461044Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:11.5494745Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:11.5527830Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:11.5561320Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:11.5597891Z Entering 'third_party/zstd' 2022-09-27T15:31:11.5643942Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:31:11.5905888Z Entering 'android/libs/fbjni' 2022-09-27T15:31:11.5940508Z Entering 'third_party/FP16' 2022-09-27T15:31:11.5977938Z Entering 'third_party/FXdiv' 2022-09-27T15:31:11.6015891Z Entering 'third_party/NNPACK' 2022-09-27T15:31:11.6054261Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:11.6089543Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:11.6125879Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:11.6170938Z Entering 'third_party/benchmark' 2022-09-27T15:31:11.6205897Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:11.6241132Z Entering 'third_party/cub' 2022-09-27T15:31:11.6275060Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:11.6313934Z Entering 'third_party/cutlass' 2022-09-27T15:31:11.6353870Z Entering 'third_party/eigen' 2022-09-27T15:31:11.6391057Z Entering 'third_party/fbgemm' 2022-09-27T15:31:11.6424546Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:11.6458432Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:11.6492754Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:11.6525571Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:11.6561280Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:11.6596899Z Entering 'third_party/fmt' 2022-09-27T15:31:11.6629999Z Entering 'third_party/foxi' 2022-09-27T15:31:11.6663860Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:11.6698370Z Entering 'third_party/gloo' 2022-09-27T15:31:11.6730795Z Entering 'third_party/googletest' 2022-09-27T15:31:11.6765562Z Entering 'third_party/ideep' 2022-09-27T15:31:11.6799864Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:11.6834936Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:11.6874311Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:11.6908664Z Entering 'third_party/ittapi' 2022-09-27T15:31:11.6942125Z Entering 'third_party/kineto' 2022-09-27T15:31:11.6976004Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:11.7008365Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:11.7043012Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:11.7078295Z Entering 'third_party/neon2sse' 2022-09-27T15:31:11.7112938Z Entering 'third_party/nlohmann' 2022-09-27T15:31:11.7147651Z Entering 'third_party/onnx' 2022-09-27T15:31:11.7192198Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:11.7226184Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:11.7262953Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:11.7298107Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:11.7338699Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:11.7373749Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:11.7408476Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:11.7446655Z Entering 'third_party/pocketfft' 2022-09-27T15:31:11.7480172Z Entering 'third_party/protobuf' 2022-09-27T15:31:11.7517159Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:11.7549543Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:11.7583473Z Entering 'third_party/psimd' 2022-09-27T15:31:11.7616810Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:11.7650305Z Entering 'third_party/pybind11' 2022-09-27T15:31:11.7684521Z Entering 'third_party/python-enum' 2022-09-27T15:31:11.7719010Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:11.7754097Z Entering 'third_party/python-six' 2022-09-27T15:31:11.7789223Z Entering 'third_party/sleef' 2022-09-27T15:31:11.7822884Z Entering 'third_party/tbb' 2022-09-27T15:31:11.7858754Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:11.7892435Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:11.7927182Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:11.7960139Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:11.7994662Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:11.8027606Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:11.8063362Z Entering 'third_party/zstd' 2022-09-27T15:31:11.8105808Z ##[endgroup] 2022-09-27T15:31:11.8146134Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:31:11.8172287Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:31:11.8307774Z Prepare all required actions 2022-09-27T15:31:11.8335092Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:31:11.8335289Z env: 2022-09-27T15:31:11.8335450Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:11.8335734Z ##[endgroup] 2022-09-27T15:31:11.8351223Z ##[group]Run set -euo pipefail 2022-09-27T15:31:11.8351457Z set -euo pipefail 2022-09-27T15:31:11.8351653Z function get_ec2_metadata() { 2022-09-27T15:31:11.8351901Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:31:11.8352254Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:31:11.8352550Z  category=$1 2022-09-27T15:31:11.8352778Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:31:11.8353094Z } 2022-09-27T15:31:11.8353405Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:31:11.8353745Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:31:11.8354200Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:31:11.8354617Z echo "system info $(uname -a)" 2022-09-27T15:31:11.8366364Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:11.8366674Z env: 2022-09-27T15:31:11.8366835Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:11.8367019Z ##[endgroup] 2022-09-27T15:31:11.8444324Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:31:11.8493863Z instance-id: i-00b60d32058b20b93 2022-09-27T15:31:11.8541780Z instance-type: c5.2xlarge 2022-09-27T15:31:11.8549433Z system info Linux ip-10-0-2-116.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-09-27T15:31:11.8564658Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:31:11.8564931Z if systemctl is-active --quiet docker; then 2022-09-27T15:31:11.8565175Z  echo "Docker daemon is running..."; 2022-09-27T15:31:11.8565387Z else 2022-09-27T15:31:11.8565608Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:31:11.8565838Z fi 2022-09-27T15:31:11.8577250Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:11.8577466Z env: 2022-09-27T15:31:11.8577645Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:11.8577834Z ##[endgroup] 2022-09-27T15:31:11.8618124Z Docker daemon is running... 2022-09-27T15:31:11.8633803Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:31:11.8634160Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:31:11.8634440Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:31:11.8634831Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:31:11.8635167Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:31:11.8645456Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:11.8645676Z env: 2022-09-27T15:31:11.8645839Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:11.8646033Z AWS_RETRY_MODE: standard 2022-09-27T15:31:11.8646230Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:31:11.8646413Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:31:11.8646599Z ##[endgroup] 2022-09-27T15:31:12.6539198Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:31:12.6539777Z Configure a credential helper to remove this warning. See 2022-09-27T15:31:12.6540333Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:31:12.6540638Z 2022-09-27T15:31:12.6540769Z Login Succeeded 2022-09-27T15:31:12.6569292Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:31:12.6569604Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:31:12.6569954Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:31:12.6581319Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:12.6581541Z env: 2022-09-27T15:31:12.6581716Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:12.6581897Z ##[endgroup] 2022-09-27T15:31:12.6652028Z Prepare all required actions 2022-09-27T15:31:12.6652514Z Getting action download info 2022-09-27T15:31:12.8587580Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:31:12.9747535Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:31:12.9747734Z with: 2022-09-27T15:31:12.9748047Z github-secret: *** 2022-09-27T15:31:12.9748204Z env: 2022-09-27T15:31:12.9748376Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:12.9748558Z ##[endgroup] 2022-09-27T15:31:12.9796791Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:31:12.9797010Z with: 2022-09-27T15:31:12.9797299Z GITHUB_TOKEN: *** 2022-09-27T15:31:12.9797481Z activate-with-label: false 2022-09-27T15:31:12.9797677Z label: with-ssh 2022-09-27T15:31:12.9797868Z remove-existing-keys: true 2022-09-27T15:31:12.9798034Z env: 2022-09-27T15:31:12.9798202Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:12.9798473Z ##[endgroup] 2022-09-27T15:31:13.3905483Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:31:13.4794339Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:31:13.4807412Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:31:13.4833595Z Login using: ssh ec2-user@ec2-3-86-42-156.compute-1.amazonaws.com 2022-09-27T15:31:13.4882637Z Prepare all required actions 2022-09-27T15:31:13.4901168Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:31:13.4901382Z with: 2022-09-27T15:31:13.4901732Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:31:13.4902055Z env: 2022-09-27T15:31:13.4902227Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:13.4902412Z ##[endgroup] 2022-09-27T15:31:13.4915122Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:31:13.4915394Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:31:13.4915664Z # ignore output since only exit code is used for conditional 2022-09-27T15:31:13.4915928Z # only pull docker image if it's not available locally 2022-09-27T15:31:13.4916222Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:31:13.4916526Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:31:13.4916709Z fi 2022-09-27T15:31:13.4927837Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:13.4928053Z env: 2022-09-27T15:31:13.4928215Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:13.4928583Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:31:13.4928921Z ##[endgroup] 2022-09-27T15:31:13.7873781Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-focal-py3-clang7-asan 2022-09-27T15:31:13.7887256Z 675920708c8b: Pulling fs layer 2022-09-27T15:31:13.7888162Z 9be88323b57e: Pulling fs layer 2022-09-27T15:31:13.7888563Z 768ba554451b: Pulling fs layer 2022-09-27T15:31:13.7888934Z 903ca36d4d71: Pulling fs layer 2022-09-27T15:31:13.7889293Z d2aa085c5a19: Pulling fs layer 2022-09-27T15:31:13.7889673Z e36687f33369: Pulling fs layer 2022-09-27T15:31:13.7890055Z 2e2cc485c496: Pulling fs layer 2022-09-27T15:31:13.7890367Z 44206692de1d: Pulling fs layer 2022-09-27T15:31:13.7890706Z 2411f0d67de0: Pulling fs layer 2022-09-27T15:31:13.7891049Z 903ca36d4d71: Waiting 2022-09-27T15:31:13.7891403Z 316750fef2e6: Pulling fs layer 2022-09-27T15:31:13.7891755Z d629593bf291: Pulling fs layer 2022-09-27T15:31:13.7892101Z 2e2cc485c496: Waiting 2022-09-27T15:31:13.7892425Z 8bb03f91295d: Pulling fs layer 2022-09-27T15:31:13.7895008Z 44206692de1d: Waiting 2022-09-27T15:31:13.7895347Z 751286b45698: Pulling fs layer 2022-09-27T15:31:13.7895656Z d57662a66814: Pulling fs layer 2022-09-27T15:31:13.7895989Z 6d3bd32fa2b0: Pulling fs layer 2022-09-27T15:31:13.7896307Z d57662a66814: Waiting 2022-09-27T15:31:13.7896633Z efeff9c74fbf: Pulling fs layer 2022-09-27T15:31:13.7896829Z 989d82361022: Pulling fs layer 2022-09-27T15:31:13.7897008Z b9aed142d082: Pulling fs layer 2022-09-27T15:31:13.7897195Z efeff9c74fbf: Waiting 2022-09-27T15:31:13.7897380Z bea7d1829a26: Pulling fs layer 2022-09-27T15:31:13.7897681Z 3bb376fdd203: Pulling fs layer 2022-09-27T15:31:13.7897933Z 989d82361022: Waiting 2022-09-27T15:31:13.7898114Z 0bb922a7286c: Pulling fs layer 2022-09-27T15:31:13.7898373Z c2fcfa2400df: Pulling fs layer 2022-09-27T15:31:13.7898727Z b9aed142d082: Waiting 2022-09-27T15:31:13.7899057Z 4f365ff02a2a: Pulling fs layer 2022-09-27T15:31:13.7899366Z bea7d1829a26: Waiting 2022-09-27T15:31:13.7899561Z a4ce2fdd9133: Pulling fs layer 2022-09-27T15:31:13.7899756Z 3bb376fdd203: Waiting 2022-09-27T15:31:13.7899986Z 0bb922a7286c: Waiting 2022-09-27T15:31:13.7900178Z c2fcfa2400df: Waiting 2022-09-27T15:31:13.7900403Z 000c23e724e2: Pulling fs layer 2022-09-27T15:31:13.7900801Z f41dc2afa465: Pulling fs layer 2022-09-27T15:31:13.7903216Z 4f365ff02a2a: Waiting 2022-09-27T15:31:13.7906093Z b9b9b9d06eef: Pulling fs layer 2022-09-27T15:31:13.7906297Z a4ce2fdd9133: Waiting 2022-09-27T15:31:13.7906473Z 000c23e724e2: Waiting 2022-09-27T15:31:13.7906646Z ded8d870e722: Pulling fs layer 2022-09-27T15:31:13.7906833Z b9b9b9d06eef: Waiting 2022-09-27T15:31:13.7907123Z f41dc2afa465: Waiting 2022-09-27T15:31:13.7907295Z c916a1e3e7f9: Pulling fs layer 2022-09-27T15:31:13.7907488Z e8b4222e7a59: Pulling fs layer 2022-09-27T15:31:13.7907672Z ded8d870e722: Waiting 2022-09-27T15:31:13.7907848Z dec82f7cc338: Pulling fs layer 2022-09-27T15:31:13.7908030Z c916a1e3e7f9: Waiting 2022-09-27T15:31:13.7908214Z fcd1238efd6e: Pulling fs layer 2022-09-27T15:31:13.7908396Z ec1e4816e4ff: Pulling fs layer 2022-09-27T15:31:13.7908581Z e8b4222e7a59: Waiting 2022-09-27T15:31:13.7908763Z 96f2ea210f48: Pulling fs layer 2022-09-27T15:31:13.7908935Z dec82f7cc338: Waiting 2022-09-27T15:31:13.7909121Z 0bb4b577d186: Pulling fs layer 2022-09-27T15:31:13.7909329Z fcd1238efd6e: Waiting 2022-09-27T15:31:13.7909509Z a4dc1a78ad3b: Pulling fs layer 2022-09-27T15:31:13.7909705Z fb6e5fc0e59e: Pulling fs layer 2022-09-27T15:31:13.7909894Z 0bb4b577d186: Waiting 2022-09-27T15:31:13.7910121Z 53fc05558967: Pulling fs layer 2022-09-27T15:31:13.7910307Z 9a5f8de0c5f7: Pulling fs layer 2022-09-27T15:31:13.7910494Z a4dc1a78ad3b: Waiting 2022-09-27T15:31:13.7910726Z ec1e4816e4ff: Waiting 2022-09-27T15:31:13.7910933Z fb6e5fc0e59e: Waiting 2022-09-27T15:31:13.7911120Z 53fc05558967: Waiting 2022-09-27T15:31:13.7911287Z c678dfb8b673: Pulling fs layer 2022-09-27T15:31:13.7911480Z 9a5f8de0c5f7: Waiting 2022-09-27T15:31:13.7911700Z 7a6743011661: Pulling fs layer 2022-09-27T15:31:13.7911883Z afdd32adb49f: Pulling fs layer 2022-09-27T15:31:13.7912077Z aa4bb3ec24a7: Pulling fs layer 2022-09-27T15:31:13.7912276Z 7a6743011661: Waiting 2022-09-27T15:31:13.7912469Z 5602e86d1d91: Pulling fs layer 2022-09-27T15:31:13.7912651Z 96f2ea210f48: Waiting 2022-09-27T15:31:13.7912821Z afdd32adb49f: Waiting 2022-09-27T15:31:13.7912995Z e3930e246fe4: Pulling fs layer 2022-09-27T15:31:13.7913222Z b9c6f9c104fe: Pulling fs layer 2022-09-27T15:31:13.7913404Z aa4bb3ec24a7: Waiting 2022-09-27T15:31:13.7913587Z 752f98c7a6d7: Pulling fs layer 2022-09-27T15:31:13.7913753Z 5602e86d1d91: Waiting 2022-09-27T15:31:13.7933904Z b9c6f9c104fe: Waiting 2022-09-27T15:31:13.7934281Z b7dcbb153a95: Pulling fs layer 2022-09-27T15:31:13.7934582Z 61e935823f75: Pulling fs layer 2022-09-27T15:31:13.7934909Z 788ace045743: Pulling fs layer 2022-09-27T15:31:13.7935208Z 7f159b2249ec: Pulling fs layer 2022-09-27T15:31:13.7935520Z 6cd5f9a2c4ae: Pulling fs layer 2022-09-27T15:31:13.7935773Z 577da355ab1b: Pulling fs layer 2022-09-27T15:31:13.7935956Z e9d4c42bcf78: Pulling fs layer 2022-09-27T15:31:13.7936154Z eadc05ea2cd3: Pulling fs layer 2022-09-27T15:31:13.7936374Z fb7b9d3b4458: Pulling fs layer 2022-09-27T15:31:13.7936587Z 6cd5f9a2c4ae: Waiting 2022-09-27T15:31:13.7936865Z 788ace045743: Waiting 2022-09-27T15:31:13.7937055Z a231f0614b3d: Pulling fs layer 2022-09-27T15:31:13.7937309Z 577da355ab1b: Waiting 2022-09-27T15:31:13.7937514Z 7f159b2249ec: Waiting 2022-09-27T15:31:13.7937678Z a231f0614b3d: Waiting 2022-09-27T15:31:13.7937834Z e9d4c42bcf78: Waiting 2022-09-27T15:31:13.8847974Z 9be88323b57e: Download complete 2022-09-27T15:31:13.9676996Z 903ca36d4d71: Verifying Checksum 2022-09-27T15:31:13.9677347Z 903ca36d4d71: Download complete 2022-09-27T15:31:14.1394662Z 675920708c8b: Download complete 2022-09-27T15:31:14.2313440Z e36687f33369: Download complete 2022-09-27T15:31:14.3067282Z 2e2cc485c496: Download complete 2022-09-27T15:31:14.3816306Z 44206692de1d: Verifying Checksum 2022-09-27T15:31:14.3816671Z 44206692de1d: Download complete 2022-09-27T15:31:14.5129689Z 2411f0d67de0: Download complete 2022-09-27T15:31:14.5973827Z 316750fef2e6: Verifying Checksum 2022-09-27T15:31:14.5974297Z 316750fef2e6: Download complete 2022-09-27T15:31:14.7080705Z d629593bf291: Download complete 2022-09-27T15:31:14.7966650Z 8bb03f91295d: Verifying Checksum 2022-09-27T15:31:14.7966912Z 8bb03f91295d: Download complete 2022-09-27T15:31:14.8186111Z 675920708c8b: Pull complete 2022-09-27T15:31:14.8883654Z 751286b45698: Download complete 2022-09-27T15:31:14.9383068Z 9be88323b57e: Pull complete 2022-09-27T15:31:15.6629890Z d2aa085c5a19: Verifying Checksum 2022-09-27T15:31:15.7574465Z d2aa085c5a19: Download complete 2022-09-27T15:31:15.7574726Z 6d3bd32fa2b0: Download complete 2022-09-27T15:31:15.8670361Z efeff9c74fbf: Verifying Checksum 2022-09-27T15:31:15.8670682Z efeff9c74fbf: Download complete 2022-09-27T15:31:15.9421089Z 989d82361022: Verifying Checksum 2022-09-27T15:31:15.9421442Z 989d82361022: Download complete 2022-09-27T15:31:16.0389517Z b9aed142d082: Verifying Checksum 2022-09-27T15:31:16.0389966Z b9aed142d082: Download complete 2022-09-27T15:31:16.1461689Z bea7d1829a26: Download complete 2022-09-27T15:31:16.2958935Z 3bb376fdd203: Verifying Checksum 2022-09-27T15:31:16.2959295Z 3bb376fdd203: Download complete 2022-09-27T15:31:16.3816996Z 0bb922a7286c: Verifying Checksum 2022-09-27T15:31:16.3817359Z 0bb922a7286c: Download complete 2022-09-27T15:31:16.4830925Z c2fcfa2400df: Verifying Checksum 2022-09-27T15:31:16.4831359Z c2fcfa2400df: Download complete 2022-09-27T15:31:16.7783244Z 4f365ff02a2a: Download complete 2022-09-27T15:31:16.8541688Z a4ce2fdd9133: Verifying Checksum 2022-09-27T15:31:16.8542109Z a4ce2fdd9133: Download complete 2022-09-27T15:31:20.6643022Z 000c23e724e2: Verifying Checksum 2022-09-27T15:31:20.6643267Z 000c23e724e2: Download complete 2022-09-27T15:31:20.7292781Z f41dc2afa465: Verifying Checksum 2022-09-27T15:31:20.7293055Z f41dc2afa465: Download complete 2022-09-27T15:31:20.8179729Z b9b9b9d06eef: Verifying Checksum 2022-09-27T15:31:20.8179984Z b9b9b9d06eef: Download complete 2022-09-27T15:31:20.9474686Z ded8d870e722: Download complete 2022-09-27T15:31:21.2536613Z c916a1e3e7f9: Download complete 2022-09-27T15:31:21.3374397Z e8b4222e7a59: Verifying Checksum 2022-09-27T15:31:21.3374852Z e8b4222e7a59: Download complete 2022-09-27T15:31:22.3554378Z 768ba554451b: Verifying Checksum 2022-09-27T15:31:22.3554645Z 768ba554451b: Download complete 2022-09-27T15:31:22.4339559Z fcd1238efd6e: Verifying Checksum 2022-09-27T15:31:22.4339903Z fcd1238efd6e: Download complete 2022-09-27T15:31:22.5043690Z ec1e4816e4ff: Verifying Checksum 2022-09-27T15:31:22.5044079Z ec1e4816e4ff: Download complete 2022-09-27T15:31:22.5751123Z 96f2ea210f48: Verifying Checksum 2022-09-27T15:31:22.5752261Z 96f2ea210f48: Download complete 2022-09-27T15:31:22.6932350Z 0bb4b577d186: Verifying Checksum 2022-09-27T15:31:22.6932790Z 0bb4b577d186: Download complete 2022-09-27T15:31:22.7698177Z a4dc1a78ad3b: Download complete 2022-09-27T15:31:22.8423059Z fb6e5fc0e59e: Download complete 2022-09-27T15:31:22.9139751Z 53fc05558967: Verifying Checksum 2022-09-27T15:31:22.9892157Z 53fc05558967: Download complete 2022-09-27T15:31:22.9892531Z 9a5f8de0c5f7: Verifying Checksum 2022-09-27T15:31:22.9892796Z 9a5f8de0c5f7: Download complete 2022-09-27T15:31:23.0835588Z c678dfb8b673: Verifying Checksum 2022-09-27T15:31:23.0836591Z c678dfb8b673: Download complete 2022-09-27T15:31:23.1954935Z 7a6743011661: Verifying Checksum 2022-09-27T15:31:23.1955188Z 7a6743011661: Download complete 2022-09-27T15:31:23.3071421Z afdd32adb49f: Verifying Checksum 2022-09-27T15:31:23.3071865Z afdd32adb49f: Download complete 2022-09-27T15:31:23.4275800Z aa4bb3ec24a7: Verifying Checksum 2022-09-27T15:31:23.5130495Z 5602e86d1d91: Download complete 2022-09-27T15:31:23.6055092Z e3930e246fe4: Download complete 2022-09-27T15:31:23.7043978Z b9c6f9c104fe: Verifying Checksum 2022-09-27T15:31:23.7044417Z b9c6f9c104fe: Download complete 2022-09-27T15:31:23.8008484Z 752f98c7a6d7: Verifying Checksum 2022-09-27T15:31:23.8008900Z 752f98c7a6d7: Download complete 2022-09-27T15:31:24.6328474Z b7dcbb153a95: Verifying Checksum 2022-09-27T15:31:24.6328855Z b7dcbb153a95: Download complete 2022-09-27T15:31:24.7172752Z 61e935823f75: Download complete 2022-09-27T15:31:24.8017807Z 788ace045743: Verifying Checksum 2022-09-27T15:31:24.8018327Z 788ace045743: Download complete 2022-09-27T15:31:27.2407759Z dec82f7cc338: Verifying Checksum 2022-09-27T15:31:27.2408820Z dec82f7cc338: Download complete 2022-09-27T15:31:27.3377006Z 6cd5f9a2c4ae: Verifying Checksum 2022-09-27T15:31:27.3377277Z 6cd5f9a2c4ae: Download complete 2022-09-27T15:31:27.4132200Z 577da355ab1b: Verifying Checksum 2022-09-27T15:31:27.4132797Z 577da355ab1b: Download complete 2022-09-27T15:31:27.5068397Z e9d4c42bcf78: Download complete 2022-09-27T15:31:27.5838080Z eadc05ea2cd3: Verifying Checksum 2022-09-27T15:31:27.5838518Z eadc05ea2cd3: Download complete 2022-09-27T15:31:27.6958368Z fb7b9d3b4458: Verifying Checksum 2022-09-27T15:31:27.6958856Z fb7b9d3b4458: Download complete 2022-09-27T15:31:28.7538197Z 768ba554451b: Pull complete 2022-09-27T15:31:28.9258560Z 903ca36d4d71: Pull complete 2022-09-27T15:31:29.1948172Z a231f0614b3d: Verifying Checksum 2022-09-27T15:31:29.1948488Z a231f0614b3d: Download complete 2022-09-27T15:31:30.2604973Z d2aa085c5a19: Pull complete 2022-09-27T15:31:30.5049008Z e36687f33369: Pull complete 2022-09-27T15:31:30.7601358Z 2e2cc485c496: Pull complete 2022-09-27T15:31:31.0075486Z 44206692de1d: Pull complete 2022-09-27T15:31:31.2606178Z 2411f0d67de0: Pull complete 2022-09-27T15:31:31.3475418Z 7f159b2249ec: Verifying Checksum 2022-09-27T15:31:31.3475683Z 7f159b2249ec: Download complete 2022-09-27T15:31:31.5049614Z 316750fef2e6: Pull complete 2022-09-27T15:31:31.7432262Z d629593bf291: Pull complete 2022-09-27T15:31:31.9859127Z 8bb03f91295d: Pull complete 2022-09-27T15:31:32.1894664Z 751286b45698: Pull complete 2022-09-27T15:31:59.6596570Z d57662a66814: Verifying Checksum 2022-09-27T15:31:59.6596841Z d57662a66814: Download complete 2022-09-27T15:32:17.9974341Z d57662a66814: Pull complete 2022-09-27T15:32:18.1245441Z 6d3bd32fa2b0: Pull complete 2022-09-27T15:32:18.2574417Z efeff9c74fbf: Pull complete 2022-09-27T15:32:18.4465548Z 989d82361022: Pull complete 2022-09-27T15:32:18.6201604Z b9aed142d082: Pull complete 2022-09-27T15:32:18.8029856Z bea7d1829a26: Pull complete 2022-09-27T15:32:18.9748848Z 3bb376fdd203: Pull complete 2022-09-27T15:32:19.1775401Z 0bb922a7286c: Pull complete 2022-09-27T15:32:19.3738546Z c2fcfa2400df: Pull complete 2022-09-27T15:32:19.5168842Z 4f365ff02a2a: Pull complete 2022-09-27T15:32:19.6817144Z a4ce2fdd9133: Pull complete 2022-09-27T15:32:22.4637030Z 000c23e724e2: Pull complete 2022-09-27T15:32:22.6239699Z f41dc2afa465: Pull complete 2022-09-27T15:32:22.7667568Z b9b9b9d06eef: Pull complete 2022-09-27T15:32:23.0156795Z ded8d870e722: Pull complete 2022-09-27T15:32:23.2497078Z c916a1e3e7f9: Pull complete 2022-09-27T15:32:23.4657037Z e8b4222e7a59: Pull complete 2022-09-27T15:32:28.0200920Z dec82f7cc338: Pull complete 2022-09-27T15:32:28.2560492Z fcd1238efd6e: Pull complete 2022-09-27T15:32:28.4758963Z ec1e4816e4ff: Pull complete 2022-09-27T15:32:28.7272086Z 96f2ea210f48: Pull complete 2022-09-27T15:32:28.9694377Z 0bb4b577d186: Pull complete 2022-09-27T15:32:29.1977232Z a4dc1a78ad3b: Pull complete 2022-09-27T15:32:29.4047305Z fb6e5fc0e59e: Pull complete 2022-09-27T15:32:29.6128872Z 53fc05558967: Pull complete 2022-09-27T15:32:29.8652106Z 9a5f8de0c5f7: Pull complete 2022-09-27T15:32:30.0758070Z c678dfb8b673: Pull complete 2022-09-27T15:32:30.2877865Z 7a6743011661: Pull complete 2022-09-27T15:32:30.5033157Z afdd32adb49f: Pull complete 2022-09-27T15:32:30.7494205Z aa4bb3ec24a7: Pull complete 2022-09-27T15:32:30.9829412Z 5602e86d1d91: Pull complete 2022-09-27T15:32:31.1869827Z e3930e246fe4: Pull complete 2022-09-27T15:32:31.3062571Z b9c6f9c104fe: Pull complete 2022-09-27T15:32:31.4260887Z 752f98c7a6d7: Pull complete 2022-09-27T15:32:31.8693295Z b7dcbb153a95: Pull complete 2022-09-27T15:32:32.1384491Z 61e935823f75: Pull complete 2022-09-27T15:32:32.3685350Z 788ace045743: Pull complete 2022-09-27T15:32:36.1458810Z 7f159b2249ec: Pull complete 2022-09-27T15:32:36.3531985Z 6cd5f9a2c4ae: Pull complete 2022-09-27T15:32:36.5272577Z 577da355ab1b: Pull complete 2022-09-27T15:32:36.6300624Z e9d4c42bcf78: Pull complete 2022-09-27T15:32:36.7219920Z eadc05ea2cd3: Pull complete 2022-09-27T15:32:36.8161669Z fb7b9d3b4458: Pull complete 2022-09-27T15:32:38.3934266Z a231f0614b3d: Pull complete 2022-09-27T15:32:38.4940872Z Digest: sha256:621ff74ae227a580891e78cb9f36cd6e6d64235361c3039b06e8a7c8f4adfa15 2022-09-27T15:32:38.5351774Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:32:38.5593706Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:32:38.5645129Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:32:38.5645402Z python3 -m pip install psutil==5.9.1 2022-09-27T15:32:38.5645639Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:32:38.5645901Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:32:38.5646172Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:32:38.5657673Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:32:38.5657892Z env: 2022-09-27T15:32:38.5658058Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:38.5658245Z ##[endgroup] 2022-09-27T15:32:38.7805548Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:32:38.7987941Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:32:39.1936388Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:32:39.2114814Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:32:39.3999548Z Prepare all required actions 2022-09-27T15:32:39.3999821Z Getting action download info 2022-09-27T15:32:39.6433530Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:32:39.7970731Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:32:39.9354362Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:32:39.9354593Z with: 2022-09-27T15:32:39.9354777Z name: linux-focal-py3.7-clang7-asan 2022-09-27T15:32:39.9354972Z env: 2022-09-27T15:32:39.9355143Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:39.9355314Z ##[endgroup] 2022-09-27T15:32:39.9520673Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:32:39.9520903Z with: 2022-09-27T15:32:39.9521101Z name: linux-focal-py3.7-clang7-asan 2022-09-27T15:32:39.9521307Z s3-bucket: gha-artifacts 2022-09-27T15:32:39.9521496Z region: us-east-1 2022-09-27T15:32:39.9521695Z env: 2022-09-27T15:32:39.9521915Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:39.9522099Z ##[endgroup] 2022-09-27T15:32:40.3535304Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-focal-py3.7-clang7-asan/ 2022-09-27T15:32:40.3536210Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:32:54.8586559Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:32:54.8587040Z 2022-09-27T15:32:54.8587828Z Artifact download has finished successfully 2022-09-27T15:32:54.8720797Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:32:54.8721020Z unzip -o artifacts.zip 2022-09-27T15:32:54.8732285Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:32:54.8732491Z env: 2022-09-27T15:32:54.8732664Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:54.8732845Z ##[endgroup] 2022-09-27T15:32:54.8768725Z Archive: artifacts.zip 2022-09-27T15:32:54.8769324Z creating: dist/ 2022-09-27T15:32:57.0812904Z inflating: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:32:59.0292977Z inflating: dist/torch-1.13.0a0+git52424e2.tar.gz 2022-09-27T15:32:59.0294381Z creating: build/lib/ 2022-09-27T15:32:59.0294751Z inflating: build/lib/libclog.a 2022-09-27T15:32:59.0472675Z inflating: build/lib/libgtest.a 2022-09-27T15:32:59.0493604Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:32:59.0510765Z inflating: build/lib/libittnotify.a 2022-09-27T15:32:59.0768411Z inflating: build/lib/libbenchmark.a 2022-09-27T15:32:59.0943719Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:32:59.1007414Z inflating: build/lib/libfmt.a 2022-09-27T15:32:59.1117610Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:32:59.1464677Z inflating: build/lib/libasmjit.a 2022-09-27T15:32:59.1465655Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:32:59.1786671Z inflating: build/lib/libgloo.a 2022-09-27T15:32:59.2690637Z inflating: build/lib/libprotobuf.a 2022-09-27T15:32:59.2691617Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:32:59.2915911Z inflating: build/lib/libc10.so 2022-09-27T15:32:59.2941747Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:32:59.2966225Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:32:59.2974252Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:32:59.3022068Z inflating: build/lib/libgmock.a 2022-09-27T15:32:59.3023184Z inflating: build/lib/libgtest_main.a 2022-09-27T15:32:59.3024268Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:32:59.4130364Z inflating: build/lib/libprotoc.a 2022-09-27T15:32:59.5960109Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:32:59.6019421Z inflating: build/lib/libqnnpack.a 2022-09-27T15:33:00.3623554Z inflating: build/lib/libfbgemm.a 2022-09-27T15:33:00.3624185Z inflating: build/lib/libgmock_main.a 2022-09-27T15:33:00.3726838Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:33:00.4611963Z inflating: build/lib/libkineto.a 2022-09-27T15:33:00.5260569Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:33:00.5464521Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:33:00.5678269Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:33:00.7913086Z inflating: build/lib/libonnx.a 2022-09-27T15:33:00.7947938Z inflating: build/lib/libnnpack.a 2022-09-27T15:33:06.5782803Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:33:06.5783414Z inflating: build/lib/libtorch.so 2022-09-27T15:33:06.5862698Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:33:06.6051523Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:33:06.6154228Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:33:06.6164030Z inflating: build/lib/libshm.so 2022-09-27T15:33:07.3234571Z inflating: build/lib/libtorch_python.so 2022-09-27T15:33:07.3382707Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:33:07.3383134Z creating: build/bin/ 2022-09-27T15:33:07.3524601Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:33:07.3673041Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:33:07.3817461Z inflating: build/bin/c10_Device_test 2022-09-27T15:33:07.3957378Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:33:07.4123102Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:33:07.4266671Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:33:07.4419063Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:33:07.4574405Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:33:07.4732065Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:33:07.4871973Z inflating: build/bin/c10_Array_test 2022-09-27T15:33:07.5019195Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:33:07.5163740Z inflating: build/bin/c10_C++17_test 2022-09-27T15:33:07.5303132Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:33:07.5444567Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:33:07.5586504Z inflating: build/bin/c10_Half_test 2022-09-27T15:33:07.5743266Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:33:07.5926991Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:33:07.6079891Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:33:07.6222481Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:33:07.6600046Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:33:07.6746127Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:33:07.6891919Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:33:07.7031471Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:33:07.7179837Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:33:07.7335183Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:33:07.7488317Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:33:07.7643421Z inflating: build/bin/c10_complex_test 2022-09-27T15:33:07.7929980Z inflating: build/bin/c10_either_test 2022-09-27T15:33:07.8079483Z inflating: build/bin/c10_exception_test 2022-09-27T15:33:07.8229415Z inflating: build/bin/c10_flags_test 2022-09-27T15:33:07.8566007Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:33:07.8709621Z inflating: build/bin/c10_irange_test 2022-09-27T15:33:07.8868012Z inflating: build/bin/c10_logging_test 2022-09-27T15:33:07.9086109Z inflating: build/bin/c10_optional_test 2022-09-27T15:33:07.9272406Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:33:07.9427408Z inflating: build/bin/c10_registry_test 2022-09-27T15:33:07.9588959Z inflating: build/bin/c10_string_view_test 2022-09-27T15:33:07.9734105Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:33:07.9887480Z inflating: build/bin/c10_typeid_test 2022-09-27T15:33:08.0054869Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:33:08.1144734Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:33:08.2235497Z inflating: build/bin/protoc 2022-09-27T15:33:08.3368554Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:33:08.4542481Z inflating: build/bin/vec_test_all_types_AVX512 2022-09-27T15:33:08.5720797Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:33:08.5871231Z inflating: build/bin/HashStoreTest 2022-09-27T15:33:08.6021405Z inflating: build/bin/FileStoreTest 2022-09-27T15:33:08.6190477Z inflating: build/bin/TCPStoreTest 2022-09-27T15:33:08.6385324Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:33:08.6393144Z inflating: build/bin/example_allreduce 2022-09-27T15:33:08.6540107Z inflating: build/bin/Dimname_test 2022-09-27T15:33:08.6729279Z inflating: build/bin/Dict_test 2022-09-27T15:33:08.6907415Z inflating: build/bin/apply_utils_test 2022-09-27T15:33:08.7094559Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:33:08.7254124Z inflating: build/bin/NamedTensor_test 2022-09-27T15:33:08.7419947Z inflating: build/bin/atest 2022-09-27T15:33:08.7594557Z inflating: build/bin/basic 2022-09-27T15:33:08.7745086Z inflating: build/bin/broadcast_test 2022-09-27T15:33:08.7902626Z inflating: build/bin/cpu_generator_test 2022-09-27T15:33:08.8054313Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:33:08.8197009Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:33:08.8529477Z inflating: build/bin/cpu_rng_test 2022-09-27T15:33:08.8673004Z inflating: build/bin/dlconvertor_test 2022-09-27T15:33:08.8846008Z inflating: build/bin/extension_backend_test 2022-09-27T15:33:08.8996478Z inflating: build/bin/half_test 2022-09-27T15:33:08.9281702Z inflating: build/bin/ivalue_test 2022-09-27T15:33:08.9423764Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:33:08.9573662Z inflating: build/bin/math_kernel_test 2022-09-27T15:33:08.9724528Z inflating: build/bin/memory_format_test 2022-09-27T15:33:08.9873573Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:33:09.0027675Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:33:09.0170622Z inflating: build/bin/operator_name_test 2022-09-27T15:33:09.0330559Z inflating: build/bin/native_test 2022-09-27T15:33:09.0475038Z inflating: build/bin/operators_test 2022-09-27T15:33:09.0624654Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:33:09.0819285Z inflating: build/bin/pow_test 2022-09-27T15:33:09.0977038Z inflating: build/bin/quantized_test 2022-09-27T15:33:09.1118725Z inflating: build/bin/reduce_ops_test 2022-09-27T15:33:09.1263910Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:33:09.1438397Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:33:09.1600286Z inflating: build/bin/scalar_test 2022-09-27T15:33:09.1750019Z inflating: build/bin/stride_properties_test 2022-09-27T15:33:09.1904534Z inflating: build/bin/test_parallel 2022-09-27T15:33:09.2138634Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:33:09.2143321Z inflating: build/bin/thread_init_test 2022-09-27T15:33:09.2292754Z inflating: build/bin/type_ptr_test 2022-09-27T15:33:09.2471995Z inflating: build/bin/type_test 2022-09-27T15:33:09.2622875Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:33:09.2766346Z inflating: build/bin/variant_test 2022-09-27T15:33:09.2767678Z inflating: build/bin/verify_api_visibility 2022-09-27T15:33:09.2965358Z inflating: build/bin/vmap_test 2022-09-27T15:33:09.3112624Z inflating: build/bin/weakref_test 2022-09-27T15:33:09.3258972Z inflating: build/bin/wrapdim_test 2022-09-27T15:33:09.3400861Z inflating: build/bin/xla_tensor_test 2022-09-27T15:33:09.3568919Z inflating: build/bin/IListRef_test 2022-09-27T15:33:09.3814912Z inflating: build/bin/List_test 2022-09-27T15:33:09.3997434Z inflating: build/bin/KernelFunction_test 2022-09-27T15:33:09.4356350Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:33:09.4634591Z inflating: build/bin/kernel_function_test 2022-09-27T15:33:09.5024300Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:33:09.5338373Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:33:09.5514608Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:33:09.5797952Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:33:09.5941737Z inflating: build/bin/CppSignature_test 2022-09-27T15:33:09.6102933Z inflating: build/bin/backend_fallback_test 2022-09-27T15:33:09.6242629Z inflating: build/bin/op_allowlist_test 2022-09-27T15:33:09.6391087Z inflating: build/bin/inline_container_test 2022-09-27T15:33:09.7345600Z inflating: build/bin/op_registration_test 2022-09-27T15:33:09.7388083Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:33:09.7546061Z inflating: build/bin/test_dist_autograd 2022-09-27T15:33:09.7762876Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:33:09.7767873Z inflating: build/bin/parallel_benchmark 2022-09-27T15:33:09.8584814Z inflating: build/bin/test_lazy 2022-09-27T15:33:10.0419890Z inflating: build/bin/test_tensorexpr 2022-09-27T15:33:10.0434961Z inflating: build/bin/torch_shm_manager 2022-09-27T15:33:10.3645874Z inflating: build/bin/test_api 2022-09-27T15:33:10.5489483Z inflating: build/bin/test_jit 2022-09-27T15:33:10.5490008Z inflating: .pytorch-test-times.json 2022-09-27T15:33:10.5511642Z ##[group]Run df -H 2022-09-27T15:33:10.5511830Z df -H 2022-09-27T15:33:10.5527900Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:33:10.5528120Z env: 2022-09-27T15:33:10.5528298Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:33:10.5528471Z ##[endgroup] 2022-09-27T15:33:10.5649222Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:33:10.5649562Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-09-27T15:33:10.5651925Z tmpfs 8.2G 447k 8.2G 1% /dev/shm 2022-09-27T15:33:10.5652305Z tmpfs 8.2G 431k 8.2G 1% /run 2022-09-27T15:33:10.5652678Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-09-27T15:33:10.5653050Z /dev/nvme0n1p1 162G 19G 143G 12% / 2022-09-27T15:33:10.5685370Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:33:10.5685611Z .github/scripts/parse_ref.py 2022-09-27T15:33:10.5696372Z shell: /usr/bin/bash -e {0} 2022-09-27T15:33:10.5696549Z env: 2022-09-27T15:33:10.5696725Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:33:10.5696909Z ##[endgroup] 2022-09-27T15:33:10.5948449Z ##[group]Run set -x 2022-09-27T15:33:10.5948711Z set -x 2022-09-27T15:33:10.5948862Z  2022-09-27T15:33:10.5949062Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:33:10.5949315Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:33:10.5949558Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:33:10.5949794Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:33:10.5949991Z else 2022-09-27T15:33:10.5950180Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:33:10.5950379Z fi 2022-09-27T15:33:10.5950533Z  2022-09-27T15:33:10.5950754Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:33:10.5950988Z  2022-09-27T15:33:10.5951200Z # sanitize the input commit message and PR body here: 2022-09-27T15:33:10.5951410Z # 2022-09-27T15:33:10.5951676Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:33:10.5952054Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:33:10.5952351Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:33:10.5952575Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:33:10.5952758Z  2022-09-27T15:33:10.5953002Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:33:10.5953280Z # wreak havoc internally 2022-09-27T15:33:10.5953516Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:33:10.5953753Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:33:10.5953929Z  2022-09-27T15:33:10.5954156Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:33:10.5954452Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:33:10.5954708Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:33:10.5954946Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:33:10.5955166Z container_name=$(docker run \ 2022-09-27T15:33:10.5955366Z  ${GPU_FLAG:-} \ 2022-09-27T15:33:10.5955547Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:33:10.5955746Z  -e PR_NUMBER \ 2022-09-27T15:33:10.5955937Z  -e GITHUB_ACTIONS \ 2022-09-27T15:33:10.5956111Z  -e BASE_SHA \ 2022-09-27T15:33:10.5956290Z  -e BRANCH \ 2022-09-27T15:33:10.5956463Z  -e SHA1 \ 2022-09-27T15:33:10.5956637Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:33:10.5956838Z  -e IN_WHEEL_TEST \ 2022-09-27T15:33:10.5957026Z  -e SHARD_NUMBER \ 2022-09-27T15:33:10.5957206Z  -e TEST_CONFIG \ 2022-09-27T15:33:10.5957395Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:33:10.5957579Z  -e PR_BODY \ 2022-09-27T15:33:10.5957758Z  -e COMMIT_MESSAGES \ 2022-09-27T15:33:10.5957966Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:33:10.5958192Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:33:10.5958385Z  -e PR_LABELS \ 2022-09-27T15:33:10.5958594Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:33:10.5958804Z  -e SCCACHE_BUCKET \ 2022-09-27T15:33:10.5959005Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:33:10.5959185Z  -e XLA_CUDA \ 2022-09-27T15:33:10.5959389Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:33:10.5959636Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:33:10.5959855Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:33:10.5960080Z  --security-opt seccomp=unconfined \ 2022-09-27T15:33:10.5960385Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:33:10.5960566Z  --ipc=host \ 2022-09-27T15:33:10.5960802Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:33:10.5960996Z  --tty \ 2022-09-27T15:33:10.5961158Z  --detach \ 2022-09-27T15:33:10.5961356Z  --name="${container_name}" \ 2022-09-27T15:33:10.5961651Z  --user jenkins \ 2022-09-27T15:33:10.5961887Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:33:10.5962124Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:33:10.5962330Z  "${DOCKER_IMAGE}" 2022-09-27T15:33:10.5962507Z ) 2022-09-27T15:33:10.5962741Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:33:10.5973398Z shell: /usr/bin/bash -e {0} 2022-09-27T15:33:10.5973771Z env: 2022-09-27T15:33:10.5973935Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:33:10.5974181Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-09-27T15:33:10.5974417Z PR_NUMBER: 85462 2022-09-27T15:33:10.5974582Z BRANCH: pull/85462 2022-09-27T15:33:10.5974796Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:33:10.5975034Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:33:10.5975238Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:33:10.5975446Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:33:10.5975643Z TEST_CONFIG: default 2022-09-27T15:33:10.5975821Z SHARD_NUMBER: 2 2022-09-27T15:33:10.5975981Z NUM_TEST_SHARDS: 5 2022-09-27T15:33:10.5977687Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:33:10.5979560Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:33:10.5979792Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:33:10.5979980Z SHM_SIZE: 1g 2022-09-27T15:33:10.5980337Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:33:10.5980664Z XLA_CUDA: 2022-09-27T15:33:10.5980924Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:33:10.5981185Z ##[endgroup] 2022-09-27T15:33:10.6004829Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:33:10.6005529Z + [[ linux-focal-py3.7-clang7-asan == *onnx* ]] 2022-09-27T15:33:10.6005934Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:33:10.6008390Z ++ git cherry -v origin/master 2022-09-27T15:33:10.6204200Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:33:10.6204568Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:33:10.6204862Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:33:10.6205144Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:33:10.6205416Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:33:10.6206347Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:33:10.6218998Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained('\''facebook/detr-resnet-50'\'') model.to('\''cuda'\'') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f'\''{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}'\'') # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:33:10.6221464Z + export 'COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:33:10.6222562Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:33:10.6228165Z + export 'PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:33:10.6232454Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:33:10.6234266Z +++ nproc --ignore=2 2022-09-27T15:33:10.6243281Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3133193930 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:33:25.7497222Z + container_name=2dd7d8907687ee7b30ec93842dea7adee63cd8f3c2d727e393f649f70393c99d 2022-09-27T15:33:25.7497950Z + docker exec -t 2dd7d8907687ee7b30ec93842dea7adee63cd8f3c2d727e393f649f70393c99d sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:33:26.3149444Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:33:26.3900855Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:33:27.1772666Z Installing collected packages: torch 2022-09-27T15:33:37.4183341Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:33:37.5844133Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:33:37.6003719Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T15:33:37.6004392Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T15:33:37.6005118Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-09-27T15:33:37.6006540Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-09-27T15:33:37.6006913Z + BUILD_DIR=build 2022-09-27T15:33:37.6007238Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:33:37.6007563Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:33:37.6007860Z + export VALGRIND=ON 2022-09-27T15:33:37.6008150Z + VALGRIND=ON 2022-09-27T15:33:37.6008589Z + [[ linux-focal-py3.7-clang7-asan == *clang9* ]] 2022-09-27T15:33:37.6009066Z + [[ linux-focal-py3.7-clang7-asan != *bazel* ]] 2022-09-27T15:33:37.6009952Z ++ realpath build/custom_test_artifacts 2022-09-27T15:33:37.6040414Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:33:37.6042840Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:33:37.6070579Z + source .jenkins/pytorch/common.sh 2022-09-27T15:33:37.6078440Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:33:37.6083381Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:33:37.6092200Z +++ declare -f -t trap_add 2022-09-27T15:33:37.6096091Z ++ set -ex 2022-09-27T15:33:37.6096495Z ++ [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-09-27T15:33:37.6096809Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:33:37.6097372Z ++ [[ default == *xla* ]] 2022-09-27T15:33:37.6097849Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-09-27T15:33:37.6098381Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-bionic* ]] 2022-09-27T15:33:37.6098729Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-focal* ]] 2022-09-27T15:33:37.6098955Z ++ which conda 2022-09-27T15:33:37.6115983Z /opt/conda/bin/conda 2022-09-27T15:33:37.6117078Z ++ conda install -q -y cmake 2022-09-27T15:33:39.9366226Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:33:40.4549231Z Solving environment: ...working... done 2022-09-27T15:33:40.5508265Z 2022-09-27T15:33:40.5508394Z ## Package Plan ## 2022-09-27T15:33:40.5508587Z 2022-09-27T15:33:40.5508742Z environment location: /opt/conda 2022-09-27T15:33:40.5508934Z 2022-09-27T15:33:40.5509069Z added / updated specs: 2022-09-27T15:33:40.5509572Z - cmake 2022-09-27T15:33:40.5509755Z 2022-09-27T15:33:40.5509761Z 2022-09-27T15:33:40.5509938Z The following packages will be downloaded: 2022-09-27T15:33:40.5510090Z 2022-09-27T15:33:40.5510170Z package | build 2022-09-27T15:33:40.5510441Z ---------------------------|----------------- 2022-09-27T15:33:40.5510763Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:33:40.5511049Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:33:40.5511348Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:33:40.5511706Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:33:40.5511996Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:33:40.5512266Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:33:40.5512543Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:33:40.5512822Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:33:40.5513107Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:33:40.5513373Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:33:40.5513664Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:33:40.5514155Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:33:40.5514486Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:33:40.5514763Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:33:40.5515037Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:33:40.5515299Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:33:40.5515598Z ------------------------------------------------------------ 2022-09-27T15:33:40.5515843Z Total: 13.0 MB 2022-09-27T15:33:40.5515965Z 2022-09-27T15:33:40.5516077Z The following NEW packages will be INSTALLED: 2022-09-27T15:33:40.5516209Z 2022-09-27T15:33:40.5528699Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:33:40.5529173Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:33:40.5529547Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:33:40.5529899Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:33:40.5530233Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:33:40.5530585Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:33:40.5530958Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:33:40.5531304Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:33:40.5531678Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:33:40.5532049Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:33:40.5532400Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:33:40.5532734Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:33:40.5533076Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:33:40.5533423Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:33:40.5533776Z 2022-09-27T15:33:40.5533883Z The following packages will be UPDATED: 2022-09-27T15:33:40.5534007Z 2022-09-27T15:33:40.5534215Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:33:40.5534561Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:33:40.5534712Z 2022-09-27T15:33:40.5534717Z 2022-09-27T15:33:41.5793710Z Preparing transaction: ...working... done 2022-09-27T15:33:42.4812469Z Verifying transaction: ...working... done 2022-09-27T15:33:49.4857175Z Executing transaction: ...working... done 2022-09-27T15:33:49.5905540Z Retrieving notices: ...working... done 2022-09-27T15:33:49.7981240Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-09-27T15:33:49.7981677Z + echo 'Environment variables' 2022-09-27T15:33:49.7981894Z Environment variables 2022-09-27T15:33:49.7982086Z + env 2022-09-27T15:33:49.8008492Z INSTALLED_DB=yes 2022-09-27T15:33:49.8009152Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:33:49.8009655Z BUILD_ENVIRONMENT=linux-focal-py3.7-clang7-asan 2022-09-27T15:33:49.8010005Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:33:49.8010265Z HOSTNAME=2dd7d8907687 2022-09-27T15:33:49.8010861Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_934270ce-6b39-4f5c-a938-9a7096af07e5 2022-09-27T15:33:49.8011322Z GITHUB_ACTION=__self 2022-09-27T15:33:49.8011630Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:33:49.8011932Z TEST_CONFIG=default 2022-09-27T15:33:49.8012236Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:33:49.8012495Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:33:49.8012699Z GITHUB_REF_TYPE=branch 2022-09-27T15:33:49.8012894Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:33:49.8014545Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:33:49.8014909Z XLA_CUDA= 2022-09-27T15:33:49.8021479Z *** 2022-09-27T15:33:49.8021677Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:33:49.8021869Z GITHUB_ACTIONS=true 2022-09-27T15:33:49.8022202Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:33:49.8022453Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:33:49.8022657Z UCC_HOME=/usr 2022-09-27T15:33:49.8022849Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:33:49.8023042Z SHARD_NUMBER=2 2022-09-27T15:33:49.8023219Z GITHUB_REF_PROTECTED=false 2022-09-27T15:33:49.8023414Z HOME=/var/lib/jenkins 2022-09-27T15:33:49.8023654Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:33:49.8023864Z INSTALLED_THRIFT= 2022-09-27T15:33:49.8024022Z UCX_COMMIT= 2022-09-27T15:33:49.8024201Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:33:49.8024387Z NUM_TEST_SHARDS=5 2022-09-27T15:33:49.8024543Z UCX_HOME=/usr 2022-09-27T15:33:49.8024788Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:33:49.8025246Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_934270ce-6b39-4f5c-a938-9a7096af07e5 2022-09-27T15:33:49.8025675Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:33:49.8025951Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:33:49.8026150Z GITHUB_RUN_ID=3133193930 2022-09-27T15:33:49.8026553Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_934270ce-6b39-4f5c-a938-9a7096af07e5 2022-09-27T15:33:49.8026850Z GITHUB_ACTOR=kongzii 2022-09-27T15:33:49.8027029Z PR_NUMBER=85462 2022-09-27T15:33:49.8027199Z DESIRED_CUDA= 2022-09-27T15:33:49.8027361Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:33:49.8027536Z VALGRIND=ON 2022-09-27T15:33:49.8027760Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:33:49.8027963Z TERM=xterm 2022-09-27T15:33:49.8028130Z INSTALLED_VISION=yes 2022-09-27T15:33:49.8028310Z BRANCH=pull/85462 2022-09-27T15:33:49.8028485Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:33:49.8028681Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:33:49.8029051Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:33:49.8029338Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:33:49.8029538Z UCC_COMMIT= 2022-09-27T15:33:49.8029707Z INSTALLED_ANDROID= 2022-09-27T15:33:49.8029861Z SHLVL=1 2022-09-27T15:33:49.8030015Z MAX_JOBS=6 2022-09-27T15:33:49.8030529Z COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting 2022-09-27T15:33:49.8031088Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:33:49.8031414Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:33:49.8031673Z GITHUB_JOB=test 2022-09-27T15:33:49.8031871Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:33:49.8032072Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:33:49.8032271Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:33:49.8032469Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:33:49.8032787Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:33:49.8033063Z GITHUB_BASE_REF=master 2022-09-27T15:33:49.8033235Z CI=true 2022-09-27T15:33:49.8033417Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:33:49.8033604Z INSTALLED_PROTOBUF=yes 2022-09-27T15:33:49.8033851Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:33:49.8034052Z GITHUB_ACTION_REF= 2022-09-27T15:33:49.8034315Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:33:49.8034546Z GITHUB_WORKFLOW=pull 2022-09-27T15:33:49.8034744Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:33:49.8037548Z PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).``` 2022-09-27T15:33:49.8039355Z _=/usr/bin/env 2022-09-27T15:33:49.8039566Z + echo 'Testing pytorch' 2022-09-27T15:33:49.8039737Z Testing pytorch 2022-09-27T15:33:49.8039929Z + export LANG=C.UTF-8 2022-09-27T15:33:49.8040119Z + LANG=C.UTF-8 2022-09-27T15:33:49.8096286Z + PR_NUMBER=85462 2022-09-27T15:33:49.8096671Z + [[ default == \d\e\f\a\u\l\t ]] 2022-09-27T15:33:49.8096980Z + export CUDA_VISIBLE_DEVICES=0 2022-09-27T15:33:49.8097319Z + CUDA_VISIBLE_DEVICES=0 2022-09-27T15:33:49.8097690Z + export HIP_VISIBLE_DEVICES=0 2022-09-27T15:33:49.8098003Z + HIP_VISIBLE_DEVICES=0 2022-09-27T15:33:49.8098308Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:33:49.8098612Z + [[ default == \s\l\o\w ]] 2022-09-27T15:33:49.8099238Z + [[ linux-focal-py3.7-clang7-asan == *slow-gradcheck* ]] 2022-09-27T15:33:49.8099811Z + [[ linux-focal-py3.7-clang7-asan == *cuda* ]] 2022-09-27T15:33:49.8100353Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-09-27T15:33:49.8100904Z + [[ linux-focal-py3.7-clang7-asan == *cuda11* ]] 2022-09-27T15:33:49.8101300Z + [[ default == *crossref* ]] 2022-09-27T15:33:49.8101642Z + [[ default == *dynamo* ]] 2022-09-27T15:33:49.8102041Z + [[ -n 85462 ]] 2022-09-27T15:33:49.8102268Z + [[ -z '' ]] 2022-09-27T15:33:49.8102464Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:33:49.8102700Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:33:49.8102986Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-09-27T15:33:49.8103275Z + [[ linux-focal-py3.7-clang7-asan != *-bazel-* ]] 2022-09-27T15:33:49.8103533Z + pip_install --user ninja 2022-09-27T15:33:49.8103798Z + pip install --progress-bar off --user ninja 2022-09-27T15:33:50.2340923Z Collecting ninja 2022-09-27T15:33:50.2489916Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:33:50.9699771Z Installing collected packages: ninja 2022-09-27T15:33:50.9787439Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:33:50.9787967Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:33:50.9839953Z Successfully installed ninja-1.10.2.3 2022-09-27T15:33:51.0571300Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:33:51.0572090Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:33:51.0573110Z + [[ linux-focal-py3.7-clang7-asan == *asan* ]] 2022-09-27T15:33:51.0573941Z + export ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-09-27T15:33:51.0574501Z + ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-09-27T15:33:51.0574880Z + export UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-09-27T15:33:51.0575214Z + UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-09-27T15:33:51.0575489Z + export PYTORCH_TEST_WITH_ASAN=1 2022-09-27T15:33:51.0575699Z + PYTORCH_TEST_WITH_ASAN=1 2022-09-27T15:33:51.0575905Z + export PYTORCH_TEST_WITH_UBSAN=1 2022-09-27T15:33:51.0576111Z + PYTORCH_TEST_WITH_UBSAN=1 2022-09-27T15:33:51.0576436Z + export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-09-27T15:33:51.0576759Z + ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-09-27T15:33:51.0577007Z + export TORCH_USE_RTLD_GLOBAL=1 2022-09-27T15:33:51.0577208Z + TORCH_USE_RTLD_GLOBAL=1 2022-09-27T15:33:51.0577551Z + export LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-09-27T15:33:51.0577980Z + LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-09-27T15:33:51.0578281Z + ulimit -s 81920 2022-09-27T15:33:51.0578797Z + cd test 2022-09-27T15:33:51.0579474Z + python -c 'import torch; print(torch.__version__, torch.version.git_version)' 2022-09-27T15:33:54.9596734Z 1.13.0a0+git52424e2 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:33:55.4543174Z + echo 'The next three invocations are expected to crash; if they don'\''t that means ASAN/UBSAN is misconfigured' 2022-09-27T15:33:55.4543936Z The next three invocations are expected to crash; if they don't that means ASAN/UBSAN is misconfigured 2022-09-27T15:33:55.4544268Z + cd test 2022-09-27T15:33:55.4544564Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-09-27T15:33:55.4544887Z + set +e 2022-09-27T15:33:55.4545155Z + python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-09-27T15:33:58.9254678Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:166:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-09-27T15:33:59.2261504Z #0 0x7f31bd434f37 in THPModule_crashIfCsrcASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2acbf37) 2022-09-27T15:33:59.2885911Z #1 0x55ee4e4c65dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-09-27T15:33:59.2886740Z #2 0x55ee4e4fcb3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-09-27T15:33:59.2887324Z #3 0x55ee4e4fcb3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-09-27T15:33:59.2887716Z #4 0x55ee4e544701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-09-27T15:33:59.2888361Z #5 0x55ee4e495e84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-09-27T15:33:59.2888930Z #6 0x55ee4e495e84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-09-27T15:33:59.2889699Z #7 0x55ee4e497272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-09-27T15:33:59.2890237Z #8 0x55ee4e497272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-09-27T15:33:59.2891116Z #9 0x55ee4e5a4c81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-09-27T15:33:59.2892124Z #10 0x55ee4e5afc69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-09-27T15:33:59.2893147Z #11 0x55ee4e5afccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-09-27T15:33:59.2894709Z #12 0x55ee4e5afdc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-09-27T15:33:59.2895120Z #13 0x55ee4e5afdc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-09-27T15:33:59.2895573Z #14 0x55ee4e5afdc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-09-27T15:33:59.2896131Z #15 0x55ee4e5b018b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-09-27T15:33:59.2911410Z #16 0x7f31c5a63082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-09-27T15:33:59.2911837Z #17 0x55ee4e555039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-09-27T15:33:59.2912066Z 2022-09-27T15:33:59.2912514Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:166:3 in 2022-09-27T15:33:59.3434761Z + retcode=1 2022-09-27T15:33:59.3435071Z + set -e 2022-09-27T15:33:59.3435274Z + return 1 2022-09-27T15:33:59.3438626Z + cd test 2022-09-27T15:33:59.3439414Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-09-27T15:33:59.3439692Z + set +e 2022-09-27T15:33:59.3440029Z + python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-09-27T15:34:02.8376741Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:178:18: runtime error: division by zero 2022-09-27T15:34:02.9700355Z #0 0x7f1e701be185 in THPModule_crashIfCsrcUBSAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2acc185) 2022-09-27T15:34:03.0292811Z #1 0x55c4daf1e5dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-09-27T15:34:03.0293394Z #2 0x55c4daf54b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-09-27T15:34:03.0294049Z #3 0x55c4daf54b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-09-27T15:34:03.0294727Z #4 0x55c4daf9c701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-09-27T15:34:03.0295595Z #5 0x55c4daeede84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-09-27T15:34:03.0296265Z #6 0x55c4daeede84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-09-27T15:34:03.0297202Z #7 0x55c4daeef272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-09-27T15:34:03.0297790Z #8 0x55c4daeef272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-09-27T15:34:03.0298389Z #9 0x55c4daffcc81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-09-27T15:34:03.0298953Z #10 0x55c4db007c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-09-27T15:34:03.0299734Z #11 0x55c4db007ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-09-27T15:34:03.0301658Z #12 0x55c4db007dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-09-27T15:34:03.0302276Z #13 0x55c4db007dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-09-27T15:34:03.0302639Z #14 0x55c4db007dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-09-27T15:34:03.0303053Z #15 0x55c4db00818b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-09-27T15:34:03.0316960Z #16 0x7f1e787ed082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-09-27T15:34:03.0317585Z #17 0x55c4dafad039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-09-27T15:34:03.0317767Z 2022-09-27T15:34:03.0318653Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:178:18 in 2022-09-27T15:34:03.0768765Z + retcode=1 2022-09-27T15:34:03.0769190Z + set -e 2022-09-27T15:34:03.0769478Z + return 1 2022-09-27T15:34:03.0772790Z + cd test 2022-09-27T15:34:03.0773810Z + get_exit_code python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-09-27T15:34:03.0774216Z + set +e 2022-09-27T15:34:03.0774621Z + python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-09-27T15:34:06.5276368Z /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-09-27T15:34:07.2040155Z #0 0x7f7e80cddd54 in at::_crash_if_asan(int) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so+0xd52fd54) 2022-09-27T15:34:07.2628732Z #1 0x7f7eab49f2bb in THPModule_crashIfATenASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2acc2bb) 2022-09-27T15:34:07.3222069Z #2 0x55c5d977e5dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-09-27T15:34:07.3222495Z #3 0x55c5d97b4b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-09-27T15:34:07.3222986Z #4 0x55c5d97b4b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-09-27T15:34:07.3224714Z #5 0x55c5d97fc701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-09-27T15:34:07.3225706Z #6 0x55c5d974de84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-09-27T15:34:07.3226324Z #7 0x55c5d974de84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-09-27T15:34:07.3226732Z #8 0x55c5d974f272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-09-27T15:34:07.3227101Z #9 0x55c5d974f272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-09-27T15:34:07.3228033Z #10 0x55c5d985cc81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-09-27T15:34:07.3228683Z #11 0x55c5d9867c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-09-27T15:34:07.3229690Z #12 0x55c5d9867ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-09-27T15:34:07.3231519Z #13 0x55c5d9867dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-09-27T15:34:07.3232048Z #14 0x55c5d9867dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-09-27T15:34:07.3232577Z #15 0x55c5d9867dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-09-27T15:34:07.3232916Z #16 0x55c5d986818b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-09-27T15:34:07.3247089Z #17 0x7f7eb3acc082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-09-27T15:34:07.3247542Z #18 0x55c5d980d039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-09-27T15:34:07.3247759Z 2022-09-27T15:34:07.3248655Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3 in 2022-09-27T15:34:07.3694916Z + retcode=1 2022-09-27T15:34:07.3695404Z + set -e 2022-09-27T15:34:07.3695596Z + return 1 2022-09-27T15:34:07.3696206Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:34:07.3696621Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:34:07.3700317Z + [[ linux-focal-py3.7-clang7-asan == *tbb* ]] 2022-09-27T15:34:07.3712006Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-09-27T15:34:07.3712337Z + [[ linux-focal-py3.7-clang7-asan == *-bazel-* ]] 2022-09-27T15:34:07.3714571Z + cd test 2022-09-27T15:34:07.3715342Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:34:10.8579535Z PyTorch built with: 2022-09-27T15:34:10.8580099Z - GCC 4.2 2022-09-27T15:34:10.8580399Z - C++ Version: 201402 2022-09-27T15:34:10.8580624Z - clang 7.0.1 2022-09-27T15:34:10.8581011Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:34:10.8581384Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:34:10.8581625Z - NNPACK is enabled 2022-09-27T15:34:10.8581852Z - CPU capability usage: AVX2 2022-09-27T15:34:10.8584827Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/clang++, CXX_FLAGS=-fsanitize=undefined -fsanitize=address -fno-sanitize-recover=all -fsanitize-address-use-after-scope -shared-libasan -Wno-deprecated -fvisibility-inlines-hidden -fsanitize=address -fPIE -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -fno-math-errno -fno-trapping-math -Werror=format, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=0, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=0, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=OFF, USE_ROCM=OFF, 2022-09-27T15:34:10.8586898Z 2022-09-27T15:34:11.3277479Z + cd test 2022-09-27T15:34:11.3277910Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:34:14.8139337Z ATen/Parallel: 2022-09-27T15:34:14.8139615Z at::get_num_threads() : 4 2022-09-27T15:34:14.8139903Z at::get_num_interop_threads() : 4 2022-09-27T15:34:14.8140211Z OpenMP not found 2022-09-27T15:34:14.8140925Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:34:14.8141423Z mkl_get_max_threads() : 1 2022-09-27T15:34:14.8141758Z MKLDNN not found 2022-09-27T15:34:14.8142040Z std::thread::hardware_concurrency() : 8 2022-09-27T15:34:14.8142247Z Environment variables: 2022-09-27T15:34:14.8142440Z OMP_NUM_THREADS : [not set] 2022-09-27T15:34:14.8142633Z MKL_NUM_THREADS : [not set] 2022-09-27T15:34:14.8142845Z ATen parallel backend: native thread pool 2022-09-27T15:34:14.8142972Z 2022-09-27T15:34:15.3108911Z + [[ default == *deploy* ]] 2022-09-27T15:34:15.3109333Z + [[ default == *backward* ]] 2022-09-27T15:34:15.3109566Z + [[ default == *xla* ]] 2022-09-27T15:34:15.3109765Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:34:15.3110162Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-09-27T15:34:15.3110400Z + [[ default == distributed ]] 2022-09-27T15:34:15.3110592Z + [[ default == *dynamo* ]] 2022-09-27T15:34:15.3110776Z + [[ default == *dynamo* ]] 2022-09-27T15:34:15.3110935Z + [[ 2 == 1 ]] 2022-09-27T15:34:15.3111092Z + [[ 2 == 2 ]] 2022-09-27T15:34:15.3111631Z + [[ 5 -gt 1 ]] 2022-09-27T15:34:15.3111877Z + install_torchvision 2022-09-27T15:34:15.3112081Z + local commit 2022-09-27T15:34:15.3112546Z ++ get_pinned_commit vision 2022-09-27T15:34:15.3112850Z ++ cat .github/ci_commit_pins/vision.txt 2022-09-27T15:34:15.3191252Z + commit=2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:34:15.3192113Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:34:15.3192977Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:34:15.8168649Z Collecting git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:34:15.8177150Z Cloning https://github.com/pytorch/vision.git (to revision 2c1022e3ee89834228d64445d569f0efd6b93fb8) to /tmp/pip-req-build-dd5mju8k 2022-09-27T15:34:15.8613985Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-dd5mju8k 2022-09-27T15:34:18.4222354Z Running command git rev-parse -q --verify 'sha^2c1022e3ee89834228d64445d569f0efd6b93fb8' 2022-09-27T15:34:18.4332529Z Running command git fetch -q https://github.com/pytorch/vision.git 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:34:20.0786273Z Running command git checkout -q 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:34:20.4775717Z Resolved https://github.com/pytorch/vision.git to commit 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:34:25.5057458Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:34:25.5149202Z [?25hRequirement already satisfied: typing_extensions in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (4.3.0) 2022-09-27T15:34:25.5154097Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (1.18.5) 2022-09-27T15:34:25.5158165Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (2.27.1) 2022-09-27T15:34:25.5162604Z Requirement already satisfied: torch in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (1.13.0a0+git52424e2) 2022-09-27T15:34:25.5170766Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (9.2.0) 2022-09-27T15:34:25.5477384Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (2022.9.14) 2022-09-27T15:34:25.5491280Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (3.3) 2022-09-27T15:34:25.5500950Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (1.26.8) 2022-09-27T15:34:25.5514982Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (2.0.4) 2022-09-27T15:34:25.5705670Z Building wheels for collected packages: torchvision 2022-09-27T15:36:04.5955892Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ done 2022-09-27T15:36:04.6448327Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+2c1022e-cp37-cp37m-linux_x86_64.whl size=16386167 sha256=b78bbe786576063a42c5ceb5c1f0e51d308e343b9cf084758e118f90573254cd 2022-09-27T15:36:04.6449846Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/54/3c/b1/9e73e6e3c514e799d3391d5ca318b09f89e7fa0e9f925d2c5a 2022-09-27T15:36:04.6508670Z Successfully built torchvision 2022-09-27T15:36:05.5065972Z Installing collected packages: torchvision 2022-09-27T15:36:06.4545076Z Successfully installed torchvision-0.14.0a0+2c1022e 2022-09-27T15:36:06.7134533Z + checkout_install_torchdynamo 2022-09-27T15:36:06.7134782Z + local commit 2022-09-27T15:36:06.7136978Z ++ get_pinned_commit torchdynamo 2022-09-27T15:36:06.7137517Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-09-27T15:36:06.7204256Z + commit=41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:36:06.7204579Z + pushd .. 2022-09-27T15:36:06.7205957Z ~ ~/workspace 2022-09-27T15:36:06.7206241Z + git clone https://github.com/pytorch/torchdynamo 2022-09-27T15:36:06.7246127Z Cloning into 'torchdynamo'... 2022-09-27T15:36:07.0191287Z remote: Enumerating objects: 14534, done. 2022-09-27T15:36:07.0191639Z remote: Counting objects: 0% (1/331) 2022-09-27T15:36:07.0191990Z remote: Counting objects: 1% (4/331) 2022-09-27T15:36:07.0193692Z remote: Counting objects: 2% (7/331) 2022-09-27T15:36:07.0194043Z remote: Counting objects: 3% (10/331) 2022-09-27T15:36:07.0194318Z remote: Counting objects: 4% (14/331) 2022-09-27T15:36:07.0194564Z remote: Counting objects: 5% (17/331) 2022-09-27T15:36:07.0194841Z remote: Counting objects: 6% (20/331) 2022-09-27T15:36:07.0195103Z remote: Counting objects: 7% (24/331) 2022-09-27T15:36:07.0195500Z remote: Counting objects: 8% (27/331) 2022-09-27T15:36:07.0195833Z remote: Counting objects: 9% (30/331) 2022-09-27T15:36:07.0197888Z remote: Counting objects: 10% (34/331) 2022-09-27T15:36:07.0198346Z remote: Counting objects: 11% (37/331) 2022-09-27T15:36:07.0198846Z remote: Counting objects: 12% (40/331) 2022-09-27T15:36:07.0199193Z remote: Counting objects: 13% (44/331) 2022-09-27T15:36:07.0199620Z remote: Counting objects: 14% (47/331) 2022-09-27T15:36:07.0200025Z remote: Counting objects: 15% (50/331) 2022-09-27T15:36:07.0200497Z remote: Counting objects: 16% (53/331) 2022-09-27T15:36:07.0200940Z remote: Counting objects: 17% (57/331) 2022-09-27T15:36:07.0201203Z remote: Counting objects: 18% (60/331) 2022-09-27T15:36:07.0201506Z remote: Counting objects: 19% (63/331) 2022-09-27T15:36:07.0201760Z remote: Counting objects: 20% (67/331) 2022-09-27T15:36:07.0202188Z remote: Counting objects: 21% (70/331) 2022-09-27T15:36:07.0202547Z remote: Counting objects: 22% (73/331) 2022-09-27T15:36:07.0202997Z remote: Counting objects: 23% (77/331) 2022-09-27T15:36:07.0203374Z remote: Counting objects: 24% (80/331) 2022-09-27T15:36:07.0203798Z remote: Counting objects: 25% (83/331) 2022-09-27T15:36:07.0204062Z remote: Counting objects: 26% (87/331) 2022-09-27T15:36:07.0204303Z remote: Counting objects: 27% (90/331) 2022-09-27T15:36:07.0204563Z remote: Counting objects: 28% (93/331) 2022-09-27T15:36:07.0204818Z remote: Counting objects: 29% (96/331) 2022-09-27T15:36:07.0205069Z remote: Counting objects: 30% (100/331) 2022-09-27T15:36:07.0205337Z remote: Counting objects: 31% (103/331) 2022-09-27T15:36:07.0205601Z remote: Counting objects: 32% (106/331) 2022-09-27T15:36:07.0205849Z remote: Counting objects: 33% (110/331) 2022-09-27T15:36:07.0206175Z remote: Counting objects: 34% (113/331) 2022-09-27T15:36:07.0206610Z remote: Counting objects: 35% (116/331) 2022-09-27T15:36:07.0207051Z remote: Counting objects: 36% (120/331) 2022-09-27T15:36:07.0207468Z remote: Counting objects: 37% (123/331) 2022-09-27T15:36:07.0207899Z remote: Counting objects: 38% (126/331) 2022-09-27T15:36:07.0208336Z remote: Counting objects: 39% (130/331) 2022-09-27T15:36:07.0208754Z remote: Counting objects: 40% (133/331) 2022-09-27T15:36:07.0209231Z remote: Counting objects: 41% (136/331) 2022-09-27T15:36:07.0209712Z remote: Counting objects: 42% (140/331) 2022-09-27T15:36:07.0209963Z remote: Counting objects: 43% (143/331) 2022-09-27T15:36:07.0210248Z remote: Counting objects: 44% (146/331) 2022-09-27T15:36:07.0210504Z remote: Counting objects: 45% (149/331) 2022-09-27T15:36:07.0210762Z remote: Counting objects: 46% (153/331) 2022-09-27T15:36:07.0211002Z remote: Counting objects: 47% (156/331) 2022-09-27T15:36:07.0211475Z remote: Counting objects: 48% (159/331) 2022-09-27T15:36:07.0211734Z remote: Counting objects: 49% (163/331) 2022-09-27T15:36:07.0212049Z remote: Counting objects: 50% (166/331) 2022-09-27T15:36:07.0212316Z remote: Counting objects: 51% (169/331) 2022-09-27T15:36:07.0212573Z remote: Counting objects: 52% (173/331) 2022-09-27T15:36:07.0212817Z remote: Counting objects: 53% (176/331) 2022-09-27T15:36:07.0213073Z remote: Counting objects: 54% (179/331) 2022-09-27T15:36:07.0213329Z remote: Counting objects: 55% (183/331) 2022-09-27T15:36:07.0213826Z remote: Counting objects: 56% (186/331) 2022-09-27T15:36:07.0214117Z remote: Counting objects: 57% (189/331) 2022-09-27T15:36:07.0214377Z remote: Counting objects: 58% (192/331) 2022-09-27T15:36:07.0214638Z remote: Counting objects: 59% (196/331) 2022-09-27T15:36:07.0214919Z remote: Counting objects: 60% (199/331) 2022-09-27T15:36:07.0215175Z remote: Counting objects: 61% (202/331) 2022-09-27T15:36:07.0215432Z remote: Counting objects: 62% (206/331) 2022-09-27T15:36:07.0215671Z remote: Counting objects: 63% (209/331) 2022-09-27T15:36:07.0215936Z remote: Counting objects: 64% (212/331) 2022-09-27T15:36:07.0216197Z remote: Counting objects: 65% (216/331) 2022-09-27T15:36:07.0216439Z remote: Counting objects: 66% (219/331) 2022-09-27T15:36:07.0216695Z remote: Counting objects: 67% (222/331) 2022-09-27T15:36:07.0216951Z remote: Counting objects: 68% (226/331) 2022-09-27T15:36:07.0217195Z remote: Counting objects: 69% (229/331) 2022-09-27T15:36:07.0217450Z remote: Counting objects: 70% (232/331) 2022-09-27T15:36:07.0217708Z remote: Counting objects: 71% (236/331) 2022-09-27T15:36:07.0217948Z remote: Counting objects: 72% (239/331) 2022-09-27T15:36:07.0218204Z remote: Counting objects: 73% (242/331) 2022-09-27T15:36:07.0218460Z remote: Counting objects: 74% (245/331) 2022-09-27T15:36:07.0218699Z remote: Counting objects: 75% (249/331) 2022-09-27T15:36:07.0218958Z remote: Counting objects: 76% (252/331) 2022-09-27T15:36:07.0219217Z remote: Counting objects: 77% (255/331) 2022-09-27T15:36:07.0219476Z remote: Counting objects: 78% (259/331) 2022-09-27T15:36:07.0219717Z remote: Counting objects: 79% (262/331) 2022-09-27T15:36:07.0219973Z remote: Counting objects: 80% (265/331) 2022-09-27T15:36:07.0220229Z remote: Counting objects: 81% (269/331) 2022-09-27T15:36:07.0220471Z remote: Counting objects: 82% (272/331) 2022-09-27T15:36:07.0220730Z remote: Counting objects: 83% (275/331) 2022-09-27T15:36:07.0220993Z remote: Counting objects: 84% (279/331) 2022-09-27T15:36:07.0221235Z remote: Counting objects: 85% (282/331) 2022-09-27T15:36:07.0221491Z remote: Counting objects: 86% (285/331) 2022-09-27T15:36:07.0221745Z remote: Counting objects: 87% (288/331) 2022-09-27T15:36:07.0221987Z remote: Counting objects: 88% (292/331) 2022-09-27T15:36:07.0222268Z remote: Counting objects: 89% (295/331) 2022-09-27T15:36:07.0222527Z remote: Counting objects: 90% (298/331) 2022-09-27T15:36:07.0222772Z remote: Counting objects: 91% (302/331) 2022-09-27T15:36:07.0223030Z remote: Counting objects: 92% (305/331) 2022-09-27T15:36:07.0223287Z remote: Counting objects: 93% (308/331) 2022-09-27T15:36:07.0223550Z remote: Counting objects: 94% (312/331) 2022-09-27T15:36:07.0223791Z remote: Counting objects: 95% (315/331) 2022-09-27T15:36:07.0224048Z remote: Counting objects: 96% (318/331) 2022-09-27T15:36:07.0224305Z remote: Counting objects: 97% (322/331) 2022-09-27T15:36:07.0224612Z remote: Counting objects: 98% (325/331) 2022-09-27T15:36:07.0224872Z remote: Counting objects: 99% (328/331) 2022-09-27T15:36:07.0225135Z remote: Counting objects: 100% (331/331) 2022-09-27T15:36:07.0225391Z remote: Counting objects: 100% (331/331), done. 2022-09-27T15:36:07.0225677Z remote: Compressing objects: 0% (1/158) 2022-09-27T15:36:07.0225965Z remote: Compressing objects: 1% (2/158) 2022-09-27T15:36:07.0246037Z remote: Compressing objects: 2% (4/158) 2022-09-27T15:36:07.0262315Z remote: Compressing objects: 3% (5/158) 2022-09-27T15:36:07.0356283Z remote: Compressing objects: 4% (7/158) 2022-09-27T15:36:07.0400648Z remote: Compressing objects: 5% (8/158) 2022-09-27T15:36:07.0400917Z remote: Compressing objects: 6% (10/158) 2022-09-27T15:36:07.0430589Z remote: Compressing objects: 7% (12/158) 2022-09-27T15:36:07.0502006Z remote: Compressing objects: 8% (13/158) 2022-09-27T15:36:07.0527191Z remote: Compressing objects: 9% (15/158) 2022-09-27T15:36:07.0544638Z remote: Compressing objects: 10% (16/158) 2022-09-27T15:36:07.0550882Z remote: Compressing objects: 11% (18/158) 2022-09-27T15:36:07.0594809Z remote: Compressing objects: 12% (19/158) 2022-09-27T15:36:07.0606430Z remote: Compressing objects: 13% (21/158) 2022-09-27T15:36:07.0647260Z remote: Compressing objects: 14% (23/158) 2022-09-27T15:36:07.0672202Z remote: Compressing objects: 15% (24/158) 2022-09-27T15:36:07.0674841Z remote: Compressing objects: 16% (26/158) 2022-09-27T15:36:07.0681471Z remote: Compressing objects: 17% (27/158) 2022-09-27T15:36:07.0714399Z remote: Compressing objects: 18% (29/158) 2022-09-27T15:36:07.0714689Z remote: Compressing objects: 19% (31/158) 2022-09-27T15:36:07.0732372Z remote: Compressing objects: 20% (32/158) 2022-09-27T15:36:07.0732668Z remote: Compressing objects: 21% (34/158) 2022-09-27T15:36:07.0746704Z remote: Compressing objects: 22% (35/158) 2022-09-27T15:36:07.0747072Z remote: Compressing objects: 23% (37/158) 2022-09-27T15:36:07.0747335Z remote: Compressing objects: 24% (38/158) 2022-09-27T15:36:07.0747607Z remote: Compressing objects: 25% (40/158) 2022-09-27T15:36:07.0761948Z remote: Compressing objects: 26% (42/158) 2022-09-27T15:36:07.0763520Z remote: Compressing objects: 27% (43/158) 2022-09-27T15:36:07.0764004Z remote: Compressing objects: 28% (45/158) 2022-09-27T15:36:07.0764368Z remote: Compressing objects: 29% (46/158) 2022-09-27T15:36:07.0764779Z remote: Compressing objects: 30% (48/158) 2022-09-27T15:36:07.0765236Z remote: Compressing objects: 31% (49/158) 2022-09-27T15:36:07.0765705Z remote: Compressing objects: 32% (51/158) 2022-09-27T15:36:07.0766196Z remote: Compressing objects: 33% (53/158) 2022-09-27T15:36:07.0766470Z remote: Compressing objects: 34% (54/158) 2022-09-27T15:36:07.0766738Z remote: Compressing objects: 35% (56/158) 2022-09-27T15:36:07.0767027Z remote: Compressing objects: 36% (57/158) 2022-09-27T15:36:07.0767298Z remote: Compressing objects: 37% (59/158) 2022-09-27T15:36:07.0767589Z remote: Compressing objects: 38% (61/158) 2022-09-27T15:36:07.0767880Z remote: Compressing objects: 39% (62/158) 2022-09-27T15:36:07.0768279Z remote: Compressing objects: 40% (64/158) 2022-09-27T15:36:07.0768628Z remote: Compressing objects: 41% (65/158) 2022-09-27T15:36:07.0768910Z remote: Compressing objects: 42% (67/158) 2022-09-27T15:36:07.0769187Z remote: Compressing objects: 43% (68/158) 2022-09-27T15:36:07.0769457Z remote: Compressing objects: 44% (70/158) 2022-09-27T15:36:07.0769754Z remote: Compressing objects: 45% (72/158) 2022-09-27T15:36:07.0770009Z remote: Compressing objects: 46% (73/158) 2022-09-27T15:36:07.0770276Z remote: Compressing objects: 47% (75/158) 2022-09-27T15:36:07.0770545Z remote: Compressing objects: 48% (76/158) 2022-09-27T15:36:07.0770800Z remote: Compressing objects: 49% (78/158) 2022-09-27T15:36:07.0771075Z remote: Compressing objects: 50% (79/158) 2022-09-27T15:36:07.0771340Z remote: Compressing objects: 51% (81/158) 2022-09-27T15:36:07.0771593Z remote: Compressing objects: 52% (83/158) 2022-09-27T15:36:07.0771861Z remote: Compressing objects: 53% (84/158) 2022-09-27T15:36:07.0772128Z remote: Compressing objects: 54% (86/158) 2022-09-27T15:36:07.0772378Z remote: Compressing objects: 55% (87/158) 2022-09-27T15:36:07.0772645Z remote: Compressing objects: 56% (89/158) 2022-09-27T15:36:07.0773112Z remote: Compressing objects: 57% (91/158) 2022-09-27T15:36:07.0773364Z remote: Compressing objects: 58% (92/158) 2022-09-27T15:36:07.0774011Z remote: Compressing objects: 59% (94/158) 2022-09-27T15:36:07.0774363Z remote: Compressing objects: 60% (95/158) 2022-09-27T15:36:07.0774656Z remote: Compressing objects: 61% (97/158) 2022-09-27T15:36:07.0774910Z remote: Compressing objects: 62% (98/158) 2022-09-27T15:36:07.0775189Z remote: Compressing objects: 63% (100/158) 2022-09-27T15:36:07.0775499Z remote: Compressing objects: 64% (102/158) 2022-09-27T15:36:07.0775890Z remote: Compressing objects: 65% (103/158) 2022-09-27T15:36:07.0776333Z remote: Compressing objects: 66% (105/158) 2022-09-27T15:36:07.0776765Z remote: Compressing objects: 67% (106/158) 2022-09-27T15:36:07.0777223Z remote: Compressing objects: 68% (108/158) 2022-09-27T15:36:07.0777717Z remote: Compressing objects: 69% (110/158) 2022-09-27T15:36:07.0778228Z remote: Compressing objects: 70% (111/158) 2022-09-27T15:36:07.0778704Z remote: Compressing objects: 71% (113/158) 2022-09-27T15:36:07.0779213Z remote: Compressing objects: 72% (114/158) 2022-09-27T15:36:07.0779710Z remote: Compressing objects: 73% (116/158) 2022-09-27T15:36:07.0780177Z remote: Compressing objects: 74% (117/158) 2022-09-27T15:36:07.0780449Z remote: Compressing objects: 75% (119/158) 2022-09-27T15:36:07.0780720Z remote: Compressing objects: 76% (121/158) 2022-09-27T15:36:07.0781017Z remote: Compressing objects: 77% (122/158) 2022-09-27T15:36:07.0781296Z remote: Compressing objects: 78% (124/158) 2022-09-27T15:36:07.0781591Z remote: Compressing objects: 79% (125/158) 2022-09-27T15:36:07.0781862Z remote: Compressing objects: 80% (127/158) 2022-09-27T15:36:07.0782119Z remote: Compressing objects: 81% (128/158) 2022-09-27T15:36:07.0782417Z remote: Compressing objects: 82% (130/158) 2022-09-27T15:36:07.0782687Z remote: Compressing objects: 83% (132/158) 2022-09-27T15:36:07.0782985Z remote: Compressing objects: 84% (133/158) 2022-09-27T15:36:07.0783243Z remote: Compressing objects: 85% (135/158) 2022-09-27T15:36:07.0783537Z remote: Compressing objects: 86% (136/158) 2022-09-27T15:36:07.0783810Z remote: Compressing objects: 87% (138/158) 2022-09-27T15:36:07.0784082Z remote: Compressing objects: 88% (140/158) 2022-09-27T15:36:07.0784357Z remote: Compressing objects: 89% (141/158) 2022-09-27T15:36:07.0784710Z remote: Compressing objects: 90% (143/158) 2022-09-27T15:36:07.0784977Z remote: Compressing objects: 91% (144/158) 2022-09-27T15:36:07.0785246Z remote: Compressing objects: 92% (146/158) 2022-09-27T15:36:07.0785515Z remote: Compressing objects: 93% (147/158) 2022-09-27T15:36:07.0785771Z remote: Compressing objects: 94% (149/158) 2022-09-27T15:36:07.0786066Z remote: Compressing objects: 95% (151/158) 2022-09-27T15:36:07.0786337Z remote: Compressing objects: 96% (152/158) 2022-09-27T15:36:07.0786620Z remote: Compressing objects: 97% (154/158) 2022-09-27T15:36:07.0786892Z remote: Compressing objects: 98% (155/158) 2022-09-27T15:36:07.0787185Z remote: Compressing objects: 99% (157/158) 2022-09-27T15:36:07.0787456Z remote: Compressing objects: 100% (158/158) 2022-09-27T15:36:07.0787726Z remote: Compressing objects: 100% (158/158), done. 2022-09-27T15:36:07.0884667Z Receiving objects: 0% (1/14534) 2022-09-27T15:36:07.0913326Z Receiving objects: 1% (146/14534) 2022-09-27T15:36:07.0939605Z Receiving objects: 2% (291/14534) 2022-09-27T15:36:07.0968290Z Receiving objects: 3% (437/14534) 2022-09-27T15:36:07.0995056Z Receiving objects: 4% (582/14534) 2022-09-27T15:36:07.1020702Z Receiving objects: 5% (727/14534) 2022-09-27T15:36:07.1044882Z Receiving objects: 6% (873/14534) 2022-09-27T15:36:07.1070263Z Receiving objects: 7% (1018/14534) 2022-09-27T15:36:07.1092150Z Receiving objects: 8% (1163/14534) 2022-09-27T15:36:07.1112295Z Receiving objects: 9% (1309/14534) 2022-09-27T15:36:07.1132095Z Receiving objects: 10% (1454/14534) 2022-09-27T15:36:07.1157916Z Receiving objects: 11% (1599/14534) 2022-09-27T15:36:07.1187516Z Receiving objects: 12% (1745/14534) 2022-09-27T15:36:07.1215587Z Receiving objects: 13% (1890/14534) 2022-09-27T15:36:07.1244793Z Receiving objects: 14% (2035/14534) 2022-09-27T15:36:07.1266595Z Receiving objects: 15% (2181/14534) 2022-09-27T15:36:07.1304708Z Receiving objects: 16% (2326/14534) 2022-09-27T15:36:07.1394021Z Receiving objects: 17% (2471/14534) 2022-09-27T15:36:07.1653640Z Receiving objects: 18% (2617/14534) 2022-09-27T15:36:07.1761204Z Receiving objects: 19% (2762/14534) 2022-09-27T15:36:07.1824235Z Receiving objects: 20% (2907/14534) 2022-09-27T15:36:07.1852104Z Receiving objects: 21% (3053/14534) 2022-09-27T15:36:07.1942182Z Receiving objects: 22% (3198/14534) 2022-09-27T15:36:07.1965246Z Receiving objects: 23% (3343/14534) 2022-09-27T15:36:07.1997172Z Receiving objects: 24% (3489/14534) 2022-09-27T15:36:07.2042153Z Receiving objects: 25% (3634/14534) 2022-09-27T15:36:07.2066328Z Receiving objects: 26% (3779/14534) 2022-09-27T15:36:07.2098364Z Receiving objects: 27% (3925/14534) 2022-09-27T15:36:07.2126314Z Receiving objects: 28% (4070/14534) 2022-09-27T15:36:07.2157644Z Receiving objects: 29% (4215/14534) 2022-09-27T15:36:07.2181200Z Receiving objects: 30% (4361/14534) 2022-09-27T15:36:07.2206533Z Receiving objects: 31% (4506/14534) 2022-09-27T15:36:07.2229070Z Receiving objects: 32% (4651/14534) 2022-09-27T15:36:07.2258608Z Receiving objects: 33% (4797/14534) 2022-09-27T15:36:07.2285818Z Receiving objects: 34% (4942/14534) 2022-09-27T15:36:07.2306723Z Receiving objects: 35% (5087/14534) 2022-09-27T15:36:07.2326277Z Receiving objects: 36% (5233/14534) 2022-09-27T15:36:07.2352003Z Receiving objects: 37% (5378/14534) 2022-09-27T15:36:07.2392423Z Receiving objects: 38% (5523/14534) 2022-09-27T15:36:07.2408684Z Receiving objects: 39% (5669/14534) 2022-09-27T15:36:07.2434540Z Receiving objects: 40% (5814/14534) 2022-09-27T15:36:07.2457082Z Receiving objects: 41% (5959/14534) 2022-09-27T15:36:07.2482958Z Receiving objects: 42% (6105/14534) 2022-09-27T15:36:07.2514019Z Receiving objects: 43% (6250/14534) 2022-09-27T15:36:07.2534156Z Receiving objects: 44% (6395/14534) 2022-09-27T15:36:07.2554689Z Receiving objects: 45% (6541/14534) 2022-09-27T15:36:07.2580448Z Receiving objects: 46% (6686/14534) 2022-09-27T15:36:07.2706942Z Receiving objects: 47% (6831/14534) 2022-09-27T15:36:07.2722431Z Receiving objects: 48% (6977/14534) 2022-09-27T15:36:07.2736162Z Receiving objects: 49% (7122/14534) 2022-09-27T15:36:07.2752124Z Receiving objects: 50% (7267/14534) 2022-09-27T15:36:07.2768015Z Receiving objects: 51% (7413/14534) 2022-09-27T15:36:07.2783577Z Receiving objects: 52% (7558/14534) 2022-09-27T15:36:07.2801188Z Receiving objects: 53% (7704/14534) 2022-09-27T15:36:07.2823421Z Receiving objects: 54% (7849/14534) 2022-09-27T15:36:07.2839141Z Receiving objects: 55% (7994/14534) 2022-09-27T15:36:07.2854427Z Receiving objects: 56% (8140/14534) 2022-09-27T15:36:07.2872710Z Receiving objects: 57% (8285/14534) 2022-09-27T15:36:07.2889163Z Receiving objects: 58% (8430/14534) 2022-09-27T15:36:07.2903414Z Receiving objects: 59% (8576/14534) 2022-09-27T15:36:07.2920825Z Receiving objects: 60% (8721/14534) 2022-09-27T15:36:07.2933917Z Receiving objects: 61% (8866/14534) 2022-09-27T15:36:07.2950848Z Receiving objects: 62% (9012/14534) 2022-09-27T15:36:07.2963128Z Receiving objects: 63% (9157/14534) 2022-09-27T15:36:07.2977180Z Receiving objects: 64% (9302/14534) 2022-09-27T15:36:07.2990095Z Receiving objects: 65% (9448/14534) 2022-09-27T15:36:07.3004178Z Receiving objects: 66% (9593/14534) 2022-09-27T15:36:07.3018152Z Receiving objects: 67% (9738/14534) 2022-09-27T15:36:07.3031839Z Receiving objects: 68% (9884/14534) 2022-09-27T15:36:07.3048802Z Receiving objects: 69% (10029/14534) 2022-09-27T15:36:07.3063233Z Receiving objects: 70% (10174/14534) 2022-09-27T15:36:07.3078934Z Receiving objects: 71% (10320/14534) 2022-09-27T15:36:07.3092582Z Receiving objects: 72% (10465/14534) 2022-09-27T15:36:07.3106751Z Receiving objects: 73% (10610/14534) 2022-09-27T15:36:07.3120144Z Receiving objects: 74% (10756/14534) 2022-09-27T15:36:07.3139581Z Receiving objects: 75% (10901/14534) 2022-09-27T15:36:07.3158402Z Receiving objects: 76% (11046/14534) 2022-09-27T15:36:07.3174824Z Receiving objects: 77% (11192/14534) 2022-09-27T15:36:07.3189508Z Receiving objects: 78% (11337/14534) 2022-09-27T15:36:07.3205538Z Receiving objects: 79% (11482/14534) 2022-09-27T15:36:07.3219314Z Receiving objects: 80% (11628/14534) 2022-09-27T15:36:07.3231105Z Receiving objects: 81% (11773/14534) 2022-09-27T15:36:07.3247786Z Receiving objects: 82% (11918/14534) 2022-09-27T15:36:07.3260705Z Receiving objects: 83% (12064/14534) 2022-09-27T15:36:07.3272574Z Receiving objects: 84% (12209/14534) 2022-09-27T15:36:07.3288310Z Receiving objects: 85% (12354/14534) 2022-09-27T15:36:07.3300257Z Receiving objects: 86% (12500/14534) 2022-09-27T15:36:07.3313194Z Receiving objects: 87% (12645/14534) 2022-09-27T15:36:07.3327386Z Receiving objects: 88% (12790/14534) 2022-09-27T15:36:07.3344908Z Receiving objects: 89% (12936/14534) 2022-09-27T15:36:07.3360836Z Receiving objects: 90% (13081/14534) 2022-09-27T15:36:07.3381974Z Receiving objects: 91% (13226/14534) 2022-09-27T15:36:07.3400093Z Receiving objects: 92% (13372/14534) 2022-09-27T15:36:07.3415582Z Receiving objects: 93% (13517/14534) 2022-09-27T15:36:07.3433473Z Receiving objects: 94% (13662/14534) 2022-09-27T15:36:07.3450953Z Receiving objects: 95% (13808/14534) 2022-09-27T15:36:07.3467340Z Receiving objects: 96% (13953/14534) 2022-09-27T15:36:07.3488378Z Receiving objects: 97% (14098/14534) 2022-09-27T15:36:07.3503936Z Receiving objects: 98% (14244/14534) 2022-09-27T15:36:07.3559484Z Receiving objects: 99% (14389/14534) 2022-09-27T15:36:07.3587469Z remote: Total 14534 (delta 217), reused 269 (delta 171), pack-reused 14203 2022-09-27T15:36:07.3587933Z Receiving objects: 100% (14534/14534) 2022-09-27T15:36:07.3635764Z Receiving objects: 100% (14534/14534), 5.78 MiB | 21.23 MiB/s, done. 2022-09-27T15:36:07.3636005Z Resolving deltas: 0% (0/11248) 2022-09-27T15:36:07.3664769Z Resolving deltas: 1% (114/11248) 2022-09-27T15:36:07.3696225Z Resolving deltas: 2% (269/11248) 2022-09-27T15:36:07.3705458Z Resolving deltas: 3% (406/11248) 2022-09-27T15:36:07.3734635Z Resolving deltas: 4% (450/11248) 2022-09-27T15:36:07.3805413Z Resolving deltas: 5% (580/11248) 2022-09-27T15:36:07.3876525Z Resolving deltas: 6% (681/11248) 2022-09-27T15:36:07.3915400Z Resolving deltas: 7% (791/11248) 2022-09-27T15:36:07.3979130Z Resolving deltas: 8% (910/11248) 2022-09-27T15:36:07.4041191Z Resolving deltas: 9% (1016/11248) 2022-09-27T15:36:07.4063883Z Resolving deltas: 10% (1169/11248) 2022-09-27T15:36:07.4088645Z Resolving deltas: 11% (1243/11248) 2022-09-27T15:36:07.4132018Z Resolving deltas: 12% (1354/11248) 2022-09-27T15:36:07.4159637Z Resolving deltas: 13% (1492/11248) 2022-09-27T15:36:07.4210079Z Resolving deltas: 14% (1582/11248) 2022-09-27T15:36:07.4253324Z Resolving deltas: 15% (1707/11248) 2022-09-27T15:36:07.4301400Z Resolving deltas: 16% (1810/11248) 2022-09-27T15:36:07.4341773Z Resolving deltas: 17% (1915/11248) 2022-09-27T15:36:07.4413710Z Resolving deltas: 18% (2061/11248) 2022-09-27T15:36:07.4492630Z Resolving deltas: 20% (2250/11248) 2022-09-27T15:36:07.4529747Z Resolving deltas: 21% (2395/11248) 2022-09-27T15:36:07.4601106Z Resolving deltas: 22% (2478/11248) 2022-09-27T15:36:07.4632496Z Resolving deltas: 23% (2661/11248) 2022-09-27T15:36:07.4669215Z Resolving deltas: 24% (2706/11248) 2022-09-27T15:36:07.4706890Z Resolving deltas: 25% (2818/11248) 2022-09-27T15:36:07.4819207Z Resolving deltas: 26% (2934/11248) 2022-09-27T15:36:07.4907456Z Resolving deltas: 27% (3143/11248) 2022-09-27T15:36:07.5086137Z Resolving deltas: 28% (3227/11248) 2022-09-27T15:36:07.5109239Z Resolving deltas: 30% (3440/11248) 2022-09-27T15:36:07.5116124Z Resolving deltas: 31% (3564/11248) 2022-09-27T15:36:07.5141283Z Resolving deltas: 32% (3605/11248) 2022-09-27T15:36:07.5188727Z Resolving deltas: 33% (3722/11248) 2022-09-27T15:36:07.5253189Z Resolving deltas: 34% (3857/11248) 2022-09-27T15:36:07.5316968Z Resolving deltas: 35% (3966/11248) 2022-09-27T15:36:07.5335708Z Resolving deltas: 41% (4623/11248) 2022-09-27T15:36:07.5352409Z Resolving deltas: 42% (4747/11248) 2022-09-27T15:36:07.5363488Z Resolving deltas: 43% (4863/11248) 2022-09-27T15:36:07.5372536Z Resolving deltas: 44% (5017/11248) 2022-09-27T15:36:07.5385713Z Resolving deltas: 45% (5134/11248) 2022-09-27T15:36:07.5389981Z Resolving deltas: 46% (5276/11248) 2022-09-27T15:36:07.5401785Z Resolving deltas: 47% (5316/11248) 2022-09-27T15:36:07.5409019Z Resolving deltas: 48% (5437/11248) 2022-09-27T15:36:07.5423479Z Resolving deltas: 49% (5512/11248) 2022-09-27T15:36:07.5435170Z Resolving deltas: 50% (5648/11248) 2022-09-27T15:36:07.5442644Z Resolving deltas: 51% (5741/11248) 2022-09-27T15:36:07.5447462Z Resolving deltas: 52% (5865/11248) 2022-09-27T15:36:07.5464559Z Resolving deltas: 53% (5969/11248) 2022-09-27T15:36:07.5468028Z Resolving deltas: 55% (6250/11248) 2022-09-27T15:36:07.5475877Z Resolving deltas: 56% (6304/11248) 2022-09-27T15:36:07.5487446Z Resolving deltas: 57% (6446/11248) 2022-09-27T15:36:07.5501007Z Resolving deltas: 59% (6637/11248) 2022-09-27T15:36:07.5514558Z Resolving deltas: 60% (6785/11248) 2022-09-27T15:36:07.5520454Z Resolving deltas: 61% (6905/11248) 2022-09-27T15:36:07.5529726Z Resolving deltas: 62% (6975/11248) 2022-09-27T15:36:07.5602537Z Resolving deltas: 63% (7100/11248) 2022-09-27T15:36:07.5678134Z Resolving deltas: 64% (7270/11248) 2022-09-27T15:36:07.5681800Z Resolving deltas: 65% (7409/11248) 2022-09-27T15:36:07.5696520Z Resolving deltas: 66% (7439/11248) 2022-09-27T15:36:07.5713469Z Resolving deltas: 68% (7668/11248) 2022-09-27T15:36:07.5722421Z Resolving deltas: 69% (7788/11248) 2022-09-27T15:36:07.5734923Z Resolving deltas: 70% (7935/11248) 2022-09-27T15:36:07.5741437Z Resolving deltas: 72% (8145/11248) 2022-09-27T15:36:07.5752196Z Resolving deltas: 73% (8264/11248) 2022-09-27T15:36:07.5754553Z Resolving deltas: 74% (8431/11248) 2022-09-27T15:36:07.5764110Z Resolving deltas: 75% (8463/11248) 2022-09-27T15:36:07.5776620Z Resolving deltas: 76% (8578/11248) 2022-09-27T15:36:07.5783671Z Resolving deltas: 77% (8688/11248) 2022-09-27T15:36:07.5803482Z Resolving deltas: 78% (8789/11248) 2022-09-27T15:36:07.5859091Z Resolving deltas: 79% (8886/11248) 2022-09-27T15:36:07.5862170Z Resolving deltas: 80% (9095/11248) 2022-09-27T15:36:07.5873501Z Resolving deltas: 81% (9126/11248) 2022-09-27T15:36:07.5882248Z Resolving deltas: 82% (9288/11248) 2022-09-27T15:36:07.5888192Z Resolving deltas: 83% (9400/11248) 2022-09-27T15:36:07.5911389Z Resolving deltas: 84% (9450/11248) 2022-09-27T15:36:07.5918712Z Resolving deltas: 85% (9561/11248) 2022-09-27T15:36:07.5925460Z Resolving deltas: 86% (9674/11248) 2022-09-27T15:36:07.5938863Z Resolving deltas: 87% (9802/11248) 2022-09-27T15:36:07.5940566Z Resolving deltas: 88% (9997/11248) 2022-09-27T15:36:07.5948609Z Resolving deltas: 89% (10013/11248) 2022-09-27T15:36:07.5960603Z Resolving deltas: 90% (10124/11248) 2022-09-27T15:36:07.5969984Z Resolving deltas: 91% (10256/11248) 2022-09-27T15:36:07.5980721Z Resolving deltas: 92% (10357/11248) 2022-09-27T15:36:07.5989877Z Resolving deltas: 93% (10479/11248) 2022-09-27T15:36:07.5997593Z Resolving deltas: 94% (10584/11248) 2022-09-27T15:36:07.6009474Z Resolving deltas: 95% (10689/11248) 2022-09-27T15:36:07.6018594Z Resolving deltas: 96% (10809/11248) 2022-09-27T15:36:07.6027816Z Resolving deltas: 97% (10916/11248) 2022-09-27T15:36:07.6035179Z Resolving deltas: 98% (11024/11248) 2022-09-27T15:36:07.6085144Z Resolving deltas: 99% (11138/11248) 2022-09-27T15:36:07.6085645Z Resolving deltas: 100% (11248/11248) 2022-09-27T15:36:07.6085922Z Resolving deltas: 100% (11248/11248), done. 2022-09-27T15:36:07.7527133Z + pushd torchdynamo 2022-09-27T15:36:07.7527535Z ~/torchdynamo ~ ~/workspace 2022-09-27T15:36:07.7527962Z + git checkout 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:36:07.7974769Z Note: switching to '41c44bc1d080d6cf063419a4166732b983b84eef'. 2022-09-27T15:36:07.7975027Z 2022-09-27T15:36:07.7975557Z You are in 'detached HEAD' state. You can look around, make experimental 2022-09-27T15:36:07.7976113Z changes and commit them, and you can discard any commits you make in this 2022-09-27T15:36:07.7976427Z state without impacting any branches by switching back to a branch. 2022-09-27T15:36:07.7976594Z 2022-09-27T15:36:07.7976732Z If you want to create a new branch to retain commits you create, you may 2022-09-27T15:36:07.7977085Z do so (now or later) by using -c with the switch command. Example: 2022-09-27T15:36:07.7977244Z 2022-09-27T15:36:07.7977363Z git switch -c 2022-09-27T15:36:07.7977496Z 2022-09-27T15:36:07.7977583Z Or undo this operation with: 2022-09-27T15:36:07.7977707Z 2022-09-27T15:36:07.7977777Z git switch - 2022-09-27T15:36:07.7977882Z 2022-09-27T15:36:07.7978039Z Turn off this advice by setting config variable advice.detachedHead to false 2022-09-27T15:36:07.7978217Z 2022-09-27T15:36:07.7978330Z HEAD is now at 41c44bc add oneDNN graph backend for CPU (#1240) 2022-09-27T15:36:07.7996820Z + python setup.py develop 2022-09-27T15:36:11.8487892Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:36:11.8956732Z running develop 2022-09-27T15:36:11.8986956Z /opt/conda/lib/python3.7/site-packages/setuptools/command/easy_install.py:147: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2022-09-27T15:36:11.8987692Z EasyInstallDeprecationWarning, 2022-09-27T15:36:11.9085596Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-09-27T15:36:11.9086408Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T15:36:12.0246063Z running egg_info 2022-09-27T15:36:12.0246464Z creating torchdynamo.egg-info 2022-09-27T15:36:12.0308397Z writing torchdynamo.egg-info/PKG-INFO 2022-09-27T15:36:12.0312086Z writing dependency_links to torchdynamo.egg-info/dependency_links.txt 2022-09-27T15:36:12.0315167Z writing requirements to torchdynamo.egg-info/requires.txt 2022-09-27T15:36:12.0316292Z writing top-level names to torchdynamo.egg-info/top_level.txt 2022-09-27T15:36:12.0317727Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:36:12.0561931Z reading manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:36:12.0563680Z adding license file 'LICENSE' 2022-09-27T15:36:12.0582261Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:36:12.0583103Z running build_ext 2022-09-27T15:36:12.0600573Z building 'torchdynamo._eval_frame' extension 2022-09-27T15:36:12.0600958Z creating build 2022-09-27T15:36:12.0601806Z creating build/temp.linux-x86_64-cpython-37 2022-09-27T15:36:12.0602298Z creating build/temp.linux-x86_64-cpython-37/torchdynamo 2022-09-27T15:36:12.0604109Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.7m -c torchdynamo/_eval_frame.c -o build/temp.linux-x86_64-cpython-37/torchdynamo/_eval_frame.o -Wall 2022-09-27T15:36:12.7138748Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T15:36:12.7139148Z creating build/lib.linux-x86_64-cpython-37/torchdynamo 2022-09-27T15:36:12.7139874Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/torchdynamo/_eval_frame.o -o build/lib.linux-x86_64-cpython-37/torchdynamo/_eval_frame.cpython-37m-x86_64-linux-gnu.so 2022-09-27T15:36:12.8117155Z building 'torchdynamo._guards' extension 2022-09-27T15:36:12.8119341Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c torchdynamo/_guards.cpp -o build/temp.linux-x86_64-cpython-37/torchdynamo/_guards.o -std=c++14 2022-09-27T15:36:14.7694005Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T15:36:14.7713367Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/torchdynamo/_guards.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torchdynamo/_guards.cpython-37m-x86_64-linux-gnu.so 2022-09-27T15:36:15.5264866Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_eval_frame.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-09-27T15:36:15.5266783Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_guards.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-09-27T15:36:15.5404278Z Creating /opt/conda/lib/python3.7/site-packages/torchdynamo.egg-link (link to .) 2022-09-27T15:36:15.5409057Z Adding torchdynamo 1.13.0.dev0 to easy-install.pth file 2022-09-27T15:36:15.5420941Z 2022-09-27T15:36:15.5421090Z Installed /var/lib/jenkins/torchdynamo 2022-09-27T15:36:15.5437045Z Processing dependencies for torchdynamo==1.13.0.dev0 2022-09-27T15:36:15.5482453Z Searching for tabulate 2022-09-27T15:36:15.5483882Z Reading https://pypi.org/simple/tabulate/ 2022-09-27T15:36:15.5796649Z /opt/conda/lib/python3.7/site-packages/pkg_resources/__init__.py:126: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release 2022-09-27T15:36:15.5797123Z PkgResourcesDeprecationWarning, 2022-09-27T15:36:15.6190067Z Downloading https://files.pythonhosted.org/packages/92/4e/e5a13fdb3e6f81ce11893523ff289870c87c8f1f289a7369fb0e9840c3bb/tabulate-0.8.10-py3-none-any.whl#sha256=0ba055423dbaa164b9e456abe7920c5e8ed33fcc16f6d1b2f2d152c8e1e8b4fc 2022-09-27T15:36:15.6470567Z Best match: tabulate 0.8.10 2022-09-27T15:36:15.6471012Z Processing tabulate-0.8.10-py3-none-any.whl 2022-09-27T15:36:15.6522622Z Installing tabulate-0.8.10-py3-none-any.whl to /opt/conda/lib/python3.7/site-packages 2022-09-27T15:36:15.6855405Z Adding tabulate 0.8.10 to easy-install.pth file 2022-09-27T15:36:15.6874645Z Installing tabulate script to /opt/conda/bin 2022-09-27T15:36:15.6875974Z 2022-09-27T15:36:15.6876391Z Installed /opt/conda/lib/python3.7/site-packages/tabulate-0.8.10-py3.7.egg 2022-09-27T15:36:15.6968793Z Searching for sympy==1.10.1 2022-09-27T15:36:15.6969131Z Best match: sympy 1.10.1 2022-09-27T15:36:15.6969865Z Adding sympy 1.10.1 to easy-install.pth file 2022-09-27T15:36:15.6973125Z Installing isympy script to /opt/conda/bin 2022-09-27T15:36:15.6996099Z 2022-09-27T15:36:15.6996483Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:36:15.7002420Z Searching for PyYAML==6.0 2022-09-27T15:36:15.7003856Z Best match: PyYAML 6.0 2022-09-27T15:36:15.7004148Z Adding PyYAML 6.0 to easy-install.pth file 2022-09-27T15:36:15.7006572Z 2022-09-27T15:36:15.7006746Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:36:15.7031466Z Searching for numpy==1.18.5 2022-09-27T15:36:15.7032225Z Best match: numpy 1.18.5 2022-09-27T15:36:15.7033095Z Adding numpy 1.18.5 to easy-install.pth file 2022-09-27T15:36:15.7036331Z Installing f2py script to /opt/conda/bin 2022-09-27T15:36:15.7051187Z Installing f2py3 script to /opt/conda/bin 2022-09-27T15:36:15.7053066Z Installing f2py3.7 script to /opt/conda/bin 2022-09-27T15:36:15.7055192Z 2022-09-27T15:36:15.7055493Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:36:15.7077457Z Searching for torch==1.13.0a0+git52424e2 2022-09-27T15:36:15.7078978Z Best match: torch 1.13.0a0+git52424e2 2022-09-27T15:36:15.7079451Z Adding torch 1.13.0a0+git52424e2 to easy-install.pth file 2022-09-27T15:36:15.7082839Z Installing convert-caffe2-to-onnx script to /opt/conda/bin 2022-09-27T15:36:15.7095996Z Installing convert-onnx-to-caffe2 script to /opt/conda/bin 2022-09-27T15:36:15.7097595Z Installing torchrun script to /opt/conda/bin 2022-09-27T15:36:15.7099029Z 2022-09-27T15:36:15.7099275Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:36:15.7105266Z Searching for mpmath==1.2.1 2022-09-27T15:36:15.7107194Z Best match: mpmath 1.2.1 2022-09-27T15:36:15.7107477Z Adding mpmath 1.2.1 to easy-install.pth file 2022-09-27T15:36:15.7109087Z 2022-09-27T15:36:15.7109263Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:36:15.7117273Z Searching for typing-extensions==4.3.0 2022-09-27T15:36:15.7118502Z Best match: typing-extensions 4.3.0 2022-09-27T15:36:15.7119398Z Adding typing-extensions 4.3.0 to easy-install.pth file 2022-09-27T15:36:15.7121113Z 2022-09-27T15:36:15.7121377Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:36:15.7122498Z Finished processing dependencies for torchdynamo==1.13.0.dev0 2022-09-27T15:36:16.4136927Z 2022-09-27T15:36:16.4137292Z real 0m8.614s 2022-09-27T15:36:16.4137642Z user 0m5.252s 2022-09-27T15:36:16.4137985Z sys 0m1.303s 2022-09-27T15:36:16.4138306Z + popd 2022-09-27T15:36:16.4138540Z ~ ~/workspace 2022-09-27T15:36:16.4138700Z + popd 2022-09-27T15:36:16.4138852Z ~/workspace 2022-09-27T15:36:16.4139012Z + test_python_shard 2 2022-09-27T15:36:16.4139308Z + [[ -z 5 ]] 2022-09-27T15:36:16.4139679Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 2 5 --verbose 2022-09-27T15:36:20.4130944Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:36:20.6149386Z Ignoring disabled issues: [] 2022-09-27T15:36:20.7287893Z Found test time stats from artifacts 2022-09-27T15:36:20.7289249Z Selected tests: 2022-09-27T15:36:20.7289485Z test_ops_jit 2022-09-27T15:36:20.7289676Z lazy/test_meta_kernel 2022-09-27T15:36:20.7289862Z test_cuda_trace 2022-09-27T15:36:20.7290040Z test_jiterator 2022-09-27T15:36:20.8088616Z Prioritized test from test file changes. 2022-09-27T15:36:20.8089182Z reordering tests for PR: 2022-09-27T15:36:20.8089757Z prioritized: ['test_ops_jit'] 2022-09-27T15:36:20.8090095Z the rest: ['lazy/test_meta_kernel', 'test_cuda_trace', 'test_jiterator'] 2022-09-27T15:36:20.8090249Z 2022-09-27T15:36:20.8090661Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /var/lib/jenkins/workspace/test/.pytorch-slow-tests.json 2022-09-27T15:36:20.8416407Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-09-27T15:36:20.8720357Z Running test_ops_jit ... [2022-09-27 15:36:20.871704] 2022-09-27T15:36:20.8720875Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:36:20.871758] 2022-09-27T15:36:27.6071183Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit.xml 2022-09-27T15:36:27.8857863Z ============================= test session starts ============================== 2022-09-27T15:36:27.8858722Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T15:36:27.8982929Z cachedir: .pytest_cache 2022-09-27T15:36:27.8983780Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:36:27.8984327Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T15:36:27.8985017Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:36:27.8985247Z 2022-09-27T15:36:27.9752187Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:36:27.9752697Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:36:27.9752906Z 2022-09-27T15:36:28.0530196Z gw0 C / gw1 I / gw2 I / gw3 I 2022-09-27T15:36:28.0530999Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:36:28.0531164Z 2022-09-27T15:36:28.1438520Z gw0 C / gw1 C / gw2 I / gw3 I 2022-09-27T15:36:28.1439195Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:36:28.1439457Z 2022-09-27T15:36:28.2315488Z gw0 C / gw1 C / gw2 C / gw3 I 2022-09-27T15:36:28.2316062Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:36:28.2316358Z 2022-09-27T15:36:28.7567947Z gw0 C / gw1 C / gw2 C / gw3 C 2022-09-27T15:36:28.7568647Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:36:28.7568894Z 2022-09-27T15:36:28.7569022Z gw0 C / gw1 C / gw2 ok / gw3 C 2022-09-27T15:36:28.7569509Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:36:28.7569749Z 2022-09-27T15:36:28.7587066Z gw0 ok / gw1 C / gw2 ok / gw3 C 2022-09-27T15:36:28.7587698Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:36:28.7587987Z 2022-09-27T15:36:28.7609098Z gw0 ok / gw1 C / gw2 ok / gw3 ok 2022-09-27T15:36:28.7609711Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:36:28.7609972Z 2022-09-27T15:36:34.5526363Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:36:34.7410735Z gw0 ok / gw1 ok / gw2 ok / gw3 [1014] 2022-09-27T15:36:34.7517593Z gw0 [1014] / gw1 ok / gw2 ok / gw3 [1014] 2022-09-27T15:36:34.7586120Z gw0 [1014] / gw1 [1014] / gw2 ok / gw3 [1014] 2022-09-27T15:36:34.7587548Z gw0 [1014] / gw1 [1014] / gw2 [1014] / gw3 [1014] 2022-09-27T15:36:34.7587784Z scheduling tests via LoadScheduling 2022-09-27T15:36:34.7708933Z 2022-09-27T15:36:34.7709570Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 2022-09-27T15:36:34.7710612Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 2022-09-27T15:36:34.7712234Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 2022-09-27T15:36:35.1443729Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 2022-09-27T15:36:35.1545800Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 2022-09-27T15:36:35.1675219Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 2022-09-27T15:36:35.1686092Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 2022-09-27T15:36:35.1761960Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 2022-09-27T15:36:35.1790582Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 2022-09-27T15:36:35.1799528Z [gw0] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 2022-09-27T15:36:35.1886442Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 2022-09-27T15:36:35.1899679Z [gw0] [ 0%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 2022-09-27T15:36:35.1907609Z [gw1] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 2022-09-27T15:36:35.1915196Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 2022-09-27T15:36:35.2021296Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 2022-09-27T15:36:35.2060621Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 2022-09-27T15:36:35.2101934Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 2022-09-27T15:36:35.2158684Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 2022-09-27T15:36:35.2198868Z [gw2] [ 0%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 2022-09-27T15:36:35.2222551Z [gw1] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 2022-09-27T15:36:35.2342689Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 2022-09-27T15:36:35.2345350Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 2022-09-27T15:36:35.2542746Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 2022-09-27T15:36:35.2552579Z [gw1] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 2022-09-27T15:36:35.2740022Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 2022-09-27T15:36:35.2785739Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 2022-09-27T15:36:35.2787325Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 2022-09-27T15:36:35.2904157Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 2022-09-27T15:36:35.2924006Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 2022-09-27T15:36:35.2927237Z [gw1] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 2022-09-27T15:36:35.3021656Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 2022-09-27T15:36:35.3145269Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 2022-09-27T15:36:35.3225028Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 2022-09-27T15:36:35.3225380Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 2022-09-27T15:36:35.3339452Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 2022-09-27T15:36:35.3353232Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 2022-09-27T15:36:35.3504842Z [gw1] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 2022-09-27T15:36:35.3667635Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 2022-09-27T15:36:35.3668173Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 2022-09-27T15:36:35.3754627Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 2022-09-27T15:36:35.3791298Z [gw1] [ 1%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 2022-09-27T15:36:35.3830302Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 2022-09-27T15:36:35.3942592Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 2022-09-27T15:36:35.3990527Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 2022-09-27T15:36:35.4104019Z [gw2] [ 2%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 2022-09-27T15:36:35.4106138Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 2022-09-27T15:36:35.4386465Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 2022-09-27T15:36:35.4488615Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 2022-09-27T15:36:35.4542596Z [gw1] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 2022-09-27T15:36:35.4759294Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 2022-09-27T15:36:35.4771067Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 2022-09-27T15:36:35.4791067Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 2022-09-27T15:36:35.4985121Z [gw1] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 2022-09-27T15:36:35.5008758Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 2022-09-27T15:36:35.5019797Z [gw3] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 2022-09-27T15:36:35.5107794Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 2022-09-27T15:36:35.5132441Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 2022-09-27T15:36:35.5223348Z [gw1] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 2022-09-27T15:36:35.5324966Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 2022-09-27T15:36:35.5333189Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 2022-09-27T15:36:35.5340342Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 2022-09-27T15:36:35.5426667Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 2022-09-27T15:36:35.5432265Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 2022-09-27T15:36:35.5440332Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 2022-09-27T15:36:35.5472166Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 2022-09-27T15:36:35.5635011Z [gw2] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 2022-09-27T15:36:35.5703567Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 2022-09-27T15:36:35.5712389Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 2022-09-27T15:36:35.5742687Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 2022-09-27T15:36:35.5867735Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 2022-09-27T15:36:35.5868249Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 2022-09-27T15:36:35.5922976Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 2022-09-27T15:36:35.5940908Z [gw3] [ 3%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 2022-09-27T15:36:35.6022942Z [gw2] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 2022-09-27T15:36:35.6113102Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 2022-09-27T15:36:35.6141968Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 2022-09-27T15:36:35.6182241Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 2022-09-27T15:36:35.6307893Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 2022-09-27T15:36:35.6308445Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:36:35.6396556Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:36:35.6437409Z [gw2] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 2022-09-27T15:36:35.6475841Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:36:35.6507775Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:36:35.6581055Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 2022-09-27T15:36:35.6622705Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 2022-09-27T15:36:35.6746489Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 2022-09-27T15:36:35.6747103Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 2022-09-27T15:36:35.6951875Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 2022-09-27T15:36:35.6961559Z [gw2] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 2022-09-27T15:36:35.7023935Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 2022-09-27T15:36:35.7064901Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 2022-09-27T15:36:35.7156818Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 2022-09-27T15:36:35.7183587Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 2022-09-27T15:36:35.7263414Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:36:35.7272515Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 2022-09-27T15:36:35.7394781Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 2022-09-27T15:36:35.7439699Z [gw2] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 2022-09-27T15:36:35.7504850Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 2022-09-27T15:36:35.7506125Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 2022-09-27T15:36:35.7578176Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:36:35.7708065Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 2022-09-27T15:36:35.7835647Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 2022-09-27T15:36:35.7872158Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 2022-09-27T15:36:35.7886366Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 2022-09-27T15:36:35.7943716Z [gw2] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:36:35.7947061Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 2022-09-27T15:36:35.8016856Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 2022-09-27T15:36:35.8081570Z [gw0] [ 5%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 2022-09-27T15:36:35.8093143Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:36:35.8144462Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 2022-09-27T15:36:35.8219157Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 2022-09-27T15:36:35.8237273Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 2022-09-27T15:36:35.8266914Z [gw2] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 2022-09-27T15:36:35.8386467Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 2022-09-27T15:36:35.8387095Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:36:35.8402726Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 2022-09-27T15:36:35.8502843Z [gw2] [ 5%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 2022-09-27T15:36:35.8584474Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 2022-09-27T15:36:35.8759445Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 2022-09-27T15:36:35.8814954Z [gw0] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:36:35.8829601Z [gw3] [ 5%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 2022-09-27T15:36:35.8862701Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 2022-09-27T15:36:35.8986589Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 2022-09-27T15:36:35.9167752Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 2022-09-27T15:36:35.9172955Z [gw0] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 2022-09-27T15:36:35.9190074Z [gw1] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 2022-09-27T15:36:35.9304850Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 2022-09-27T15:36:35.9365515Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:36:35.9396863Z [gw1] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 2022-09-27T15:36:35.9422115Z [gw3] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 2022-09-27T15:36:35.9555374Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 2022-09-27T15:36:35.9563340Z [gw2] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 2022-09-27T15:36:35.9624806Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 2022-09-27T15:36:35.9674741Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 2022-09-27T15:36:35.9704342Z [gw1] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 2022-09-27T15:36:35.9742582Z [gw0] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:36:35.9880751Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 2022-09-27T15:36:35.9892559Z [gw3] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 2022-09-27T15:36:35.9945206Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 2022-09-27T15:36:36.0034200Z [gw3] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 2022-09-27T15:36:36.0062519Z [gw0] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 2022-09-27T15:36:36.0126784Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 2022-09-27T15:36:36.0182802Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 2022-09-27T15:36:36.0205722Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 2022-09-27T15:36:36.0208847Z [gw0] [ 7%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 2022-09-27T15:36:36.0216358Z [gw2] [ 7%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 2022-09-27T15:36:36.0273955Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 2022-09-27T15:36:36.0301635Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 2022-09-27T15:36:36.0545679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 2022-09-27T15:36:36.0555371Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 2022-09-27T15:36:36.0625348Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 2022-09-27T15:36:36.0626286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 2022-09-27T15:36:36.0707881Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 2022-09-27T15:36:36.0742691Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 2022-09-27T15:36:36.0982977Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 2022-09-27T15:36:36.0993808Z [gw0] [ 7%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 2022-09-27T15:36:36.1063360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 2022-09-27T15:36:36.1221991Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 2022-09-27T15:36:36.1233882Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 2022-09-27T15:36:36.1296756Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 2022-09-27T15:36:36.1330479Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 2022-09-27T15:36:36.1371041Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 2022-09-27T15:36:36.1462462Z [gw0] [ 7%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 2022-09-27T15:36:36.1477039Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amax_cpu_float32 2022-09-27T15:36:36.1501986Z [gw1] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amax_cpu_float32 2022-09-27T15:36:36.1539510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 2022-09-27T15:36:36.1663769Z [gw0] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 2022-09-27T15:36:36.1737621Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 2022-09-27T15:36:36.1904521Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 2022-09-27T15:36:36.1920432Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_complex64 2022-09-27T15:36:36.1942000Z [gw1] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_complex64 2022-09-27T15:36:36.2105744Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 2022-09-27T15:36:36.2202678Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmin_cpu_float32 2022-09-27T15:36:36.2345232Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmin_cpu_float32 2022-09-27T15:36:36.2456284Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_log_softmax_cpu_float32 2022-09-27T15:36:36.2545600Z [gw1] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_log_softmax_cpu_float32 2022-09-27T15:36:36.2563482Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_float32 2022-09-27T15:36:36.2784819Z [gw3] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_float32 2022-09-27T15:36:36.2865630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_float32 2022-09-27T15:36:36.2984938Z [gw1] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_float32 2022-09-27T15:36:36.3196741Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_complex64 2022-09-27T15:36:36.3223314Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_complex64 2022-09-27T15:36:36.3388698Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_float32 2022-09-27T15:36:36.3423665Z [gw1] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_float32 2022-09-27T15:36:36.3667027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_complex64 2022-09-27T15:36:36.3786855Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmin_cpu_float32 2022-09-27T15:36:36.3821966Z [gw1] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmin_cpu_float32 2022-09-27T15:36:36.3862220Z [gw3] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_complex64 2022-09-27T15:36:36.4003057Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmax_cpu_float32 2022-09-27T15:36:36.4104167Z [gw3] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmax_cpu_float32 2022-09-27T15:36:36.4186409Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_float32 2022-09-27T15:36:36.4305044Z [gw1] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_float32 2022-09-27T15:36:36.4545056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_complex64 2022-09-27T15:36:36.5655279Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 2022-09-27T15:36:36.5669141Z [gw3] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_complex64 2022-09-27T15:36:37.3697567Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 2022-09-27T15:36:37.3706290Z [gw3] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 2022-09-27T15:36:38.7796881Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 2022-09-27T15:36:38.7808400Z [gw1] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 2022-09-27T15:36:39.3881439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 2022-09-27T15:36:39.3891874Z [gw3] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 2022-09-27T15:36:39.7345140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 2022-09-27T15:36:39.7357820Z [gw1] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 2022-09-27T15:36:42.4429386Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 2022-09-27T15:36:42.4434952Z [gw1] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 2022-09-27T15:36:44.1581339Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 2022-09-27T15:36:44.1582324Z [gw0] [ 10%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 2022-09-27T15:36:44.1644091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 2022-09-27T15:36:44.1985844Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 2022-09-27T15:36:44.2353815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 2022-09-27T15:36:44.2425114Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 2022-09-27T15:36:44.2667289Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 2022-09-27T15:36:44.2907680Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 2022-09-27T15:36:44.3006946Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmax_cpu_float32 2022-09-27T15:36:44.3348288Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmax_cpu_float32 2022-09-27T15:36:44.3367115Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_complex64 2022-09-27T15:36:44.3787164Z [gw0] [ 10%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_complex64 2022-09-27T15:36:44.3807191Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logsumexp_cpu_float32 2022-09-27T15:36:44.4226628Z [gw0] [ 10%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logsumexp_cpu_float32 2022-09-27T15:36:44.4328818Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_norm_cpu_float32 2022-09-27T15:36:44.4667448Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_norm_cpu_float32 2022-09-27T15:36:44.4793234Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_float32 2022-09-27T15:36:44.5107747Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_float32 2022-09-27T15:36:44.5264204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_float32 2022-09-27T15:36:44.5548362Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_float32 2022-09-27T15:36:44.5704749Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_float32 2022-09-27T15:36:44.5986645Z [gw0] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_float32 2022-09-27T15:36:45.8221487Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 2022-09-27T15:36:45.8234899Z [gw0] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 2022-09-27T15:36:47.0883181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 2022-09-27T15:36:47.0891679Z [gw2] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 2022-09-27T15:36:47.1275852Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 2022-09-27T15:36:47.1303726Z [gw2] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 2022-09-27T15:36:47.1365131Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 2022-09-27T15:36:47.1746860Z [gw2] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 2022-09-27T15:36:47.1848065Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 2022-09-27T15:36:47.2186885Z [gw2] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 2022-09-27T15:36:47.2300106Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amin_cpu_float32 2022-09-27T15:36:47.2626963Z [gw2] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amin_cpu_float32 2022-09-27T15:36:47.2645138Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_float32 2022-09-27T15:36:47.3066945Z [gw2] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_float32 2022-09-27T15:36:47.3092996Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logaddexp_cpu_float32 2022-09-27T15:36:47.3509142Z [gw2] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logaddexp_cpu_float32 2022-09-27T15:36:47.3528632Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_median_cpu_float32 2022-09-27T15:36:47.3948610Z [gw2] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_median_cpu_float32 2022-09-27T15:36:47.4273056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_complex64 2022-09-27T15:36:47.4387477Z [gw2] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_complex64 2022-09-27T15:36:47.6227157Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_complex64 2022-09-27T15:36:47.6237034Z [gw2] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_complex64 2022-09-27T15:36:47.7630285Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_complex64 2022-09-27T15:36:47.7642986Z [gw2] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_complex64 2022-09-27T15:36:49.2920184Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 2022-09-27T15:36:49.2929538Z [gw1] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 2022-09-27T15:36:49.9971916Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 2022-09-27T15:36:49.9985067Z [gw2] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 2022-09-27T15:36:51.1282832Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 2022-09-27T15:36:51.1293162Z [gw1] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 2022-09-27T15:36:51.1412180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 2022-09-27T15:36:51.1422841Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 2022-09-27T15:36:51.2642329Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 2022-09-27T15:36:51.2652742Z [gw0] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 2022-09-27T15:36:52.8949259Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 2022-09-27T15:36:52.8958705Z [gw1] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 2022-09-27T15:36:52.8979416Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 2022-09-27T15:36:52.9387143Z [gw1] [ 12%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 2022-09-27T15:36:53.6688286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 2022-09-27T15:36:53.6698605Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 2022-09-27T15:36:53.7410184Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 2022-09-27T15:36:53.7419787Z [gw1] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 2022-09-27T15:36:54.9171000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 2022-09-27T15:36:54.9182624Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 2022-09-27T15:36:54.9202109Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 2022-09-27T15:36:54.9626681Z [gw1] [ 13%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 2022-09-27T15:36:55.7355301Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 2022-09-27T15:36:55.7363191Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 2022-09-27T15:36:56.1253886Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 2022-09-27T15:36:56.1262383Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 2022-09-27T15:36:56.3433699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 2022-09-27T15:36:56.3444505Z [gw1] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 2022-09-27T15:36:56.4588381Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 2022-09-27T15:36:56.4596972Z [gw0] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 2022-09-27T15:36:56.6341865Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 2022-09-27T15:36:56.6351231Z [gw1] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 2022-09-27T15:36:56.6457293Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 2022-09-27T15:36:56.6787615Z [gw1] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 2022-09-27T15:36:57.5897904Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 2022-09-27T15:36:57.5910957Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 2022-09-27T15:36:57.5929856Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 2022-09-27T15:36:57.6348222Z [gw1] [ 14%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 2022-09-27T15:36:58.2653868Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 2022-09-27T15:36:58.2663850Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 2022-09-27T15:37:00.1739739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 2022-09-27T15:37:00.1753421Z [gw2] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 2022-09-27T15:37:00.5529292Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 2022-09-27T15:37:00.5538504Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 2022-09-27T15:37:00.9597280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 2022-09-27T15:37:00.9607386Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 2022-09-27T15:37:01.7446033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 2022-09-27T15:37:01.7453258Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 2022-09-27T15:37:02.4779785Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 2022-09-27T15:37:02.4794071Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 2022-09-27T15:37:03.2917404Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 2022-09-27T15:37:03.2930499Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 2022-09-27T15:37:08.8924104Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 2022-09-27T15:37:08.8932666Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 2022-09-27T15:37:10.6693906Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 2022-09-27T15:37:10.6702990Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 2022-09-27T15:37:10.8782277Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 2022-09-27T15:37:10.8794676Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 2022-09-27T15:37:12.6227317Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 2022-09-27T15:37:12.6234564Z [gw3] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 2022-09-27T15:37:12.6258433Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 2022-09-27T15:37:12.6667474Z [gw3] [ 15%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 2022-09-27T15:37:13.5499591Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 2022-09-27T15:37:13.5517508Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 2022-09-27T15:37:15.1627580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 2022-09-27T15:37:15.1640242Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 2022-09-27T15:37:15.3661066Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-09-27T15:37:15.3662813Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-09-27T15:37:15.4304192Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-09-27T15:37:15.4305990Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-09-27T15:37:15.4332675Z 2022-09-27T15:37:15.4366272Z [gw3] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 2022-09-27T15:37:16.3517397Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 2022-09-27T15:37:16.3523762Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 2022-09-27T15:37:16.9501449Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 2022-09-27T15:37:16.9514026Z [gw3] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 2022-09-27T15:37:16.9530249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 2022-09-27T15:37:16.9946300Z [gw3] [ 15%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 2022-09-27T15:37:17.7225126Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 2022-09-27T15:37:17.7233223Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 2022-09-27T15:37:18.2141429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 2022-09-27T15:37:18.2154790Z [gw3] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 2022-09-27T15:37:18.5266492Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 2022-09-27T15:37:18.5279066Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 2022-09-27T15:37:18.6182876Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 2022-09-27T15:37:18.6193761Z [gw3] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 2022-09-27T15:37:19.4400638Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 2022-09-27T15:37:19.4409547Z [gw3] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 2022-09-27T15:37:21.6867053Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 2022-09-27T15:37:21.6878828Z [gw3] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 2022-09-27T15:37:21.8580487Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 2022-09-27T15:37:21.8594193Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 2022-09-27T15:37:22.4724973Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 2022-09-27T15:37:22.4733922Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 2022-09-27T15:37:22.8233484Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 2022-09-27T15:37:22.8240089Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 2022-09-27T15:37:23.0467588Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 2022-09-27T15:37:23.0476171Z [gw0] [ 16%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 2022-09-27T15:37:24.2114144Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 2022-09-27T15:37:24.2122653Z [gw3] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 2022-09-27T15:37:24.2175639Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 2022-09-27T15:37:24.2548184Z [gw3] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 2022-09-27T15:37:24.5296826Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 2022-09-27T15:37:24.5309572Z [gw3] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 2022-09-27T15:37:24.5355307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 2022-09-27T15:37:24.5746952Z [gw3] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 2022-09-27T15:37:24.8041618Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 2022-09-27T15:37:24.8057270Z [gw2] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 2022-09-27T15:37:25.8540541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 2022-09-27T15:37:25.8550205Z [gw0] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 2022-09-27T15:37:29.4141289Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 2022-09-27T15:37:29.4142057Z [gw0] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 2022-09-27T15:37:29.4280742Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 2022-09-27T15:37:29.4548681Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 2022-09-27T15:37:29.7682240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 2022-09-27T15:37:29.7697273Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 2022-09-27T15:37:29.8469106Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 2022-09-27T15:37:29.8482960Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 2022-09-27T15:37:30.5853907Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 2022-09-27T15:37:30.5860783Z [gw3] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 2022-09-27T15:37:30.6654304Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 2022-09-27T15:37:30.6659960Z [gw3] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 2022-09-27T15:37:33.1510075Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 2022-09-27T15:37:33.1523242Z [gw3] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 2022-09-27T15:37:33.1909762Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 2022-09-27T15:37:33.1985244Z [gw3] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 2022-09-27T15:37:33.2519155Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 2022-09-27T15:37:33.2532070Z [gw0] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 2022-09-27T15:37:33.2854304Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 2022-09-27T15:37:33.2947461Z [gw0] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 2022-09-27T15:37:35.1264532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 2022-09-27T15:37:35.1278286Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 2022-09-27T15:37:35.4575088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 2022-09-27T15:37:35.4589137Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 2022-09-27T15:37:37.1625312Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 2022-09-27T15:37:37.1635182Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 2022-09-27T15:37:37.8182494Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 2022-09-27T15:37:37.8190660Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 2022-09-27T15:37:37.8211277Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 2022-09-27T15:37:37.8627396Z [gw2] [ 18%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 2022-09-27T15:37:38.2084957Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 2022-09-27T15:37:38.2098567Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 2022-09-27T15:37:38.9860972Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 2022-09-27T15:37:38.9871072Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 2022-09-27T15:37:39.6433367Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 2022-09-27T15:37:39.6443306Z [gw3] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 2022-09-27T15:37:41.3117855Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 2022-09-27T15:37:41.3125070Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 2022-09-27T15:37:44.7837427Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 2022-09-27T15:37:44.7847638Z [gw3] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 2022-09-27T15:37:46.4604674Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 2022-09-27T15:37:46.4617886Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 2022-09-27T15:37:48.1418078Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 2022-09-27T15:37:48.1427443Z [gw3] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 2022-09-27T15:37:49.0030495Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 2022-09-27T15:37:49.0036748Z [gw1] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 2022-09-27T15:37:49.1203341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 2022-09-27T15:37:49.1212989Z [gw1] [ 19%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 2022-09-27T15:37:49.3903670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 2022-09-27T15:37:49.3913035Z [gw3] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 2022-09-27T15:37:51.1629107Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 2022-09-27T15:37:51.1641927Z [gw3] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 2022-09-27T15:37:51.1665304Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 2022-09-27T15:37:51.2067196Z [gw3] [ 20%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 2022-09-27T15:37:51.5737256Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 2022-09-27T15:37:51.5747640Z [gw3] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 2022-09-27T15:37:53.9217726Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 2022-09-27T15:37:53.9229512Z [gw3] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 2022-09-27T15:37:54.6134047Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 2022-09-27T15:37:54.6140860Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 2022-09-27T15:37:54.6186265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 2022-09-27T15:37:54.6546910Z [gw2] [ 20%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 2022-09-27T15:37:55.0975732Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 2022-09-27T15:37:55.0988637Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 2022-09-27T15:37:55.6565574Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 2022-09-27T15:37:55.6579513Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 2022-09-27T15:37:55.6599342Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 2022-09-27T15:37:55.6987529Z [gw2] [ 20%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 2022-09-27T15:37:55.9599656Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 2022-09-27T15:37:55.9610483Z [gw2] [ 20%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 2022-09-27T15:37:56.3549128Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 2022-09-27T15:37:56.3561314Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 2022-09-27T15:37:56.4353667Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 2022-09-27T15:37:56.4361868Z [gw2] [ 21%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 2022-09-27T15:37:57.3360355Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 2022-09-27T15:37:57.3370293Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 2022-09-27T15:37:58.7737933Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 2022-09-27T15:37:58.7747428Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 2022-09-27T15:37:58.8419794Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 2022-09-27T15:37:58.8428883Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 2022-09-27T15:37:59.8113019Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 2022-09-27T15:37:59.8124739Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 2022-09-27T15:38:00.4981602Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 2022-09-27T15:38:00.4991880Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 2022-09-27T15:38:01.2949472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 2022-09-27T15:38:01.2962527Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 2022-09-27T15:38:01.2975830Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 2022-09-27T15:38:01.2976504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 2022-09-27T15:38:01.9282994Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 2022-09-27T15:38:01.9292826Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 2022-09-27T15:38:02.8568508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 2022-09-27T15:38:02.8580924Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 2022-09-27T15:38:04.2730321Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 2022-09-27T15:38:04.2740480Z [gw2] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 2022-09-27T15:38:04.6032898Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 2022-09-27T15:38:04.6044793Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 2022-09-27T15:38:05.4194847Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 2022-09-27T15:38:05.4204687Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 2022-09-27T15:38:05.6334852Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 2022-09-27T15:38:05.6344901Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 2022-09-27T15:38:06.1370390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 2022-09-27T15:38:06.1379868Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 2022-09-27T15:38:06.3505532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 2022-09-27T15:38:06.3518433Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 2022-09-27T15:38:08.0081879Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 2022-09-27T15:38:08.0095727Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 2022-09-27T15:38:08.4494698Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 2022-09-27T15:38:08.4507217Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 2022-09-27T15:38:09.2448973Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 2022-09-27T15:38:09.2461834Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 2022-09-27T15:38:10.1426102Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 2022-09-27T15:38:10.1439844Z [gw0] [ 22%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 2022-09-27T15:38:10.2446180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 2022-09-27T15:38:10.2458577Z [gw3] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 2022-09-27T15:38:11.4258517Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 2022-09-27T15:38:11.4272816Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 2022-09-27T15:38:12.1800161Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 2022-09-27T15:38:12.1811408Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 2022-09-27T15:38:13.0611475Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 2022-09-27T15:38:13.0623597Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 2022-09-27T15:38:13.0640166Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 2022-09-27T15:38:13.1066835Z [gw0] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 2022-09-27T15:38:13.1087069Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 2022-09-27T15:38:13.1479307Z [gw0] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 2022-09-27T15:38:13.1490774Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 2022-09-27T15:38:13.1503960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 2022-09-27T15:38:13.5584805Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 2022-09-27T15:38:13.5596545Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 2022-09-27T15:38:13.5615750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 2022-09-27T15:38:13.6026921Z [gw0] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 2022-09-27T15:38:14.1391781Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 2022-09-27T15:38:14.1402772Z [gw3] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 2022-09-27T15:38:17.0308736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 2022-09-27T15:38:17.0321637Z [gw3] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 2022-09-27T15:38:17.0463276Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 2022-09-27T15:38:17.0473109Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 2022-09-27T15:38:18.6373287Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 2022-09-27T15:38:18.6386453Z [gw3] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 2022-09-27T15:38:20.5104664Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 2022-09-27T15:38:20.5113415Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 2022-09-27T15:38:21.6165789Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 2022-09-27T15:38:21.6176919Z [gw3] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 2022-09-27T15:38:23.1473384Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 2022-09-27T15:38:23.1481653Z [gw3] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 2022-09-27T15:38:24.4913475Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 2022-09-27T15:38:24.4926362Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 2022-09-27T15:38:24.6325730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 2022-09-27T15:38:24.6339411Z [gw2] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 2022-09-27T15:38:25.7314804Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 2022-09-27T15:38:25.7323619Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 2022-09-27T15:38:26.8026106Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 2022-09-27T15:38:26.8034991Z [gw3] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 2022-09-27T15:38:26.9001825Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 2022-09-27T15:38:26.9014830Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 2022-09-27T15:38:28.0365234Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 2022-09-27T15:38:28.0375241Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 2022-09-27T15:38:28.5217355Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 2022-09-27T15:38:28.5230203Z [gw2] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 2022-09-27T15:38:28.5419578Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 2022-09-27T15:38:28.5429608Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 2022-09-27T15:38:28.5947617Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 2022-09-27T15:38:28.5961776Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 2022-09-27T15:38:30.6796469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 2022-09-27T15:38:30.6810222Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 2022-09-27T15:38:30.9400420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 2022-09-27T15:38:30.9409514Z [gw2] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 2022-09-27T15:38:31.5869447Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 2022-09-27T15:38:31.5882627Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 2022-09-27T15:38:31.7022430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 2022-09-27T15:38:31.7035718Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 2022-09-27T15:38:31.8831992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 2022-09-27T15:38:31.8845177Z [gw2] [ 25%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 2022-09-27T15:38:32.6618582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 2022-09-27T15:38:32.6628175Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 2022-09-27T15:38:33.2062516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 2022-09-27T15:38:33.2073026Z [gw2] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 2022-09-27T15:38:34.7713398Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 2022-09-27T15:38:34.7726266Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 2022-09-27T15:38:34.7965873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 2022-09-27T15:38:34.7979931Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 2022-09-27T15:38:35.1053390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 2022-09-27T15:38:35.1064265Z [gw1] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 2022-09-27T15:38:36.1898910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 2022-09-27T15:38:36.1914570Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 2022-09-27T15:38:36.3518335Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 2022-09-27T15:38:36.3523094Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 2022-09-27T15:38:36.3534220Z [gw1] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 2022-09-27T15:38:36.3536719Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 2022-09-27T15:38:36.3593756Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 2022-09-27T15:38:36.3602849Z [gw2] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 2022-09-27T15:38:37.4123144Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 2022-09-27T15:38:37.4132512Z [gw2] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 2022-09-27T15:38:38.8081207Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 2022-09-27T15:38:38.8094970Z [gw1] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 2022-09-27T15:38:39.4980491Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 2022-09-27T15:38:39.4989726Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 2022-09-27T15:38:39.7158396Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 2022-09-27T15:38:39.7168899Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 2022-09-27T15:38:40.0447849Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 2022-09-27T15:38:40.0459380Z [gw1] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 2022-09-27T15:38:40.9329778Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 2022-09-27T15:38:40.9343023Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 2022-09-27T15:38:41.1285327Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 2022-09-27T15:38:41.1297077Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 2022-09-27T15:38:42.6730352Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 2022-09-27T15:38:42.6739612Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 2022-09-27T15:38:43.4474349Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 2022-09-27T15:38:43.4484091Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 2022-09-27T15:38:43.5279577Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 2022-09-27T15:38:43.5296223Z [gw2] [ 27%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 2022-09-27T15:38:43.6106548Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 2022-09-27T15:38:43.6116070Z [gw2] [ 27%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 2022-09-27T15:38:44.4376007Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 2022-09-27T15:38:44.4376985Z [gw1] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 2022-09-27T15:38:44.8003090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 2022-09-27T15:38:44.8015277Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 2022-09-27T15:38:45.4406217Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 2022-09-27T15:38:45.4415855Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 2022-09-27T15:38:46.4405929Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 2022-09-27T15:38:46.4415334Z [gw1] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 2022-09-27T15:38:46.6797502Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 2022-09-27T15:38:46.6810194Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 2022-09-27T15:38:48.3991614Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 2022-09-27T15:38:48.4002261Z [gw2] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 2022-09-27T15:38:49.6357328Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 2022-09-27T15:38:49.6369808Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 2022-09-27T15:38:50.2053227Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 2022-09-27T15:38:50.2067873Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 2022-09-27T15:38:50.2089852Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 2022-09-27T15:38:50.2506846Z [gw0] [ 28%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 2022-09-27T15:38:50.2539315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 2022-09-27T15:38:50.2948169Z [gw0] [ 28%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 2022-09-27T15:38:50.8343416Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 2022-09-27T15:38:50.8352892Z [gw2] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 2022-09-27T15:38:51.1232058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 2022-09-27T15:38:51.1243587Z [gw3] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 2022-09-27T15:38:51.4643336Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 2022-09-27T15:38:51.4651307Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 2022-09-27T15:38:51.6750860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 2022-09-27T15:38:51.6762597Z [gw0] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 2022-09-27T15:38:51.8333303Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 2022-09-27T15:38:51.8345718Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 2022-09-27T15:38:51.9272269Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 2022-09-27T15:38:51.9284718Z [gw0] [ 29%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 2022-09-27T15:38:51.9703090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 2022-09-27T15:38:51.9713687Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 2022-09-27T15:38:52.1529228Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 2022-09-27T15:38:52.1538528Z [gw0] [ 29%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 2022-09-27T15:38:52.2108516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 2022-09-27T15:38:52.2120109Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 2022-09-27T15:38:52.3140016Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 2022-09-27T15:38:52.3151501Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 2022-09-27T15:38:52.5237537Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 2022-09-27T15:38:52.5248669Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 2022-09-27T15:38:52.6555782Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 2022-09-27T15:38:52.6564545Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 2022-09-27T15:38:52.7696629Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 2022-09-27T15:38:52.7706131Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 2022-09-27T15:38:52.8739173Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 2022-09-27T15:38:52.8749334Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 2022-09-27T15:38:53.2616413Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 2022-09-27T15:38:53.2628284Z [gw0] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 2022-09-27T15:38:53.5279637Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 2022-09-27T15:38:53.5289314Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 2022-09-27T15:38:53.8355336Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 2022-09-27T15:38:53.8363736Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 2022-09-27T15:38:53.8384954Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 2022-09-27T15:38:53.8787071Z [gw2] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 2022-09-27T15:38:53.8804771Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 2022-09-27T15:38:53.9226754Z [gw2] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 2022-09-27T15:38:53.9251454Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:38:53.9666270Z [gw2] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:38:53.9698982Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:38:54.0106831Z [gw2] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:38:54.0132955Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:38:54.0546997Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:38:54.0571056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:38:54.0986876Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:38:54.1021825Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 2022-09-27T15:38:54.1426779Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 2022-09-27T15:38:54.1462418Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 2022-09-27T15:38:54.1846201Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 2022-09-27T15:38:54.1853456Z [gw3] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 2022-09-27T15:38:54.1863373Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 2022-09-27T15:38:54.1902335Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:38:54.2308362Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:38:54.2341351Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:38:54.2748673Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:38:54.2783615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 2022-09-27T15:38:54.3188767Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 2022-09-27T15:38:54.3222022Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 2022-09-27T15:38:54.3627972Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 2022-09-27T15:38:55.4882435Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 2022-09-27T15:38:55.4895932Z [gw2] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 2022-09-27T15:38:55.8069460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 2022-09-27T15:38:55.8078366Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 2022-09-27T15:38:56.0317561Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 2022-09-27T15:38:56.0325633Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 2022-09-27T15:38:58.6401864Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 2022-09-27T15:38:58.6415085Z [gw1] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 2022-09-27T15:38:59.2732578Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 2022-09-27T15:38:59.2743256Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 2022-09-27T15:39:00.7841631Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 2022-09-27T15:39:00.7853383Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 2022-09-27T15:39:01.1666421Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 2022-09-27T15:39:01.1675133Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 2022-09-27T15:39:03.2513562Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 2022-09-27T15:39:03.2526070Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 2022-09-27T15:39:04.2847581Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 2022-09-27T15:39:04.2856666Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 2022-09-27T15:39:04.6917267Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 2022-09-27T15:39:04.6925145Z [gw1] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 2022-09-27T15:39:05.8451915Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 2022-09-27T15:39:05.8466013Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 2022-09-27T15:39:06.2267154Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 2022-09-27T15:39:06.2276506Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 2022-09-27T15:39:07.4017203Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 2022-09-27T15:39:07.4031362Z [gw3] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 2022-09-27T15:39:08.2875554Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 2022-09-27T15:39:08.2883910Z [gw0] [ 33%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 2022-09-27T15:39:08.4553696Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 2022-09-27T15:39:08.4563987Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 2022-09-27T15:39:08.9160957Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 2022-09-27T15:39:08.9172407Z [gw0] [ 33%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 2022-09-27T15:39:09.4276981Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 2022-09-27T15:39:09.4290599Z [gw3] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 2022-09-27T15:39:10.9887072Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 2022-09-27T15:39:10.9897594Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 2022-09-27T15:39:12.0271821Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 2022-09-27T15:39:12.0281579Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 2022-09-27T15:39:12.1285191Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 2022-09-27T15:39:12.1294704Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 2022-09-27T15:39:12.4317602Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 2022-09-27T15:39:12.4326277Z [gw3] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 2022-09-27T15:39:13.0434789Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 2022-09-27T15:39:13.0444320Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 2022-09-27T15:39:13.4415422Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 2022-09-27T15:39:13.4422099Z [gw2] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 2022-09-27T15:39:13.4670561Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 2022-09-27T15:39:13.4682978Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 2022-09-27T15:39:13.9655298Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 2022-09-27T15:39:13.9665889Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 2022-09-27T15:39:16.9152059Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 2022-09-27T15:39:16.9161257Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 2022-09-27T15:39:17.0143475Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 2022-09-27T15:39:17.0157055Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 2022-09-27T15:39:17.3961363Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 2022-09-27T15:39:17.3972803Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 2022-09-27T15:39:18.0381397Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 2022-09-27T15:39:18.0392038Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 2022-09-27T15:39:18.4760323Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 2022-09-27T15:39:18.4773817Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 2022-09-27T15:39:19.1724877Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 2022-09-27T15:39:19.1734508Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 2022-09-27T15:39:20.3278367Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 2022-09-27T15:39:20.3287773Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 2022-09-27T15:39:21.5062368Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 2022-09-27T15:39:21.5070887Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 2022-09-27T15:39:22.0357867Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 2022-09-27T15:39:22.0371016Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 2022-09-27T15:39:23.9000767Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 2022-09-27T15:39:23.9009530Z [gw1] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 2022-09-27T15:39:23.9210663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 2022-09-27T15:39:23.9221124Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 2022-09-27T15:39:25.4841207Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 2022-09-27T15:39:25.4854501Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 2022-09-27T15:39:27.0359188Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 2022-09-27T15:39:27.0371829Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 2022-09-27T15:39:27.5995123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 2022-09-27T15:39:27.6004069Z [gw1] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 2022-09-27T15:39:28.9516316Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 2022-09-27T15:39:28.9525813Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 2022-09-27T15:39:28.9627614Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 2022-09-27T15:39:28.9948248Z [gw3] [ 35%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 2022-09-27T15:39:29.0056757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 2022-09-27T15:39:29.0387530Z [gw3] [ 35%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 2022-09-27T15:39:29.4736556Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 2022-09-27T15:39:29.4739377Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 2022-09-27T15:39:29.7466161Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 2022-09-27T15:39:29.7474551Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 2022-09-27T15:39:33.7541458Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 2022-09-27T15:39:33.7550826Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 2022-09-27T15:39:33.9198324Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 2022-09-27T15:39:33.9207207Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 2022-09-27T15:39:35.7751471Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 2022-09-27T15:39:35.7765757Z [gw2] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 2022-09-27T15:39:36.3621315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 2022-09-27T15:39:36.3633382Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 2022-09-27T15:39:36.5947580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 2022-09-27T15:39:36.5956455Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 2022-09-27T15:39:37.9571820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 2022-09-27T15:39:37.9585385Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 2022-09-27T15:39:40.6741962Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 2022-09-27T15:39:40.6754524Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 2022-09-27T15:39:41.9118397Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 2022-09-27T15:39:41.9131930Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 2022-09-27T15:39:42.0140487Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 2022-09-27T15:39:42.0152957Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 2022-09-27T15:39:43.3933192Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 2022-09-27T15:39:43.3943884Z [gw2] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 2022-09-27T15:39:44.4915269Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 2022-09-27T15:39:44.4928793Z [gw2] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 2022-09-27T15:39:44.9597383Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 2022-09-27T15:39:44.9606964Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 2022-09-27T15:39:45.9125138Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 2022-09-27T15:39:45.9132943Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 2022-09-27T15:39:47.8975330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 2022-09-27T15:39:47.8983899Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 2022-09-27T15:39:48.1631749Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 2022-09-27T15:39:48.1640060Z [gw1] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 2022-09-27T15:39:49.1176068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 2022-09-27T15:39:49.1190356Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 2022-09-27T15:39:50.5276863Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 2022-09-27T15:39:50.5289385Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 2022-09-27T15:39:51.2235841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 2022-09-27T15:39:51.2245201Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 2022-09-27T15:39:51.5203836Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 2022-09-27T15:39:51.5210394Z [gw2] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 2022-09-27T15:39:52.6603887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 2022-09-27T15:39:52.6614661Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 2022-09-27T15:39:53.3729016Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 2022-09-27T15:39:53.3741824Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 2022-09-27T15:39:53.5868862Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 2022-09-27T15:39:53.5878898Z [gw3] [ 38%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 2022-09-27T15:39:53.8112074Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 2022-09-27T15:39:53.8122922Z [gw3] [ 38%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 2022-09-27T15:39:54.2345011Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 2022-09-27T15:39:54.2355264Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 2022-09-27T15:39:54.9173672Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 2022-09-27T15:39:54.9183786Z [gw1] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 2022-09-27T15:39:54.9254500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 2022-09-27T15:39:54.9262831Z [gw2] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 2022-09-27T15:39:56.2223531Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:39:56.2231863Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 2022-09-27T15:39:57.2844714Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 2022-09-27T15:39:57.2855670Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 2022-09-27T15:40:01.5720552Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 2022-09-27T15:40:01.5734011Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 2022-09-27T15:40:02.6904948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 2022-09-27T15:40:02.6914549Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:40:03.6486962Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-09-27T15:40:03.6494483Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 2022-09-27T15:40:04.7987643Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 2022-09-27T15:40:04.7997623Z [gw0] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 2022-09-27T15:40:06.7219581Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 2022-09-27T15:40:06.7229375Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-09-27T15:40:08.1176108Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 2022-09-27T15:40:08.1185380Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 2022-09-27T15:40:08.7973776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 2022-09-27T15:40:08.7984128Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 2022-09-27T15:40:09.2691717Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 2022-09-27T15:40:09.2700340Z [gw0] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 2022-09-27T15:40:10.1039911Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 2022-09-27T15:40:10.1052979Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 2022-09-27T15:40:10.7848062Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 2022-09-27T15:40:10.7856634Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 2022-09-27T15:40:14.3353388Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 2022-09-27T15:40:14.3364122Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 2022-09-27T15:40:16.0808142Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 2022-09-27T15:40:16.0822301Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 2022-09-27T15:40:17.3265172Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 2022-09-27T15:40:17.3275274Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 2022-09-27T15:40:21.3477725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 2022-09-27T15:40:21.3490700Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 2022-09-27T15:40:22.7180393Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:40:22.7189846Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 2022-09-27T15:40:29.7847965Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 2022-09-27T15:40:29.7858320Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:40:30.1689993Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:40:30.1700955Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 2022-09-27T15:40:32.1432652Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 2022-09-27T15:40:32.1444415Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 2022-09-27T15:40:33.9168766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 2022-09-27T15:40:33.9178316Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:40:36.8615338Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 2022-09-27T15:40:36.8625013Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 2022-09-27T15:40:41.1481084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 2022-09-27T15:40:41.1492663Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 2022-09-27T15:40:43.3459601Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 2022-09-27T15:40:43.3468755Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 2022-09-27T15:40:47.4288216Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 2022-09-27T15:40:47.4340073Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 2022-09-27T15:40:49.5364165Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 2022-09-27T15:40:49.5373055Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 2022-09-27T15:40:52.7923211Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 2022-09-27T15:40:52.7930196Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 2022-09-27T15:40:54.5432179Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 2022-09-27T15:40:54.5436751Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 2022-09-27T15:40:55.1150703Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 2022-09-27T15:40:55.1163642Z [gw1] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 2022-09-27T15:40:57.9179227Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 2022-09-27T15:40:57.9194267Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 2022-09-27T15:40:59.5464331Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 2022-09-27T15:40:59.5476328Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 2022-09-27T15:41:04.8697315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 2022-09-27T15:41:04.8706901Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 2022-09-27T15:41:07.3329883Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 2022-09-27T15:41:07.3340557Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 2022-09-27T15:41:10.4877946Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 2022-09-27T15:41:10.4887098Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 2022-09-27T15:41:12.0086531Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 2022-09-27T15:41:12.0100488Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 2022-09-27T15:41:15.6305208Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 2022-09-27T15:41:15.6318464Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 2022-09-27T15:41:17.3968164Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 2022-09-27T15:41:17.3978679Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 2022-09-27T15:41:18.2875548Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 2022-09-27T15:41:18.2887384Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 2022-09-27T15:41:18.5935676Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 2022-09-27T15:41:18.5948503Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 2022-09-27T15:41:19.5504520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:41:19.5517533Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:41:19.8420906Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:41:19.8426665Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:41:23.1602078Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 2022-09-27T15:41:23.1611018Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 2022-09-27T15:41:24.2476005Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 2022-09-27T15:41:24.2488771Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 2022-09-27T15:41:25.1914949Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 2022-09-27T15:41:25.1927470Z [gw1] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 2022-09-27T15:41:26.3085030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 2022-09-27T15:41:26.3091570Z [gw1] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 2022-09-27T15:41:49.7901711Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 2022-09-27T15:41:49.7910046Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 2022-09-27T15:41:58.4678134Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 2022-09-27T15:41:58.4689254Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 2022-09-27T15:42:02.1339531Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 2022-09-27T15:42:02.1350527Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 2022-09-27T15:42:02.2317031Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:42:02.2328727Z [gw2] [ 43%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:42:02.2720096Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:42:02.2745050Z [gw2] [ 43%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:42:11.1632738Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 2022-09-27T15:42:11.1640210Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 2022-09-27T15:42:12.1903869Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 2022-09-27T15:42:12.1912254Z [gw1] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 2022-09-27T15:42:14.6258686Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 2022-09-27T15:42:14.6267330Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 2022-09-27T15:42:17.9623746Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 2022-09-27T15:42:17.9638542Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 2022-09-27T15:42:19.6585449Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 2022-09-27T15:42:19.6594043Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 2022-09-27T15:42:25.2946841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 2022-09-27T15:42:25.2953637Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 2022-09-27T15:42:27.9929372Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 2022-09-27T15:42:27.9942572Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 2022-09-27T15:42:34.3080816Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 2022-09-27T15:42:34.3087053Z [gw1] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 2022-09-27T15:42:39.0818315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 2022-09-27T15:42:39.0828377Z [gw1] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 2022-09-27T15:42:41.8098516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 2022-09-27T15:42:41.8108025Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 2022-09-27T15:42:42.0699881Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 2022-09-27T15:42:42.0713450Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 2022-09-27T15:42:47.8215439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 2022-09-27T15:42:47.8258705Z [gw1] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 2022-09-27T15:42:49.2203118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 2022-09-27T15:42:49.2213837Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 2022-09-27T15:42:49.3228411Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 2022-09-27T15:42:49.3236866Z [gw3] [ 45%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 2022-09-27T15:42:49.6232105Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 2022-09-27T15:42:49.6240898Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 2022-09-27T15:42:51.8150813Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 2022-09-27T15:42:51.8164483Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 2022-09-27T15:42:52.2861878Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 2022-09-27T15:42:52.2875226Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 2022-09-27T15:42:52.6177397Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 2022-09-27T15:42:52.6186927Z [gw1] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 2022-09-27T15:42:53.0951359Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 2022-09-27T15:42:53.0958439Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 2022-09-27T15:42:53.5103089Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 2022-09-27T15:42:53.5112874Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 2022-09-27T15:42:53.6630359Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 2022-09-27T15:42:53.6639817Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 2022-09-27T15:42:55.8951271Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 2022-09-27T15:42:55.8959804Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 2022-09-27T15:42:57.1852278Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 2022-09-27T15:42:57.1863444Z [gw1] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 2022-09-27T15:42:57.2103923Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 2022-09-27T15:42:57.2113400Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 2022-09-27T15:42:58.3226164Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 2022-09-27T15:42:58.3236401Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 2022-09-27T15:42:59.0312934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 2022-09-27T15:42:59.0327488Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 2022-09-27T15:42:59.1605058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 2022-09-27T15:42:59.1613134Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 2022-09-27T15:42:59.5861850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 2022-09-27T15:42:59.5871993Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 2022-09-27T15:42:59.6158013Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 2022-09-27T15:42:59.6170063Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 2022-09-27T15:42:59.8452519Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 2022-09-27T15:42:59.8462136Z [gw1] [ 46%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 2022-09-27T15:43:00.0741777Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 2022-09-27T15:43:00.0751544Z [gw1] [ 46%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 2022-09-27T15:43:00.8494464Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 2022-09-27T15:43:00.8501530Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 2022-09-27T15:43:00.9890873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 2022-09-27T15:43:00.9900020Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 2022-09-27T15:43:02.2001761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 2022-09-27T15:43:02.2010442Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 2022-09-27T15:43:03.3182742Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 2022-09-27T15:43:03.3194363Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 2022-09-27T15:43:03.7640417Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 2022-09-27T15:43:03.7650107Z [gw3] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 2022-09-27T15:43:04.1793627Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 2022-09-27T15:43:04.1801855Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 2022-09-27T15:43:04.6008578Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 2022-09-27T15:43:04.6017700Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 2022-09-27T15:43:04.6953631Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 2022-09-27T15:43:04.6962955Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 2022-09-27T15:43:04.6983439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 2022-09-27T15:43:04.7387755Z [gw1] [ 47%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 2022-09-27T15:43:04.7406435Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 2022-09-27T15:43:04.7867029Z [gw1] [ 47%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 2022-09-27T15:43:04.7887307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 2022-09-27T15:43:04.8307121Z [gw1] [ 47%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 2022-09-27T15:43:04.8327493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 2022-09-27T15:43:04.8786830Z [gw1] [ 47%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 2022-09-27T15:43:04.8807976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 2022-09-27T15:43:04.9266882Z [gw1] [ 48%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 2022-09-27T15:43:04.9284091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 2022-09-27T15:43:04.9707034Z [gw1] [ 48%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 2022-09-27T15:43:07.3026778Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 2022-09-27T15:43:07.3039550Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 2022-09-27T15:43:08.8518353Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 2022-09-27T15:43:08.8526539Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 2022-09-27T15:43:09.5525439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 2022-09-27T15:43:09.5535788Z [gw3] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 2022-09-27T15:43:09.6807087Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 2022-09-27T15:43:09.6818293Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 2022-09-27T15:43:10.1774695Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 2022-09-27T15:43:10.1788895Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 2022-09-27T15:43:10.6196632Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 2022-09-27T15:43:10.6206398Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 2022-09-27T15:43:11.5893395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 2022-09-27T15:43:11.5903009Z [gw0] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 2022-09-27T15:43:11.9213992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 2022-09-27T15:43:11.9222862Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 2022-09-27T15:43:12.2910024Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 2022-09-27T15:43:12.2920643Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 2022-09-27T15:43:12.5193206Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 2022-09-27T15:43:12.5201219Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 2022-09-27T15:43:12.9808491Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 2022-09-27T15:43:12.9817787Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 2022-09-27T15:43:13.3943226Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 2022-09-27T15:43:13.3952743Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 2022-09-27T15:43:13.4585436Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 2022-09-27T15:43:13.4594848Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 2022-09-27T15:43:15.8729576Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 2022-09-27T15:43:15.8742170Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 2022-09-27T15:43:15.9554754Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 2022-09-27T15:43:15.9563879Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 2022-09-27T15:43:17.2314303Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 2022-09-27T15:43:17.2327549Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 2022-09-27T15:43:18.5095882Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 2022-09-27T15:43:18.5109614Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 2022-09-27T15:43:19.1673986Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 2022-09-27T15:43:19.1680402Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 2022-09-27T15:43:23.3310590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 2022-09-27T15:43:23.3319642Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 2022-09-27T15:43:23.3944889Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 2022-09-27T15:43:23.3953840Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 2022-09-27T15:43:24.8400988Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 2022-09-27T15:43:24.8414923Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 2022-09-27T15:43:25.5289681Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 2022-09-27T15:43:25.5302783Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 2022-09-27T15:43:25.9723096Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 2022-09-27T15:43:25.9733352Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 2022-09-27T15:43:25.9830657Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 2022-09-27T15:43:26.0147538Z [gw1] [ 50%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 2022-09-27T15:43:26.0199340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 2022-09-27T15:43:26.0588158Z [gw1] [ 50%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 2022-09-27T15:43:26.0611525Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 2022-09-27T15:43:26.1026947Z [gw1] [ 50%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 2022-09-27T15:43:26.1048065Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 2022-09-27T15:43:26.1467929Z [gw1] [ 50%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 2022-09-27T15:43:27.0543920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 2022-09-27T15:43:27.0553084Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 2022-09-27T15:43:27.3237272Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 2022-09-27T15:43:27.3248205Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 2022-09-27T15:43:27.9680896Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 2022-09-27T15:43:27.9690140Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 2022-09-27T15:43:29.1300136Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 2022-09-27T15:43:29.1311057Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 2022-09-27T15:43:29.2544597Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 2022-09-27T15:43:29.2557113Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 2022-09-27T15:43:29.7014830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 2022-09-27T15:43:29.7024580Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 2022-09-27T15:43:30.3679068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 2022-09-27T15:43:30.3687378Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 2022-09-27T15:43:30.8471549Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 2022-09-27T15:43:30.8489563Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 2022-09-27T15:43:30.9946767Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 2022-09-27T15:43:30.9957179Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 2022-09-27T15:43:31.3048453Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 2022-09-27T15:43:31.3059459Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 2022-09-27T15:43:31.4114456Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 2022-09-27T15:43:31.4127162Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 2022-09-27T15:43:32.5435385Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 2022-09-27T15:43:32.5448165Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 2022-09-27T15:43:33.3474625Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:43:33.3485647Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 2022-09-27T15:43:33.9923071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 2022-09-27T15:43:33.9934439Z [gw1] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:43:34.4568589Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:43:34.4579983Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 2022-09-27T15:43:34.7735300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 2022-09-27T15:43:34.7744478Z [gw1] [ 52%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:43:35.5604173Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:43:35.5613964Z [gw1] [ 52%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:43:35.8784140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:43:35.8790832Z [gw2] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 2022-09-27T15:43:36.4799845Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 2022-09-27T15:43:36.4809400Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 2022-09-27T15:43:37.5713977Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 2022-09-27T15:43:37.5723852Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 2022-09-27T15:43:37.6793645Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 2022-09-27T15:43:37.6805791Z [gw1] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:43:39.0813728Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:43:39.0842976Z [gw1] [ 52%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:43:39.1027702Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:43:39.1266957Z [gw1] [ 53%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:43:39.1770200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:43:39.1782980Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 2022-09-27T15:43:41.5667930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 2022-09-27T15:43:41.5677423Z [gw2] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 2022-09-27T15:43:41.5937197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:43:41.5948082Z [gw1] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:43:43.8684405Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:43:43.8698557Z [gw1] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:43:46.3109300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:43:46.3121186Z [gw1] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:43:47.1827630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 2022-09-27T15:43:47.1841439Z [gw2] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:43:49.8809651Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:49.8822351Z [gw2] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:49.8843128Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:43:49.9266843Z [gw2] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:43:49.9283727Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:49.9707291Z [gw2] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:52.0618584Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 2022-09-27T15:43:52.0628236Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 2022-09-27T15:43:54.6198977Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 2022-09-27T15:43:54.6207267Z [gw2] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 2022-09-27T15:43:55.3723684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 2022-09-27T15:43:55.3737692Z [gw2] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 2022-09-27T15:43:57.1841089Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 2022-09-27T15:43:57.1854688Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 2022-09-27T15:43:57.2426685Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:43:57.2441473Z [gw2] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 2022-09-27T15:44:00.8946885Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 2022-09-27T15:44:00.8960648Z [gw2] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 2022-09-27T15:44:01.6460071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 2022-09-27T15:44:01.6469049Z [gw1] [ 54%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:44:01.6487235Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:44:01.6907650Z [gw1] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:44:02.3362584Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 2022-09-27T15:44:02.3374984Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 2022-09-27T15:44:02.3391403Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 2022-09-27T15:44:02.3786768Z [gw1] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 2022-09-27T15:44:02.3803231Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 2022-09-27T15:44:02.4227104Z [gw1] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 2022-09-27T15:44:02.4246679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 2022-09-27T15:44:02.4667593Z [gw1] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 2022-09-27T15:44:02.4685533Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 2022-09-27T15:44:02.5107089Z [gw1] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 2022-09-27T15:44:02.5127328Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:44:02.5547212Z [gw1] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:44:02.8247966Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:44:02.8260646Z [gw2] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 2022-09-27T15:44:03.0162973Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 2022-09-27T15:44:03.0174144Z [gw1] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:44:03.0188556Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:44:03.0585435Z [gw1] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:44:03.0602279Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:44:03.1027368Z [gw1] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:44:03.3286372Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:44:03.3295307Z [gw2] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 2022-09-27T15:44:05.9424913Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 2022-09-27T15:44:05.9438739Z [gw1] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:44:06.4989067Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:44:06.5003168Z [gw2] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 2022-09-27T15:44:08.3479944Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 2022-09-27T15:44:08.3491830Z [gw1] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:44:08.8344386Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:44:08.8350953Z [gw2] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 2022-09-27T15:44:09.9548734Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 2022-09-27T15:44:09.9561967Z [gw2] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 2022-09-27T15:44:12.4962862Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 2022-09-27T15:44:12.4976152Z [gw2] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 2022-09-27T15:44:17.2560050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 2022-09-27T15:44:17.2574110Z [gw1] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:44:17.2592379Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:44:17.2986925Z [gw1] [ 56%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:44:17.3098419Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 2022-09-27T15:44:17.3427631Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 2022-09-27T15:44:17.3521075Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 2022-09-27T15:44:17.3867935Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 2022-09-27T15:44:17.3991427Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 2022-09-27T15:44:17.4306601Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 2022-09-27T15:44:18.2158761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 2022-09-27T15:44:18.2170138Z [gw1] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 2022-09-27T15:44:18.2381872Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:44:18.2587218Z [gw1] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:44:18.2651176Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 2022-09-27T15:44:18.3026991Z [gw1] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 2022-09-27T15:44:18.3101922Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:44:18.3467733Z [gw1] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:44:18.3669474Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:44:18.3907835Z [gw1] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:44:18.3968182Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:44:18.4346667Z [gw1] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:44:18.4552980Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:44:18.4786570Z [gw1] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:44:18.4957909Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:44:18.5227163Z [gw1] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:44:18.5246628Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:44:18.5666866Z [gw1] [ 57%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:44:20.4407665Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 2022-09-27T15:44:20.4417030Z [gw1] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 2022-09-27T15:44:21.5054643Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 2022-09-27T15:44:21.5065390Z [gw2] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 2022-09-27T15:44:26.1756141Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 2022-09-27T15:44:26.1766781Z [gw2] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 2022-09-27T15:44:26.1817950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 2022-09-27T15:44:26.2187802Z [gw2] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 2022-09-27T15:44:27.1890651Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 2022-09-27T15:44:27.1904339Z [gw2] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 2022-09-27T15:44:27.6918695Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 2022-09-27T15:44:27.6926557Z [gw2] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 2022-09-27T15:44:29.5990305Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:44:29.6003574Z [gw0] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 2022-09-27T15:44:31.9670746Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 2022-09-27T15:44:31.9680105Z [gw2] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:44:32.1965736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:44:32.1978282Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 2022-09-27T15:44:36.1855927Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 2022-09-27T15:44:36.1865166Z [gw2] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:44:39.9812641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:44:39.9821083Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 2022-09-27T15:44:40.0969332Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 2022-09-27T15:44:40.0984336Z [gw1] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 2022-09-27T15:44:40.5156290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 2022-09-27T15:44:40.5169578Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:44:40.9651999Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 2022-09-27T15:44:40.9661760Z [gw3] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 2022-09-27T15:44:41.0429285Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 2022-09-27T15:44:41.0442645Z [gw3] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 2022-09-27T15:44:41.3930349Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 2022-09-27T15:44:41.3943847Z [gw1] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 2022-09-27T15:44:41.7361735Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:44:41.7371281Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 2022-09-27T15:44:41.7393397Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 2022-09-27T15:44:41.7787357Z [gw2] [ 59%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 2022-09-27T15:44:41.9599314Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 2022-09-27T15:44:41.9611976Z [gw1] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:44:43.0019416Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 2022-09-27T15:44:43.0032187Z [gw1] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 2022-09-27T15:44:44.8076680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 2022-09-27T15:44:44.8089702Z [gw1] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 2022-09-27T15:44:47.6451776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:44:47.6460620Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 2022-09-27T15:44:48.9443325Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 2022-09-27T15:44:48.9454080Z [gw3] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 2022-09-27T15:44:49.0262053Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 2022-09-27T15:44:49.0274134Z [gw3] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 2022-09-27T15:44:49.1079034Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 2022-09-27T15:44:49.1088045Z [gw3] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 2022-09-27T15:44:49.1226523Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 2022-09-27T15:44:49.1238486Z [gw1] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:44:49.1255337Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 2022-09-27T15:44:49.1666549Z [gw1] [ 60%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 2022-09-27T15:44:49.3088112Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 2022-09-27T15:44:49.3099124Z [gw1] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 2022-09-27T15:44:50.5386569Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:44:50.5400137Z [gw3] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 2022-09-27T15:44:51.0768065Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 2022-09-27T15:44:51.0776560Z [gw3] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 2022-09-27T15:44:51.5473925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 2022-09-27T15:44:51.5483153Z [gw3] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 2022-09-27T15:44:52.5231682Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 2022-09-27T15:44:52.5244037Z [gw1] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:44:54.8819240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:44:54.8829800Z [gw1] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:44:57.3573111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:44:57.3586371Z [gw1] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:44:59.7111842Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:44:59.7120539Z [gw1] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:45:02.1104982Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:45:02.1115320Z [gw1] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:45:04.1516064Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:45:04.1525978Z [gw0] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 2022-09-27T15:45:04.5481623Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 2022-09-27T15:45:04.5495663Z [gw1] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:45:13.0779939Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 2022-09-27T15:45:13.0807728Z [gw1] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 2022-09-27T15:45:20.5496621Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:45:20.5505693Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 2022-09-27T15:45:20.5529120Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 2022-09-27T15:45:20.5947013Z [gw2] [ 61%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 2022-09-27T15:45:21.3621637Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 2022-09-27T15:45:21.3630997Z [gw1] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:45:21.4608138Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 2022-09-27T15:45:21.4617569Z [gw0] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 2022-09-27T15:45:21.8580065Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 2022-09-27T15:45:21.8589992Z [gw1] [ 62%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 2022-09-27T15:45:21.9656986Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 2022-09-27T15:45:21.9667213Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 2022-09-27T15:45:22.6418966Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 2022-09-27T15:45:22.6431752Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 2022-09-27T15:45:23.9676407Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 2022-09-27T15:45:23.9686201Z [gw1] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 2022-09-27T15:45:26.4120395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:45:26.4129916Z [gw1] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:45:29.8708617Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 2022-09-27T15:45:29.8721300Z [gw0] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 2022-09-27T15:45:31.5061505Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 2022-09-27T15:45:31.5075122Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 2022-09-27T15:45:33.8988121Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 2022-09-27T15:45:33.8997818Z [gw0] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 2022-09-27T15:45:33.9018693Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 2022-09-27T15:45:33.9427173Z [gw0] [ 62%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 2022-09-27T15:45:33.9443902Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 2022-09-27T15:45:33.9867765Z [gw0] [ 63%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 2022-09-27T15:45:34.9313450Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:45:34.9322883Z [gw1] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 2022-09-27T15:45:35.0060769Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 2022-09-27T15:45:35.0072121Z [gw0] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:45:35.6475635Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:45:35.6489118Z [gw0] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:45:36.0016308Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 2022-09-27T15:45:36.0025453Z [gw2] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 2022-09-27T15:45:36.4520350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 2022-09-27T15:45:36.4534807Z [gw2] [ 63%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 2022-09-27T15:45:38.6791870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 2022-09-27T15:45:38.6819836Z [gw2] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 2022-09-27T15:45:39.0883520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 2022-09-27T15:45:39.0892988Z [gw0] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 2022-09-27T15:45:40.0102785Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 2022-09-27T15:45:40.0116401Z [gw1] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 2022-09-27T15:45:40.1615444Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:45:40.1626125Z [gw2] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 2022-09-27T15:45:40.8321861Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 2022-09-27T15:45:40.8334476Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 2022-09-27T15:45:40.9951815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 2022-09-27T15:45:40.9960825Z [gw2] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 2022-09-27T15:45:41.0130507Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 2022-09-27T15:45:41.0146387Z [gw1] [ 64%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:45:41.4091495Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:45:41.4105092Z [gw2] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 2022-09-27T15:45:41.4126084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 2022-09-27T15:45:41.4547083Z [gw2] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 2022-09-27T15:45:41.4565490Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 2022-09-27T15:45:41.4988083Z [gw2] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 2022-09-27T15:45:41.5513348Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 2022-09-27T15:45:41.5525938Z [gw2] [ 64%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 2022-09-27T15:45:41.5949406Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 2022-09-27T15:45:41.5962334Z [gw1] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:45:42.3111553Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:45:42.3124359Z [gw2] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 2022-09-27T15:45:43.2427304Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 2022-09-27T15:45:43.2442483Z [gw2] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 2022-09-27T15:45:43.2497275Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 2022-09-27T15:45:43.2868463Z [gw2] [ 64%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 2022-09-27T15:45:44.0019096Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 2022-09-27T15:45:44.0033047Z [gw2] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 2022-09-27T15:45:44.3841192Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:45:44.3851094Z [gw2] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:45:45.2512494Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 2022-09-27T15:45:45.2525638Z [gw2] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 2022-09-27T15:45:45.7546894Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:45:45.7554112Z [gw2] [ 65%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:45:48.3087953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:45:48.3100832Z [gw2] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:45:50.6345180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 2022-09-27T15:45:50.6357876Z [gw2] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 2022-09-27T15:45:53.8175359Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:45:53.8187881Z [gw1] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:45:53.8207708Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:45:53.8626831Z [gw1] [ 65%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:45:53.8643953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:45:53.9067232Z [gw1] [ 65%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:45:54.8554122Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:45:54.8567049Z [gw2] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:45:57.0981580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:45:57.0991234Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:45:57.8744467Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 2022-09-27T15:45:57.8757473Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 2022-09-27T15:45:58.9539005Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 2022-09-27T15:45:58.9547675Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 2022-09-27T15:46:00.9014361Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 2022-09-27T15:46:00.9027520Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 2022-09-27T15:46:02.0254576Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 2022-09-27T15:46:02.0267804Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 2022-09-27T15:46:03.7231932Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:46:03.7240860Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:46:04.1277615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:46:04.1291151Z [gw3] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 2022-09-27T15:46:04.6736701Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 2022-09-27T15:46:04.6748675Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:46:05.9182422Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 2022-09-27T15:46:05.9194492Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 2022-09-27T15:46:12.9218878Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:46:12.9232444Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:46:16.3693009Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:46:16.3713694Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:46:16.4321987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:46:16.4332626Z [gw2] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:46:16.5261831Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 2022-09-27T15:46:16.5273347Z [gw2] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 2022-09-27T15:46:20.3549857Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 2022-09-27T15:46:20.3559585Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 2022-09-27T15:46:22.5870341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 2022-09-27T15:46:22.5938653Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 2022-09-27T15:46:28.3546048Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 2022-09-27T15:46:28.3557924Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 2022-09-27T15:46:30.1634032Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 2022-09-27T15:46:30.1643890Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 2022-09-27T15:46:33.7972053Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 2022-09-27T15:46:33.7980931Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 2022-09-27T15:46:35.6961315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 2022-09-27T15:46:35.6970575Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 2022-09-27T15:46:37.8632714Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:46:37.8642912Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:46:37.8663949Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:46:37.9066875Z [gw2] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:46:37.9087752Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:46:37.9506584Z [gw2] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:46:37.9528421Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:46:37.9947255Z [gw2] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:46:37.9966467Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:46:38.0387655Z [gw2] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:46:39.4995694Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 2022-09-27T15:46:39.5005472Z [gw3] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 2022-09-27T15:46:40.3113052Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 2022-09-27T15:46:40.3122062Z [gw2] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 2022-09-27T15:46:41.4001981Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 2022-09-27T15:46:41.4011792Z [gw2] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 2022-09-27T15:46:47.7887084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 2022-09-27T15:46:47.7897333Z [gw3] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 2022-09-27T15:46:50.8560196Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 2022-09-27T15:46:50.8567539Z [gw2] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 2022-09-27T15:46:51.9835745Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 2022-09-27T15:46:51.9845332Z [gw3] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 2022-09-27T15:46:51.9953578Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 2022-09-27T15:46:52.0266894Z [gw3] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 2022-09-27T15:46:52.0345420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 2022-09-27T15:46:52.0706044Z [gw3] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 2022-09-27T15:46:52.0819062Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 2022-09-27T15:46:52.1146970Z [gw3] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 2022-09-27T15:46:52.1206649Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 2022-09-27T15:46:52.1587046Z [gw3] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 2022-09-27T15:46:52.3169297Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 2022-09-27T15:46:52.3178661Z [gw0] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 2022-09-27T15:46:55.5830737Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:46:55.5839414Z [gw2] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 2022-09-27T15:46:58.9306144Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 2022-09-27T15:46:58.9320033Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 2022-09-27T15:46:59.6155290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 2022-09-27T15:46:59.6164665Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 2022-09-27T15:47:00.1866790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 2022-09-27T15:47:00.1876845Z [gw3] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 2022-09-27T15:47:01.6821113Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:47:01.6830945Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:47:02.5598214Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:47:02.5610683Z [gw3] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:47:06.3848718Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:47:06.3857835Z [gw3] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:47:06.3874594Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 2022-09-27T15:47:06.4267271Z [gw3] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 2022-09-27T15:47:13.6887851Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 2022-09-27T15:47:13.6898074Z [gw3] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 2022-09-27T15:47:17.6147032Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 2022-09-27T15:47:17.6161053Z [gw3] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 2022-09-27T15:47:21.9565335Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:47:21.9575059Z [gw3] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:47:21.9591160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 2022-09-27T15:47:21.9985794Z [gw3] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 2022-09-27T15:47:26.8047336Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:47:26.8056555Z [gw0] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:47:28.9330954Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:47:28.9339207Z [gw2] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 2022-09-27T15:47:44.1307149Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 2022-09-27T15:47:44.1316048Z [gw0] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:47:45.4953305Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 2022-09-27T15:47:45.4961577Z [gw2] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 2022-09-27T15:47:47.9094746Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 2022-09-27T15:47:47.9104579Z [gw3] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:47:56.5556318Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 2022-09-27T15:47:56.5565555Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 2022-09-27T15:48:00.5744592Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 2022-09-27T15:48:00.5753505Z [gw3] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 2022-09-27T15:48:02.6115799Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:48:02.6124710Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 2022-09-27T15:48:05.2989534Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:48:05.2998442Z [gw2] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 2022-09-27T15:48:06.8160597Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 2022-09-27T15:48:06.8166735Z [gw3] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:48:06.8183497Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:48:06.8190918Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:48:06.8199902Z [gw3] [ 71%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:48:06.8587873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:48:08.7581553Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:48:08.7595042Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:48:08.7619777Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 2022-09-27T15:48:08.8027602Z [gw0] [ 71%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 2022-09-27T15:48:08.8059545Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 2022-09-27T15:48:08.8467564Z [gw0] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 2022-09-27T15:48:13.1895493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 2022-09-27T15:48:13.1905560Z [gw3] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:48:13.1921349Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:48:13.2387416Z [gw3] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:48:13.2402895Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:48:13.2867817Z [gw3] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:48:13.2887146Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:48:13.3306980Z [gw3] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:48:14.5354871Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 2022-09-27T15:48:14.5364455Z [gw3] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 2022-09-27T15:48:14.5384039Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:48:14.5787358Z [gw3] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:48:14.5808283Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:48:14.6228261Z [gw3] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:48:14.6248265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:48:14.6667324Z [gw3] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:48:14.6688767Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:48:14.7107569Z [gw3] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:48:15.2427344Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:48:15.2438734Z [gw2] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 2022-09-27T15:48:27.4907121Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 2022-09-27T15:48:27.4924683Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 2022-09-27T15:48:36.6278579Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 2022-09-27T15:48:36.6291463Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 2022-09-27T15:48:41.1245983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 2022-09-27T15:48:41.1253832Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 2022-09-27T15:48:43.4088843Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 2022-09-27T15:48:43.4097082Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 2022-09-27T15:48:49.1488125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 2022-09-27T15:48:49.1501784Z [gw3] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:48:49.1573794Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 2022-09-27T15:48:49.1906861Z [gw3] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 2022-09-27T15:48:51.4094514Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 2022-09-27T15:48:51.4173652Z [gw3] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 2022-09-27T15:48:51.7349537Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 2022-09-27T15:48:51.7361865Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 2022-09-27T15:48:52.6076927Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 2022-09-27T15:48:52.6090147Z [gw3] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 2022-09-27T15:48:52.8854388Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 2022-09-27T15:48:52.8864664Z [gw2] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 2022-09-27T15:48:53.8082277Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 2022-09-27T15:48:53.8090309Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 2022-09-27T15:48:54.3717716Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 2022-09-27T15:48:54.3724728Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 2022-09-27T15:48:55.8042223Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 2022-09-27T15:48:55.8051219Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 2022-09-27T15:48:56.8731463Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 2022-09-27T15:48:56.8745443Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 2022-09-27T15:48:58.1358907Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 2022-09-27T15:48:58.1391578Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 2022-09-27T15:49:02.3158242Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 2022-09-27T15:49:02.3168290Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 2022-09-27T15:49:04.9298053Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 2022-09-27T15:49:04.9307808Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 2022-09-27T15:49:06.5017609Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 2022-09-27T15:49:06.5026499Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 2022-09-27T15:49:08.5046192Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 2022-09-27T15:49:08.5058128Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 2022-09-27T15:49:09.5161860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 2022-09-27T15:49:09.5167886Z [gw0] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 2022-09-27T15:49:11.0393388Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 2022-09-27T15:49:11.0406386Z [gw2] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 2022-09-27T15:49:19.4978764Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 2022-09-27T15:49:19.4987872Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 2022-09-27T15:49:25.0355555Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 2022-09-27T15:49:25.0365491Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 2022-09-27T15:49:25.0384394Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 2022-09-27T15:49:25.0786544Z [gw3] [ 75%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 2022-09-27T15:49:25.0803828Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 2022-09-27T15:49:25.1227899Z [gw3] [ 75%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 2022-09-27T15:49:26.7883390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 2022-09-27T15:49:26.7895403Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 2022-09-27T15:49:27.6246680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 2022-09-27T15:49:27.6255928Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 2022-09-27T15:49:33.9992170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 2022-09-27T15:49:34.0004902Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 2022-09-27T15:49:37.2403795Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 2022-09-27T15:49:37.2413122Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 2022-09-27T15:49:37.3376680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 2022-09-27T15:49:37.3385784Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 2022-09-27T15:49:37.4355801Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 2022-09-27T15:49:37.4365751Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 2022-09-27T15:49:37.5587943Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 2022-09-27T15:49:37.5597353Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 2022-09-27T15:49:37.6531747Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 2022-09-27T15:49:37.6541909Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 2022-09-27T15:49:39.1203237Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 2022-09-27T15:49:39.1213269Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 2022-09-27T15:49:39.9158699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 2022-09-27T15:49:39.9166135Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 2022-09-27T15:49:41.4337406Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 2022-09-27T15:49:41.4347727Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 2022-09-27T15:49:42.1337022Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 2022-09-27T15:49:42.1350929Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 2022-09-27T15:49:43.5054901Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 2022-09-27T15:49:43.5066067Z [gw2] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 2022-09-27T15:49:44.6483521Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 2022-09-27T15:49:44.6494136Z [gw2] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 2022-09-27T15:49:44.6658208Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 2022-09-27T15:49:44.6907138Z [gw2] [ 77%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 2022-09-27T15:49:44.6957153Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 2022-09-27T15:49:44.7387015Z [gw2] [ 77%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 2022-09-27T15:49:44.7442831Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 2022-09-27T15:49:44.7826756Z [gw2] [ 77%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 2022-09-27T15:49:44.7861890Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 2022-09-27T15:49:44.8266995Z [gw2] [ 77%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 2022-09-27T15:49:44.8298007Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 2022-09-27T15:49:44.8708843Z [gw2] [ 77%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 2022-09-27T15:49:44.8838212Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 2022-09-27T15:49:44.9148810Z [gw2] [ 77%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 2022-09-27T15:49:48.0935644Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 2022-09-27T15:49:48.0944702Z [gw2] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 2022-09-27T15:49:48.9288108Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 2022-09-27T15:49:48.9298166Z [gw1] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:49:54.4947237Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:49:54.4957784Z [gw2] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 2022-09-27T15:49:57.5508964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 2022-09-27T15:49:57.5517954Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 2022-09-27T15:49:57.6574694Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 2022-09-27T15:49:57.6584793Z [gw2] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 2022-09-27T15:50:04.9667946Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 2022-09-27T15:50:04.9676481Z [gw2] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 2022-09-27T15:50:05.4462618Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 2022-09-27T15:50:05.4473146Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 2022-09-27T15:50:08.5131850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 2022-09-27T15:50:08.5141016Z [gw2] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 2022-09-27T15:50:19.3462875Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 2022-09-27T15:50:19.3472026Z [gw2] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 2022-09-27T15:50:29.9241788Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 2022-09-27T15:50:29.9254799Z [gw2] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 2022-09-27T15:50:38.2375635Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 2022-09-27T15:50:38.2388669Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 2022-09-27T15:50:40.9386455Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 2022-09-27T15:50:40.9399394Z [gw2] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 2022-09-27T15:50:53.1114145Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 2022-09-27T15:50:53.1161427Z [gw2] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 2022-09-27T15:50:54.8387988Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 2022-09-27T15:50:54.8396819Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 2022-09-27T15:50:55.2430225Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 2022-09-27T15:50:55.2445245Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 2022-09-27T15:50:56.5058962Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 2022-09-27T15:50:56.5071390Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 2022-09-27T15:50:56.5087767Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 2022-09-27T15:50:56.5506438Z [gw3] [ 79%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 2022-09-27T15:50:56.5526165Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 2022-09-27T15:50:56.5946196Z [gw3] [ 79%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 2022-09-27T15:50:59.2282338Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 2022-09-27T15:50:59.2296945Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 2022-09-27T15:51:00.5303450Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 2022-09-27T15:51:00.5312246Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 2022-09-27T15:51:03.7566552Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 2022-09-27T15:51:03.7575840Z [gw2] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 2022-09-27T15:51:03.7596153Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 2022-09-27T15:51:03.7987345Z [gw2] [ 79%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 2022-09-27T15:51:06.2862340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 2022-09-27T15:51:06.2875015Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 2022-09-27T15:51:06.6603951Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 2022-09-27T15:51:06.6617497Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 2022-09-27T15:51:06.7432194Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 2022-09-27T15:51:06.7441850Z [gw3] [ 79%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 2022-09-27T15:51:06.8272162Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 2022-09-27T15:51:06.8282015Z [gw3] [ 80%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 2022-09-27T15:51:09.3422022Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 2022-09-27T15:51:09.3435926Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 2022-09-27T15:51:10.6288180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 2022-09-27T15:51:10.6297003Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 2022-09-27T15:51:10.9960155Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 2022-09-27T15:51:10.9967599Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 2022-09-27T15:51:11.1014338Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 2022-09-27T15:51:11.1023457Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 2022-09-27T15:51:12.0114424Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 2022-09-27T15:51:12.0126975Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 2022-09-27T15:51:12.4348245Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 2022-09-27T15:51:12.4357513Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 2022-09-27T15:51:14.8454697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 2022-09-27T15:51:14.8469457Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 2022-09-27T15:51:16.0672281Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 2022-09-27T15:51:16.0681559Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 2022-09-27T15:51:16.9701296Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 2022-09-27T15:51:16.9712763Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 2022-09-27T15:51:17.4448054Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 2022-09-27T15:51:17.4457241Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 2022-09-27T15:51:20.8321729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 2022-09-27T15:51:20.8334162Z [gw2] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 2022-09-27T15:51:23.9174369Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 2022-09-27T15:51:23.9184085Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 2022-09-27T15:51:26.8020742Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 2022-09-27T15:51:26.8040198Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 2022-09-27T15:51:32.7515221Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 2022-09-27T15:51:32.7521076Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 2022-09-27T15:51:32.7538796Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:51:32.7946630Z [gw3] [ 81%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:51:33.1577797Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 2022-09-27T15:51:33.1586646Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 2022-09-27T15:51:33.7109159Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 2022-09-27T15:51:33.7119791Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 2022-09-27T15:51:34.3374650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:51:34.3384380Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:51:34.9000979Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:51:34.9014120Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:51:35.2656545Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 2022-09-27T15:51:35.2667135Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 2022-09-27T15:51:35.8914531Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 2022-09-27T15:51:35.8923565Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 2022-09-27T15:51:36.4439025Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 2022-09-27T15:51:36.4451262Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 2022-09-27T15:51:37.0315167Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:51:37.0326898Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:51:37.0342505Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:51:37.0746689Z [gw3] [ 82%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:51:37.6228679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 2022-09-27T15:51:37.6238132Z [gw2] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 2022-09-27T15:51:37.7222259Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 2022-09-27T15:51:37.7235352Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 2022-09-27T15:51:37.8825931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 2022-09-27T15:51:37.8836599Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 2022-09-27T15:51:38.0639664Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 2022-09-27T15:51:38.0646094Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 2022-09-27T15:51:38.2306209Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 2022-09-27T15:51:38.2316958Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 2022-09-27T15:51:38.4097966Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 2022-09-27T15:51:38.4110609Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 2022-09-27T15:51:39.0697667Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 2022-09-27T15:51:39.0710965Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 2022-09-27T15:51:39.6175315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 2022-09-27T15:51:39.6187909Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 2022-09-27T15:51:39.6249257Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:51:39.6627757Z [gw3] [ 83%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:51:39.9002812Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:51:39.9011191Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:51:40.1710009Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:51:40.1718355Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:51:40.1737904Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:51:40.2188163Z [gw3] [ 83%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:51:40.2208100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:51:40.2667177Z [gw3] [ 83%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:51:40.2688190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:51:40.3147187Z [gw3] [ 83%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:51:40.3175010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:51:40.3586788Z [gw3] [ 83%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:51:40.5382889Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:51:40.5396225Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:51:42.1274048Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 2022-09-27T15:51:42.1287617Z [gw2] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 2022-09-27T15:51:42.3988795Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 2022-09-27T15:51:42.3998338Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 2022-09-27T15:51:43.0599884Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 2022-09-27T15:51:43.0612995Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 2022-09-27T15:51:44.4997658Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 2022-09-27T15:51:44.5007270Z [gw2] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 2022-09-27T15:51:45.0174797Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 2022-09-27T15:51:45.0187990Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 2022-09-27T15:51:46.0046606Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 2022-09-27T15:51:46.0055904Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 2022-09-27T15:51:46.8274668Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 2022-09-27T15:51:46.8285212Z [gw2] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 2022-09-27T15:51:47.0024326Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 2022-09-27T15:51:47.0034051Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:51:47.7175125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:51:47.7184934Z [gw2] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 2022-09-27T15:51:49.5423107Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 2022-09-27T15:51:49.5432728Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 2022-09-27T15:51:50.7505914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 2022-09-27T15:51:50.7518888Z [gw2] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 2022-09-27T15:51:51.3132721Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 2022-09-27T15:51:51.3146555Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 2022-09-27T15:51:56.5003735Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 2022-09-27T15:51:56.5012871Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 2022-09-27T15:51:58.2032932Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 2022-09-27T15:51:58.2050377Z [gw1] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:51:58.9522136Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:51:58.9542956Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 2022-09-27T15:52:00.0105223Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 2022-09-27T15:52:00.0119233Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 2022-09-27T15:52:00.4388164Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 2022-09-27T15:52:00.4399922Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 2022-09-27T15:52:02.8200140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 2022-09-27T15:52:02.8214241Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 2022-09-27T15:52:03.8868481Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 2022-09-27T15:52:03.8874768Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 2022-09-27T15:52:09.4957267Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 2022-09-27T15:52:09.4966333Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 2022-09-27T15:52:12.6230919Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 2022-09-27T15:52:12.6239589Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 2022-09-27T15:52:17.2578906Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 2022-09-27T15:52:17.2588235Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 2022-09-27T15:52:19.5215448Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 2022-09-27T15:52:19.5222711Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 2022-09-27T15:52:20.1816978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 2022-09-27T15:52:20.1827885Z [gw2] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 2022-09-27T15:52:20.1845794Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:52:20.2267583Z [gw2] [ 86%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:52:20.2283091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 2022-09-27T15:52:20.2707018Z [gw2] [ 86%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 2022-09-27T15:52:20.4489779Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 2022-09-27T15:52:20.4502004Z [gw2] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 2022-09-27T15:52:20.6118228Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 2022-09-27T15:52:20.6131650Z [gw2] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 2022-09-27T15:52:20.7930989Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 2022-09-27T15:52:20.7941200Z [gw2] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 2022-09-27T15:52:20.9994738Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 2022-09-27T15:52:21.0006335Z [gw2] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 2022-09-27T15:52:21.2803532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 2022-09-27T15:52:21.2817733Z [gw2] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 2022-09-27T15:52:21.8361628Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:52:21.8373401Z [gw2] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:52:22.3848859Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:52:22.3868978Z [gw2] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:52:22.3890505Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:52:22.4306406Z [gw2] [ 87%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:52:22.4322125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 2022-09-27T15:52:22.4747688Z [gw2] [ 87%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 2022-09-27T15:52:22.4781656Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 2022-09-27T15:52:22.5188505Z [gw2] [ 87%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 2022-09-27T15:52:29.4896648Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 2022-09-27T15:52:29.4909330Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 2022-09-27T15:52:34.0187900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 2022-09-27T15:52:34.0198342Z [gw2] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 2022-09-27T15:52:34.1833471Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 2022-09-27T15:52:34.1842038Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 2022-09-27T15:52:37.7355939Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 2022-09-27T15:52:37.7369720Z [gw0] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 2022-09-27T15:52:38.9779135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 2022-09-27T15:52:38.9796059Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 2022-09-27T15:52:40.1728084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 2022-09-27T15:52:40.1735902Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 2022-09-27T15:52:41.4463524Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 2022-09-27T15:52:41.4477184Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 2022-09-27T15:52:41.5148197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 2022-09-27T15:52:41.5161865Z [gw3] [ 88%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 2022-09-27T15:52:50.5278355Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 2022-09-27T15:52:50.5289926Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 2022-09-27T15:52:54.7466717Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 2022-09-27T15:52:54.7475616Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 2022-09-27T15:52:57.0985682Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 2022-09-27T15:52:57.0995476Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 2022-09-27T15:52:57.9687116Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 2022-09-27T15:52:57.9697294Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 2022-09-27T15:52:58.3361563Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 2022-09-27T15:52:58.3374327Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 2022-09-27T15:53:02.7547071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 2022-09-27T15:53:02.7555819Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 2022-09-27T15:53:04.8221358Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 2022-09-27T15:53:04.8234801Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 2022-09-27T15:53:07.8109840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 2022-09-27T15:53:07.8123132Z [gw2] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 2022-09-27T15:53:12.6542552Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 2022-09-27T15:53:12.6553860Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 2022-09-27T15:53:14.9889197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 2022-09-27T15:53:14.9901980Z [gw2] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 2022-09-27T15:53:16.4222371Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 2022-09-27T15:53:16.4234632Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 2022-09-27T15:53:17.3883203Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 2022-09-27T15:53:17.3893183Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 2022-09-27T15:53:17.4561789Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 2022-09-27T15:53:17.4570339Z [gw2] [ 89%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 2022-09-27T15:53:17.4589562Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 2022-09-27T15:53:17.4987143Z [gw2] [ 89%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 2022-09-27T15:53:17.8100809Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 2022-09-27T15:53:17.8111912Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 2022-09-27T15:53:18.6982619Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 2022-09-27T15:53:18.6991549Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 2022-09-27T15:53:19.2495429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 2022-09-27T15:53:19.2505784Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 2022-09-27T15:53:30.5760810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 2022-09-27T15:53:30.5778680Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 2022-09-27T15:53:36.1107691Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 2022-09-27T15:53:36.1123063Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 2022-09-27T15:53:36.4462499Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 2022-09-27T15:53:36.4474505Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 2022-09-27T15:53:36.9699577Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 2022-09-27T15:53:36.9711586Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 2022-09-27T15:53:44.1659528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 2022-09-27T15:53:44.1673351Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 2022-09-27T15:53:44.9081672Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 2022-09-27T15:53:44.9090805Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 2022-09-27T15:53:45.3807551Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 2022-09-27T15:53:45.3821836Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 2022-09-27T15:53:52.5349338Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 2022-09-27T15:53:52.5362340Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 2022-09-27T15:53:56.2899531Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 2022-09-27T15:53:56.2912441Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 2022-09-27T15:54:00.5176167Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 2022-09-27T15:54:00.5184452Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 2022-09-27T15:54:02.6285880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 2022-09-27T15:54:02.6296311Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 2022-09-27T15:54:06.9797413Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 2022-09-27T15:54:06.9816986Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 2022-09-27T15:54:09.0961027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 2022-09-27T15:54:09.0970198Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 2022-09-27T15:54:21.6228189Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 2022-09-27T15:54:21.6241031Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 2022-09-27T15:54:22.6079890Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 2022-09-27T15:54:22.6096098Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 2022-09-27T15:54:29.0125986Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 2022-09-27T15:54:29.0135859Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 2022-09-27T15:54:35.9608129Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 2022-09-27T15:54:35.9626996Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 2022-09-27T15:54:39.2871895Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 2022-09-27T15:54:39.2881504Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 2022-09-27T15:54:45.9188146Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 2022-09-27T15:54:45.9200570Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 2022-09-27T15:54:49.2896956Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 2022-09-27T15:54:49.2907656Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 2022-09-27T15:54:58.8087162Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 2022-09-27T15:54:58.8147277Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 2022-09-27T15:55:03.7206683Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 2022-09-27T15:55:03.7220400Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 2022-09-27T15:55:04.2349605Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 2022-09-27T15:55:04.2359418Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 2022-09-27T15:55:11.2936679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 2022-09-27T15:55:11.2953295Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 2022-09-27T15:55:14.7003665Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 2022-09-27T15:55:14.7010366Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 2022-09-27T15:55:18.9644884Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 2022-09-27T15:55:18.9658797Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 2022-09-27T15:55:20.6443859Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 2022-09-27T15:55:20.6454089Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 2022-09-27T15:55:21.4803320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 2022-09-27T15:55:21.4825008Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 2022-09-27T15:55:24.4674358Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 2022-09-27T15:55:24.4683345Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 2022-09-27T15:55:29.2483837Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 2022-09-27T15:55:29.2498481Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 2022-09-27T15:55:39.5226959Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 2022-09-27T15:55:39.5243363Z [gw1] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:55:40.0519430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:55:40.0528408Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 2022-09-27T15:55:45.2886093Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 2022-09-27T15:55:45.2900359Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 2022-09-27T15:55:45.3100368Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 2022-09-27T15:55:45.3308262Z [gw3] [ 93%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 2022-09-27T15:55:45.3359814Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 2022-09-27T15:55:45.3747244Z [gw3] [ 93%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 2022-09-27T15:55:45.6757647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 2022-09-27T15:55:45.6775604Z [gw3] [ 93%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 2022-09-27T15:55:45.8647739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 2022-09-27T15:55:45.8661042Z [gw3] [ 93%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 2022-09-27T15:55:46.6592568Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 2022-09-27T15:55:46.6604940Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 2022-09-27T15:55:53.5149613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 2022-09-27T15:55:53.5164363Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 2022-09-27T15:55:53.9150500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 2022-09-27T15:55:53.9165381Z [gw1] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:55:57.6695381Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:55:57.6708265Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 2022-09-27T15:55:59.2424716Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 2022-09-27T15:55:59.2438204Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 2022-09-27T15:55:59.2454272Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 2022-09-27T15:55:59.2866256Z [gw2] [ 94%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 2022-09-27T15:55:59.2886663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 2022-09-27T15:55:59.3306744Z [gw2] [ 94%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 2022-09-27T15:56:04.2609609Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 2022-09-27T15:56:04.2626680Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 2022-09-27T15:56:06.6665832Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 2022-09-27T15:56:06.6679768Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 2022-09-27T15:56:07.0461545Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 2022-09-27T15:56:07.0475178Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 2022-09-27T15:56:08.3683068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 2022-09-27T15:56:08.3701816Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 2022-09-27T15:56:08.8210873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 2022-09-27T15:56:08.8228176Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 2022-09-27T15:56:10.4397639Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 2022-09-27T15:56:10.4413239Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 2022-09-27T15:56:11.1921605Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 2022-09-27T15:56:11.1935868Z [gw2] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 2022-09-27T15:56:11.6066388Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 2022-09-27T15:56:11.6085105Z [gw2] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 2022-09-27T15:56:11.8364473Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 2022-09-27T15:56:11.8382255Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 2022-09-27T15:56:12.0265659Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 2022-09-27T15:56:12.0279721Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 2022-09-27T15:56:14.3290796Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 2022-09-27T15:56:14.3310510Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 2022-09-27T15:56:14.8304556Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 2022-09-27T15:56:14.8318367Z [gw2] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 2022-09-27T15:56:15.4805887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 2022-09-27T15:56:15.4824062Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 2022-09-27T15:56:16.5225976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 2022-09-27T15:56:16.5244713Z [gw2] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 2022-09-27T15:56:16.5385915Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 2022-09-27T15:56:16.5405907Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 2022-09-27T15:56:16.5424658Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 2022-09-27T15:56:16.5827478Z [gw3] [ 95%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 2022-09-27T15:56:16.9576541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 2022-09-27T15:56:16.9591162Z [gw2] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 2022-09-27T15:56:16.9610760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 2022-09-27T15:56:17.0027049Z [gw2] [ 96%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 2022-09-27T15:56:17.0141390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 2022-09-27T15:56:17.0468668Z [gw2] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 2022-09-27T15:56:17.0490583Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 2022-09-27T15:56:17.0908455Z [gw2] [ 96%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 2022-09-27T15:56:17.0932472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 2022-09-27T15:56:17.1354679Z [gw2] [ 96%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 2022-09-27T15:56:18.2952931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-09-27T15:56:18.2970205Z [gw2] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-09-27T15:56:18.9197846Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-09-27T15:56:20.4179858Z [gw2] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-09-27T15:56:20.4192958Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 2022-09-27T15:56:20.4288006Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 2022-09-27T15:56:27.3058417Z [gw3] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 2022-09-27T15:56:27.3068859Z [gw0] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 2022-09-27T15:57:17.7624481Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 2022-09-27T15:57:17.7638047Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:57:23.1449065Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:57:23.1457614Z [gw0] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 2022-09-27T15:57:29.1521156Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 2022-09-27T15:57:29.1528186Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:57:29.1696367Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:57:29.1944478Z [gw1] [ 97%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:57:29.1959215Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 2022-09-27T15:57:29.2385246Z [gw1] [ 97%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 2022-09-27T15:57:29.2399229Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 2022-09-27T15:57:29.2824301Z [gw1] [ 97%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 2022-09-27T15:57:31.7559476Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:57:31.7573089Z [gw1] [ 97%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:57:34.0395051Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:57:34.0424492Z [gw1] [ 97%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:57:34.0554520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 2022-09-27T15:57:34.0864543Z [gw1] [ 97%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 2022-09-27T15:57:34.0935815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 2022-09-27T15:57:34.1304588Z [gw1] [ 97%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 2022-09-27T15:57:37.4612548Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 2022-09-27T15:57:37.4620690Z [gw0] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 2022-09-27T15:57:44.5408019Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 2022-09-27T15:57:44.5416604Z [gw0] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 2022-09-27T15:57:45.4646531Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 2022-09-27T15:58:31.2412244Z [gw0] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 2022-09-27T15:58:31.2419341Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 2022-09-27T15:58:59.5428678Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 2022-09-27T15:58:59.5435990Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 2022-09-27T15:59:00.7237767Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 2022-09-27T15:59:00.7248616Z [gw1] [ 98%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 2022-09-27T15:59:01.8990088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 2022-09-27T15:59:01.8997412Z [gw1] [ 98%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 2022-09-27T15:59:07.4027649Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 2022-09-27T15:59:07.4063398Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 2022-09-27T15:59:10.1668536Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 2022-09-27T15:59:10.1675397Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 2022-09-27T15:59:10.7135169Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 2022-09-27T15:59:10.7146608Z [gw1] [ 98%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 2022-09-27T15:59:11.1966358Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 2022-09-27T15:59:11.1973898Z [gw1] [ 99%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 2022-09-27T15:59:11.2024250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 2022-09-27T15:59:11.2384085Z [gw1] [ 99%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 2022-09-27T15:59:11.2418518Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 2022-09-27T15:59:11.2824331Z [gw1] [ 99%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 2022-09-27T15:59:11.2840147Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 2022-09-27T15:59:11.3263416Z [gw1] [ 99%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 2022-09-27T15:59:11.3277382Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 2022-09-27T15:59:11.3704468Z [gw1] [ 99%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 2022-09-27T15:59:12.3718094Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 2022-09-27T15:59:12.3727758Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 2022-09-27T15:59:12.8727288Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 2022-09-27T15:59:12.8735020Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 2022-09-27T15:59:53.0763695Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 2022-09-27T15:59:53.0770535Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 2022-09-27T16:00:14.0826176Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 2022-09-27T16:00:14.0835303Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 2022-09-27T16:00:14.9428265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 2022-09-27T16:00:14.9437047Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 2022-09-27T16:00:15.3325703Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 2022-09-27T16:00:19.8882195Z [gw1] [100%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 2022-09-27T16:00:19.8882535Z 2022-09-27T16:00:19.8885407Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit.xml - 2022-09-27T16:00:19.8888723Z === 753 passed, 107 skipped, 154 xfailed, 143 warnings in 1432.00s (0:23:52) === 2022-09-27T16:00:19.9121419Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T16:00:20.8698866Z Running lazy/test_meta_kernel ... [2022-09-27 16:00:20.869445] 2022-09-27T16:00:20.8699975Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:20.869542] 2022-09-27T16:00:26.1434879Z Running test_cuda_trace ... [2022-09-27 16:00:26.143065] 2022-09-27T16:00:26.1435461Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:26.143164] 2022-09-27T16:00:29.9511599Z CUDA not available, skipping tests 2022-09-27T16:00:30.4917202Z Running test_jiterator ... [2022-09-27 16:00:30.491332] 2022-09-27T16:00:30.4917710Z Executing ['/opt/conda/bin/python', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:30.491421] 2022-09-27T16:00:34.5750235Z CUDA not available, skipping tests 2022-09-27T16:00:34.5809057Z Test results will be stored in test-reports/python-unittest/test_jiterator 2022-09-27T16:00:34.5822703Z 2022-09-27T16:00:34.5823221Z Running tests... 2022-09-27T16:00:34.5823644Z ---------------------------------------------------------------------- 2022-09-27T16:00:34.5823824Z 2022-09-27T16:00:34.5824031Z ---------------------------------------------------------------------- 2022-09-27T16:00:34.5824930Z Ran 0 tests in 0.000s 2022-09-27T16:00:34.5827446Z 2022-09-27T16:00:34.5827564Z OK 2022-09-27T16:00:34.5827703Z 2022-09-27T16:00:34.5827799Z Generating XML reports... 2022-09-27T16:00:35.9066286Z 2022-09-27T16:00:35.9066675Z real 24m19.493s 2022-09-27T16:00:35.9067065Z user 81m10.983s 2022-09-27T16:00:35.9067389Z sys 1m33.074s 2022-09-27T16:00:35.9067635Z + assert_git_not_dirty 2022-09-27T16:00:35.9068056Z + [[ linux-focal-py3.7-clang7-asan != *rocm* ]] 2022-09-27T16:00:35.9068424Z + [[ linux-focal-py3.7-clang7-asan != *xla* ]] 2022-09-27T16:00:35.9069340Z ++ git status --porcelain 2022-09-27T16:00:43.5192923Z + git_status= 2022-09-27T16:00:43.5193490Z + [[ -n '' ]] 2022-09-27T16:00:43.5193818Z + test_libtorch 2022-09-27T16:00:43.5194120Z + [[ linux-focal-py3.7-clang7-asan != *rocm* ]] 2022-09-27T16:00:43.5194388Z + echo 'Testing libtorch' 2022-09-27T16:00:43.5194570Z Testing libtorch 2022-09-27T16:00:43.5194994Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libbackend_with_compiler.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:00:43.5328839Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libjitbackend_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:00:43.5390676Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:00:43.5433415Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libshm.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:00:43.5476976Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorchbind_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:00:43.5517939Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:00:43.5560235Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_libtorch 2022-09-27T16:00:43.5560797Z + mkdir -p test/test-reports/cpp-unittest/test_libtorch 2022-09-27T16:00:43.5561123Z + python tools/download_mnist.py --quiet -d test/cpp/api/mnist 2022-09-27T16:00:43.5763228Z + python test/cpp/jit/tests_setup.py setup 2022-09-27T16:00:43.6198543Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2022-09-27T16:00:44.2292504Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2022-09-27T16:00:44.2856529Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2022-09-27T16:00:44.4077387Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2022-09-27T16:00:47.6291337Z + [[ linux-focal-py3.7-clang7-asan == *cuda* ]] 2022-09-27T16:00:47.6292154Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_jit '--gtest_filter=-*CUDA' --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_jit.xml 2022-09-27T16:00:49.9686354Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:00:49.9701800Z Note: Google Test filter = -*CUDA:*_CUDA:*_MultiCUDA 2022-09-27T16:00:49.9702161Z [==========] Running 568 tests from 117 test suites. 2022-09-27T16:00:49.9702458Z [----------] Global test environment set-up. 2022-09-27T16:00:49.9702765Z [----------] 2 tests from AddIfThenElseOpTest 2022-09-27T16:00:49.9703175Z [ RUN ] AddIfThenElseOpTest.AddIfThenElseOpSimple 2022-09-27T16:00:49.9928615Z [ OK ] AddIfThenElseOpTest.AddIfThenElseOpSimple (22 ms) 2022-09-27T16:00:49.9929067Z [ RUN ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs 2022-09-27T16:00:49.9933752Z [ OK ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs (0 ms) 2022-09-27T16:00:49.9934196Z [----------] 2 tests from AddIfThenElseOpTest (23 ms total) 2022-09-27T16:00:49.9934355Z 2022-09-27T16:00:49.9934526Z [----------] 15 tests from TopologicalMoveTest 2022-09-27T16:00:49.9934840Z [ RUN ] TopologicalMoveTest.SplitsDeps 2022-09-27T16:00:49.9944040Z [ OK ] TopologicalMoveTest.SplitsDeps (0 ms) 2022-09-27T16:00:49.9944406Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardSimple 2022-09-27T16:00:49.9951056Z [ OK ] TopologicalMoveTest.MoveAfterBackwardSimple (0 ms) 2022-09-27T16:00:49.9951468Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardInvalid 2022-09-27T16:00:49.9958239Z [ OK ] TopologicalMoveTest.MoveAfterBackwardInvalid (0 ms) 2022-09-27T16:00:49.9958604Z [ RUN ] TopologicalMoveTest.MoveAfterNoOp 2022-09-27T16:00:49.9965332Z [ OK ] TopologicalMoveTest.MoveAfterNoOp (0 ms) 2022-09-27T16:00:49.9965738Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps 2022-09-27T16:00:49.9972859Z [ OK ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps (0 ms) 2022-09-27T16:00:49.9973308Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet 2022-09-27T16:00:49.9981289Z [ OK ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet (0 ms) 2022-09-27T16:00:49.9981752Z [ RUN ] TopologicalMoveTest.MoveAfterForwardSimple 2022-09-27T16:00:49.9988870Z [ OK ] TopologicalMoveTest.MoveAfterForwardSimple (0 ms) 2022-09-27T16:00:49.9989331Z [ RUN ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet 2022-09-27T16:00:49.9996263Z [ OK ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet (0 ms) 2022-09-27T16:00:49.9996703Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardSimple 2022-09-27T16:00:50.0003379Z [ OK ] TopologicalMoveTest.MoveBeforeForwardSimple (0 ms) 2022-09-27T16:00:50.0003790Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardSimple 2022-09-27T16:00:50.0011052Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardSimple (0 ms) 2022-09-27T16:00:50.0011432Z [ RUN ] TopologicalMoveTest.MoveBeforeNoOp 2022-09-27T16:00:50.0018397Z [ OK ] TopologicalMoveTest.MoveBeforeNoOp (0 ms) 2022-09-27T16:00:50.0018805Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardWithDeps 2022-09-27T16:00:50.0026031Z [ OK ] TopologicalMoveTest.MoveBeforeForwardWithDeps (0 ms) 2022-09-27T16:00:50.0026439Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardWithDeps 2022-09-27T16:00:50.0033695Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardWithDeps (0 ms) 2022-09-27T16:00:50.0034092Z [ RUN ] TopologicalMoveTest.DepsDisallowMove 2022-09-27T16:00:50.0045698Z [ OK ] TopologicalMoveTest.DepsDisallowMove (1 ms) 2022-09-27T16:00:50.0046096Z [ RUN ] TopologicalMoveTest.MoveAfterBeforeWithDeps 2022-09-27T16:00:50.0054746Z [ OK ] TopologicalMoveTest.MoveAfterBeforeWithDeps (0 ms) 2022-09-27T16:00:50.0055336Z [----------] 15 tests from TopologicalMoveTest (12 ms total) 2022-09-27T16:00:50.0055514Z 2022-09-27T16:00:50.0055680Z [----------] 6 tests from AliasAnalysisTest 2022-09-27T16:00:50.0056020Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves 2022-09-27T16:00:50.0403218Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves (34 ms) 2022-09-27T16:00:50.0403840Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves2 2022-09-27T16:00:50.0408453Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves2 (0 ms) 2022-09-27T16:00:50.0409147Z [ RUN ] AliasAnalysisTest.SideEffectsBlockMoves 2022-09-27T16:00:50.0411152Z [ OK ] AliasAnalysisTest.SideEffectsBlockMoves (0 ms) 2022-09-27T16:00:50.0411846Z [ RUN ] AliasAnalysisTest.MovingAcrossInnerBlocks 2022-09-27T16:00:50.0432898Z [ OK ] AliasAnalysisTest.MovingAcrossInnerBlocks (2 ms) 2022-09-27T16:00:50.0433476Z [ RUN ] AliasAnalysisTest.NoneHasNoWriters 2022-09-27T16:00:50.0438571Z [ OK ] AliasAnalysisTest.NoneHasNoWriters (0 ms) 2022-09-27T16:00:50.0439023Z [ RUN ] AliasAnalysisTest.SafeToChangeAliasingRelationship 2022-09-27T16:00:50.0447450Z [ OK ] AliasAnalysisTest.SafeToChangeAliasingRelationship (0 ms) 2022-09-27T16:00:50.0448135Z [----------] 6 tests from AliasAnalysisTest (39 ms total) 2022-09-27T16:00:50.0448304Z 2022-09-27T16:00:50.0448470Z [----------] 4 tests from WriteTrackingTest 2022-09-27T16:00:50.0448766Z [ RUN ] WriteTrackingTest.Basic 2022-09-27T16:00:50.0452990Z [ OK ] WriteTrackingTest.Basic (0 ms) 2022-09-27T16:00:50.0453727Z [ RUN ] WriteTrackingTest.IsMutable 2022-09-27T16:00:50.0456435Z [ OK ] WriteTrackingTest.IsMutable (0 ms) 2022-09-27T16:00:50.0457043Z [ RUN ] WriteTrackingTest.IsImmutable 2022-09-27T16:00:50.0459940Z [ OK ] WriteTrackingTest.IsImmutable (0 ms) 2022-09-27T16:00:50.0460532Z [ RUN ] WriteTrackingTest.HasWriters 2022-09-27T16:00:50.0464325Z [ OK ] WriteTrackingTest.HasWriters (0 ms) 2022-09-27T16:00:50.0464925Z [----------] 4 tests from WriteTrackingTest (1 ms total) 2022-09-27T16:00:50.0465217Z 2022-09-27T16:00:50.0465483Z [----------] 13 tests from ContainerAliasingTest 2022-09-27T16:00:50.0465822Z [ RUN ] ContainerAliasingTest.MayContainAlias 2022-09-27T16:00:50.0471983Z [ OK ] ContainerAliasingTest.MayContainAlias (0 ms) 2022-09-27T16:00:50.0472598Z [ RUN ] ContainerAliasingTest.MayContainAlias_cast 2022-09-27T16:00:50.0479351Z [ OK ] ContainerAliasingTest.MayContainAlias_cast (0 ms) 2022-09-27T16:00:50.0480033Z [ RUN ] ContainerAliasingTest.PrimitveValuesDontAliasContainers 2022-09-27T16:00:50.0485029Z [ OK ] ContainerAliasingTest.PrimitveValuesDontAliasContainers (0 ms) 2022-09-27T16:00:50.0485623Z [ RUN ] ContainerAliasingTest.UnionAliasing 2022-09-27T16:00:50.0490336Z [ OK ] ContainerAliasingTest.UnionAliasing (0 ms) 2022-09-27T16:00:50.0490974Z [ RUN ] ContainerAliasingTest.InputsCanAliasOutputs 2022-09-27T16:00:50.0494235Z [ OK ] ContainerAliasingTest.InputsCanAliasOutputs (0 ms) 2022-09-27T16:00:50.0494850Z [ RUN ] ContainerAliasingTest.NestedTupleConstruct 2022-09-27T16:00:50.0501464Z [ OK ] ContainerAliasingTest.NestedTupleConstruct (0 ms) 2022-09-27T16:00:50.0502056Z [ RUN ] ContainerAliasingTest.NestedTypes 2022-09-27T16:00:50.0507154Z [ OK ] ContainerAliasingTest.NestedTypes (0 ms) 2022-09-27T16:00:50.0507948Z [ RUN ] ContainerAliasingTest.Simple 2022-09-27T16:00:50.0511059Z [ OK ] ContainerAliasingTest.Simple (0 ms) 2022-09-27T16:00:50.0511595Z [ RUN ] ContainerAliasingTest.Lists 2022-09-27T16:00:50.0515413Z [ OK ] ContainerAliasingTest.Lists (0 ms) 2022-09-27T16:00:50.0515998Z [ RUN ] ContainerAliasingTest.Lists2 2022-09-27T16:00:50.0524715Z [ OK ] ContainerAliasingTest.Lists2 (0 ms) 2022-09-27T16:00:50.0525287Z [ RUN ] ContainerAliasingTest.Conservative 2022-09-27T16:00:50.0537943Z [ OK ] ContainerAliasingTest.Conservative (1 ms) 2022-09-27T16:00:50.0538585Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWrites 2022-09-27T16:00:50.0554215Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWrites (1 ms) 2022-09-27T16:00:50.0554837Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWritesNested 2022-09-27T16:00:50.0570393Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWritesNested (1 ms) 2022-09-27T16:00:50.0571080Z [----------] 13 tests from ContainerAliasingTest (10 ms total) 2022-09-27T16:00:50.0571260Z 2022-09-27T16:00:50.0571414Z [----------] 3 tests from WildcardsTest 2022-09-27T16:00:50.0571672Z [ RUN ] WildcardsTest.Basic 2022-09-27T16:00:50.0582658Z [ OK ] WildcardsTest.Basic (1 ms) 2022-09-27T16:00:50.0583036Z [ RUN ] WildcardsTest.TypeIsolation 2022-09-27T16:00:50.0589182Z [ OK ] WildcardsTest.TypeIsolation (0 ms) 2022-09-27T16:00:50.0589537Z [ RUN ] WildcardsTest.InvariantContainerAliasing 2022-09-27T16:00:50.0599124Z [ OK ] WildcardsTest.InvariantContainerAliasing (0 ms) 2022-09-27T16:00:50.0599497Z [----------] 3 tests from WildcardsTest (2 ms total) 2022-09-27T16:00:50.0599643Z 2022-09-27T16:00:50.0599822Z [----------] 18 tests from AliasRegistrationTest 2022-09-27T16:00:50.0600215Z [ RUN ] AliasRegistrationTest.ConservativeWithInferredSchema 2022-09-27T16:00:50.0606547Z [ OK ] AliasRegistrationTest.ConservativeWithInferredSchema (0 ms) 2022-09-27T16:00:50.0607020Z [ RUN ] AliasRegistrationTest.ConservativeWithSpecifiedSchema 2022-09-27T16:00:50.0613399Z [ OK ] AliasRegistrationTest.ConservativeWithSpecifiedSchema (0 ms) 2022-09-27T16:00:50.0614078Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError 2022-09-27T16:00:50.0768536Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError (15 ms) 2022-09-27T16:00:50.0769198Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 2022-09-27T16:00:50.0855777Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 (8 ms) 2022-09-27T16:00:50.0856343Z [ RUN ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError 2022-09-27T16:00:50.0941440Z [ OK ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError (8 ms) 2022-09-27T16:00:50.0941947Z [ RUN ] AliasRegistrationTest.FromSchemaInferredPure 2022-09-27T16:00:50.0950492Z [ OK ] AliasRegistrationTest.FromSchemaInferredPure (0 ms) 2022-09-27T16:00:50.0950968Z [ RUN ] AliasRegistrationTest.FromSchemaAliased 2022-09-27T16:00:50.0959060Z [ OK ] AliasRegistrationTest.FromSchemaAliased (0 ms) 2022-09-27T16:00:50.0959498Z [ RUN ] AliasRegistrationTest.FromSchemaPure 2022-09-27T16:00:50.0966996Z [ OK ] AliasRegistrationTest.FromSchemaPure (0 ms) 2022-09-27T16:00:50.0967436Z [ RUN ] AliasRegistrationTest.PureNoSchema 2022-09-27T16:00:50.0974297Z [ OK ] AliasRegistrationTest.PureNoSchema (0 ms) 2022-09-27T16:00:50.0974694Z [ RUN ] AliasRegistrationTest.PureWithSchema 2022-09-27T16:00:50.0981660Z [ OK ] AliasRegistrationTest.PureWithSchema (0 ms) 2022-09-27T16:00:50.0982219Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError 2022-09-27T16:00:50.1059320Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError (7 ms) 2022-09-27T16:00:50.1059766Z [ RUN ] AliasRegistrationTest.AliasMoveAtenListOp 2022-09-27T16:00:50.1066549Z [ OK ] AliasRegistrationTest.AliasMoveAtenListOp (0 ms) 2022-09-27T16:00:50.1067136Z [ RUN ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput 2022-09-27T16:00:50.1071314Z [ OK ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput (0 ms) 2022-09-27T16:00:50.1071871Z [ RUN ] AliasRegistrationTest.RecursiveSubgraphTupleContainment 2022-09-27T16:00:50.1077023Z [ OK ] AliasRegistrationTest.RecursiveSubgraphTupleContainment (0 ms) 2022-09-27T16:00:50.1077623Z [ RUN ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses 2022-09-27T16:00:50.1084846Z [ OK ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses (0 ms) 2022-09-27T16:00:50.1085359Z [ RUN ] AliasRegistrationTest.ATenSplitIntListAliasCheck 2022-09-27T16:00:50.1094617Z [ OK ] AliasRegistrationTest.ATenSplitIntListAliasCheck (0 ms) 2022-09-27T16:00:50.1095030Z [ RUN ] AliasRegistrationTest.ATenSplitIntAliasCheck 2022-09-27T16:00:50.1103562Z [ OK ] AliasRegistrationTest.ATenSplitIntAliasCheck (0 ms) 2022-09-27T16:00:50.1104031Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError2 2022-09-27T16:00:50.1167562Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError2 (6 ms) 2022-09-27T16:00:50.1167999Z [----------] 18 tests from AliasRegistrationTest (56 ms total) 2022-09-27T16:00:50.1168177Z 2022-09-27T16:00:50.1168350Z [----------] 2 tests from IRNonDeterminismTest 2022-09-27T16:00:50.1168669Z [ RUN ] IRNonDeterminismTest.Basic 2022-09-27T16:00:50.1172524Z [ OK ] IRNonDeterminismTest.Basic (0 ms) 2022-09-27T16:00:50.1172863Z [ RUN ] IRNonDeterminismTest.DropoutSpecialCase 2022-09-27T16:00:50.1185055Z [ OK ] IRNonDeterminismTest.DropoutSpecialCase (1 ms) 2022-09-27T16:00:50.1185475Z [----------] 2 tests from IRNonDeterminismTest (1 ms total) 2022-09-27T16:00:50.1185652Z 2022-09-27T16:00:50.1185870Z [----------] 1 test from NonDeterminismBackwardsCompatibility 2022-09-27T16:00:50.1186319Z [ RUN ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility 2022-09-27T16:00:50.1209998Z [ OK ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility (2 ms) 2022-09-27T16:00:50.1210505Z [----------] 1 test from NonDeterminismBackwardsCompatibility (2 ms total) 2022-09-27T16:00:50.1210715Z 2022-09-27T16:00:50.1210878Z [----------] 3 tests from AutodiffTest 2022-09-27T16:00:50.1211157Z [ RUN ] AutodiffTest.ADFormulas 2022-09-27T16:00:50.5189922Z [ OK ] AutodiffTest.ADFormulas (397 ms) 2022-09-27T16:00:50.5190247Z [ RUN ] AutodiffTest.Differentiate 2022-09-27T16:00:50.5226494Z [ OK ] AutodiffTest.Differentiate (3 ms) 2022-09-27T16:00:50.5226901Z [ RUN ] AutodiffTest.DifferentiateWithRequiresGrad 2022-09-27T16:00:50.5448939Z [ OK ] AutodiffTest.DifferentiateWithRequiresGrad (22 ms) 2022-09-27T16:00:50.5449371Z [----------] 3 tests from AutodiffTest (423 ms total) 2022-09-27T16:00:50.5449542Z 2022-09-27T16:00:50.5449751Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest 2022-09-27T16:00:50.5450123Z [ RUN ] AutodiffRemoveUnusedGradientsTest.Linear 2022-09-27T16:00:50.5556026Z [ OK ] AutodiffRemoveUnusedGradientsTest.Linear (10 ms) 2022-09-27T16:00:50.5557039Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest (10 ms total) 2022-09-27T16:00:50.5557248Z 2022-09-27T16:00:50.5557406Z [----------] 1 test from UpgraderLoad 2022-09-27T16:00:50.5557811Z [ RUN ] UpgraderLoad.CanPopulateUpgradersGraph 2022-09-27T16:00:50.5929840Z [ OK ] UpgraderLoad.CanPopulateUpgradersGraph (37 ms) 2022-09-27T16:00:50.5930543Z [----------] 1 test from UpgraderLoad (37 ms total) 2022-09-27T16:00:50.5930826Z 2022-09-27T16:00:50.5931014Z [----------] 4 tests from OpReplacementTest 2022-09-27T16:00:50.5931369Z [ RUN ] OpReplacementTest.ReplaceDivInSimpleFunction 2022-09-27T16:00:50.5947450Z [ OK ] OpReplacementTest.ReplaceDivInSimpleFunction (1 ms) 2022-09-27T16:00:50.5967854Z [ RUN ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction 2022-09-27T16:00:50.5968552Z [ OK ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction (2 ms) 2022-09-27T16:00:50.5968997Z [ RUN ] OpReplacementTest.ReplaceDivInNestedFunction 2022-09-27T16:00:50.5991078Z [ OK ] OpReplacementTest.ReplaceDivInNestedFunction (2 ms) 2022-09-27T16:00:50.5991728Z [ RUN ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction 2022-09-27T16:00:50.6007290Z [ OK ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction (1 ms) 2022-09-27T16:00:50.6007897Z [----------] 4 tests from OpReplacementTest (7 ms total) 2022-09-27T16:00:50.6008134Z 2022-09-27T16:00:50.6008396Z [----------] 4 tests from UpgraderUtils 2022-09-27T16:00:50.6008861Z [ RUN ] UpgraderUtils.FindCorrectUpgrader 2022-09-27T16:00:50.6009268Z [ OK ] UpgraderUtils.FindCorrectUpgrader (0 ms) 2022-09-27T16:00:50.6009652Z [ RUN ] UpgraderUtils.IsVersionMapSorted 2022-09-27T16:00:50.6010004Z [ OK ] UpgraderUtils.IsVersionMapSorted (0 ms) 2022-09-27T16:00:50.6010454Z [ RUN ] UpgraderUtils.FindIfOpIsCurrent 2022-09-27T16:00:50.6010863Z [ OK ] UpgraderUtils.FindIfOpIsCurrent (0 ms) 2022-09-27T16:00:50.6011280Z [ RUN ] UpgraderUtils.CanLoadHistoricOp 2022-09-27T16:00:50.6011906Z [ OK ] UpgraderUtils.CanLoadHistoricOp (0 ms) 2022-09-27T16:00:50.6012519Z [----------] 4 tests from UpgraderUtils (0 ms total) 2022-09-27T16:00:50.6012797Z 2022-09-27T16:00:50.6013044Z [----------] 9 tests from BackendTest 2022-09-27T16:00:50.6013462Z [ RUN ] BackendTest.ToBackend 2022-09-27T16:00:50.6458216Z [ OK ] BackendTest.ToBackend (44 ms) 2022-09-27T16:00:50.6458572Z [ RUN ] BackendTest.ToBackendNotAvailable 2022-09-27T16:00:50.6677837Z [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-09-27T16:00:50.6876988Z [ OK ] BackendTest.ToBackendNotAvailable (41 ms) 2022-09-27T16:00:50.6877498Z [ RUN ] BackendTest.TestCompiler 2022-09-27T16:00:50.7482569Z [ OK ] BackendTest.TestCompiler (60 ms) 2022-09-27T16:00:50.7482908Z [ RUN ] BackendTest.TestCompilerWithStringTable 2022-09-27T16:00:50.7949911Z [ OK ] BackendTest.TestCompilerWithStringTable (46 ms) 2022-09-27T16:00:50.7950293Z [ RUN ] BackendTest.TestComposite 2022-09-27T16:00:50.8836446Z [ OK ] BackendTest.TestComposite (88 ms) 2022-09-27T16:00:50.8836773Z [ RUN ] BackendTest.TestPrimDtype 2022-09-27T16:00:50.8873080Z [ OK ] BackendTest.TestPrimDtype (3 ms) 2022-09-27T16:00:50.8873459Z [ RUN ] BackendTest.TestCompositeWithSetStates 2022-09-27T16:00:50.9769673Z [ OK ] BackendTest.TestCompositeWithSetStates (89 ms) 2022-09-27T16:00:50.9770152Z [ RUN ] BackendTest.TestConsistencyOfCompositeWithSetStates 2022-09-27T16:00:51.1477781Z [ OK ] BackendTest.TestConsistencyOfCompositeWithSetStates (170 ms) 2022-09-27T16:00:51.1478230Z [ RUN ] BackendTest.TestCompilerNotSupport 2022-09-27T16:00:51.1538812Z [ OK ] BackendTest.TestCompilerNotSupport (6 ms) 2022-09-27T16:00:51.1539358Z [----------] 9 tests from BackendTest (552 ms total) 2022-09-27T16:00:51.1539519Z 2022-09-27T16:00:51.1539690Z [----------] 6 tests from BackendTestDebugInfo 2022-09-27T16:00:51.1540002Z [ RUN ] BackendTestDebugInfo.TestCompiler 2022-09-27T16:00:51.2107735Z [ OK ] BackendTestDebugInfo.TestCompiler (56 ms) 2022-09-27T16:00:51.2108476Z [ RUN ] BackendTestDebugInfo.TestCompilerWithStringTable 2022-09-27T16:00:51.2666914Z [ OK ] BackendTestDebugInfo.TestCompilerWithStringTable (55 ms) 2022-09-27T16:00:51.2667443Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy 2022-09-27T16:00:51.3255931Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy (58 ms) 2022-09-27T16:00:51.3256585Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy 2022-09-27T16:00:51.3859147Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy (60 ms) 2022-09-27T16:00:51.3859798Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule 2022-09-27T16:00:51.4468698Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule (60 ms) 2022-09-27T16:00:51.4469372Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule 2022-09-27T16:00:51.5105216Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule (63 ms) 2022-09-27T16:00:51.5105959Z [----------] 6 tests from BackendTestDebugInfo (356 ms total) 2022-09-27T16:00:51.5106147Z 2022-09-27T16:00:51.5106302Z [----------] 4 tests from ClassImportTest 2022-09-27T16:00:51.5106585Z [ RUN ] ClassImportTest.Basic 2022-09-27T16:00:51.5159816Z [ OK ] ClassImportTest.Basic (5 ms) 2022-09-27T16:00:51.5160120Z [ RUN ] ClassImportTest.ScriptObject 2022-09-27T16:00:51.5277911Z [ OK ] ClassImportTest.ScriptObject (11 ms) 2022-09-27T16:00:51.5278237Z [ RUN ] ClassImportTest.ClassDerive 2022-09-27T16:00:51.5285221Z [ OK ] ClassImportTest.ClassDerive (0 ms) 2022-09-27T16:00:51.5285555Z [ RUN ] ClassImportTest.CustomClass 2022-09-27T16:00:51.5298452Z [ OK ] ClassImportTest.CustomClass (1 ms) 2022-09-27T16:00:51.5298916Z [----------] 4 tests from ClassImportTest (19 ms total) 2022-09-27T16:00:51.5299071Z 2022-09-27T16:00:51.5299226Z [----------] 1 test from ClassParserTest 2022-09-27T16:00:51.5299507Z [ RUN ] ClassParserTest.Basic 2022-09-27T16:00:51.5302829Z [ OK ] ClassParserTest.Basic (0 ms) 2022-09-27T16:00:51.5303358Z [----------] 1 test from ClassParserTest (0 ms total) 2022-09-27T16:00:51.5303590Z 2022-09-27T16:00:51.5303798Z [----------] 3 tests from ClassTypeTest 2022-09-27T16:00:51.5304194Z [ RUN ] ClassTypeTest.AddRemoveAttr 2022-09-27T16:00:51.5304507Z [ OK ] ClassTypeTest.AddRemoveAttr (0 ms) 2022-09-27T16:00:51.5304814Z [ RUN ] ClassTypeTest.AddRemoveConstant 2022-09-27T16:00:51.5305150Z [ OK ] ClassTypeTest.AddRemoveConstant (0 ms) 2022-09-27T16:00:51.5305507Z [ RUN ] ClassTypeTest.IdenticalTypesDifferentCus 2022-09-27T16:00:51.5346946Z [ OK ] ClassTypeTest.IdenticalTypesDifferentCus (4 ms) 2022-09-27T16:00:51.5347682Z [----------] 3 tests from ClassTypeTest (4 ms total) 2022-09-27T16:00:51.5347997Z 2022-09-27T16:00:51.5348287Z [----------] 2 tests from TestCodeTemplate 2022-09-27T16:00:51.5348788Z [ RUN ] TestCodeTemplate.Copying 2022-09-27T16:00:51.5349083Z [ OK ] TestCodeTemplate.Copying (0 ms) 2022-09-27T16:00:51.5349456Z [ RUN ] TestCodeTemplate.Formatting 2022-09-27T16:00:51.5349776Z [ OK ] TestCodeTemplate.Formatting (0 ms) 2022-09-27T16:00:51.5350097Z [----------] 2 tests from TestCodeTemplate (0 ms total) 2022-09-27T16:00:51.5350256Z 2022-09-27T16:00:51.5350403Z [----------] 13 tests from ConcatOptTest 2022-09-27T16:00:51.5350767Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationPrefix 2022-09-27T16:00:51.5578500Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationPrefix (22 ms) 2022-09-27T16:00:51.5579199Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationSuffix 2022-09-27T16:00:51.5780588Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationSuffix (20 ms) 2022-09-27T16:00:51.5781372Z [ RUN ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs 2022-09-27T16:00:51.5994605Z [ OK ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs (21 ms) 2022-09-27T16:00:51.5995345Z [ RUN ] ConcatOptTest.MoreCommonInputsElimination 2022-09-27T16:00:51.6397234Z [ OK ] ConcatOptTest.MoreCommonInputsElimination (40 ms) 2022-09-27T16:00:51.6397834Z [ RUN ] ConcatOptTest.ExpandConcat 2022-09-27T16:00:51.6572369Z [ OK ] ConcatOptTest.ExpandConcat (17 ms) 2022-09-27T16:00:51.6573020Z [ RUN ] ConcatOptTest.ConcatWithoutResultShape 2022-09-27T16:00:51.6725184Z [ OK ] ConcatOptTest.ConcatWithoutResultShape (15 ms) 2022-09-27T16:00:51.6725832Z [ RUN ] ConcatOptTest.ConcatWithoutInputShape 2022-09-27T16:00:51.7020091Z [ OK ] ConcatOptTest.ConcatWithoutInputShape (29 ms) 2022-09-27T16:00:51.7020484Z [ RUN ] ConcatOptTest.UseVariadicCat 2022-09-27T16:00:51.7319342Z [ OK ] ConcatOptTest.UseVariadicCat (29 ms) 2022-09-27T16:00:51.7319755Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListUses 2022-09-27T16:00:51.7452894Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListUses (13 ms) 2022-09-27T16:00:51.7453392Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat 2022-09-27T16:00:51.7755392Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat (30 ms) 2022-09-27T16:00:51.7755883Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat 2022-09-27T16:00:51.7981092Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat (22 ms) 2022-09-27T16:00:51.7981600Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListMutations 2022-09-27T16:00:51.8484028Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListMutations (50 ms) 2022-09-27T16:00:51.8484598Z [ RUN ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination 2022-09-27T16:00:51.8740347Z [ OK ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination (25 ms) 2022-09-27T16:00:51.8740965Z [----------] 13 tests from ConcatOptTest (339 ms total) 2022-09-27T16:00:51.8741125Z 2022-09-27T16:00:51.8741298Z [----------] 1 test from OptimizeConcatTest 2022-09-27T16:00:51.8741653Z [ RUN ] OptimizeConcatTest.UseVariadicCatReplaceMultiple 2022-09-27T16:00:51.9078830Z [ OK ] OptimizeConcatTest.UseVariadicCatReplaceMultiple (33 ms) 2022-09-27T16:00:51.9079463Z [----------] 1 test from OptimizeConcatTest (33 ms total) 2022-09-27T16:00:51.9079630Z 2022-09-27T16:00:51.9079783Z [----------] 3 tests from ConcatOpt 2022-09-27T16:00:51.9080081Z [ RUN ] ConcatOpt.CombineConcatsSimpleCase 2022-09-27T16:00:51.9096655Z [ OK ] ConcatOpt.CombineConcatsSimpleCase (1 ms) 2022-09-27T16:00:51.9097238Z [ RUN ] ConcatOpt.CombineConcatsLongChain 2022-09-27T16:00:51.9115372Z [ OK ] ConcatOpt.CombineConcatsLongChain (1 ms) 2022-09-27T16:00:51.9116028Z [ RUN ] ConcatOpt.CombineConcatsMutation 2022-09-27T16:00:51.9124978Z [ OK ] ConcatOpt.CombineConcatsMutation (0 ms) 2022-09-27T16:00:51.9125708Z [----------] 3 tests from ConcatOpt (4 ms total) 2022-09-27T16:00:51.9125965Z 2022-09-27T16:00:51.9126269Z [----------] 4 tests from ConstantPoolingTest 2022-09-27T16:00:51.9126804Z [ RUN ] ConstantPoolingTest.Int 2022-09-27T16:00:51.9128737Z [ OK ] ConstantPoolingTest.Int (0 ms) 2022-09-27T16:00:51.9129130Z [ RUN ] ConstantPoolingTest.PoolingAcrossBlocks 2022-09-27T16:00:51.9137678Z [ OK ] ConstantPoolingTest.PoolingAcrossBlocks (0 ms) 2022-09-27T16:00:51.9138349Z [ RUN ] ConstantPoolingTest.PoolingDifferentDevices 2022-09-27T16:00:51.9157304Z [ OK ] ConstantPoolingTest.PoolingDifferentDevices (1 ms) 2022-09-27T16:00:51.9157894Z [ RUN ] ConstantPoolingTest.DictConstantPooling 2022-09-27T16:00:51.9165420Z [ OK ] ConstantPoolingTest.DictConstantPooling (0 ms) 2022-09-27T16:00:51.9166073Z [----------] 4 tests from ConstantPoolingTest (4 ms total) 2022-09-27T16:00:51.9166246Z 2022-09-27T16:00:51.9166402Z [----------] 1 test from CleanupPassTest 2022-09-27T16:00:51.9166668Z [ RUN ] CleanupPassTest.Basic 2022-09-27T16:00:51.9180895Z [ OK ] CleanupPassTest.Basic (1 ms) 2022-09-27T16:00:51.9181499Z [----------] 1 test from CleanupPassTest (1 ms total) 2022-09-27T16:00:51.9181756Z 2022-09-27T16:00:51.9181931Z [----------] 1 test from CreateAutodiffSubgraphsTest 2022-09-27T16:00:51.9182266Z [ RUN ] CreateAutodiffSubgraphsTest.Basic 2022-09-27T16:00:51.9215510Z [ OK ] CreateAutodiffSubgraphsTest.Basic (3 ms) 2022-09-27T16:00:51.9216200Z [----------] 1 test from CreateAutodiffSubgraphsTest (3 ms total) 2022-09-27T16:00:51.9216396Z 2022-09-27T16:00:51.9216539Z [----------] 4 tests from CustomClassTest 2022-09-27T16:00:51.9216856Z [ RUN ] CustomClassTest.TorchbindIValueAPI 2022-09-27T16:00:51.9281594Z [ OK ] CustomClassTest.TorchbindIValueAPI (6 ms) 2022-09-27T16:00:51.9281958Z [ RUN ] CustomClassTest.ScalarTypeClass 2022-09-27T16:00:51.9294410Z [ OK ] CustomClassTest.ScalarTypeClass (1 ms) 2022-09-27T16:00:51.9294755Z [ RUN ] CustomClassTest.TestDocString 2022-09-27T16:00:51.9295079Z [ OK ] CustomClassTest.TestDocString (0 ms) 2022-09-27T16:00:51.9295382Z [ RUN ] CustomClassTest.Serialization 2022-09-27T16:00:51.9480091Z [ OK ] CustomClassTest.Serialization (18 ms) 2022-09-27T16:00:51.9480514Z [----------] 4 tests from CustomClassTest (26 ms total) 2022-09-27T16:00:51.9480673Z 2022-09-27T16:00:51.9480852Z [----------] 5 tests from CustomOperatorTest 2022-09-27T16:00:51.9481162Z [ RUN ] CustomOperatorTest.InferredSchema 2022-09-27T16:00:51.9491664Z [ OK ] CustomOperatorTest.InferredSchema (1 ms) 2022-09-27T16:00:51.9492082Z [ RUN ] CustomOperatorTest.ExplicitSchema 2022-09-27T16:00:51.9515369Z [ OK ] CustomOperatorTest.ExplicitSchema (2 ms) 2022-09-27T16:00:51.9515724Z [ RUN ] CustomOperatorTest.ListParameters 2022-09-27T16:00:51.9523154Z [ OK ] CustomOperatorTest.ListParameters (0 ms) 2022-09-27T16:00:51.9523511Z [ RUN ] CustomOperatorTest.ListParameters2 2022-09-27T16:00:51.9532510Z [ OK ] CustomOperatorTest.ListParameters2 (0 ms) 2022-09-27T16:00:51.9532858Z [ RUN ] CustomOperatorTest.Aliasing 2022-09-27T16:00:51.9544841Z [ OK ] CustomOperatorTest.Aliasing (1 ms) 2022-09-27T16:00:51.9545220Z [----------] 5 tests from CustomOperatorTest (6 ms total) 2022-09-27T16:00:51.9545570Z 2022-09-27T16:00:51.9545736Z [----------] 2 tests from TestCustomOperator 2022-09-27T16:00:51.9546175Z [ RUN ] TestCustomOperator.OperatorGeneratorUndeclared 2022-09-27T16:00:51.9546605Z [ OK ] TestCustomOperator.OperatorGeneratorUndeclared (0 ms) 2022-09-27T16:00:51.9546993Z [ RUN ] TestCustomOperator.OperatorGeneratorBasic 2022-09-27T16:00:51.9551176Z [ OK ] TestCustomOperator.OperatorGeneratorBasic (0 ms) 2022-09-27T16:00:51.9551556Z [----------] 2 tests from TestCustomOperator (0 ms total) 2022-09-27T16:00:51.9551723Z 2022-09-27T16:00:51.9551892Z [----------] 1 test from EliminateDeadCodeTest 2022-09-27T16:00:51.9552182Z [ RUN ] EliminateDeadCodeTest.Basic 2022-09-27T16:00:51.9568167Z [ OK ] EliminateDeadCodeTest.Basic (1 ms) 2022-09-27T16:00:51.9568552Z [----------] 1 test from EliminateDeadCodeTest (1 ms total) 2022-09-27T16:00:51.9568730Z 2022-09-27T16:00:51.9568870Z [----------] 2 tests from FuserTest 2022-09-27T16:00:51.9569133Z [ RUN ] FuserTest.FusionAliasing 2022-09-27T16:00:51.9647316Z [ OK ] FuserTest.FusionAliasing (7 ms) 2022-09-27T16:00:51.9647680Z [ RUN ] FuserTest.KernelCaching 2022-09-27T16:00:51.9682104Z [ OK ] FuserTest.KernelCaching (3 ms) 2022-09-27T16:00:51.9682515Z [----------] 2 tests from FuserTest (11 ms total) 2022-09-27T16:00:51.9682666Z 2022-09-27T16:00:51.9682827Z [----------] 1 test from GraphExecutorTest 2022-09-27T16:00:51.9683137Z [ RUN ] GraphExecutorTest.runAsync_executor 2022-09-27T16:00:51.9864347Z [ OK ] GraphExecutorTest.runAsync_executor (18 ms) 2022-09-27T16:00:51.9864822Z [----------] 1 test from GraphExecutorTest (18 ms total) 2022-09-27T16:00:51.9865040Z 2022-09-27T16:00:51.9865283Z [----------] 5 tests from GraphIteratorTest 2022-09-27T16:00:51.9865715Z [ RUN ] GraphIteratorTest.ConstantReturnGraph 2022-09-27T16:00:51.9866158Z [ OK ] GraphIteratorTest.ConstantReturnGraph (0 ms) 2022-09-27T16:00:51.9866526Z [ RUN ] GraphIteratorTest.GraphWithParameters 2022-09-27T16:00:51.9868469Z [ OK ] GraphIteratorTest.GraphWithParameters (0 ms) 2022-09-27T16:00:51.9868801Z [ RUN ] GraphIteratorTest.GraphWithIf 2022-09-27T16:00:51.9873911Z [ OK ] GraphIteratorTest.GraphWithIf (0 ms) 2022-09-27T16:00:51.9874339Z [ RUN ] GraphIteratorTest.GraphWithNestedIf 2022-09-27T16:00:51.9885639Z [ OK ] GraphIteratorTest.GraphWithNestedIf (1 ms) 2022-09-27T16:00:51.9885998Z [ RUN ] GraphIteratorTest.GraphWithLoop 2022-09-27T16:00:51.9892796Z [ OK ] GraphIteratorTest.GraphWithLoop (0 ms) 2022-09-27T16:00:51.9893248Z [----------] 5 tests from GraphIteratorTest (2 ms total) 2022-09-27T16:00:51.9893414Z 2022-09-27T16:00:51.9893812Z [----------] 1 test from CSDebugInfoSerializaitionTest 2022-09-27T16:00:51.9894187Z [ RUN ] CSDebugInfoSerializaitionTest.TwoSubmodules 2022-09-27T16:00:51.9933594Z [ OK ] CSDebugInfoSerializaitionTest.TwoSubmodules (3 ms) 2022-09-27T16:00:51.9934073Z [----------] 1 test from CSDebugInfoSerializaitionTest (4 ms total) 2022-09-27T16:00:51.9934254Z 2022-09-27T16:00:51.9934401Z [----------] 1 test from InlinerTest 2022-09-27T16:00:51.9934659Z [ RUN ] InlinerTest.Basic 2022-09-27T16:00:51.9958682Z [ OK ] InlinerTest.Basic (2 ms) 2022-09-27T16:00:51.9959212Z [----------] 1 test from InlinerTest (2 ms total) 2022-09-27T16:00:51.9959495Z 2022-09-27T16:00:51.9959682Z [----------] 1 test from InterfaceTest 2022-09-27T16:00:51.9960019Z [ RUN ] InterfaceTest.ModuleInterfaceSerialization 2022-09-27T16:00:52.0082359Z [ OK ] InterfaceTest.ModuleInterfaceSerialization (12 ms) 2022-09-27T16:00:52.0083254Z [----------] 1 test from InterfaceTest (12 ms total) 2022-09-27T16:00:52.0083407Z 2022-09-27T16:00:52.0083625Z [----------] 4 tests from TypeCheckTest 2022-09-27T16:00:52.0083916Z [ RUN ] TypeCheckTest.MatchingType 2022-09-27T16:00:52.0094196Z [ OK ] TypeCheckTest.MatchingType (1 ms) 2022-09-27T16:00:52.0094500Z [ RUN ] TypeCheckTest.SizeMismatch 2022-09-27T16:00:52.0102060Z [ OK ] TypeCheckTest.SizeMismatch (0 ms) 2022-09-27T16:00:52.0102398Z [ RUN ] TypeCheckTest.GradientMismatch 2022-09-27T16:00:52.0109520Z [ OK ] TypeCheckTest.GradientMismatch (0 ms) 2022-09-27T16:00:52.0109869Z [ RUN ] TypeCheckTest.ScalarTypeMismatch 2022-09-27T16:00:52.0117606Z [ OK ] TypeCheckTest.ScalarTypeMismatch (0 ms) 2022-09-27T16:00:52.0117951Z [----------] 4 tests from TypeCheckTest (3 ms total) 2022-09-27T16:00:52.0118109Z 2022-09-27T16:00:52.0118259Z [----------] 3 tests from InterpreterTest 2022-09-27T16:00:52.0118586Z [ RUN ] InterpreterTest.IgnorableArgsInSchema 2022-09-27T16:00:52.0152422Z [ OK ] InterpreterTest.IgnorableArgsInSchema (3 ms) 2022-09-27T16:00:52.0153117Z [ RUN ] InterpreterTest.IgnorableArgsInSchemaWithOut 2022-09-27T16:00:52.0157377Z [ OK ] InterpreterTest.IgnorableArgsInSchemaWithOut (0 ms) 2022-09-27T16:00:52.0157983Z [ RUN ] InterpreterTest.runAsyncBasicTest 2022-09-27T16:00:52.0276459Z [ OK ] InterpreterTest.runAsyncBasicTest (11 ms) 2022-09-27T16:00:52.0276980Z [----------] 3 tests from InterpreterTest (15 ms total) 2022-09-27T16:00:52.0277144Z 2022-09-27T16:00:52.0277365Z [----------] 1 test from EnableRethrowCaughtExceptionTest 2022-09-27T16:00:52.0277944Z [ RUN ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException 2022-09-27T16:00:52.0849136Z [ OK ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException (57 ms) 2022-09-27T16:00:52.0849851Z [----------] 1 test from EnableRethrowCaughtExceptionTest (57 ms total) 2022-09-27T16:00:52.0850071Z 2022-09-27T16:00:52.0850239Z [----------] 4 tests from IRTest 2022-09-27T16:00:52.0850496Z [ RUN ] IRTest.Attributes 2022-09-27T16:00:52.0850753Z [ OK ] IRTest.Attributes (0 ms) 2022-09-27T16:00:52.0851058Z [ RUN ] IRTest.Blocks 2022-09-27T16:00:52.0870928Z [ OK ] IRTest.Blocks (2 ms) 2022-09-27T16:00:52.0871214Z [ RUN ] IRTest.CommonAncestor 2022-09-27T16:00:52.0879276Z [ OK ] IRTest.CommonAncestor (0 ms) 2022-09-27T16:00:52.0879577Z [ RUN ] IRTest.OperatorMap 2022-09-27T16:00:52.0886884Z [ OK ] IRTest.OperatorMap (0 ms) 2022-09-27T16:00:52.0887398Z [----------] 4 tests from IRTest (3 ms total) 2022-09-27T16:00:52.0887686Z 2022-09-27T16:00:52.0887917Z [----------] 21 tests from IRParserTest 2022-09-27T16:00:52.0888186Z [ RUN ] IRParserTest.Basic 2022-09-27T16:00:52.0891532Z [ OK ] IRParserTest.Basic (0 ms) 2022-09-27T16:00:52.0891812Z [ RUN ] IRParserTest.NestedBlock 2022-09-27T16:00:52.0896144Z [ OK ] IRParserTest.NestedBlock (0 ms) 2022-09-27T16:00:52.0896424Z [ RUN ] IRParserTest.If 2022-09-27T16:00:52.0904630Z [ OK ] IRParserTest.If (0 ms) 2022-09-27T16:00:52.0904955Z [ RUN ] IRParserTest.If2 2022-09-27T16:00:52.0912883Z [ OK ] IRParserTest.If2 (0 ms) 2022-09-27T16:00:52.0913277Z [ RUN ] IRParserTest.InferredTypeIsTensor 2022-09-27T16:00:52.0914333Z [ OK ] IRParserTest.InferredTypeIsTensor (0 ms) 2022-09-27T16:00:52.0914659Z [ RUN ] IRParserTest.ValueReuse 2022-09-27T16:00:52.0916970Z [ OK ] IRParserTest.ValueReuse (0 ms) 2022-09-27T16:00:52.0917518Z [ RUN ] IRParserTest.Attributes 2022-09-27T16:00:52.0924203Z [ OK ] IRParserTest.Attributes (0 ms) 2022-09-27T16:00:52.0924605Z [ RUN ] IRParserTest.OptionalTypes 2022-09-27T16:00:52.0927179Z [ OK ] IRParserTest.OptionalTypes (0 ms) 2022-09-27T16:00:52.0927468Z [ RUN ] IRParserTest.StarTensor 2022-09-27T16:00:52.0930344Z [ OK ] IRParserTest.StarTensor (0 ms) 2022-09-27T16:00:52.0930650Z [ RUN ] IRParserTest.UnshapedTensor 2022-09-27T16:00:52.0933185Z [ OK ] IRParserTest.UnshapedTensor (0 ms) 2022-09-27T16:00:52.0933634Z [ RUN ] IRParserTest.ShapedTensor 2022-09-27T16:00:52.0936496Z [ OK ] IRParserTest.ShapedTensor (0 ms) 2022-09-27T16:00:52.0936802Z [ RUN ] IRParserTest.NestedContrainer 2022-09-27T16:00:52.0941422Z [ OK ] IRParserTest.NestedContrainer (0 ms) 2022-09-27T16:00:52.0941781Z [ RUN ] IRParserTest.MalformedShapeAnnotation 2022-09-27T16:00:52.0957469Z [ OK ] IRParserTest.MalformedShapeAnnotation (1 ms) 2022-09-27T16:00:52.0957790Z [ RUN ] IRParserTest.FileCheck 2022-09-27T16:00:52.0959863Z [ OK ] IRParserTest.FileCheck (0 ms) 2022-09-27T16:00:52.0960151Z [ RUN ] IRParserTest.Strides 2022-09-27T16:00:52.0963454Z [ OK ] IRParserTest.Strides (0 ms) 2022-09-27T16:00:52.0963768Z [ RUN ] IRParserTest.MalformedStrides 2022-09-27T16:00:52.0966389Z [ OK ] IRParserTest.MalformedStrides (0 ms) 2022-09-27T16:00:52.0966707Z [ RUN ] IRParserTest.TensorShapes 2022-09-27T16:00:52.0970049Z [ OK ] IRParserTest.TensorShapes (0 ms) 2022-09-27T16:00:52.0970405Z [ RUN ] IRParserTest.DeviceAndRequiresGradTensors 2022-09-27T16:00:52.0977633Z [ OK ] IRParserTest.DeviceAndRequiresGradTensors (0 ms) 2022-09-27T16:00:52.0977968Z [ RUN ] IRParserTest.ListConstant 2022-09-27T16:00:52.0980256Z [ OK ] IRParserTest.ListConstant (0 ms) 2022-09-27T16:00:52.0980581Z [ RUN ] IRParserTest.PartialStarTensor 2022-09-27T16:00:52.0982437Z [ OK ] IRParserTest.PartialStarTensor (0 ms) 2022-09-27T16:00:52.0982769Z [ RUN ] IRParserTest.ComplexTensorAttributes 2022-09-27T16:00:52.0987007Z [ OK ] IRParserTest.ComplexTensorAttributes (0 ms) 2022-09-27T16:00:52.0987703Z [----------] 21 tests from IRParserTest (9 ms total) 2022-09-27T16:00:52.0987861Z 2022-09-27T16:00:52.0988017Z [----------] 2 tests from JitTypeTest 2022-09-27T16:00:52.0988286Z [ RUN ] JitTypeTest.IsComplete 2022-09-27T16:00:52.0988584Z [ OK ] JitTypeTest.IsComplete (0 ms) 2022-09-27T16:00:52.0988998Z [ RUN ] JitTypeTest.UnifyTypes 2022-09-27T16:00:52.0989851Z [ OK ] JitTypeTest.UnifyTypes (0 ms) 2022-09-27T16:00:52.0990438Z [----------] 2 tests from JitTypeTest (0 ms total) 2022-09-27T16:00:52.0990710Z 2022-09-27T16:00:52.0990881Z [----------] 42 tests from LiteInterpreterTest 2022-09-27T16:00:52.0991292Z [ RUN ] LiteInterpreterTest.UpsampleNearest2d 2022-09-27T16:00:52.1075041Z [ OK ] LiteInterpreterTest.UpsampleNearest2d (8 ms) 2022-09-27T16:00:52.1075423Z [ RUN ] LiteInterpreterTest.CheckAttrAccess 2022-09-27T16:00:52.1084367Z [ OK ] LiteInterpreterTest.CheckAttrAccess (0 ms) 2022-09-27T16:00:52.1084717Z [ RUN ] LiteInterpreterTest.MethodInvocation 2022-09-27T16:00:52.1279030Z [ OK ] LiteInterpreterTest.MethodInvocation (19 ms) 2022-09-27T16:00:52.1279378Z [ RUN ] LiteInterpreterTest.Conv 2022-09-27T16:00:52.1379444Z [ OK ] LiteInterpreterTest.Conv (10 ms) 2022-09-27T16:00:52.1379841Z [ RUN ] LiteInterpreterTest.Inline 2022-09-27T16:00:52.1444389Z [ OK ] LiteInterpreterTest.Inline (6 ms) 2022-09-27T16:00:52.1444947Z [ RUN ] LiteInterpreterTest.Tuple 2022-09-27T16:00:52.1493087Z [ OK ] LiteInterpreterTest.Tuple (4 ms) 2022-09-27T16:00:52.1493413Z [ RUN ] LiteInterpreterTest.AtenFormat 2022-09-27T16:00:52.1539387Z [ OK ] LiteInterpreterTest.AtenFormat (4 ms) 2022-09-27T16:00:52.1539757Z [ RUN ] LiteInterpreterTest.PrimDevice 2022-09-27T16:00:52.1569049Z [ OK ] LiteInterpreterTest.PrimDevice (2 ms) 2022-09-27T16:00:52.1569468Z [ RUN ] LiteInterpreterTest.Dict 2022-09-27T16:00:52.1617399Z [ OK ] LiteInterpreterTest.Dict (4 ms) 2022-09-27T16:00:52.1617950Z [ RUN ] LiteInterpreterTest.List 2022-09-27T16:00:52.1684024Z [ OK ] LiteInterpreterTest.List (6 ms) 2022-09-27T16:00:52.1684632Z [ RUN ] LiteInterpreterTest.PrimOverload 2022-09-27T16:00:52.1684985Z [ OK ] LiteInterpreterTest.PrimOverload (0 ms) 2022-09-27T16:00:52.1685306Z [ RUN ] LiteInterpreterTest.Prim 2022-09-27T16:00:52.1715877Z [ OK ] LiteInterpreterTest.Prim (3 ms) 2022-09-27T16:00:52.1716488Z [ RUN ] LiteInterpreterTest.PrimScalar 2022-09-27T16:00:52.1752157Z [ OK ] LiteInterpreterTest.PrimScalar (3 ms) 2022-09-27T16:00:52.1752750Z [ RUN ] LiteInterpreterTest.LoadOrigJit 2022-09-27T16:00:52.1894678Z [ OK ] LiteInterpreterTest.LoadOrigJit (14 ms) 2022-09-27T16:00:52.1895299Z [ RUN ] LiteInterpreterTest.WrongMethodName 2022-09-27T16:00:52.1958568Z [ OK ] LiteInterpreterTest.WrongMethodName (6 ms) 2022-09-27T16:00:52.1959170Z [ RUN ] LiteInterpreterTest.SetState 2022-09-27T16:00:52.2183671Z [ OK ] LiteInterpreterTest.SetState (22 ms) 2022-09-27T16:00:52.2184130Z [ RUN ] LiteInterpreterTest.BuiltinClass 2022-09-27T16:00:52.2244390Z [ OK ] LiteInterpreterTest.BuiltinClass (6 ms) 2022-09-27T16:00:52.2245076Z [ RUN ] LiteInterpreterTest.BuiltinFunction 2022-09-27T16:00:52.2271213Z [ OK ] LiteInterpreterTest.BuiltinFunction (2 ms) 2022-09-27T16:00:52.2271832Z [ RUN ] LiteInterpreterTest.GetRuntimeByteCodeVersion 2022-09-27T16:00:52.2272252Z [ OK ] LiteInterpreterTest.GetRuntimeByteCodeVersion (0 ms) 2022-09-27T16:00:52.2272678Z [ RUN ] LiteInterpreterTest.GetRuntimeOperatorsVersion 2022-09-27T16:00:52.2273102Z [ OK ] LiteInterpreterTest.GetRuntimeOperatorsVersion (0 ms) 2022-09-27T16:00:52.2273480Z [ RUN ] LiteInterpreterTest.GetByteCodeVersion 2022-09-27T16:00:52.2278995Z [ OK ] LiteInterpreterTest.GetByteCodeVersion (0 ms) 2022-09-27T16:00:52.2279371Z [ RUN ] LiteInterpreterTest.GetContainTypes 2022-09-27T16:00:52.2294549Z [ OK ] LiteInterpreterTest.GetContainTypes (1 ms) 2022-09-27T16:00:52.2294973Z [ RUN ] LiteInterpreterTest.BackPortByteCodeModelAllVersions 2022-09-27T16:00:52.6574217Z [ OK ] LiteInterpreterTest.BackPortByteCodeModelAllVersions (427 ms) 2022-09-27T16:00:52.6574686Z [ RUN ] LiteInterpreterTest.GetRuntimeOpsAndInfo 2022-09-27T16:00:52.6856338Z [ OK ] LiteInterpreterTest.GetRuntimeOpsAndInfo (28 ms) 2022-09-27T16:00:52.6856770Z [ RUN ] LiteInterpreterTest.isCompatibleSuccess 2022-09-27T16:00:52.7154297Z [ OK ] LiteInterpreterTest.isCompatibleSuccess (29 ms) 2022-09-27T16:00:52.7154979Z [ RUN ] LiteInterpreterTest.isCompatibleFail 2022-09-27T16:00:52.7752576Z [ OK ] LiteInterpreterTest.isCompatibleFail (59 ms) 2022-09-27T16:00:52.7753129Z [ RUN ] LiteInterpreterTest.Eval 2022-09-27T16:00:52.7817993Z [ OK ] LiteInterpreterTest.Eval (6 ms) 2022-09-27T16:00:52.7831390Z [ RUN ] LiteInterpreterTest.FindWrongMethodName 2022-09-27T16:00:52.7849136Z [ OK ] LiteInterpreterTest.FindWrongMethodName (3 ms) 2022-09-27T16:00:52.7849745Z [ RUN ] LiteInterpreterTest.FindAndRunMethod 2022-09-27T16:00:52.7906956Z [ OK ] LiteInterpreterTest.FindAndRunMethod (5 ms) 2022-09-27T16:00:52.7907452Z [ RUN ] LiteInterpreterTest.RunMethodVariadic 2022-09-27T16:00:52.7959855Z [ OK ] LiteInterpreterTest.RunMethodVariadic (5 ms) 2022-09-27T16:00:52.7960214Z [ RUN ] LiteInterpreterTest.DuplicateSetState 2022-09-27T16:00:52.8041452Z [ OK ] LiteInterpreterTest.DuplicateSetState (8 ms) 2022-09-27T16:00:52.8041809Z [ RUN ] LiteInterpreterTest.ExtraFiles 2022-09-27T16:00:52.8124239Z [ OK ] LiteInterpreterTest.ExtraFiles (8 ms) 2022-09-27T16:00:52.8124625Z [ RUN ] LiteInterpreterTest.OpNameExportFetchRootOperators 2022-09-27T16:00:52.8187198Z [ OK ] LiteInterpreterTest.OpNameExportFetchRootOperators (6 ms) 2022-09-27T16:00:52.8187627Z [ RUN ] LiteInterpreterTest.DefaultArgsConv 2022-09-27T16:00:52.8267504Z [ OK ] LiteInterpreterTest.DefaultArgsConv (7 ms) 2022-09-27T16:00:52.8267884Z [ RUN ] LiteInterpreterTest.DefaultArgsPinv 2022-09-27T16:00:52.8491695Z [ OK ] LiteInterpreterTest.DefaultArgsPinv (22 ms) 2022-09-27T16:00:52.8492125Z [ RUN ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault 2022-09-27T16:00:52.8552300Z [ OK ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault (6 ms) 2022-09-27T16:00:52.8552755Z [ RUN ] LiteInterpreterTest.DefaultArgsPinvWithOutArg 2022-09-27T16:00:52.8679094Z [ OK ] LiteInterpreterTest.DefaultArgsPinvWithOutArg (12 ms) 2022-09-27T16:00:52.8679503Z [ RUN ] LiteInterpreterTest.DefaultArgsWithOutArg 2022-09-27T16:00:52.8735444Z [ OK ] LiteInterpreterTest.DefaultArgsWithOutArg (5 ms) 2022-09-27T16:00:52.8735965Z [ RUN ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-09-27T16:00:52.9021314Z [ OK ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy (28 ms) 2022-09-27T16:00:52.9021853Z [ RUN ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs 2022-09-27T16:00:52.9297693Z [ OK ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs (27 ms) 2022-09-27T16:00:52.9298117Z [ RUN ] LiteInterpreterTest.OperatorSize1 2022-09-27T16:00:52.9330450Z [ OK ] LiteInterpreterTest.OperatorSize1 (3 ms) 2022-09-27T16:00:52.9330784Z [ RUN ] LiteInterpreterTest.OperatorTest2 2022-09-27T16:00:52.9455232Z [ OK ] LiteInterpreterTest.OperatorTest2 (12 ms) 2022-09-27T16:00:52.9455690Z [----------] 42 tests from LiteInterpreterTest (846 ms total) 2022-09-27T16:00:52.9455862Z 2022-09-27T16:00:52.9456037Z [----------] 3 tests from RunTimeTest 2022-09-27T16:00:52.9456343Z [ RUN ] RunTimeTest.ParseBytecode 2022-09-27T16:00:52.9457761Z [ OK ] RunTimeTest.ParseBytecode (0 ms) 2022-09-27T16:00:52.9458073Z [ RUN ] RunTimeTest.ParseOperator 2022-09-27T16:00:52.9460156Z [ OK ] RunTimeTest.ParseOperator (0 ms) 2022-09-27T16:00:52.9460442Z [ RUN ] RunTimeTest.RuntimeCall 2022-09-27T16:00:52.9463653Z [ OK ] RunTimeTest.RuntimeCall (0 ms) 2022-09-27T16:00:52.9464048Z [----------] 3 tests from RunTimeTest (0 ms total) 2022-09-27T16:00:52.9464206Z 2022-09-27T16:00:52.9464385Z [----------] 11 tests from LiteInterpreterUpgraderTest 2022-09-27T16:00:52.9464744Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorV2 2022-09-27T16:00:52.9481520Z [ OK ] LiteInterpreterUpgraderTest.DivTensorV2 (1 ms) 2022-09-27T16:00:52.9481919Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorOutV2 2022-09-27T16:00:52.9493139Z [ OK ] LiteInterpreterUpgraderTest.DivTensorOutV2 (1 ms) 2022-09-27T16:00:52.9493934Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 2022-09-27T16:00:52.9505017Z [ OK ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 (1 ms) 2022-09-27T16:00:52.9505445Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarFloatV2 2022-09-27T16:00:52.9525177Z [ OK ] LiteInterpreterUpgraderTest.DivScalarFloatV2 (2 ms) 2022-09-27T16:00:52.9525626Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 2022-09-27T16:00:52.9537811Z expect output: 0.5000 2022-09-27T16:00:52.9538049Z [ CPUFloatType{1} ]actual output: 0.5000 2022-09-27T16:00:52.9538751Z [ CPUFloatType{1} ][ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 (1 ms) 2022-09-27T16:00:52.9539256Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 2022-09-27T16:00:52.9549579Z [ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 (1 ms) 2022-09-27T16:00:52.9550027Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarScalarV2 2022-09-27T16:00:52.9557953Z [ OK ] LiteInterpreterUpgraderTest.DivScalarScalarV2 (0 ms) 2022-09-27T16:00:52.9558371Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarIntV2 2022-09-27T16:00:52.9578774Z [ OK ] LiteInterpreterUpgraderTest.DivScalarIntV2 (2 ms) 2022-09-27T16:00:52.9579201Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 2022-09-27T16:00:52.9590662Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 (1 ms) 2022-09-27T16:00:52.9591118Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 2022-09-27T16:00:52.9602996Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 (1 ms) 2022-09-27T16:00:52.9603412Z [ RUN ] LiteInterpreterUpgraderTest.Upgrader 2022-09-27T16:00:52.9604855Z [ OK ] LiteInterpreterUpgraderTest.Upgrader (0 ms) 2022-09-27T16:00:52.9605349Z [----------] 11 tests from LiteInterpreterUpgraderTest (14 ms total) 2022-09-27T16:00:52.9605545Z 2022-09-27T16:00:52.9605724Z [----------] 29 tests from LiteInterpreterDirectTest 2022-09-27T16:00:52.9606091Z [ RUN ] LiteInterpreterDirectTest.UpsampleNearest2d 2022-09-27T16:00:52.9659297Z [ OK ] LiteInterpreterDirectTest.UpsampleNearest2d (5 ms) 2022-09-27T16:00:52.9659767Z [ RUN ] LiteInterpreterDirectTest.CheckAttrAccess 2022-09-27T16:00:52.9660568Z [ OK ] LiteInterpreterDirectTest.CheckAttrAccess (0 ms) 2022-09-27T16:00:52.9660988Z [ RUN ] LiteInterpreterDirectTest.MethodInvocation 2022-09-27T16:00:52.9707458Z hello 2022-09-27T16:00:52.9710070Z hello 3 2022-09-27T16:00:52.9768901Z hello 2022-09-27T16:00:52.9771569Z hello 3 2022-09-27T16:00:52.9809153Z hello 2022-09-27T16:00:52.9811840Z hello 3 2022-09-27T16:00:52.9814105Z [ OK ] LiteInterpreterDirectTest.MethodInvocation (15 ms) 2022-09-27T16:00:52.9814493Z [ RUN ] LiteInterpreterDirectTest.Conv 2022-09-27T16:00:52.9890891Z [ OK ] LiteInterpreterDirectTest.Conv (7 ms) 2022-09-27T16:00:52.9891542Z [ RUN ] LiteInterpreterDirectTest.Inline 2022-09-27T16:00:52.9937604Z [ OK ] LiteInterpreterDirectTest.Inline (4 ms) 2022-09-27T16:00:52.9937953Z [ RUN ] LiteInterpreterDirectTest.Tuple 2022-09-27T16:00:52.9969937Z [ OK ] LiteInterpreterDirectTest.Tuple (3 ms) 2022-09-27T16:00:52.9970293Z [ RUN ] LiteInterpreterDirectTest.Dict 2022-09-27T16:00:53.0001905Z [ OK ] LiteInterpreterDirectTest.Dict (3 ms) 2022-09-27T16:00:53.0002245Z [ RUN ] LiteInterpreterDirectTest.Prim 2022-09-27T16:00:53.0025985Z [ OK ] LiteInterpreterDirectTest.Prim (2 ms) 2022-09-27T16:00:53.0026359Z [ RUN ] LiteInterpreterDirectTest.PrimScalar 2022-09-27T16:00:53.0052673Z [ OK ] LiteInterpreterDirectTest.PrimScalar (2 ms) 2022-09-27T16:00:53.0053049Z [ RUN ] LiteInterpreterDirectTest.WrongMethodName 2022-09-27T16:00:53.0101287Z [ OK ] LiteInterpreterDirectTest.WrongMethodName (4 ms) 2022-09-27T16:00:53.0101670Z [ RUN ] LiteInterpreterDirectTest.SetState 2022-09-27T16:00:53.0268062Z [ OK ] LiteInterpreterDirectTest.SetState (16 ms) 2022-09-27T16:00:53.0268463Z [ RUN ] LiteInterpreterDirectTest.BuiltinFunction 2022-09-27T16:00:53.0281301Z [ OK ] LiteInterpreterDirectTest.BuiltinFunction (1 ms) 2022-09-27T16:00:53.0281817Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion 2022-09-27T16:00:53.0282285Z [ OK ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion (0 ms) 2022-09-27T16:00:53.0282743Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion 2022-09-27T16:00:53.0283197Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion (0 ms) 2022-09-27T16:00:53.0283636Z [ RUN ] LiteInterpreterDirectTest.GetByteCodeVersion 2022-09-27T16:00:53.0286020Z [ OK ] LiteInterpreterDirectTest.GetByteCodeVersion (0 ms) 2022-09-27T16:00:53.0286429Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo 2022-09-27T16:00:53.0570800Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo (28 ms) 2022-09-27T16:00:53.0571195Z [ RUN ] LiteInterpreterDirectTest.Eval 2022-09-27T16:00:53.0616141Z [ OK ] LiteInterpreterDirectTest.Eval (4 ms) 2022-09-27T16:00:53.0616569Z [ RUN ] LiteInterpreterDirectTest.FindWrongMethodName 2022-09-27T16:00:53.0633324Z [ OK ] LiteInterpreterDirectTest.FindWrongMethodName (1 ms) 2022-09-27T16:00:53.0633797Z [ RUN ] LiteInterpreterDirectTest.FindAndRunMethod 2022-09-27T16:00:53.0678028Z [ OK ] LiteInterpreterDirectTest.FindAndRunMethod (4 ms) 2022-09-27T16:00:53.0678505Z [ RUN ] LiteInterpreterDirectTest.RunMethodVariadic 2022-09-27T16:00:53.0718837Z [ OK ] LiteInterpreterDirectTest.RunMethodVariadic (4 ms) 2022-09-27T16:00:53.0719262Z [ RUN ] LiteInterpreterDirectTest.DuplicateSetState 2022-09-27T16:00:53.0762239Z [ OK ] LiteInterpreterDirectTest.DuplicateSetState (4 ms) 2022-09-27T16:00:53.0762724Z [ RUN ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators 2022-09-27T16:00:53.0798059Z [ OK ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators (3 ms) 2022-09-27T16:00:53.0798511Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsConv 2022-09-27T16:00:53.0858546Z [ OK ] LiteInterpreterDirectTest.DefaultArgsConv (5 ms) 2022-09-27T16:00:53.0858960Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinv 2022-09-27T16:00:53.1035670Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinv (17 ms) 2022-09-27T16:00:53.1036237Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault 2022-09-27T16:00:53.1078135Z [ OK ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault (4 ms) 2022-09-27T16:00:53.1078618Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg 2022-09-27T16:00:53.1201739Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg (12 ms) 2022-09-27T16:00:53.1202203Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsWithOutArg 2022-09-27T16:00:53.1288528Z [ OK ] LiteInterpreterDirectTest.DefaultArgsWithOutArg (8 ms) 2022-09-27T16:00:53.1289119Z [ RUN ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-09-27T16:00:53.1532684Z [ OK ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy (24 ms) 2022-09-27T16:00:53.1533344Z [ RUN ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs 2022-09-27T16:00:53.1710652Z [ OK ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs (17 ms) 2022-09-27T16:00:53.1711346Z [----------] 29 tests from LiteInterpreterDirectTest (210 ms total) 2022-09-27T16:00:53.1711533Z 2022-09-27T16:00:53.1711750Z [----------] 7 tests from LiteTrainerTest 2022-09-27T16:00:53.1712047Z [ RUN ] LiteTrainerTest.Params 2022-09-27T16:00:53.2349590Z [ OK ] LiteTrainerTest.Params (63 ms) 2022-09-27T16:00:53.2349929Z [ RUN ] LiteTrainerTest.SGD 2022-09-27T16:00:53.2942311Z [ OK ] LiteTrainerTest.SGD (59 ms) 2022-09-27T16:00:53.2942680Z [ RUN ] LiteTrainerTest.SequentialSampler 2022-09-27T16:00:53.2943193Z [ OK ] LiteTrainerTest.SequentialSampler (0 ms) 2022-09-27T16:00:53.2943632Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange 2022-09-27T16:00:53.2946091Z [ OK ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-09-27T16:00:53.2947000Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch 2022-09-27T16:00:53.2947854Z [ OK ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-09-27T16:00:53.2948561Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWell 2022-09-27T16:00:53.2949189Z [ OK ] LiteTrainerTest.RandomSamplerResetsWell (0 ms) 2022-09-27T16:00:53.2949795Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell 2022-09-27T16:00:53.2950513Z [ OK ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:00:53.2951141Z [----------] 7 tests from LiteTrainerTest (123 ms total) 2022-09-27T16:00:53.2951390Z 2022-09-27T16:00:53.2951621Z [----------] 6 tests from MobileTest 2022-09-27T16:00:53.2952075Z [ RUN ] MobileTest.SaveLoadParametersEmpty 2022-09-27T16:00:53.2999615Z [ OK ] MobileTest.SaveLoadParametersEmpty (4 ms) 2022-09-27T16:00:53.3000244Z [ RUN ] MobileTest.SaveParametersDefaultsToZip 2022-09-27T16:00:53.3000840Z [ OK ] MobileTest.SaveParametersDefaultsToZip (0 ms) 2022-09-27T16:00:53.3001214Z [ RUN ] MobileTest.SaveParametersCanUseFlatbuffer 2022-09-27T16:00:53.3003621Z [ OK ] MobileTest.SaveParametersCanUseFlatbuffer (0 ms) 2022-09-27T16:00:53.3004243Z [ RUN ] MobileTest.SaveLoadParametersUsingFlatbuffers 2022-09-27T16:00:53.3012248Z [ OK ] MobileTest.SaveLoadParametersUsingFlatbuffers (0 ms) 2022-09-27T16:00:53.3012906Z [ RUN ] MobileTest.LoadParametersUnexpectedFormatShouldThrow 2022-09-27T16:00:53.3053060Z [ OK ] MobileTest.LoadParametersUnexpectedFormatShouldThrow (4 ms) 2022-09-27T16:00:53.3053789Z [ RUN ] MobileTest.LoadParametersEmptyDataShouldThrow 2022-09-27T16:00:53.3091589Z [ OK ] MobileTest.LoadParametersEmptyDataShouldThrow (3 ms) 2022-09-27T16:00:53.3092293Z [----------] 6 tests from MobileTest (14 ms total) 2022-09-27T16:00:53.3092449Z 2022-09-27T16:00:53.3092608Z [----------] 1 test from MemoryDAGTest 2022-09-27T16:00:53.3092942Z [ RUN ] MemoryDAGTest.Basic 2022-09-27T16:00:53.3094017Z [ OK ] MemoryDAGTest.Basic (0 ms) 2022-09-27T16:00:53.3094551Z [----------] 1 test from MemoryDAGTest (0 ms total) 2022-09-27T16:00:53.3094812Z 2022-09-27T16:00:53.3095103Z [----------] 1 test from InternedStringsTest 2022-09-27T16:00:53.3095626Z [ RUN ] InternedStringsTest.Basic 2022-09-27T16:00:53.3095961Z [ OK ] InternedStringsTest.Basic (0 ms) 2022-09-27T16:00:53.3096305Z [----------] 1 test from InternedStringsTest (0 ms total) 2022-09-27T16:00:53.3096552Z 2022-09-27T16:00:53.3096791Z [----------] 1 test from FromQualStringTest 2022-09-27T16:00:53.3097077Z [ RUN ] FromQualStringTest.Basic 2022-09-27T16:00:53.3097616Z [ OK ] FromQualStringTest.Basic (0 ms) 2022-09-27T16:00:53.3097948Z [----------] 1 test from FromQualStringTest (0 ms total) 2022-09-27T16:00:53.3098111Z 2022-09-27T16:00:53.3098332Z [----------] 1 test from THNNConvTest 2022-09-27T16:00:53.3098598Z [ RUN ] THNNConvTest.Basic 2022-09-27T16:00:53.3180713Z [ OK ] THNNConvTest.Basic (8 ms) 2022-09-27T16:00:53.3181057Z [----------] 1 test from THNNConvTest (8 ms total) 2022-09-27T16:00:53.3181205Z 2022-09-27T16:00:53.3181385Z [----------] 1 test from ATenNativeBatchNormTest 2022-09-27T16:00:53.3181705Z [ RUN ] ATenNativeBatchNormTest.Basic 2022-09-27T16:00:53.3292568Z [ OK ] ATenNativeBatchNormTest.Basic (11 ms) 2022-09-27T16:00:53.3292964Z [----------] 1 test from ATenNativeBatchNormTest (11 ms total) 2022-09-27T16:00:53.3293144Z 2022-09-27T16:00:53.3293316Z [----------] 2 tests from CustomFusionTest 2022-09-27T16:00:53.3294001Z [ RUN ] CustomFusionTest.Basic 2022-09-27T16:00:53.3311668Z [ OK ] CustomFusionTest.Basic (1 ms) 2022-09-27T16:00:53.3312017Z [ RUN ] CustomFusionTest.NestedBlocks 2022-09-27T16:00:53.3328828Z [ OK ] CustomFusionTest.NestedBlocks (1 ms) 2022-09-27T16:00:53.3329478Z [----------] 2 tests from CustomFusionTest (3 ms total) 2022-09-27T16:00:53.3329668Z 2022-09-27T16:00:53.3329823Z [----------] 1 test from ControlFlowTest 2022-09-27T16:00:53.3330094Z [ RUN ] ControlFlowTest.Basic 2022-09-27T16:00:53.3387958Z [ OK ] ControlFlowTest.Basic (5 ms) 2022-09-27T16:00:53.3388553Z [----------] 1 test from ControlFlowTest (5 ms total) 2022-09-27T16:00:53.3388719Z 2022-09-27T16:00:53.3388855Z [----------] 1 test from ProtoTest 2022-09-27T16:00:53.3389114Z [ RUN ] ProtoTest.Basic 2022-09-27T16:00:53.3409763Z [ OK ] ProtoTest.Basic (2 ms) 2022-09-27T16:00:53.3410141Z [----------] 1 test from ProtoTest (2 ms total) 2022-09-27T16:00:53.3410279Z 2022-09-27T16:00:53.3410440Z [----------] 9 tests from SchemaParserTest 2022-09-27T16:00:53.3410750Z [ RUN ] SchemaParserTest.NestedArrays 2022-09-27T16:00:53.3412039Z [ OK ] SchemaParserTest.NestedArrays (0 ms) 2022-09-27T16:00:53.3412412Z [ RUN ] SchemaParserTest.OutVariant 2022-09-27T16:00:53.3416201Z [ OK ] SchemaParserTest.OutVariant (0 ms) 2022-09-27T16:00:53.3416587Z [ RUN ] SchemaParserTest.NamedReturns 2022-09-27T16:00:53.3418150Z [ OK ] SchemaParserTest.NamedReturns (0 ms) 2022-09-27T16:00:53.3418517Z [ RUN ] SchemaParserTest.Futures 2022-09-27T16:00:53.3419833Z [ OK ] SchemaParserTest.Futures (0 ms) 2022-09-27T16:00:53.3420302Z [ RUN ] SchemaParserTest.AnnotatedAliasSets 2022-09-27T16:00:53.3421098Z [ OK ] SchemaParserTest.AnnotatedAliasSets (0 ms) 2022-09-27T16:00:53.3421595Z [ RUN ] SchemaParserTest.TensorListAnnotatedAliasSets 2022-09-27T16:00:53.3422754Z [ OK ] SchemaParserTest.TensorListAnnotatedAliasSets (0 ms) 2022-09-27T16:00:53.3423318Z [ RUN ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet 2022-09-27T16:00:53.3434060Z [ OK ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet (1 ms) 2022-09-27T16:00:53.3434582Z [ RUN ] SchemaParserTest.BeforeAfterSets 2022-09-27T16:00:53.3436614Z [ OK ] SchemaParserTest.BeforeAfterSets (0 ms) 2022-09-27T16:00:53.3436975Z [ RUN ] SchemaParserTest.BeforeAfterSets2 2022-09-27T16:00:53.3438957Z [ OK ] SchemaParserTest.BeforeAfterSets2 (0 ms) 2022-09-27T16:00:53.3439424Z [----------] 9 tests from SchemaParserTest (2 ms total) 2022-09-27T16:00:53.3439679Z 2022-09-27T16:00:53.3439854Z [----------] 2 tests from TopologicalIndexTest 2022-09-27T16:00:53.3440426Z [ RUN ] TopologicalIndexTest.Basic 2022-09-27T16:00:53.3440751Z [ OK ] TopologicalIndexTest.Basic (0 ms) 2022-09-27T16:00:53.3441129Z [ RUN ] TopologicalIndexTest.Reindex 2022-09-27T16:00:53.3452123Z [ OK ] TopologicalIndexTest.Reindex (1 ms) 2022-09-27T16:00:53.3452527Z [----------] 2 tests from TopologicalIndexTest (1 ms total) 2022-09-27T16:00:53.3452701Z 2022-09-27T16:00:53.3452866Z [----------] 7 tests from RecordFunctionTest 2022-09-27T16:00:53.3453216Z [ RUN ] RecordFunctionTest.TracedTestInputsOutputs 2022-09-27T16:00:53.3513378Z [ OK ] RecordFunctionTest.TracedTestInputsOutputs (6 ms) 2022-09-27T16:00:53.3513747Z [ RUN ] RecordFunctionTest.SampledCallbacks 2022-09-27T16:00:53.3985163Z [ OK ] RecordFunctionTest.SampledCallbacks (47 ms) 2022-09-27T16:00:53.3985550Z [ RUN ] RecordFunctionTest.RecordFunctionGuard 2022-09-27T16:00:53.3985997Z [ OK ] RecordFunctionTest.RecordFunctionGuard (0 ms) 2022-09-27T16:00:53.3986342Z [ RUN ] RecordFunctionTest.Callbacks 2022-09-27T16:00:53.3997082Z [ OK ] RecordFunctionTest.Callbacks (1 ms) 2022-09-27T16:00:53.3997633Z [ RUN ] RecordFunctionTest.ShouldRun 2022-09-27T16:00:53.3999549Z [ OK ] RecordFunctionTest.ShouldRun (0 ms) 2022-09-27T16:00:53.3999869Z [ RUN ] RecordFunctionTest.Basic 2022-09-27T16:00:53.4028561Z [ OK ] RecordFunctionTest.Basic (3 ms) 2022-09-27T16:00:53.4028934Z [ RUN ] RecordFunctionTest.OperatorNameOverload 2022-09-27T16:00:53.4030921Z [ OK ] RecordFunctionTest.OperatorNameOverload (0 ms) 2022-09-27T16:00:53.4031564Z [----------] 7 tests from RecordFunctionTest (57 ms total) 2022-09-27T16:00:53.4031745Z 2022-09-27T16:00:53.4031931Z [----------] 1 test from ThreadLocalDebugInfoTest 2022-09-27T16:00:53.4032242Z [ RUN ] ThreadLocalDebugInfoTest.Basic 2022-09-27T16:00:53.4038893Z [ OK ] ThreadLocalDebugInfoTest.Basic (0 ms) 2022-09-27T16:00:53.4039536Z [----------] 1 test from ThreadLocalDebugInfoTest (0 ms total) 2022-09-27T16:00:53.4039725Z 2022-09-27T16:00:53.4039890Z [----------] 1 test from TestSymIntArrayRef 2022-09-27T16:00:53.4040198Z [ RUN ] TestSymIntArrayRef.BasicConversion 2022-09-27T16:00:53.4044700Z [ OK ] TestSymIntArrayRef.BasicConversion (0 ms) 2022-09-27T16:00:53.4045359Z [----------] 1 test from TestSymIntArrayRef (0 ms total) 2022-09-27T16:00:53.4045526Z 2022-09-27T16:00:53.4045671Z [----------] 5 tests from TestSymInt 2022-09-27T16:00:53.4045979Z [ RUN ] TestSymInt.NarrowCopyWithSymbolicInt 2022-09-27T16:00:53.4050008Z [ OK ] TestSymInt.NarrowCopyWithSymbolicInt (0 ms) 2022-09-27T16:00:53.4050332Z [ RUN ] TestSymInt.NarrowCopy 2022-09-27T16:00:53.4054781Z [ OK ] TestSymInt.NarrowCopy (0 ms) 2022-09-27T16:00:53.4055214Z [ RUN ] TestSymInt.AddSymbolicInt 2022-09-27T16:00:53.4055618Z [ OK ] TestSymInt.AddSymbolicInt (0 ms) 2022-09-27T16:00:53.4055925Z [ RUN ] TestSymInt.TestIntrusive 2022-09-27T16:00:53.4056211Z [ OK ] TestSymInt.TestIntrusive (0 ms) 2022-09-27T16:00:53.4056559Z [ RUN ] TestSymInt.TestSymIntToSymIntNodeDispatch 2022-09-27T16:00:53.4060527Z [ OK ] TestSymInt.TestSymIntToSymIntNodeDispatch (0 ms) 2022-09-27T16:00:53.4060885Z [----------] 5 tests from TestSymInt (1 ms total) 2022-09-27T16:00:53.4061039Z 2022-09-27T16:00:53.4061202Z [----------] 1 test from FallbackGraphsTest 2022-09-27T16:00:53.4061500Z [ RUN ] FallbackGraphsTest.Basic 2022-09-27T16:00:53.4133154Z [ OK ] FallbackGraphsTest.Basic (7 ms) 2022-09-27T16:00:53.4133655Z [----------] 1 test from FallbackGraphsTest (7 ms total) 2022-09-27T16:00:53.4134066Z 2022-09-27T16:00:53.4134235Z [----------] 1 test from NoneSchemaMatchTest 2022-09-27T16:00:53.4134532Z [ RUN ] NoneSchemaMatchTest.Basic 2022-09-27T16:00:53.4138176Z [ OK ] NoneSchemaMatchTest.Basic (0 ms) 2022-09-27T16:00:53.4138532Z [----------] 1 test from NoneSchemaMatchTest (0 ms total) 2022-09-27T16:00:53.4138703Z 2022-09-27T16:00:53.4138871Z [----------] 1 test from PassManagementTest 2022-09-27T16:00:53.4139167Z [ RUN ] PassManagementTest.Basic 2022-09-27T16:00:53.4145569Z [ OK ] PassManagementTest.Basic (0 ms) 2022-09-27T16:00:53.4145995Z [----------] 1 test from PassManagementTest (0 ms total) 2022-09-27T16:00:53.4146169Z 2022-09-27T16:00:53.4146326Z [----------] 5 tests from LoopPeelerTest 2022-09-27T16:00:53.4146656Z [ RUN ] LoopPeelerTest.NoInductionVariableUse 2022-09-27T16:00:53.4172668Z [ OK ] LoopPeelerTest.NoInductionVariableUse (2 ms) 2022-09-27T16:00:53.4173065Z [ RUN ] LoopPeelerTest.YesInductionVariableUse 2022-09-27T16:00:53.4198328Z [ OK ] LoopPeelerTest.YesInductionVariableUse (2 ms) 2022-09-27T16:00:53.4198732Z [ RUN ] LoopPeelerTest.LoopWithTerminationCondition 2022-09-27T16:00:53.4232392Z [ OK ] LoopPeelerTest.LoopWithTerminationCondition (3 ms) 2022-09-27T16:00:53.4232800Z [ RUN ] LoopPeelerTest.SimpleNestedLoops 2022-09-27T16:00:53.4277566Z [ OK ] LoopPeelerTest.SimpleNestedLoops (4 ms) 2022-09-27T16:00:53.4277921Z [ RUN ] LoopPeelerTest.SimpleNestedLoops2 2022-09-27T16:00:53.4330386Z [ OK ] LoopPeelerTest.SimpleNestedLoops2 (5 ms) 2022-09-27T16:00:53.4330774Z [----------] 5 tests from LoopPeelerTest (18 ms total) 2022-09-27T16:00:53.4330942Z 2022-09-27T16:00:53.4331074Z [----------] 1 test from JitTracing 2022-09-27T16:00:53.4331335Z [ RUN ] JitTracing.Basic 2022-09-27T16:00:53.4870304Z [ OK ] JitTracing.Basic (53 ms) 2022-09-27T16:00:53.4870886Z [----------] 1 test from JitTracing (53 ms total) 2022-09-27T16:00:53.4871052Z 2022-09-27T16:00:53.4871295Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest 2022-09-27T16:00:53.4871692Z [ RUN ] InsertAndEliminateRedundantGuardsTest.Basic 2022-09-27T16:00:53.4925221Z [ OK ] InsertAndEliminateRedundantGuardsTest.Basic (5 ms) 2022-09-27T16:00:53.4925931Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest (5 ms total) 2022-09-27T16:00:53.4926128Z 2022-09-27T16:00:53.4926293Z [----------] 1 test from InsertBailOutsTest 2022-09-27T16:00:53.4926582Z [ RUN ] InsertBailOutsTest.Basic 2022-09-27T16:00:53.5011471Z [ OK ] InsertBailOutsTest.Basic (8 ms) 2022-09-27T16:00:53.5012081Z [----------] 1 test from InsertBailOutsTest (8 ms total) 2022-09-27T16:00:53.5012294Z 2022-09-27T16:00:53.5012471Z [----------] 2 tests from ProfilerTest 2022-09-27T16:00:53.5012744Z [ RUN ] ProfilerTest.Basic 2022-09-27T16:00:53.5516880Z [ OK ] ProfilerTest.Basic (50 ms) 2022-09-27T16:00:53.5517213Z [ RUN ] ProfilerTest.OptionalProfiling 2022-09-27T16:00:53.5531830Z [ OK ] ProfilerTest.OptionalProfiling (1 ms) 2022-09-27T16:00:53.5532464Z [----------] 2 tests from ProfilerTest (52 ms total) 2022-09-27T16:00:53.5532748Z 2022-09-27T16:00:53.5532901Z [----------] 2 tests from CallStackTest 2022-09-27T16:00:53.5533177Z [ RUN ] CallStackTest.Basic 2022-09-27T16:00:53.5580337Z [ OK ] CallStackTest.Basic (4 ms) 2022-09-27T16:00:53.5580647Z [ RUN ] CallStackTest.Caching 2022-09-27T16:00:53.5614844Z [ OK ] CallStackTest.Caching (3 ms) 2022-09-27T16:00:53.5615241Z [----------] 2 tests from CallStackTest (8 ms total) 2022-09-27T16:00:53.5615407Z 2022-09-27T16:00:53.5615800Z [----------] 2 tests from InlinedCallStackTest 2022-09-27T16:00:53.5616120Z [ RUN ] InlinedCallStackTest.BlockAnnotation 2022-09-27T16:00:53.5678317Z [ OK ] InlinedCallStackTest.BlockAnnotation (6 ms) 2022-09-27T16:00:53.5678687Z [ RUN ] InlinedCallStackTest.SelfCallMethods 2022-09-27T16:00:53.5772252Z [ OK ] InlinedCallStackTest.SelfCallMethods (9 ms) 2022-09-27T16:00:53.5772881Z [----------] 2 tests from InlinedCallStackTest (15 ms total) 2022-09-27T16:00:53.5773153Z 2022-09-27T16:00:53.5773455Z [----------] 1 test from AutogradSymbolsTest 2022-09-27T16:00:53.5774159Z [ RUN ] AutogradSymbolsTest.Basic 2022-09-27T16:00:53.5774482Z [ OK ] AutogradSymbolsTest.Basic (0 ms) 2022-09-27T16:00:53.5774807Z [----------] 1 test from AutogradSymbolsTest (0 ms total) 2022-09-27T16:00:53.5774971Z 2022-09-27T16:00:53.5775164Z [----------] 1 test from DefaultArgTypeHintingTest 2022-09-27T16:00:53.5775504Z [ RUN ] DefaultArgTypeHintingTest.Basic 2022-09-27T16:00:53.5794829Z [ OK ] DefaultArgTypeHintingTest.Basic (2 ms) 2022-09-27T16:00:53.5795518Z [----------] 1 test from DefaultArgTypeHintingTest (2 ms total) 2022-09-27T16:00:53.5795717Z 2022-09-27T16:00:53.5795869Z [----------] 5 tests from FuturesTest 2022-09-27T16:00:53.5796139Z [ RUN ] FuturesTest.Basic 2022-09-27T16:00:53.5796399Z [ OK ] FuturesTest.Basic (0 ms) 2022-09-27T16:00:53.5796662Z [ RUN ] FuturesTest.Error 2022-09-27T16:00:53.5819796Z [ OK ] FuturesTest.Error (2 ms) 2022-09-27T16:00:53.5820082Z [ RUN ] FuturesTest.Then 2022-09-27T16:00:53.5820362Z [ OK ] FuturesTest.Then (0 ms) 2022-09-27T16:00:53.5820645Z [ RUN ] FuturesTest.CollectAll 2022-09-27T16:00:53.5822363Z [ OK ] FuturesTest.CollectAll (0 ms) 2022-09-27T16:00:53.5822835Z [ RUN ] FuturesTest.CollectAny 2022-09-27T16:00:53.5823756Z [ OK ] FuturesTest.CollectAny (0 ms) 2022-09-27T16:00:53.5824127Z [----------] 5 tests from FuturesTest (2 ms total) 2022-09-27T16:00:53.5824291Z 2022-09-27T16:00:53.5824454Z [----------] 1 test from TLSFutureCallbacksTest 2022-09-27T16:00:53.5824772Z [ RUN ] TLSFutureCallbacksTest.Basic 2022-09-27T16:00:53.5834395Z [ OK ] TLSFutureCallbacksTest.Basic (0 ms) 2022-09-27T16:00:53.5834827Z [----------] 1 test from TLSFutureCallbacksTest (1 ms total) 2022-09-27T16:00:53.5834991Z 2022-09-27T16:00:53.5835194Z [----------] 1 test from ProfilerDisableInCallbackTest 2022-09-27T16:00:53.5835550Z [ RUN ] ProfilerDisableInCallbackTest.Basic 2022-09-27T16:00:53.5852985Z [ OK ] ProfilerDisableInCallbackTest.Basic (1 ms) 2022-09-27T16:00:53.5853399Z [----------] 1 test from ProfilerDisableInCallbackTest (1 ms total) 2022-09-27T16:00:53.5853774Z 2022-09-27T16:00:53.5853944Z [----------] 2 tests from RecordDebugHandles 2022-09-27T16:00:53.5854245Z [ RUN ] RecordDebugHandles.Basic 2022-09-27T16:00:53.5912811Z STAGE:2022-09-27 16:00:53 1499:1499 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:00:53.5977657Z STAGE:2022-09-27 16:00:53 1499:1499 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:00:53.6028515Z [ OK ] RecordDebugHandles.Basic (17 ms) 2022-09-27T16:00:53.6028856Z [ RUN ] RecordDebugHandles.ScopedCallbacks 2022-09-27T16:00:53.6041934Z STAGE:2022-09-27 16:00:53 1499:1499 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:00:53.6060035Z STAGE:2022-09-27 16:00:53 1499:1499 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:00:53.6064881Z STAGE:2022-09-27 16:00:53 1499:1499 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:00:53.6079729Z STAGE:2022-09-27 16:00:53 1499:1499 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:00:53.6083406Z STAGE:2022-09-27 16:00:53 1499:1499 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:00:53.6110233Z STAGE:2022-09-27 16:00:53 1499:1499 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:00:53.6113533Z [ OK ] RecordDebugHandles.ScopedCallbacks (8 ms) 2022-09-27T16:00:53.6113975Z [----------] 2 tests from RecordDebugHandles (26 ms total) 2022-09-27T16:00:53.6114152Z 2022-09-27T16:00:53.6114310Z [----------] 1 test from IValueKWargsTest 2022-09-27T16:00:53.6114582Z [ RUN ] IValueKWargsTest.Basic 2022-09-27T16:00:53.6157240Z [ OK ] IValueKWargsTest.Basic (4 ms) 2022-09-27T16:00:53.6157768Z [----------] 1 test from IValueKWargsTest (4 ms total) 2022-09-27T16:00:53.6157941Z 2022-09-27T16:00:53.6158198Z [----------] 1 test from ComputeFlopsTest 2022-09-27T16:00:53.6158621Z [ RUN ] ComputeFlopsTest.Basic 2022-09-27T16:00:53.6159163Z [W util.cpp:507] Warning: Failed to compute flops for op aten::conv2d because both input and weight must be size 4. (function computeFlops) 2022-09-27T16:00:53.6159927Z [W util.cpp:522] Warning: Failed to compute flops for op aten::conv2d because stride must be size 2 and cannot be 0. (function computeFlops) 2022-09-27T16:00:53.6160639Z [W util.cpp:478] Warning: Calculating flops for aten::conv2d requires groups, padding, stride, dilation, input_size, and weight_size in saved arguments. (function computeFlops) 2022-09-27T16:00:53.6161260Z [W util.cpp:551] Warning: Calculating flops for aten::mm requires mat1_size and mat2_size in saved arguments. (function computeFlops) 2022-09-27T16:00:53.6161919Z [ OK ] ComputeFlopsTest.Basic (0 ms) 2022-09-27T16:00:53.6162440Z [----------] 1 test from ComputeFlopsTest (0 ms total) 2022-09-27T16:00:53.6162599Z 2022-09-27T16:00:53.6162734Z [----------] 1 test from TestConstant 2022-09-27T16:00:53.6163023Z [ RUN ] TestConstant.TensorGrad 2022-09-27T16:00:53.6163327Z [ OK ] TestConstant.TensorGrad (0 ms) 2022-09-27T16:00:53.6163646Z [----------] 1 test from TestConstant (0 ms total) 2022-09-27T16:00:53.6163782Z 2022-09-27T16:00:53.6163928Z [----------] 1 test from TestMutation 2022-09-27T16:00:53.6164196Z [ RUN ] TestMutation.Basic 2022-09-27T16:00:53.6176689Z [ OK ] TestMutation.Basic (1 ms) 2022-09-27T16:00:53.6177228Z [----------] 1 test from TestMutation (1 ms total) 2022-09-27T16:00:53.6177510Z 2022-09-27T16:00:53.6177720Z [----------] 1 test from TestInplaceToFunctionalActivation 2022-09-27T16:00:53.6178101Z [ RUN ] TestInplaceToFunctionalActivation.Basic 2022-09-27T16:00:53.6183867Z [ OK ] TestInplaceToFunctionalActivation.Basic (0 ms) 2022-09-27T16:00:53.6184572Z [----------] 1 test from TestInplaceToFunctionalActivation (0 ms total) 2022-09-27T16:00:53.6184784Z 2022-09-27T16:00:53.6184951Z [----------] 1 test from TestRegisterShapeOp 2022-09-27T16:00:53.6185254Z [ RUN ] TestRegisterShapeOp.Basic 2022-09-27T16:00:55.4266386Z [ OK ] TestRegisterShapeOp.Basic (1807 ms) 2022-09-27T16:00:55.4266879Z [----------] 1 test from TestRegisterShapeOp (1808 ms total) 2022-09-27T16:00:55.4267058Z 2022-09-27T16:00:55.4267278Z [----------] 1 test from TestFunctionalToInplaceActivation 2022-09-27T16:00:55.4267659Z [ RUN ] TestFunctionalToInplaceActivation.Basic 2022-09-27T16:00:55.4271820Z [ OK ] TestFunctionalToInplaceActivation.Basic (0 ms) 2022-09-27T16:00:55.4272545Z [----------] 1 test from TestFunctionalToInplaceActivation (0 ms total) 2022-09-27T16:00:55.4272747Z 2022-09-27T16:00:55.4272921Z [----------] 2 tests from TestFunctionExecutor 2022-09-27T16:00:55.4273265Z [ RUN ] TestFunctionExecutor.SimpleExecutorTest 2022-09-27T16:00:55.4310238Z [ OK ] TestFunctionExecutor.SimpleExecutorTest (3 ms) 2022-09-27T16:00:55.4310743Z [ RUN ] TestFunctionExecutor.RunDecompositionTest 2022-09-27T16:00:55.4446726Z [ OK ] TestFunctionExecutor.RunDecompositionTest (13 ms) 2022-09-27T16:00:55.4447417Z [----------] 2 tests from TestFunctionExecutor (17 ms total) 2022-09-27T16:00:55.4447688Z 2022-09-27T16:00:55.4447871Z [----------] 1 test from TestShapeGraphLinting 2022-09-27T16:00:55.4448177Z [ RUN ] TestShapeGraphLinting.Basic 2022-09-27T16:00:55.4481375Z [ OK ] TestShapeGraphLinting.Basic (3 ms) 2022-09-27T16:00:55.4481842Z [----------] 1 test from TestShapeGraphLinting (3 ms total) 2022-09-27T16:00:55.4482111Z 2022-09-27T16:00:55.4482256Z [----------] 1 test from Composed 2022-09-27T16:00:55.4482522Z [ RUN ] Composed.ComposedOp 2022-09-27T16:00:55.4482846Z [ OK ] Composed.ComposedOp (0 ms) 2022-09-27T16:00:55.4483245Z [----------] 1 test from Composed (0 ms total) 2022-09-27T16:00:55.4483427Z 2022-09-27T16:00:55.4483665Z [----------] 19 tests from MobileTypeParserTest 2022-09-27T16:00:55.4484144Z [ RUN ] MobileTypeParserTest.Int 2022-09-27T16:00:55.4484576Z [ OK ] MobileTypeParserTest.Int (0 ms) 2022-09-27T16:00:55.4485053Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStr 2022-09-27T16:00:55.4485654Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStr (0 ms) 2022-09-27T16:00:55.4486270Z [ RUN ] MobileTypeParserTest.TorchBindClass 2022-09-27T16:00:55.4486764Z [ OK ] MobileTypeParserTest.TorchBindClass (0 ms) 2022-09-27T16:00:55.4487138Z [ RUN ] MobileTypeParserTest.ListOfTorchBindClass 2022-09-27T16:00:55.4487578Z [ OK ] MobileTypeParserTest.ListOfTorchBindClass (0 ms) 2022-09-27T16:00:55.4488025Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces 2022-09-27T16:00:55.4488617Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces (0 ms) 2022-09-27T16:00:55.4489037Z [ RUN ] MobileTypeParserTest.NamedTuple 2022-09-27T16:00:55.4489499Z [ OK ] MobileTypeParserTest.NamedTuple (0 ms) 2022-09-27T16:00:55.4489950Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeList 2022-09-27T16:00:55.4490456Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeList (0 ms) 2022-09-27T16:00:55.4491122Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList 2022-09-27T16:00:55.4492168Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList (0 ms) 2022-09-27T16:00:55.4493026Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTuple 2022-09-27T16:00:55.4494074Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTuple (0 ms) 2022-09-27T16:00:55.4494737Z [ RUN ] MobileTypeParserTest.Empty 2022-09-27T16:00:55.4551206Z [ OK ] MobileTypeParserTest.Empty (5 ms) 2022-09-27T16:00:55.4551857Z [ RUN ] MobileTypeParserTest.TypoRaises 2022-09-27T16:00:55.4615955Z [ OK ] MobileTypeParserTest.TypoRaises (6 ms) 2022-09-27T16:00:55.4616652Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises 2022-09-27T16:00:55.4680722Z [ OK ] MobileTypeParserTest.MismatchBracketRaises (6 ms) 2022-09-27T16:00:55.4681489Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises2 2022-09-27T16:00:55.4745228Z [ OK ] MobileTypeParserTest.MismatchBracketRaises2 (6 ms) 2022-09-27T16:00:55.4745977Z [ RUN ] MobileTypeParserTest.DictWithoutValueRaises 2022-09-27T16:00:55.4800545Z [ OK ] MobileTypeParserTest.DictWithoutValueRaises (5 ms) 2022-09-27T16:00:55.4801359Z [ RUN ] MobileTypeParserTest.ListArgCountMismatchRaises 2022-09-27T16:00:55.4865260Z [ OK ] MobileTypeParserTest.ListArgCountMismatchRaises (6 ms) 2022-09-27T16:00:55.4866348Z [ RUN ] MobileTypeParserTest.DictArgCountMismatchRaises 2022-09-27T16:00:55.4921336Z [ OK ] MobileTypeParserTest.DictArgCountMismatchRaises (5 ms) 2022-09-27T16:00:55.4922174Z [ RUN ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises 2022-09-27T16:00:55.4959457Z [ OK ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises (3 ms) 2022-09-27T16:00:55.4960235Z [ RUN ] MobileTypeParserTest.NonIdentifierRaises 2022-09-27T16:00:55.4996783Z [ OK ] MobileTypeParserTest.NonIdentifierRaises (3 ms) 2022-09-27T16:00:55.4997610Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises 2022-09-27T16:00:55.5070774Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises (7 ms) 2022-09-27T16:00:55.5071487Z [----------] 19 tests from MobileTypeParserTest (58 ms total) 2022-09-27T16:00:55.5071755Z 2022-09-27T16:00:55.5071980Z [----------] 13 tests from ModuleAPITest 2022-09-27T16:00:55.5072411Z [ RUN ] ModuleAPITest.MethodRunAsync 2022-09-27T16:00:55.5252217Z [ OK ] ModuleAPITest.MethodRunAsync (18 ms) 2022-09-27T16:00:55.5252561Z [ RUN ] ModuleAPITest.Clone 2022-09-27T16:00:55.5253462Z [ OK ] ModuleAPITest.Clone (0 ms) 2022-09-27T16:00:55.5253994Z [ RUN ] ModuleAPITest.CloneWithModuleInterface 2022-09-27T16:00:55.5319639Z [ OK ] ModuleAPITest.CloneWithModuleInterface (6 ms) 2022-09-27T16:00:55.5320060Z [ RUN ] ModuleAPITest.Copy 2022-09-27T16:00:55.5320828Z [ OK ] ModuleAPITest.Copy (0 ms) 2022-09-27T16:00:55.5321165Z [ RUN ] ModuleAPITest.DeepCopy 2022-09-27T16:00:55.5326209Z [ OK ] ModuleAPITest.DeepCopy (0 ms) 2022-09-27T16:00:55.5326594Z [ RUN ] ModuleAPITest.DeepCopyString 2022-09-27T16:00:55.5327051Z [ OK ] ModuleAPITest.DeepCopyString (0 ms) 2022-09-27T16:00:55.5327443Z [ RUN ] ModuleAPITest.DeepCopyEnum 2022-09-27T16:00:55.5328004Z [ OK ] ModuleAPITest.DeepCopyEnum (0 ms) 2022-09-27T16:00:55.5328386Z [ RUN ] ModuleAPITest.DeepCopyPreservesAliasing 2022-09-27T16:00:55.5332483Z [ OK ] ModuleAPITest.DeepCopyPreservesAliasing (0 ms) 2022-09-27T16:00:55.5332932Z [ RUN ] ModuleAPITest.Constants 2022-09-27T16:00:55.5333395Z [ OK ] ModuleAPITest.Constants (0 ms) 2022-09-27T16:00:55.5333962Z [ RUN ] ModuleAPITest.Parameters 2022-09-27T16:00:55.5334491Z [ OK ] ModuleAPITest.Parameters (0 ms) 2022-09-27T16:00:55.5334788Z [ RUN ] ModuleAPITest.Define 2022-09-27T16:00:55.5378296Z [ OK ] ModuleAPITest.Define (4 ms) 2022-09-27T16:00:55.5378617Z [ RUN ] ModuleAPITest.Freezing 2022-09-27T16:00:55.5419853Z [ OK ] ModuleAPITest.Freezing (4 ms) 2022-09-27T16:00:55.5420196Z [ RUN ] ModuleAPITest.OfiFreezesTraining 2022-09-27T16:00:55.5459716Z [ OK ] ModuleAPITest.OfiFreezesTraining (3 ms) 2022-09-27T16:00:55.5460087Z [----------] 13 tests from ModuleAPITest (38 ms total) 2022-09-27T16:00:55.5460261Z 2022-09-27T16:00:55.5460442Z [----------] 6 tests from PeepholeOptimizeTest 2022-09-27T16:00:55.5460766Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot 2022-09-27T16:00:55.5466008Z [ OK ] PeepholeOptimizeTest.IsAndIsNot (0 ms) 2022-09-27T16:00:55.5466340Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot2 2022-09-27T16:00:55.5471041Z [ OK ] PeepholeOptimizeTest.IsAndIsNot2 (0 ms) 2022-09-27T16:00:55.5471389Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot3 2022-09-27T16:00:55.5477628Z [ OK ] PeepholeOptimizeTest.IsAndIsNot3 (0 ms) 2022-09-27T16:00:55.5477974Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional 2022-09-27T16:00:55.5483667Z [ OK ] PeepholeOptimizeTest.UnwrapOptional (0 ms) 2022-09-27T16:00:55.5484133Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional2 2022-09-27T16:00:55.5489738Z [ OK ] PeepholeOptimizeTest.UnwrapOptional2 (0 ms) 2022-09-27T16:00:55.5490099Z [ RUN ] PeepholeOptimizeTest.AddMMFusion 2022-09-27T16:00:55.5499147Z [ OK ] PeepholeOptimizeTest.AddMMFusion (0 ms) 2022-09-27T16:00:55.5499872Z [----------] 6 tests from PeepholeOptimizeTest (3 ms total) 2022-09-27T16:00:55.5500072Z 2022-09-27T16:00:55.5500244Z [----------] 5 tests from QualifiedNameTest 2022-09-27T16:00:55.5500580Z [ RUN ] QualifiedNameTest.PrefixConstruction 2022-09-27T16:00:55.5500949Z [ OK ] QualifiedNameTest.PrefixConstruction (0 ms) 2022-09-27T16:00:55.5501297Z [ RUN ] QualifiedNameTest.DottedConstruction 2022-09-27T16:00:55.5501664Z [ OK ] QualifiedNameTest.DottedConstruction (0 ms) 2022-09-27T16:00:55.5502019Z [ RUN ] QualifiedNameTest.BadInputRaises 2022-09-27T16:00:55.5584941Z [ OK ] QualifiedNameTest.BadInputRaises (8 ms) 2022-09-27T16:00:55.5585564Z [ RUN ] QualifiedNameTest.Equality 2022-09-27T16:00:55.5586142Z [ OK ] QualifiedNameTest.Equality (0 ms) 2022-09-27T16:00:55.5586712Z [ RUN ] QualifiedNameTest.IsPrefixOf 2022-09-27T16:00:55.5587143Z [ OK ] QualifiedNameTest.IsPrefixOf (0 ms) 2022-09-27T16:00:55.5587491Z [----------] 5 tests from QualifiedNameTest (8 ms total) 2022-09-27T16:00:55.5587658Z 2022-09-27T16:00:55.5587823Z [----------] 6 tests from SerializationTest 2022-09-27T16:00:55.5588170Z [ RUN ] SerializationTest.ExtraFilesHookPreference 2022-09-27T16:00:55.5599566Z [W export_module.cpp:583] Warning: An extra files hook attempted to write metadata.json but this is already written in extra files and so will be skipped. This warning will only appear once per process. (function operator()) 2022-09-27T16:00:55.5644260Z [ OK ] SerializationTest.ExtraFilesHookPreference (5 ms) 2022-09-27T16:00:55.5644663Z [ RUN ] SerializationTest.ExtraFileHooksNoSecret 2022-09-27T16:00:55.5652298Z [ OK ] SerializationTest.ExtraFileHooksNoSecret (0 ms) 2022-09-27T16:00:55.5652681Z [ RUN ] SerializationTest.ExtraFileHooksWithSecret 2022-09-27T16:00:55.5660368Z [ OK ] SerializationTest.ExtraFileHooksWithSecret (0 ms) 2022-09-27T16:00:55.5660726Z [ RUN ] SerializationTest.TypeTags 2022-09-27T16:00:55.5680341Z [ OK ] SerializationTest.TypeTags (1 ms) 2022-09-27T16:00:55.5680778Z [ RUN ] SerializationTest.ParentDirNotExist 2022-09-27T16:00:55.5829924Z [ OK ] SerializationTest.ParentDirNotExist (14 ms) 2022-09-27T16:00:55.5830439Z [ RUN ] SerializationTest.CalculateNecessaryArgsTest 2022-09-27T16:00:55.5831204Z [ OK ] SerializationTest.CalculateNecessaryArgsTest (0 ms) 2022-09-27T16:00:55.5831932Z [----------] 6 tests from SerializationTest (24 ms total) 2022-09-27T16:00:55.5832103Z 2022-09-27T16:00:55.5832279Z [----------] 3 tests from TestSourceRoundTrip 2022-09-27T16:00:55.5832631Z [ RUN ] TestSourceRoundTrip.UpsampleNearest2d 2022-09-27T16:00:55.5949653Z [ OK ] TestSourceRoundTrip.UpsampleNearest2d (11 ms) 2022-09-27T16:00:55.5950033Z [ RUN ] TestSourceRoundTrip.CheckAttrAccess 2022-09-27T16:00:55.5955491Z [ OK ] TestSourceRoundTrip.CheckAttrAccess (0 ms) 2022-09-27T16:00:55.5955839Z [ RUN ] TestSourceRoundTrip.MethodInvocation 2022-09-27T16:00:55.6427150Z [ OK ] TestSourceRoundTrip.MethodInvocation (46 ms) 2022-09-27T16:00:55.6427845Z [----------] 3 tests from TestSourceRoundTrip (59 ms total) 2022-09-27T16:00:55.6428127Z 2022-09-27T16:00:55.6428747Z [----------] 2 tests from FunctionSchemaIsAliasingTest 2022-09-27T16:00:55.6429340Z [ RUN ] FunctionSchemaIsAliasingTest.Basic 2022-09-27T16:00:55.6430068Z [ OK ] FunctionSchemaIsAliasingTest.Basic (0 ms) 2022-09-27T16:00:55.6430751Z [ RUN ] FunctionSchemaIsAliasingTest.InvalidArgument 2022-09-27T16:00:55.6473929Z [ OK ] FunctionSchemaIsAliasingTest.InvalidArgument (4 ms) 2022-09-27T16:00:55.6474651Z [----------] 2 tests from FunctionSchemaIsAliasingTest (4 ms total) 2022-09-27T16:00:55.6474954Z 2022-09-27T16:00:55.6475256Z [----------] 2 tests from FunctionSchemaIsMutableTest 2022-09-27T16:00:55.6475808Z [ RUN ] FunctionSchemaIsMutableTest.Basic 2022-09-27T16:00:55.6476384Z [ OK ] FunctionSchemaIsMutableTest.Basic (0 ms) 2022-09-27T16:00:55.6476992Z [ RUN ] FunctionSchemaIsMutableTest.InvalidArgument 2022-09-27T16:00:55.6540317Z [ OK ] FunctionSchemaIsMutableTest.InvalidArgument (6 ms) 2022-09-27T16:00:55.6541014Z [----------] 2 tests from FunctionSchemaIsMutableTest (6 ms total) 2022-09-27T16:00:55.6541277Z 2022-09-27T16:00:55.6541571Z [----------] 5 tests from SchemaInfoIsMutableTest 2022-09-27T16:00:55.6542051Z [ RUN ] SchemaInfoIsMutableTest.Basic 2022-09-27T16:00:55.6563921Z [ OK ] SchemaInfoIsMutableTest.Basic (2 ms) 2022-09-27T16:00:55.6564548Z [ RUN ] SchemaInfoIsMutableTest.InvalidArgument 2022-09-27T16:00:55.6625067Z [ OK ] SchemaInfoIsMutableTest.InvalidArgument (6 ms) 2022-09-27T16:00:55.6625671Z [ RUN ] SchemaInfoIsMutableTest.AliasingInputs 2022-09-27T16:00:55.6630672Z [ OK ] SchemaInfoIsMutableTest.AliasingInputs (0 ms) 2022-09-27T16:00:55.6631281Z [ RUN ] SchemaInfoIsMutableTest.InstanceNorm 2022-09-27T16:00:55.6635317Z [ OK ] SchemaInfoIsMutableTest.InstanceNorm (0 ms) 2022-09-27T16:00:55.6635902Z [ RUN ] SchemaInfoIsMutableTest.BatchNorm 2022-09-27T16:00:55.6640046Z [ OK ] SchemaInfoIsMutableTest.BatchNorm (0 ms) 2022-09-27T16:00:55.6640667Z [----------] 5 tests from SchemaInfoIsMutableTest (10 ms total) 2022-09-27T16:00:55.6640938Z 2022-09-27T16:00:55.6641274Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest 2022-09-27T16:00:55.6641852Z [ RUN ] SchemaInfoIsNonDeterministicTest.Basic 2022-09-27T16:00:55.6644142Z [ OK ] SchemaInfoIsNonDeterministicTest.Basic (0 ms) 2022-09-27T16:00:55.6644722Z [ RUN ] SchemaInfoIsNonDeterministicTest.Dropout 2022-09-27T16:00:55.6645688Z [ OK ] SchemaInfoIsNonDeterministicTest.Dropout (0 ms) 2022-09-27T16:00:55.6646422Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest (0 ms total) 2022-09-27T16:00:55.6646628Z 2022-09-27T16:00:55.6646819Z [----------] 3 tests from FunctionSchemaMayAliasTest 2022-09-27T16:00:55.6647218Z [ RUN ] FunctionSchemaMayAliasTest.Basic 2022-09-27T16:00:55.6647913Z [ OK ] FunctionSchemaMayAliasTest.Basic (0 ms) 2022-09-27T16:00:55.6648571Z [ RUN ] FunctionSchemaMayAliasTest.InvalidArgument 2022-09-27T16:00:55.6700100Z [ OK ] FunctionSchemaMayAliasTest.InvalidArgument (5 ms) 2022-09-27T16:00:55.6700679Z [ RUN ] FunctionSchemaMayAliasTest.Wildcard 2022-09-27T16:00:55.6701588Z [ OK ] FunctionSchemaMayAliasTest.Wildcard (0 ms) 2022-09-27T16:00:55.6702296Z [----------] 3 tests from FunctionSchemaMayAliasTest (5 ms total) 2022-09-27T16:00:55.6702487Z 2022-09-27T16:00:55.6702672Z [----------] 7 tests from SchemaInfoMayAliasTest 2022-09-27T16:00:55.6703050Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputs 2022-09-27T16:00:55.6705258Z [ OK ] SchemaInfoMayAliasTest.AliasingInputs (0 ms) 2022-09-27T16:00:55.6705845Z [ RUN ] SchemaInfoMayAliasTest.AliasingOutputs 2022-09-27T16:00:55.6710536Z [ OK ] SchemaInfoMayAliasTest.AliasingOutputs (0 ms) 2022-09-27T16:00:55.6711185Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputOutput 2022-09-27T16:00:55.6714115Z [ OK ] SchemaInfoMayAliasTest.AliasingInputOutput (0 ms) 2022-09-27T16:00:55.6714783Z [ RUN ] SchemaInfoMayAliasTest.MultipleWildcardInputs 2022-09-27T16:00:55.6719734Z [ OK ] SchemaInfoMayAliasTest.MultipleWildcardInputs (0 ms) 2022-09-27T16:00:55.6720393Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs 2022-09-27T16:00:55.6722549Z [W schema_info.cpp:333] Warning: alias::a appears twice in same argument list which will make aliasing checks more conservative. (function operator()) 2022-09-27T16:00:55.6724104Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs (0 ms) 2022-09-27T16:00:55.6724850Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs 2022-09-27T16:00:55.6726610Z [W schema_info.cpp:333] Warning: alias::a appears twice in same argument list which will make aliasing checks more conservative. (function operator()) 2022-09-27T16:00:55.6727575Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs (0 ms) 2022-09-27T16:00:55.6728201Z [ RUN ] SchemaInfoMayAliasTest.MismatchingTypes 2022-09-27T16:00:55.6729228Z [ OK ] SchemaInfoMayAliasTest.MismatchingTypes (0 ms) 2022-09-27T16:00:55.6729922Z [----------] 7 tests from SchemaInfoMayAliasTest (2 ms total) 2022-09-27T16:00:55.6730224Z 2022-09-27T16:00:55.6730421Z [----------] 3 tests from FunctionSchemaMayContainAliasTest 2022-09-27T16:00:55.6730793Z [ RUN ] FunctionSchemaMayContainAliasTest.Basic 2022-09-27T16:00:55.6731937Z [ OK ] FunctionSchemaMayContainAliasTest.Basic (0 ms) 2022-09-27T16:00:55.6732571Z [ RUN ] FunctionSchemaMayContainAliasTest.Wildcard 2022-09-27T16:00:55.6734957Z [ OK ] FunctionSchemaMayContainAliasTest.Wildcard (0 ms) 2022-09-27T16:00:55.6735603Z [ RUN ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers 2022-09-27T16:00:55.6737152Z [ OK ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-09-27T16:00:55.6737877Z [----------] 3 tests from FunctionSchemaMayContainAliasTest (0 ms total) 2022-09-27T16:00:55.6738079Z 2022-09-27T16:00:55.6738271Z [----------] 6 tests from SchemaInfoMayContainAliasTest 2022-09-27T16:00:55.6738679Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual 2022-09-27T16:00:55.6740443Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual (0 ms) 2022-09-27T16:00:55.6741102Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained 2022-09-27T16:00:55.6744922Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained (0 ms) 2022-09-27T16:00:55.6745482Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasOutputs 2022-09-27T16:00:55.6749961Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasOutputs (0 ms) 2022-09-27T16:00:55.6750603Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput 2022-09-27T16:00:55.6754302Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput (0 ms) 2022-09-27T16:00:55.6754941Z [ RUN ] SchemaInfoMayContainAliasTest.InputAndOutputContainers 2022-09-27T16:00:55.6758520Z [ OK ] SchemaInfoMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-09-27T16:00:55.6759089Z [ RUN ] SchemaInfoMayContainAliasTest.Wildcard 2022-09-27T16:00:55.6762734Z [ OK ] SchemaInfoMayContainAliasTest.Wildcard (0 ms) 2022-09-27T16:00:55.6763400Z [----------] 6 tests from SchemaInfoMayContainAliasTest (2 ms total) 2022-09-27T16:00:55.6763592Z 2022-09-27T16:00:55.6763757Z [----------] 2 tests from SchemaMatchingTest 2022-09-27T16:00:55.6764178Z [ RUN ] SchemaMatchingTest.VarType 2022-09-27T16:00:55.6800562Z [ OK ] SchemaMatchingTest.VarType (3 ms) 2022-09-27T16:00:55.6801135Z [ RUN ] SchemaMatchingTest.VarType2 2022-09-27T16:00:55.6834764Z [ OK ] SchemaMatchingTest.VarType2 (3 ms) 2022-09-27T16:00:55.6835277Z [----------] 2 tests from SchemaMatchingTest (7 ms total) 2022-09-27T16:00:55.6835449Z 2022-09-27T16:00:55.6835601Z [----------] 6 tests from StackOptTest 2022-09-27T16:00:55.6835908Z [ RUN ] StackOptTest.UseVariadicStack 2022-09-27T16:00:55.7382598Z [ OK ] StackOptTest.UseVariadicStack (54 ms) 2022-09-27T16:00:55.7383046Z [ RUN ] StackOptTest.UseVariadicStackReplaceMultiple 2022-09-27T16:00:55.7639434Z [ OK ] StackOptTest.UseVariadicStackReplaceMultiple (25 ms) 2022-09-27T16:00:55.7639894Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListUses 2022-09-27T16:00:55.7900642Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListUses (26 ms) 2022-09-27T16:00:55.7901142Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationAfterCat 2022-09-27T16:00:55.8098827Z [ OK ] StackOptTest.UseVariadicStackWithListMutationAfterCat (19 ms) 2022-09-27T16:00:55.8099310Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationBeforeCat 2022-09-27T16:00:55.8502163Z [ OK ] StackOptTest.UseVariadicStackWithListMutationBeforeCat (40 ms) 2022-09-27T16:00:55.8502685Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListMutations 2022-09-27T16:00:55.8978540Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListMutations (47 ms) 2022-09-27T16:00:55.8978983Z [----------] 6 tests from StackOptTest (214 ms total) 2022-09-27T16:00:55.8979140Z 2022-09-27T16:00:55.8979320Z [----------] 16 tests from SubgraphMatcherTest 2022-09-27T16:00:55.8979630Z [ RUN ] SubgraphMatcherTest.Trivial1 2022-09-27T16:00:55.8982346Z [ OK ] SubgraphMatcherTest.Trivial1 (0 ms) 2022-09-27T16:00:55.8982896Z [ RUN ] SubgraphMatcherTest.Trivial2 2022-09-27T16:00:55.8984360Z [ OK ] SubgraphMatcherTest.Trivial2 (0 ms) 2022-09-27T16:00:55.8984945Z [ RUN ] SubgraphMatcherTest.Trivial3 2022-09-27T16:00:55.8989640Z [ OK ] SubgraphMatcherTest.Trivial3 (0 ms) 2022-09-27T16:00:55.8990229Z [ RUN ] SubgraphMatcherTest.Trivial4 2022-09-27T16:00:55.8991126Z [ OK ] SubgraphMatcherTest.Trivial4 (0 ms) 2022-09-27T16:00:55.8991685Z [ RUN ] SubgraphMatcherTest.Linear1 2022-09-27T16:00:55.8997332Z [ OK ] SubgraphMatcherTest.Linear1 (0 ms) 2022-09-27T16:00:55.8997891Z [ RUN ] SubgraphMatcherTest.Linear2 2022-09-27T16:00:55.8999016Z [ OK ] SubgraphMatcherTest.Linear2 (0 ms) 2022-09-27T16:00:55.8999561Z [ RUN ] SubgraphMatcherTest.Diamond1 2022-09-27T16:00:55.9009196Z [ OK ] SubgraphMatcherTest.Diamond1 (0 ms) 2022-09-27T16:00:55.9009532Z [ RUN ] SubgraphMatcherTest.Diamond2 2022-09-27T16:00:55.9011267Z [ OK ] SubgraphMatcherTest.Diamond2 (0 ms) 2022-09-27T16:00:55.9011570Z [ RUN ] SubgraphMatcherTest.XPattern 2022-09-27T16:00:55.9019305Z [ OK ] SubgraphMatcherTest.XPattern (0 ms) 2022-09-27T16:00:55.9019744Z [ RUN ] SubgraphMatcherTest.MultipleMatches 2022-09-27T16:00:55.9024159Z [ OK ] SubgraphMatcherTest.MultipleMatches (0 ms) 2022-09-27T16:00:55.9024534Z [ RUN ] SubgraphMatcherTest.OverlappingMatches 2022-09-27T16:00:55.9029359Z [ OK ] SubgraphMatcherTest.OverlappingMatches (0 ms) 2022-09-27T16:00:55.9029736Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks1 2022-09-27T16:00:55.9038190Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks1 (0 ms) 2022-09-27T16:00:55.9038806Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks2 2022-09-27T16:00:55.9045677Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks2 (0 ms) 2022-09-27T16:00:55.9046123Z [ RUN ] SubgraphMatcherTest.MatchesAttributes 2022-09-27T16:00:55.9063719Z [ OK ] SubgraphMatcherTest.MatchesAttributes (1 ms) 2022-09-27T16:00:55.9064067Z [ RUN ] SubgraphMatcherTest.BadPattern 2022-09-27T16:00:55.9128341Z [ OK ] SubgraphMatcherTest.BadPattern (6 ms) 2022-09-27T16:00:55.9128663Z [ RUN ] SubgraphMatcherTest.MultiOutput 2022-09-27T16:00:55.9140745Z [ OK ] SubgraphMatcherTest.MultiOutput (1 ms) 2022-09-27T16:00:55.9141182Z [----------] 16 tests from SubgraphMatcherTest (16 ms total) 2022-09-27T16:00:55.9141352Z 2022-09-27T16:00:55.9141523Z [----------] 4 tests from SubgraphRewriterTest 2022-09-27T16:00:55.9141827Z [ RUN ] SubgraphRewriterTest.FilterMatch 2022-09-27T16:00:55.9159682Z [ OK ] SubgraphRewriterTest.FilterMatch (1 ms) 2022-09-27T16:00:55.9160035Z [ RUN ] SubgraphRewriterTest.FilterNoMatch 2022-09-27T16:00:55.9167618Z [ OK ] SubgraphRewriterTest.FilterNoMatch (0 ms) 2022-09-27T16:00:55.9168035Z [ RUN ] SubgraphRewriterTest.MultiOutput 2022-09-27T16:00:55.9206583Z [ OK ] SubgraphRewriterTest.MultiOutput (3 ms) 2022-09-27T16:00:55.9206984Z [ RUN ] SubgraphRewriterTest.OutputType 2022-09-27T16:00:55.9222033Z [ OK ] SubgraphRewriterTest.OutputType (1 ms) 2022-09-27T16:00:55.9222705Z [----------] 4 tests from SubgraphRewriterTest (8 ms total) 2022-09-27T16:00:55.9223048Z 2022-09-27T16:00:55.9223213Z [----------] 3 tests from SubgraphUtilsTest 2022-09-27T16:00:55.9223500Z [ RUN ] SubgraphUtilsTest.Basic 2022-09-27T16:00:55.9250982Z [ OK ] SubgraphUtilsTest.Basic (2 ms) 2022-09-27T16:00:55.9251568Z [ RUN ] SubgraphUtilsTest.MergeSubgraphs 2022-09-27T16:00:55.9275232Z [ OK ] SubgraphUtilsTest.MergeSubgraphs (2 ms) 2022-09-27T16:00:55.9275728Z [ RUN ] SubgraphUtilsTest.GraphName 2022-09-27T16:00:55.9280703Z [ OK ] SubgraphUtilsTest.GraphName (0 ms) 2022-09-27T16:00:55.9281331Z [----------] 3 tests from SubgraphUtilsTest (5 ms total) 2022-09-27T16:00:55.9281577Z 2022-09-27T16:00:55.9281731Z [----------] 8 tests from UnionTypeTest 2022-09-27T16:00:55.9282026Z [ RUN ] UnionTypeTest.UnionOperatorEquals 2022-09-27T16:00:55.9282666Z [ OK ] UnionTypeTest.UnionOperatorEquals (0 ms) 2022-09-27T16:00:55.9283278Z [ RUN ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 2022-09-27T16:00:55.9283978Z [ OK ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 (0 ms) 2022-09-27T16:00:55.9284535Z [ RUN ] UnionTypeTest.UnionCreate_OptionalTAndT 2022-09-27T16:00:55.9285110Z [ OK ] UnionTypeTest.UnionCreate_OptionalTAndT (0 ms) 2022-09-27T16:00:55.9285560Z [ RUN ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship 2022-09-27T16:00:55.9286114Z [ OK ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship (0 ms) 2022-09-27T16:00:55.9286541Z [ RUN ] UnionTypeTest.UnionCreate_ContainerTAndT 2022-09-27T16:00:55.9287004Z [ OK ] UnionTypeTest.UnionCreate_ContainerTAndT (0 ms) 2022-09-27T16:00:55.9287450Z [ RUN ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT 2022-09-27T16:00:55.9287955Z [ OK ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT (0 ms) 2022-09-27T16:00:55.9288484Z [ RUN ] UnionTypeTest.Subtyping_NumberType 2022-09-27T16:00:55.9289042Z [ OK ] UnionTypeTest.Subtyping_NumberType (0 ms) 2022-09-27T16:00:55.9289444Z [ RUN ] UnionTypeTest.Subtyping_OptionalType 2022-09-27T16:00:55.9290191Z [ OK ] UnionTypeTest.Subtyping_OptionalType (0 ms) 2022-09-27T16:00:55.9291090Z [----------] 8 tests from UnionTypeTest (0 ms total) 2022-09-27T16:00:55.9291356Z 2022-09-27T16:00:55.9291590Z [----------] 2 tests from ScriptProfileTest 2022-09-27T16:00:55.9291868Z [ RUN ] ScriptProfileTest.Basic 2022-09-27T16:00:55.9295260Z [ OK ] ScriptProfileTest.Basic (0 ms) 2022-09-27T16:00:55.9295838Z [ RUN ] ScriptProfileTest.CallingOrder 2022-09-27T16:00:55.9353174Z [ OK ] ScriptProfileTest.CallingOrder (5 ms) 2022-09-27T16:00:55.9353753Z [----------] 2 tests from ScriptProfileTest (6 ms total) 2022-09-27T16:00:55.9354043Z 2022-09-27T16:00:55.9354338Z [----------] 7 tests from ShapeAnalysisTest 2022-09-27T16:00:55.9354677Z [ RUN ] ShapeAnalysisTest.DynamicShapesFusion 2022-09-27T16:00:55.9911289Z [ OK ] ShapeAnalysisTest.DynamicShapesFusion (55 ms) 2022-09-27T16:00:55.9911953Z [ RUN ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups 2022-09-27T16:00:56.0038574Z [ OK ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups (12 ms) 2022-09-27T16:00:56.0039135Z [ RUN ] ShapeAnalysisTest.SymbolicShapeAPI 2022-09-27T16:00:56.0588574Z [ OK ] ShapeAnalysisTest.SymbolicShapeAPI (54 ms) 2022-09-27T16:00:56.0589074Z [ RUN ] ShapeAnalysisTest.BoundedSymbolicShapes 2022-09-27T16:00:56.0643446Z [ OK ] ShapeAnalysisTest.BoundedSymbolicShapes (5 ms) 2022-09-27T16:00:56.0643983Z [ RUN ] ShapeAnalysisTest.SymbolicShapeCaching 2022-09-27T16:00:56.0707592Z [ OK ] ShapeAnalysisTest.SymbolicShapeCaching (6 ms) 2022-09-27T16:00:56.0708183Z [ RUN ] ShapeAnalysisTest.ShapeCacheMultipleFns 2022-09-27T16:00:56.0933308Z [ OK ] ShapeAnalysisTest.ShapeCacheMultipleFns (22 ms) 2022-09-27T16:00:56.0934079Z [ RUN ] ShapeAnalysisTest.TestShapeMultipleReturns 2022-09-27T16:00:56.1020115Z [ OK ] ShapeAnalysisTest.TestShapeMultipleReturns (8 ms) 2022-09-27T16:00:56.1020669Z [----------] 7 tests from ShapeAnalysisTest (166 ms total) 2022-09-27T16:00:56.1020938Z 2022-09-27T16:00:56.1021185Z [----------] 5 tests from JitLoggingTest 2022-09-27T16:00:56.1021684Z [ RUN ] JitLoggingTest.CheckSetLoggingLevel 2022-09-27T16:00:56.1022196Z [ OK ] JitLoggingTest.CheckSetLoggingLevel (0 ms) 2022-09-27T16:00:56.1022721Z [ RUN ] JitLoggingTest.CheckSetMultipleLogLevels 2022-09-27T16:00:56.1023419Z [ OK ] JitLoggingTest.CheckSetMultipleLogLevels (0 ms) 2022-09-27T16:00:56.1024032Z [ RUN ] JitLoggingTest.CheckLoggingLevelAfterUnset 2022-09-27T16:00:56.1024636Z [ OK ] JitLoggingTest.CheckLoggingLevelAfterUnset (0 ms) 2022-09-27T16:00:56.1025258Z [ RUN ] JitLoggingTest.CheckAfterChangingLevel 2022-09-27T16:00:56.1025646Z [ OK ] JitLoggingTest.CheckAfterChangingLevel (0 ms) 2022-09-27T16:00:56.1026031Z [ RUN ] JitLoggingTest.CheckOutputStreamSetting 2022-09-27T16:00:56.1026406Z [ OK ] JitLoggingTest.CheckOutputStreamSetting (0 ms) 2022-09-27T16:00:56.1026779Z [----------] 5 tests from JitLoggingTest (0 ms total) 2022-09-27T16:00:56.1026942Z 2022-09-27T16:00:56.1027097Z [----------] 9 tests from FileFormatTest 2022-09-27T16:00:56.1027419Z [ RUN ] FileFormatTest.IdentifiesFlatbufferStream 2022-09-27T16:00:56.1027808Z [ OK ] FileFormatTest.IdentifiesFlatbufferStream (0 ms) 2022-09-27T16:00:56.1028176Z [ RUN ] FileFormatTest.IdentifiesZipStream 2022-09-27T16:00:56.1028514Z [ OK ] FileFormatTest.IdentifiesZipStream (0 ms) 2022-09-27T16:00:56.1028885Z [ RUN ] FileFormatTest.FlatbufferTakesPrecedence 2022-09-27T16:00:56.1029268Z [ OK ] FileFormatTest.FlatbufferTakesPrecedence (0 ms) 2022-09-27T16:00:56.1029860Z [ RUN ] FileFormatTest.HandlesUnknownStream 2022-09-27T16:00:56.1030206Z [ OK ] FileFormatTest.HandlesUnknownStream (0 ms) 2022-09-27T16:00:56.1030625Z [ RUN ] FileFormatTest.ShortStreamIsUnknown 2022-09-27T16:00:56.1030983Z [ OK ] FileFormatTest.ShortStreamIsUnknown (0 ms) 2022-09-27T16:00:56.1031332Z [ RUN ] FileFormatTest.EmptyStreamIsUnknown 2022-09-27T16:00:56.1031694Z [ OK ] FileFormatTest.EmptyStreamIsUnknown (0 ms) 2022-09-27T16:00:56.1032037Z [ RUN ] FileFormatTest.BadStreamIsUnknown 2022-09-27T16:00:56.1032383Z [ OK ] FileFormatTest.BadStreamIsUnknown (0 ms) 2022-09-27T16:00:56.1032760Z [ RUN ] FileFormatTest.StreamOffsetIsObservedAndRestored 2022-09-27T16:00:56.1033198Z [ OK ] FileFormatTest.StreamOffsetIsObservedAndRestored (0 ms) 2022-09-27T16:00:56.1033582Z [ RUN ] FileFormatTest.HandlesMissingFile 2022-09-27T16:00:56.1033921Z [ OK ] FileFormatTest.HandlesMissingFile (0 ms) 2022-09-27T16:00:56.1034260Z [----------] 9 tests from FileFormatTest (0 ms total) 2022-09-27T16:00:56.1034413Z 2022-09-27T16:00:56.1034567Z [----------] 35 tests from FlatbufferTest 2022-09-27T16:00:56.1034863Z [ RUN ] FlatbufferTest.UpsampleNearest2d 2022-09-27T16:00:56.1084107Z [ OK ] FlatbufferTest.UpsampleNearest2d (5 ms) 2022-09-27T16:00:56.1084528Z [ RUN ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory 2022-09-27T16:00:56.1138758Z [ OK ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory (5 ms) 2022-09-27T16:00:56.1139323Z [ RUN ] FlatbufferTest.CheckAttrAccess 2022-09-27T16:00:56.1141501Z [ OK ] FlatbufferTest.CheckAttrAccess (0 ms) 2022-09-27T16:00:56.1141831Z [ RUN ] FlatbufferTest.MethodInvocation 2022-09-27T16:00:56.1305206Z [ OK ] FlatbufferTest.MethodInvocation (16 ms) 2022-09-27T16:00:56.1305653Z [ RUN ] FlatbufferTest.FlatbufferBackPortTest 2022-09-27T16:00:56.1547185Z [ OK ] FlatbufferTest.FlatbufferBackPortTest (24 ms) 2022-09-27T16:00:56.1547541Z [ RUN ] FlatbufferTest.ExtraFiles 2022-09-27T16:00:56.1569632Z [ OK ] FlatbufferTest.ExtraFiles (2 ms) 2022-09-27T16:00:56.1569933Z [ RUN ] FlatbufferTest.Conv 2022-09-27T16:00:56.1657986Z [ OK ] FlatbufferTest.Conv (8 ms) 2022-09-27T16:00:56.1658348Z [ RUN ] FlatbufferTest.ConvWithCopyTensorMemory 2022-09-27T16:00:56.1750400Z [ OK ] FlatbufferTest.ConvWithCopyTensorMemory (9 ms) 2022-09-27T16:00:56.1750760Z [ RUN ] FlatbufferTest.Inline 2022-09-27T16:00:56.1801691Z [ OK ] FlatbufferTest.Inline (5 ms) 2022-09-27T16:00:56.1802045Z [ RUN ] FlatbufferTest.InlineWithCopyTensorMemory 2022-09-27T16:00:56.1850374Z [ OK ] FlatbufferTest.InlineWithCopyTensorMemory (4 ms) 2022-09-27T16:00:56.1850742Z [ RUN ] FlatbufferTest.Tuple 2022-09-27T16:00:56.1885407Z [ OK ] FlatbufferTest.Tuple (3 ms) 2022-09-27T16:00:56.1885705Z [ RUN ] FlatbufferTest.Dict 2022-09-27T16:00:56.1920726Z [ OK ] FlatbufferTest.Dict (3 ms) 2022-09-27T16:00:56.1921009Z [ RUN ] FlatbufferTest.Prim 2022-09-27T16:00:56.1947327Z [ OK ] FlatbufferTest.Prim (2 ms) 2022-09-27T16:00:56.1947609Z [ RUN ] FlatbufferTest.PrimScalar 2022-09-27T16:00:56.1976492Z [ OK ] FlatbufferTest.PrimScalar (2 ms) 2022-09-27T16:00:56.1976813Z [ RUN ] FlatbufferTest.WrongMethodName 2022-09-27T16:00:56.2057274Z [ OK ] FlatbufferTest.WrongMethodName (8 ms) 2022-09-27T16:00:56.2057657Z [ RUN ] FlatbufferTest.SetState 2022-09-27T16:00:56.2244991Z [ OK ] FlatbufferTest.SetState (18 ms) 2022-09-27T16:00:56.2245306Z [ RUN ] FlatbufferTest.BuiltinClass 2022-09-27T16:00:56.2288490Z [ OK ] FlatbufferTest.BuiltinClass (4 ms) 2022-09-27T16:00:56.2288895Z [ RUN ] FlatbufferTest.BuiltinFunction 2022-09-27T16:00:56.2306700Z [ OK ] FlatbufferTest.BuiltinFunction (1 ms) 2022-09-27T16:00:56.2307012Z [ RUN ] FlatbufferTest.Eval 2022-09-27T16:00:56.2350852Z [ OK ] FlatbufferTest.Eval (4 ms) 2022-09-27T16:00:56.2351250Z [ RUN ] FlatbufferTest.FindWrongMethodName 2022-09-27T16:00:56.2370258Z [ OK ] FlatbufferTest.FindWrongMethodName (1 ms) 2022-09-27T16:00:56.2370664Z [ RUN ] FlatbufferTest.FindAndRunMethod 2022-09-27T16:00:56.2419632Z [ OK ] FlatbufferTest.FindAndRunMethod (4 ms) 2022-09-27T16:00:56.2419974Z [ RUN ] FlatbufferTest.RunMethodVariadic 2022-09-27T16:00:56.2463485Z [ OK ] FlatbufferTest.RunMethodVariadic (4 ms) 2022-09-27T16:00:56.2463906Z [ RUN ] FlatbufferTest.DuplicateSetState 2022-09-27T16:00:56.2529189Z [ OK ] FlatbufferTest.DuplicateSetState (6 ms) 2022-09-27T16:00:56.2529887Z [ RUN ] FlatbufferTest.OpNameExportFetchRootOperators 2022-09-27T16:00:56.2572344Z [ OK ] FlatbufferTest.OpNameExportFetchRootOperators (4 ms) 2022-09-27T16:00:56.2572939Z [ RUN ] FlatbufferTest.DefaultArgsConv 2022-09-27T16:00:56.2638568Z [ OK ] FlatbufferTest.DefaultArgsConv (6 ms) 2022-09-27T16:00:56.2639142Z [ RUN ] FlatbufferTest.DefaultArgsPinv 2022-09-27T16:00:56.2911420Z [ OK ] FlatbufferTest.DefaultArgsPinv (27 ms) 2022-09-27T16:00:56.2912054Z [ RUN ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault 2022-09-27T16:00:56.2963072Z [ OK ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault (5 ms) 2022-09-27T16:00:56.2963491Z [ RUN ] FlatbufferTest.DefaultArgsPinvWithOutArg 2022-09-27T16:00:56.3082814Z [ OK ] FlatbufferTest.DefaultArgsPinvWithOutArg (11 ms) 2022-09-27T16:00:56.3083208Z [ RUN ] FlatbufferTest.DefaultArgsWithOutArg 2022-09-27T16:00:56.3153170Z [ OK ] FlatbufferTest.DefaultArgsWithOutArg (7 ms) 2022-09-27T16:00:56.3153601Z [ RUN ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs 2022-09-27T16:00:56.3342884Z [ OK ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs (18 ms) 2022-09-27T16:00:56.3343340Z [ RUN ] FlatbufferTest.OperatorSize1 2022-09-27T16:00:56.3361377Z [ OK ] FlatbufferTest.OperatorSize1 (1 ms) 2022-09-27T16:00:56.3361785Z [ RUN ] FlatbufferTest.BoolAndDoubleList 2022-09-27T16:00:56.3365626Z [ OK ] FlatbufferTest.BoolAndDoubleList (0 ms) 2022-09-27T16:00:56.3366028Z [ RUN ] FlatbufferTest.OperatorTest2 2022-09-27T16:00:56.3446746Z [ OK ] FlatbufferTest.OperatorTest2 (7 ms) 2022-09-27T16:00:56.3447419Z [ RUN ] FlatbufferTest.DetachedBufferSmoke 2022-09-27T16:00:56.3447835Z [ OK ] FlatbufferTest.DetachedBufferSmoke (0 ms) 2022-09-27T16:00:56.3448205Z [ RUN ] FlatbufferTest.DetachedBufferNullOwner 2022-09-27T16:00:56.3448572Z [ OK ] FlatbufferTest.DetachedBufferNullOwner (0 ms) 2022-09-27T16:00:56.3448942Z [----------] 35 tests from FlatbufferTest (242 ms total) 2022-09-27T16:00:56.3449102Z 2022-09-27T16:00:56.3449271Z [----------] 3 tests from TestSourceFlatbuffer 2022-09-27T16:00:56.3449609Z [ RUN ] TestSourceFlatbuffer.UpsampleNearest2d 2022-09-27T16:00:56.3561659Z [ OK ] TestSourceFlatbuffer.UpsampleNearest2d (11 ms) 2022-09-27T16:00:56.3562054Z [ RUN ] TestSourceFlatbuffer.CheckAttrAccess 2022-09-27T16:00:56.3569060Z [ OK ] TestSourceFlatbuffer.CheckAttrAccess (0 ms) 2022-09-27T16:00:56.3569508Z [ RUN ] TestSourceFlatbuffer.MethodInvocation 2022-09-27T16:00:56.4034840Z [ OK ] TestSourceFlatbuffer.MethodInvocation (46 ms) 2022-09-27T16:00:56.4035235Z [----------] 3 tests from TestSourceFlatbuffer (58 ms total) 2022-09-27T16:00:56.4035413Z 2022-09-27T16:00:56.4035734Z [----------] 10 tests from FlatbufferUpgraderTest 2022-09-27T16:00:56.4036057Z [ RUN ] FlatbufferUpgraderTest.DivTensorV2 2022-09-27T16:00:56.4043310Z [ OK ] FlatbufferUpgraderTest.DivTensorV2 (0 ms) 2022-09-27T16:00:56.4043691Z [ RUN ] FlatbufferUpgraderTest.DivTensorOutV2 2022-09-27T16:00:56.4050307Z [ OK ] FlatbufferUpgraderTest.DivTensorOutV2 (0 ms) 2022-09-27T16:00:56.4050676Z [ RUN ] FlatbufferUpgraderTest.DivTensorInplaceV2 2022-09-27T16:00:56.4058705Z [ OK ] FlatbufferUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-09-27T16:00:56.4059091Z [ RUN ] FlatbufferUpgraderTest.DivScalarFloatV2 2022-09-27T16:00:56.4072036Z [ OK ] FlatbufferUpgraderTest.DivScalarFloatV2 (1 ms) 2022-09-27T16:00:56.4072489Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 2022-09-27T16:00:56.4080388Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-09-27T16:00:56.4080822Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 2022-09-27T16:00:56.4087899Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-09-27T16:00:56.4088325Z [ RUN ] FlatbufferUpgraderTest.DivScalarScalarV2 2022-09-27T16:00:56.4093169Z [ OK ] FlatbufferUpgraderTest.DivScalarScalarV2 (0 ms) 2022-09-27T16:00:56.4093707Z [ RUN ] FlatbufferUpgraderTest.DivScalarIntV2 2022-09-27T16:00:56.4104212Z [ OK ] FlatbufferUpgraderTest.DivScalarIntV2 (1 ms) 2022-09-27T16:00:56.4104616Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 2022-09-27T16:00:56.4111952Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-09-27T16:00:56.4112384Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 2022-09-27T16:00:56.4119804Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-09-27T16:00:56.4120504Z [----------] 10 tests from FlatbufferUpgraderTest (8 ms total) 2022-09-27T16:00:56.4120685Z 2022-09-27T16:00:56.4120915Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture 2022-09-27T16:00:56.4121359Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 2022-09-27T16:00:56.4128837Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 (0 ms) 2022-09-27T16:00:56.4129339Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 2022-09-27T16:00:56.4135845Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 (0 ms) 2022-09-27T16:00:56.4136393Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 2022-09-27T16:00:56.4142640Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 (0 ms) 2022-09-27T16:00:56.4143267Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 2022-09-27T16:00:56.4149276Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 (0 ms) 2022-09-27T16:00:56.4149888Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 2022-09-27T16:00:56.4156194Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 (0 ms) 2022-09-27T16:00:56.4156864Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 2022-09-27T16:00:56.4162356Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 (0 ms) 2022-09-27T16:00:56.4163020Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 2022-09-27T16:00:56.4168548Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 (0 ms) 2022-09-27T16:00:56.4169193Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 2022-09-27T16:00:56.4174408Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 (0 ms) 2022-09-27T16:00:56.4175041Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 2022-09-27T16:00:56.4180699Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 (0 ms) 2022-09-27T16:00:56.4181347Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 2022-09-27T16:00:56.4186484Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 (0 ms) 2022-09-27T16:00:56.4187124Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 2022-09-27T16:00:56.4192079Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 (0 ms) 2022-09-27T16:00:56.4192729Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 2022-09-27T16:00:56.4197803Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 (0 ms) 2022-09-27T16:00:56.4198372Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture (7 ms total) 2022-09-27T16:00:56.4198580Z 2022-09-27T16:00:56.4198824Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture 2022-09-27T16:00:56.4199275Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 2022-09-27T16:01:06.7988079Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 (10378 ms) 2022-09-27T16:01:06.7988625Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 2022-09-27T16:01:21.7180332Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 (14919 ms) 2022-09-27T16:01:21.7180862Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 2022-09-27T16:01:40.3405183Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 (18622 ms) 2022-09-27T16:01:40.3405702Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 2022-09-27T16:01:58.2249380Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 (17884 ms) 2022-09-27T16:01:58.2249905Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 2022-09-27T16:02:16.4017099Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 (18176 ms) 2022-09-27T16:02:16.4017652Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 2022-09-27T16:02:34.5356898Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 (18133 ms) 2022-09-27T16:02:34.5357406Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 2022-09-27T16:02:52.6895532Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 (18153 ms) 2022-09-27T16:02:52.6896067Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 2022-09-27T16:03:10.6214940Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 (17931 ms) 2022-09-27T16:03:10.6215473Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 2022-09-27T16:03:27.4698365Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 (16848 ms) 2022-09-27T16:03:27.4698876Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 2022-09-27T16:03:45.1745923Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 (17704 ms) 2022-09-27T16:03:45.1747052Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture (168754 ms total) 2022-09-27T16:03:45.1747287Z 2022-09-27T16:03:45.1747474Z [----------] Global test environment tear-down 2022-09-27T16:03:45.1956873Z [==========] 568 tests from 117 test suites ran. (175204 ms total) 2022-09-27T16:03:45.1957140Z [ PASSED ] 568 tests. 2022-09-27T16:03:45.6382651Z + [[ linux-focal-py3.7-clang7-asan == *cuda* ]] 2022-09-27T16:03:45.6383280Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_lazy --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml 2022-09-27T16:03:47.7974364Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:03:47.7987173Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-09-27T16:03:47.7987671Z [==========] Running 612 tests from 10 test suites. 2022-09-27T16:03:47.7988153Z [----------] Global test environment set-up. 2022-09-27T16:03:47.7988652Z [----------] 11 tests from BackendDeviceTest 2022-09-27T16:03:47.7989068Z [ RUN ] BackendDeviceTest.BackendDeviceType 2022-09-27T16:03:47.7989539Z [ OK ] BackendDeviceTest.BackendDeviceType (0 ms) 2022-09-27T16:03:47.7989924Z [ RUN ] BackendDeviceTest.Basic1 2022-09-27T16:03:47.7990350Z [ OK ] BackendDeviceTest.Basic1 (0 ms) 2022-09-27T16:03:47.7990883Z [ RUN ] BackendDeviceTest.Basic2 2022-09-27T16:03:47.7991334Z [ OK ] BackendDeviceTest.Basic2 (0 ms) 2022-09-27T16:03:47.7991628Z [ RUN ] BackendDeviceTest.Basic3 2022-09-27T16:03:47.7991931Z [ OK ] BackendDeviceTest.Basic3 (0 ms) 2022-09-27T16:03:47.7992209Z [ RUN ] BackendDeviceTest.Basic4 2022-09-27T16:03:47.7992506Z [ OK ] BackendDeviceTest.Basic4 (0 ms) 2022-09-27T16:03:47.7992801Z [ RUN ] BackendDeviceTest.Compare 2022-09-27T16:03:47.7993092Z [ OK ] BackendDeviceTest.Compare (0 ms) 2022-09-27T16:03:47.7993391Z [ RUN ] BackendDeviceTest.Ostream 2022-09-27T16:03:47.7993691Z [ OK ] BackendDeviceTest.Ostream (0 ms) 2022-09-27T16:03:47.7993986Z [ RUN ] BackendDeviceTest.FromAten 2022-09-27T16:03:47.8053246Z [ OK ] BackendDeviceTest.FromAten (6 ms) 2022-09-27T16:03:47.8053816Z [ RUN ] BackendDeviceTest.ToAten 2022-09-27T16:03:47.8054122Z [ OK ] BackendDeviceTest.ToAten (0 ms) 2022-09-27T16:03:47.8054438Z [ RUN ] BackendDeviceTest.GetBackendDevice1 2022-09-27T16:03:47.8270311Z [ OK ] BackendDeviceTest.GetBackendDevice1 (21 ms) 2022-09-27T16:03:47.8270838Z [ RUN ] BackendDeviceTest.GetBackendDevice2 2022-09-27T16:03:47.8271658Z [ OK ] BackendDeviceTest.GetBackendDevice2 (0 ms) 2022-09-27T16:03:47.8272343Z [----------] 11 tests from BackendDeviceTest (28 ms total) 2022-09-27T16:03:47.8272576Z 2022-09-27T16:03:47.8272803Z [----------] 2 tests from CacheTest 2022-09-27T16:03:47.8273632Z [ RUN ] CacheTest.BasicTest 2022-09-27T16:03:47.8274061Z [ OK ] CacheTest.BasicTest (0 ms) 2022-09-27T16:03:47.8274559Z [ RUN ] CacheTest.ShapeCacheTestForDynamicShape 2022-09-27T16:03:47.8274991Z [ OK ] CacheTest.ShapeCacheTestForDynamicShape (0 ms) 2022-09-27T16:03:47.8275365Z [----------] 2 tests from CacheTest (0 ms total) 2022-09-27T16:03:47.8275543Z 2022-09-27T16:03:47.8275666Z [----------] 5 tests from IrTest 2022-09-27T16:03:47.8275915Z [ RUN ] IrTest.BasicTest 2022-09-27T16:03:47.8276887Z [ OK ] IrTest.BasicTest (0 ms) 2022-09-27T16:03:47.8277207Z [ RUN ] IrTest.MetaDataTest 2022-09-27T16:03:47.8289667Z [ OK ] IrTest.MetaDataTest (1 ms) 2022-09-27T16:03:47.8290184Z [ RUN ] IrTest.TsNodeTest 2022-09-27T16:03:47.8290468Z [ OK ] IrTest.TsNodeTest (0 ms) 2022-09-27T16:03:47.8290811Z [ RUN ] IrTest.DimensionNodeTest 2022-09-27T16:03:47.8292472Z [ OK ] IrTest.DimensionNodeTest (0 ms) 2022-09-27T16:03:47.8293046Z [ RUN ] IrTest.DimensionIsDynamicTest 2022-09-27T16:03:47.8293674Z [ OK ] IrTest.DimensionIsDynamicTest (0 ms) 2022-09-27T16:03:47.8293989Z [----------] 5 tests from IrTest (1 ms total) 2022-09-27T16:03:47.8294232Z 2022-09-27T16:03:47.8294514Z [----------] 2 tests from IrUtilTest 2022-09-27T16:03:47.8294947Z [ RUN ] IrUtilTest.BasicTest 2022-09-27T16:03:47.8295235Z [ OK ] IrUtilTest.BasicTest (0 ms) 2022-09-27T16:03:47.8295501Z [ RUN ] IrUtilTest.TestCircle 2022-09-27T16:03:47.8354008Z [ OK ] IrUtilTest.TestCircle (5 ms) 2022-09-27T16:03:47.8354574Z [----------] 2 tests from IrUtilTest (6 ms total) 2022-09-27T16:03:47.8354868Z 2022-09-27T16:03:47.8355031Z [----------] 2 tests from HashTest 2022-09-27T16:03:47.8355290Z [ RUN ] HashTest.Scalar 2022-09-27T16:03:47.8355552Z [ OK ] HashTest.Scalar (0 ms) 2022-09-27T16:03:47.8355804Z [ RUN ] HashTest.Sanity 2022-09-27T16:03:47.8357666Z [ OK ] HashTest.Sanity (0 ms) 2022-09-27T16:03:47.8358081Z [----------] 2 tests from HashTest (0 ms total) 2022-09-27T16:03:47.8358235Z 2022-09-27T16:03:47.8358411Z [----------] 3 tests from PermutationUtilTest 2022-09-27T16:03:47.8358750Z [ RUN ] PermutationUtilTest.TestInversePermutation 2022-09-27T16:03:47.8410014Z [ OK ] PermutationUtilTest.TestInversePermutation (5 ms) 2022-09-27T16:03:47.8410435Z [ RUN ] PermutationUtilTest.TestIsPermutation 2022-09-27T16:03:47.8410811Z [ OK ] PermutationUtilTest.TestIsPermutation (0 ms) 2022-09-27T16:03:47.8411155Z [ RUN ] PermutationUtilTest.TestPermute 2022-09-27T16:03:47.8477644Z [ OK ] PermutationUtilTest.TestPermute (6 ms) 2022-09-27T16:03:47.8478247Z [----------] 3 tests from PermutationUtilTest (11 ms total) 2022-09-27T16:03:47.8478531Z 2022-09-27T16:03:47.8478762Z [----------] 7 tests from ShapeTest 2022-09-27T16:03:47.8479200Z [ RUN ] ShapeTest.Basic1 2022-09-27T16:03:47.8479644Z [ OK ] ShapeTest.Basic1 (0 ms) 2022-09-27T16:03:47.8480095Z [ RUN ] ShapeTest.Basic2 2022-09-27T16:03:47.8480563Z [ OK ] ShapeTest.Basic2 (0 ms) 2022-09-27T16:03:47.8480955Z [ RUN ] ShapeTest.Basic3 2022-09-27T16:03:47.8481466Z [ OK ] ShapeTest.Basic3 (0 ms) 2022-09-27T16:03:47.8481849Z [ RUN ] ShapeTest.SetScalarType 2022-09-27T16:03:47.8482273Z [ OK ] ShapeTest.SetScalarType (0 ms) 2022-09-27T16:03:47.8482778Z [ RUN ] ShapeTest.SetSize 2022-09-27T16:03:47.8483221Z [ OK ] ShapeTest.SetSize (0 ms) 2022-09-27T16:03:47.8483578Z [ RUN ] ShapeTest.Equal 2022-09-27T16:03:47.8483905Z [ OK ] ShapeTest.Equal (0 ms) 2022-09-27T16:03:47.8484266Z [ RUN ] ShapeTest.Ostream 2022-09-27T16:03:47.8484624Z [ OK ] ShapeTest.Ostream (0 ms) 2022-09-27T16:03:47.8484997Z [----------] 7 tests from ShapeTest (0 ms total) 2022-09-27T16:03:47.8485186Z 2022-09-27T16:03:47.8485400Z [----------] 2 tests from TrieCacheTest 2022-09-27T16:03:47.8485689Z [ RUN ] TrieCacheTest.TestSinglePath 2022-09-27T16:03:47.8486086Z [ OK ] TrieCacheTest.TestSinglePath (0 ms) 2022-09-27T16:03:47.8486503Z [ RUN ] TrieCacheTest.TestTwoPaths 2022-09-27T16:03:47.8486877Z [ OK ] TrieCacheTest.TestTwoPaths (0 ms) 2022-09-27T16:03:47.8487413Z [----------] 2 tests from TrieCacheTest (0 ms total) 2022-09-27T16:03:47.8487959Z 2022-09-27T16:03:47.8488228Z [----------] 3 tests from UtilTest 2022-09-27T16:03:47.8488632Z [ RUN ] UtilTest.ExceptionCleanup 2022-09-27T16:03:47.8489004Z [ OK ] UtilTest.ExceptionCleanup (0 ms) 2022-09-27T16:03:47.8489287Z [ RUN ] UtilTest.MaybeRef 2022-09-27T16:03:47.8489554Z [ OK ] UtilTest.MaybeRef (0 ms) 2022-09-27T16:03:47.8489793Z [ RUN ] UtilTest.Iota 2022-09-27T16:03:47.8490047Z [ OK ] UtilTest.Iota (0 ms) 2022-09-27T16:03:47.8490338Z [----------] 3 tests from UtilTest (0 ms total) 2022-09-27T16:03:47.8490483Z 2022-09-27T16:03:47.8490632Z [----------] 575 tests from LazyOpsTest 2022-09-27T16:03:47.8497563Z [ RUN ] LazyOpsTest.TestScalarTensor 2022-09-27T16:03:47.9240677Z [ OK ] LazyOpsTest.TestScalarTensor (74 ms) 2022-09-27T16:03:47.9241029Z [ RUN ] LazyOpsTest.TestClone 2022-09-27T16:03:47.9275027Z [ OK ] LazyOpsTest.TestClone (3 ms) 2022-09-27T16:03:47.9275336Z [ RUN ] LazyOpsTest.TestTo 2022-09-27T16:03:47.9280876Z [ OK ] LazyOpsTest.TestTo (0 ms) 2022-09-27T16:03:47.9281184Z [ RUN ] LazyOpsTest.TestIsFloatingPoint 2022-09-27T16:03:47.9282953Z [ OK ] LazyOpsTest.TestIsFloatingPoint (0 ms) 2022-09-27T16:03:47.9283361Z [ RUN ] LazyOpsTest.TestIsSigned 2022-09-27T16:03:47.9284804Z [ OK ] LazyOpsTest.TestIsSigned (0 ms) 2022-09-27T16:03:47.9285093Z [ RUN ] LazyOpsTest.TestCastByte 2022-09-27T16:03:48.2718959Z [ OK ] LazyOpsTest.TestCastByte (343 ms) 2022-09-27T16:03:48.2719372Z [ RUN ] LazyOpsTest.TestCastChar 2022-09-27T16:03:48.2742063Z [ OK ] LazyOpsTest.TestCastChar (2 ms) 2022-09-27T16:03:48.2742402Z [ RUN ] LazyOpsTest.TestCastShort 2022-09-27T16:03:48.2764315Z [ OK ] LazyOpsTest.TestCastShort (2 ms) 2022-09-27T16:03:48.2764894Z [ RUN ] LazyOpsTest.TestCastInt 2022-09-27T16:03:48.2796775Z [ OK ] LazyOpsTest.TestCastInt (3 ms) 2022-09-27T16:03:48.2797351Z [ RUN ] LazyOpsTest.TestCastLong 2022-09-27T16:03:48.2817489Z [ OK ] LazyOpsTest.TestCastLong (2 ms) 2022-09-27T16:03:48.2818042Z [ RUN ] LazyOpsTest.TestCastFloat 2022-09-27T16:03:48.2821137Z [ OK ] LazyOpsTest.TestCastFloat (0 ms) 2022-09-27T16:03:48.2821702Z [ RUN ] LazyOpsTest.TestRetainType 2022-09-27T16:03:48.2927132Z [ OK ] LazyOpsTest.TestRetainType (10 ms) 2022-09-27T16:03:48.2927471Z [ RUN ] LazyOpsTest.TestLogicalTypeWithInterop 2022-09-27T16:03:48.3114170Z [ OK ] LazyOpsTest.TestLogicalTypeWithInterop (18 ms) 2022-09-27T16:03:48.3114504Z [ RUN ] LazyOpsTest.TestAdd 2022-09-27T16:03:48.3152965Z [ OK ] LazyOpsTest.TestAdd (3 ms) 2022-09-27T16:03:48.3153255Z [ RUN ] LazyOpsTest.TestAddHalf 2022-09-27T16:03:48.3188940Z [ OK ] LazyOpsTest.TestAddHalf (3 ms) 2022-09-27T16:03:48.3189274Z [ RUN ] LazyOpsTest.TestAddMixedPrecision 2022-09-27T16:03:48.3212391Z [ OK ] LazyOpsTest.TestAddMixedPrecision (2 ms) 2022-09-27T16:03:48.3212733Z [ RUN ] LazyOpsTest.TestAddInPlace 2022-09-27T16:03:48.3254714Z [ OK ] LazyOpsTest.TestAddInPlace (4 ms) 2022-09-27T16:03:48.3255049Z [ RUN ] LazyOpsTest.TestAddScalar 2022-09-27T16:03:48.3277932Z [ OK ] LazyOpsTest.TestAddScalar (2 ms) 2022-09-27T16:03:48.3278276Z [ RUN ] LazyOpsTest.TestAddScalarInPlace 2022-09-27T16:03:48.3314518Z [ OK ] LazyOpsTest.TestAddScalarInPlace (3 ms) 2022-09-27T16:03:48.3314864Z [ RUN ] LazyOpsTest.TestAddZeroSizeDim 2022-09-27T16:03:48.3336782Z [ OK ] LazyOpsTest.TestAddZeroSizeDim (2 ms) 2022-09-27T16:03:48.3337087Z [ RUN ] LazyOpsTest.TestSub 2022-09-27T16:03:48.3405421Z [ OK ] LazyOpsTest.TestSub (6 ms) 2022-09-27T16:03:48.3405766Z [ RUN ] LazyOpsTest.TestSubInPlace 2022-09-27T16:03:48.3454342Z [ OK ] LazyOpsTest.TestSubInPlace (4 ms) 2022-09-27T16:03:48.3454659Z [ RUN ] LazyOpsTest.TestSubScalar 2022-09-27T16:03:48.3476373Z [ OK ] LazyOpsTest.TestSubScalar (2 ms) 2022-09-27T16:03:48.3476740Z [ RUN ] LazyOpsTest.TestSubScalarInPlace 2022-09-27T16:03:48.3511696Z [ OK ] LazyOpsTest.TestSubScalarInPlace (3 ms) 2022-09-27T16:03:48.3512041Z [ RUN ] LazyOpsTest.TestMul 2022-09-27T16:03:48.3590549Z [ OK ] LazyOpsTest.TestMul (7 ms) 2022-09-27T16:03:48.3590892Z [ RUN ] LazyOpsTest.TestMulInPlace 2022-09-27T16:03:48.3639252Z [ OK ] LazyOpsTest.TestMulInPlace (4 ms) 2022-09-27T16:03:48.3639587Z [ RUN ] LazyOpsTest.TestMulScalar 2022-09-27T16:03:48.3661172Z [ OK ] LazyOpsTest.TestMulScalar (2 ms) 2022-09-27T16:03:48.3661575Z [ RUN ] LazyOpsTest.TestMulScalarInPlace 2022-09-27T16:03:48.3697334Z [ OK ] LazyOpsTest.TestMulScalarInPlace (3 ms) 2022-09-27T16:03:48.3697631Z [ RUN ] LazyOpsTest.TestDiv 2022-09-27T16:03:48.4403334Z [ OK ] LazyOpsTest.TestDiv (70 ms) 2022-09-27T16:03:48.4403731Z [ RUN ] LazyOpsTest.TestDivWithRoundingMode 2022-09-27T16:03:48.6733864Z [ OK ] LazyOpsTest.TestDivWithRoundingMode (232 ms) 2022-09-27T16:03:48.6734251Z [ RUN ] LazyOpsTest.TestDivInPlace 2022-09-27T16:03:48.6766453Z [ OK ] LazyOpsTest.TestDivInPlace (3 ms) 2022-09-27T16:03:48.6767113Z [ RUN ] LazyOpsTest.TestDivInPlaceWithRoundingMode 2022-09-27T16:03:48.6875434Z [ OK ] LazyOpsTest.TestDivInPlaceWithRoundingMode (10 ms) 2022-09-27T16:03:48.6876009Z [ RUN ] LazyOpsTest.TestDivScalar 2022-09-27T16:03:48.7116086Z [ OK ] LazyOpsTest.TestDivScalar (23 ms) 2022-09-27T16:03:48.7116650Z [ RUN ] LazyOpsTest.TestDivScalarInPlace 2022-09-27T16:03:48.7179339Z [ OK ] LazyOpsTest.TestDivScalarInPlace (6 ms) 2022-09-27T16:03:48.7179890Z [ RUN ] LazyOpsTest.TestDivOut 2022-09-27T16:03:48.7210927Z [ OK ] LazyOpsTest.TestDivOut (3 ms) 2022-09-27T16:03:48.7211511Z [ RUN ] LazyOpsTest.TestRsubScalar 2022-09-27T16:03:48.7235143Z [ OK ] LazyOpsTest.TestRsubScalar (2 ms) 2022-09-27T16:03:48.7235685Z [ RUN ] LazyOpsTest.TestNe 2022-09-27T16:03:48.7295256Z [ OK ] LazyOpsTest.TestNe (5 ms) 2022-09-27T16:03:48.7295798Z [ RUN ] LazyOpsTest.TestNeInplace 2022-09-27T16:03:48.7343190Z [ OK ] LazyOpsTest.TestNeInplace (4 ms) 2022-09-27T16:03:48.7343717Z [ RUN ] LazyOpsTest.TestEq 2022-09-27T16:03:48.7374649Z [ OK ] LazyOpsTest.TestEq (3 ms) 2022-09-27T16:03:48.7375180Z [ RUN ] LazyOpsTest.TestEqInplace 2022-09-27T16:03:48.7423767Z [ OK ] LazyOpsTest.TestEqInplace (4 ms) 2022-09-27T16:03:48.7424327Z [ RUN ] LazyOpsTest.TestGe 2022-09-27T16:03:48.7452982Z [ OK ] LazyOpsTest.TestGe (2 ms) 2022-09-27T16:03:48.7453681Z [ RUN ] LazyOpsTest.TestGeInplace 2022-09-27T16:03:48.7488521Z [ OK ] LazyOpsTest.TestGeInplace (3 ms) 2022-09-27T16:03:48.7489048Z [ RUN ] LazyOpsTest.TestLe 2022-09-27T16:03:48.7520409Z [ OK ] LazyOpsTest.TestLe (3 ms) 2022-09-27T16:03:48.7520944Z [ RUN ] LazyOpsTest.TestLeInplace 2022-09-27T16:03:48.7555540Z [ OK ] LazyOpsTest.TestLeInplace (3 ms) 2022-09-27T16:03:48.7556049Z [ RUN ] LazyOpsTest.TestGt 2022-09-27T16:03:48.7577676Z [ OK ] LazyOpsTest.TestGt (2 ms) 2022-09-27T16:03:48.7578221Z [ RUN ] LazyOpsTest.TestGtInplace 2022-09-27T16:03:48.7613092Z [ OK ] LazyOpsTest.TestGtInplace (3 ms) 2022-09-27T16:03:48.7613790Z [ RUN ] LazyOpsTest.TestLt 2022-09-27T16:03:48.7647314Z [ OK ] LazyOpsTest.TestLt (3 ms) 2022-09-27T16:03:48.7647855Z [ RUN ] LazyOpsTest.TestLtInplace 2022-09-27T16:03:48.7702392Z [ OK ] LazyOpsTest.TestLtInplace (5 ms) 2022-09-27T16:03:48.7702989Z [ RUN ] LazyOpsTest.TestNeScalar 2022-09-27T16:03:48.7721000Z [ OK ] LazyOpsTest.TestNeScalar (1 ms) 2022-09-27T16:03:48.7721531Z [ RUN ] LazyOpsTest.TestEqScalar 2022-09-27T16:03:48.7739746Z [ OK ] LazyOpsTest.TestEqScalar (1 ms) 2022-09-27T16:03:48.7740047Z [ RUN ] LazyOpsTest.TestGeScalar 2022-09-27T16:03:48.7758082Z [ OK ] LazyOpsTest.TestGeScalar (1 ms) 2022-09-27T16:03:48.7758391Z [ RUN ] LazyOpsTest.TestGeScalarInplace 2022-09-27T16:03:48.7790813Z [ OK ] LazyOpsTest.TestGeScalarInplace (3 ms) 2022-09-27T16:03:48.7791141Z [ RUN ] LazyOpsTest.TestLeScalar 2022-09-27T16:03:48.7809184Z [ OK ] LazyOpsTest.TestLeScalar (1 ms) 2022-09-27T16:03:48.7809511Z [ RUN ] LazyOpsTest.TestLeScalarInplace 2022-09-27T16:03:48.7840562Z [ OK ] LazyOpsTest.TestLeScalarInplace (3 ms) 2022-09-27T16:03:48.7840948Z [ RUN ] LazyOpsTest.TestGtScalar 2022-09-27T16:03:48.7858945Z [ OK ] LazyOpsTest.TestGtScalar (1 ms) 2022-09-27T16:03:48.7859349Z [ RUN ] LazyOpsTest.TestGtScalarInplace 2022-09-27T16:03:48.7889896Z [ OK ] LazyOpsTest.TestGtScalarInplace (3 ms) 2022-09-27T16:03:48.7890264Z [ RUN ] LazyOpsTest.TestLtScalar 2022-09-27T16:03:48.7909153Z [ OK ] LazyOpsTest.TestLtScalar (1 ms) 2022-09-27T16:03:48.7909535Z [ RUN ] LazyOpsTest.TestLtScalarInplace 2022-09-27T16:03:48.7940082Z [ OK ] LazyOpsTest.TestLtScalarInplace (3 ms) 2022-09-27T16:03:48.7940477Z [ RUN ] LazyOpsTest.TestIntegerAdd 2022-09-27T16:03:48.8035962Z [ OK ] LazyOpsTest.TestIntegerAdd (9 ms) 2022-09-27T16:03:48.8036296Z [ RUN ] LazyOpsTest.TestSVD 2022-09-27T16:03:48.8335060Z [ OK ] LazyOpsTest.TestSVD (29 ms) 2022-09-27T16:03:48.8335512Z [ RUN ] LazyOpsTest.TestQR 2022-09-27T16:03:48.8336418Z [W BatchLinearAlgebra.cpp:2355] Warning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:03:48.8336963Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:03:48.8337284Z Q, R = torch.qr(A, some) 2022-09-27T16:03:48.8337477Z should be replaced with 2022-09-27T16:03:48.8337802Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (function operator()) 2022-09-27T16:03:48.8477250Z [ OK ] LazyOpsTest.TestQR (14 ms) 2022-09-27T16:03:48.8477623Z [ RUN ] LazyOpsTest.TestSymEig 2022-09-27T16:03:48.8479779Z [W BatchLinearAlgebra.cpp:2806] Warning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:03:48.8480594Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:03:48.8481111Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:03:48.8481339Z should be replaced with 2022-09-27T16:03:48.8491726Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:03:48.8492144Z and 2022-09-27T16:03:48.8492455Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:03:48.8492655Z should be replaced with 2022-09-27T16:03:48.8492981Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (function operator()) 2022-09-27T16:03:48.8602599Z [ OK ] LazyOpsTest.TestSymEig (12 ms) 2022-09-27T16:03:48.8602928Z [ RUN ] LazyOpsTest.TestCholesky 2022-09-27T16:03:48.8607326Z [W BatchLinearAlgebra.cpp:1626] Warning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T16:03:48.8608287Z L = torch.cholesky(A) 2022-09-27T16:03:48.8608614Z should be replaced with 2022-09-27T16:03:48.8608827Z L = torch.linalg.cholesky(A) 2022-09-27T16:03:48.8609011Z and 2022-09-27T16:03:48.8609176Z U = torch.cholesky(A, upper=True) 2022-09-27T16:03:48.8609391Z should be replaced with 2022-09-27T16:03:48.8609603Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T16:03:48.8609920Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (function operator()) 2022-09-27T16:03:48.8662304Z [ OK ] LazyOpsTest.TestCholesky (5 ms) 2022-09-27T16:03:48.8662624Z [ RUN ] LazyOpsTest.TestLogDet 2022-09-27T16:03:48.8772159Z [ OK ] LazyOpsTest.TestLogDet (10 ms) 2022-09-27T16:03:48.8772479Z [ RUN ] LazyOpsTest.TestTriangularSolve 2022-09-27T16:03:48.8775882Z [W BatchLinearAlgebra.cpp:2121] Warning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:03:48.8776374Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:03:48.8776680Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:03:48.8776875Z should be replaced with 2022-09-27T16:03:48.8777113Z X = torch.linalg.solve_triangular(A, B). (function operator()) 2022-09-27T16:03:49.0667060Z [ OK ] LazyOpsTest.TestTriangularSolve (189 ms) 2022-09-27T16:03:49.0667421Z [ RUN ] LazyOpsTest.TestKthValue 2022-09-27T16:03:49.0968564Z [ OK ] LazyOpsTest.TestKthValue (30 ms) 2022-09-27T16:03:49.0968859Z [ RUN ] LazyOpsTest.TestTopK 2022-09-27T16:03:49.2343975Z [ OK ] LazyOpsTest.TestTopK (137 ms) 2022-09-27T16:03:49.2344324Z [ RUN ] LazyOpsTest.TestSort 2022-09-27T16:03:49.2979425Z [ OK ] LazyOpsTest.TestSort (63 ms) 2022-09-27T16:03:49.3027819Z [ RUN ] LazyOpsTest.TestSortDescWithMinValue 2022-09-27T16:03:49.3028233Z [ OK ] LazyOpsTest.TestSortDescWithMinValue (4 ms) 2022-09-27T16:03:49.3028634Z [ RUN ] LazyOpsTest.TestArgSort 2022-09-27T16:03:49.3138223Z [ OK ] LazyOpsTest.TestArgSort (10 ms) 2022-09-27T16:03:49.3138525Z [ RUN ] LazyOpsTest.TestMin 2022-09-27T16:03:49.3161164Z [ OK ] LazyOpsTest.TestMin (2 ms) 2022-09-27T16:03:49.3161482Z [ RUN ] LazyOpsTest.TestMax 2022-09-27T16:03:49.3196982Z [ OK ] LazyOpsTest.TestMax (3 ms) 2022-09-27T16:03:49.3197411Z [ RUN ] LazyOpsTest.TestUnaryMin 2022-09-27T16:03:49.3214865Z [ OK ] LazyOpsTest.TestUnaryMin (1 ms) 2022-09-27T16:03:49.3215358Z [ RUN ] LazyOpsTest.TestUnaryMax 2022-09-27T16:03:49.3232700Z [ OK ] LazyOpsTest.TestUnaryMax (1 ms) 2022-09-27T16:03:49.3233266Z [ RUN ] LazyOpsTest.TestAll 2022-09-27T16:03:49.3344950Z [ OK ] LazyOpsTest.TestAll (11 ms) 2022-09-27T16:03:49.3345442Z [ RUN ] LazyOpsTest.TestAllDim 2022-09-27T16:03:49.3366701Z [ OK ] LazyOpsTest.TestAllDim (2 ms) 2022-09-27T16:03:49.3367255Z [ RUN ] LazyOpsTest.TestAllDimKeep 2022-09-27T16:03:49.3387382Z [ OK ] LazyOpsTest.TestAllDimKeep (2 ms) 2022-09-27T16:03:49.3387899Z [ RUN ] LazyOpsTest.TestAmax 2022-09-27T16:03:49.3753977Z [ OK ] LazyOpsTest.TestAmax (36 ms) 2022-09-27T16:03:49.3754496Z [ RUN ] LazyOpsTest.TestAmin 2022-09-27T16:03:49.4105522Z [ OK ] LazyOpsTest.TestAmin (35 ms) 2022-09-27T16:03:49.4106011Z [ RUN ] LazyOpsTest.TestAny 2022-09-27T16:03:49.4191712Z [ OK ] LazyOpsTest.TestAny (8 ms) 2022-09-27T16:03:49.4212686Z [ RUN ] LazyOpsTest.TestAnyDim 2022-09-27T16:03:49.4213448Z [ OK ] LazyOpsTest.TestAnyDim (2 ms) 2022-09-27T16:03:49.4213910Z [ RUN ] LazyOpsTest.TestAnyDimKeep 2022-09-27T16:03:49.4232645Z [ OK ] LazyOpsTest.TestAnyDimKeep (1 ms) 2022-09-27T16:03:49.4233111Z [ RUN ] LazyOpsTest.TestMean 2022-09-27T16:03:49.4254243Z [ OK ] LazyOpsTest.TestMean (2 ms) 2022-09-27T16:03:49.4254781Z [ RUN ] LazyOpsTest.TestMeanCast 2022-09-27T16:03:49.4273602Z [ OK ] LazyOpsTest.TestMeanCast (1 ms) 2022-09-27T16:03:49.4274145Z [ RUN ] LazyOpsTest.TestMeanInDim 2022-09-27T16:03:49.4423281Z [ OK ] LazyOpsTest.TestMeanInDim (14 ms) 2022-09-27T16:03:49.4423872Z [ RUN ] LazyOpsTest.TestMeanInDims 2022-09-27T16:03:49.4469093Z [ OK ] LazyOpsTest.TestMeanInDims (4 ms) 2022-09-27T16:03:49.4469702Z [ RUN ] LazyOpsTest.TestMeanInDimsKeepCast 2022-09-27T16:03:49.4514386Z [ OK ] LazyOpsTest.TestMeanInDimsKeepCast (4 ms) 2022-09-27T16:03:49.4514965Z [ RUN ] LazyOpsTest.TestMeanInDimOut 2022-09-27T16:03:49.4660441Z [ OK ] LazyOpsTest.TestMeanInDimOut (14 ms) 2022-09-27T16:03:49.4660993Z [ RUN ] LazyOpsTest.TestStd 2022-09-27T16:03:49.4728013Z [ OK ] LazyOpsTest.TestStd (6 ms) 2022-09-27T16:03:49.4728540Z [ RUN ] LazyOpsTest.TestStdInDim 2022-09-27T16:03:49.5264395Z [ OK ] LazyOpsTest.TestStdInDim (53 ms) 2022-09-27T16:03:49.5264787Z [ RUN ] LazyOpsTest.TestStdWithCorrection 2022-09-27T16:03:49.5532905Z [ OK ] LazyOpsTest.TestStdWithCorrection (26 ms) 2022-09-27T16:03:49.5533322Z [ RUN ] LazyOpsTest.TestStdMeanWithCorrection 2022-09-27T16:03:49.5660465Z [ OK ] LazyOpsTest.TestStdMeanWithCorrection (12 ms) 2022-09-27T16:03:49.5660981Z [ RUN ] LazyOpsTest.TestSum 2022-09-27T16:03:49.5681423Z [ OK ] LazyOpsTest.TestSum (2 ms) 2022-09-27T16:03:49.5681972Z [ RUN ] LazyOpsTest.TestSumCast 2022-09-27T16:03:49.5700611Z [ OK ] LazyOpsTest.TestSumCast (1 ms) 2022-09-27T16:03:49.5701144Z [ RUN ] LazyOpsTest.TestSumU8 2022-09-27T16:03:49.5716400Z [ OK ] LazyOpsTest.TestSumU8 (1 ms) 2022-09-27T16:03:49.5716939Z [ RUN ] LazyOpsTest.TestSumInDim 2022-09-27T16:03:49.5843808Z [ OK ] LazyOpsTest.TestSumInDim (12 ms) 2022-09-27T16:03:49.5885682Z [ RUN ] LazyOpsTest.TestSumInDims 2022-09-27T16:03:49.5886267Z [ OK ] LazyOpsTest.TestSumInDims (4 ms) 2022-09-27T16:03:49.5886615Z [ RUN ] LazyOpsTest.TestSumInDimsKeep 2022-09-27T16:03:49.5928347Z [ OK ] LazyOpsTest.TestSumInDimsKeep (4 ms) 2022-09-27T16:03:49.5928958Z [ RUN ] LazyOpsTest.TestSumInDimsKeepCast 2022-09-27T16:03:49.5971048Z [ OK ] LazyOpsTest.TestSumInDimsKeepCast (4 ms) 2022-09-27T16:03:49.5971614Z [ RUN ] LazyOpsTest.TestVar 2022-09-27T16:03:49.5988143Z [ OK ] LazyOpsTest.TestVar (1 ms) 2022-09-27T16:03:49.5988705Z [ RUN ] LazyOpsTest.TestVarWithDim 2022-09-27T16:03:49.6041896Z [ OK ] LazyOpsTest.TestVarWithDim (5 ms) 2022-09-27T16:03:49.6042482Z [ RUN ] LazyOpsTest.TestVarWithCorrection 2022-09-27T16:03:49.6120811Z [ OK ] LazyOpsTest.TestVarWithCorrection (7 ms) 2022-09-27T16:03:49.6121431Z [ RUN ] LazyOpsTest.TestVarMeanWithCorrection 2022-09-27T16:03:49.6246181Z [ OK ] LazyOpsTest.TestVarMeanWithCorrection (12 ms) 2022-09-27T16:03:49.6246740Z [ RUN ] LazyOpsTest.TestMaxInDim 2022-09-27T16:03:49.6711102Z [ OK ] LazyOpsTest.TestMaxInDim (46 ms) 2022-09-27T16:03:49.6711653Z [ RUN ] LazyOpsTest.TestMinInDim 2022-09-27T16:03:49.6823403Z [ OK ] LazyOpsTest.TestMinInDim (11 ms) 2022-09-27T16:03:49.6823738Z [ RUN ] LazyOpsTest.TestNorm 2022-09-27T16:03:49.6869254Z [ OK ] LazyOpsTest.TestNorm (4 ms) 2022-09-27T16:03:49.6869557Z [ RUN ] LazyOpsTest.TestNormInDim 2022-09-27T16:03:49.6917925Z [ OK ] LazyOpsTest.TestNormInDim (4 ms) 2022-09-27T16:03:49.6918276Z [ RUN ] LazyOpsTest.TestNormInDims 2022-09-27T16:03:49.6961608Z [ OK ] LazyOpsTest.TestNormInDims (4 ms) 2022-09-27T16:03:49.6961930Z [ RUN ] LazyOpsTest.TestNormInDimsKeep 2022-09-27T16:03:49.7006235Z [ OK ] LazyOpsTest.TestNormInDimsKeep (4 ms) 2022-09-27T16:03:49.7006574Z [ RUN ] LazyOpsTest.TestNormalTwoTensor 2022-09-27T16:03:49.7047061Z [ OK ] LazyOpsTest.TestNormalTwoTensor (4 ms) 2022-09-27T16:03:49.7047391Z [ RUN ] LazyOpsTest.TestNormalDoubleMean 2022-09-27T16:03:49.7104284Z [ OK ] LazyOpsTest.TestNormalDoubleMean (5 ms) 2022-09-27T16:03:49.7104656Z [ RUN ] LazyOpsTest.TestNormalDoubleStd 2022-09-27T16:03:49.7126518Z [ OK ] LazyOpsTest.TestNormalDoubleStd (2 ms) 2022-09-27T16:03:49.7126861Z [ RUN ] LazyOpsTest.TestNormalInPlace 2022-09-27T16:03:49.7155337Z [ OK ] LazyOpsTest.TestNormalInPlace (2 ms) 2022-09-27T16:03:49.7155882Z [ RUN ] LazyOpsTest.TestUniformInPlace 2022-09-27T16:03:49.7172821Z [ OK ] LazyOpsTest.TestUniformInPlace (1 ms) 2022-09-27T16:03:49.7173407Z [ RUN ] LazyOpsTest.TestRandomInPlace 2022-09-27T16:03:49.7646799Z [ OK ] LazyOpsTest.TestRandomInPlace (47 ms) 2022-09-27T16:03:49.7647457Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefaultFrom 2022-09-27T16:03:49.8026388Z [ OK ] LazyOpsTest.TestRandomInPlaceDefaultFrom (37 ms) 2022-09-27T16:03:49.8131847Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefault 2022-09-27T16:03:49.8132497Z [ OK ] LazyOpsTest.TestRandomInPlaceDefault (10 ms) 2022-09-27T16:03:49.8133051Z [ RUN ] LazyOpsTest.TestNormGeneral 2022-09-27T16:03:49.8156246Z [ OK ] LazyOpsTest.TestNormGeneral (2 ms) 2022-09-27T16:03:49.8156813Z [ RUN ] LazyOpsTest.TestNormNuclear 2022-09-27T16:03:49.8190150Z [ OK ] LazyOpsTest.TestNormNuclear (3 ms) 2022-09-27T16:03:49.8190688Z [ RUN ] LazyOpsTest.TestFrobeniusNorm 2022-09-27T16:03:49.8200109Z [ OK ] LazyOpsTest.TestFrobeniusNorm (1 ms) 2022-09-27T16:03:49.8200694Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDim 2022-09-27T16:03:49.8265172Z [ OK ] LazyOpsTest.TestFrobeniusNormInDim (6 ms) 2022-09-27T16:03:49.8265759Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDims 2022-09-27T16:03:49.8351412Z [ OK ] LazyOpsTest.TestFrobeniusNormInDims (8 ms) 2022-09-27T16:03:49.8352052Z [ RUN ] LazyOpsTest.TestGroupNorm 2022-09-27T16:03:49.8731734Z [ OK ] LazyOpsTest.TestGroupNorm (37 ms) 2022-09-27T16:03:49.8732341Z [ RUN ] LazyOpsTest.TestGroupNormBackward 2022-09-27T16:03:50.2192196Z [ OK ] LazyOpsTest.TestGroupNormBackward (345 ms) 2022-09-27T16:03:50.2192888Z [ RUN ] LazyOpsTest.TestInstanceNorm 2022-09-27T16:03:50.2333096Z [ OK ] LazyOpsTest.TestInstanceNorm (14 ms) 2022-09-27T16:03:50.2333907Z [ RUN ] LazyOpsTest.TestLayerNorm 2022-09-27T16:03:50.2781773Z [ OK ] LazyOpsTest.TestLayerNorm (44 ms) 2022-09-27T16:03:50.2782364Z [ RUN ] LazyOpsTest.TestLayerNormBackward 2022-09-27T16:03:50.4674352Z [ OK ] LazyOpsTest.TestLayerNormBackward (189 ms) 2022-09-27T16:03:50.4675023Z [ RUN ] LazyOpsTest.TestNuclearNorm 2022-09-27T16:03:50.4725282Z [ OK ] LazyOpsTest.TestNuclearNorm (5 ms) 2022-09-27T16:03:50.4725854Z [ RUN ] LazyOpsTest.TestPairwiseDistance 2022-09-27T16:03:50.4945449Z [ OK ] LazyOpsTest.TestPairwiseDistance (21 ms) 2022-09-27T16:03:50.4946439Z [ RUN ] LazyOpsTest.TestCosineSimilarity 2022-09-27T16:03:50.5290014Z [ OK ] LazyOpsTest.TestCosineSimilarity (34 ms) 2022-09-27T16:03:50.5290933Z [ RUN ] LazyOpsTest.TestCosineEmbeddingLoss 2022-09-27T16:03:50.5965382Z [ OK ] LazyOpsTest.TestCosineEmbeddingLoss (67 ms) 2022-09-27T16:03:50.5966048Z [ RUN ] LazyOpsTest.TestHingeEmbeddingLoss 2022-09-27T16:03:50.6300252Z [ OK ] LazyOpsTest.TestHingeEmbeddingLoss (33 ms) 2022-09-27T16:03:50.6300884Z [ RUN ] LazyOpsTest.TestTripletMarginLoss 2022-09-27T16:03:50.7601391Z [ OK ] LazyOpsTest.TestTripletMarginLoss (130 ms) 2022-09-27T16:03:50.7602053Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropy 2022-09-27T16:03:50.7745970Z [ OK ] LazyOpsTest.TestBinaryCrossEntropy (14 ms) 2022-09-27T16:03:50.7746552Z [ RUN ] LazyOpsTest.TestMarginRankingLoss 2022-09-27T16:03:50.7979772Z [ OK ] LazyOpsTest.TestMarginRankingLoss (23 ms) 2022-09-27T16:03:50.7980398Z [ RUN ] LazyOpsTest.TestBCEWithLogits 2022-09-27T16:03:50.8115756Z [ OK ] LazyOpsTest.TestBCEWithLogits (13 ms) 2022-09-27T16:03:50.8116443Z [ RUN ] LazyOpsTest.TestKlDiv 2022-09-27T16:03:50.8258965Z [ OK ] LazyOpsTest.TestKlDiv (14 ms) 2022-09-27T16:03:50.8259482Z [ RUN ] LazyOpsTest.TestProd 2022-09-27T16:03:50.8266541Z [ OK ] LazyOpsTest.TestProd (0 ms) 2022-09-27T16:03:50.8267052Z [ RUN ] LazyOpsTest.TestProdCast 2022-09-27T16:03:50.8274937Z [ OK ] LazyOpsTest.TestProdCast (0 ms) 2022-09-27T16:03:50.8275427Z [ RUN ] LazyOpsTest.TestProdInDim 2022-09-27T16:03:50.8314111Z [ OK ] LazyOpsTest.TestProdInDim (3 ms) 2022-09-27T16:03:50.8314677Z [ RUN ] LazyOpsTest.TestProdInDimKeepCast 2022-09-27T16:03:50.8351270Z [ OK ] LazyOpsTest.TestProdInDimKeepCast (3 ms) 2022-09-27T16:03:50.8351852Z [ RUN ] LazyOpsTest.TestProdInDimKeep 2022-09-27T16:03:50.8389124Z [ OK ] LazyOpsTest.TestProdInDimKeep (3 ms) 2022-09-27T16:03:50.8389671Z [ RUN ] LazyOpsTest.TestCumSum 2022-09-27T16:03:50.8504144Z [ OK ] LazyOpsTest.TestCumSum (11 ms) 2022-09-27T16:03:50.8504477Z [ RUN ] LazyOpsTest.TestCumSumCast 2022-09-27T16:03:50.8614678Z [ OK ] LazyOpsTest.TestCumSumCast (10 ms) 2022-09-27T16:03:50.8615256Z [ RUN ] LazyOpsTest.TestCumSumLong 2022-09-27T16:03:50.8708409Z [ OK ] LazyOpsTest.TestCumSumLong (9 ms) 2022-09-27T16:03:50.8708968Z [ RUN ] LazyOpsTest.TestCumSumCastLong 2022-09-27T16:03:50.8805500Z [ OK ] LazyOpsTest.TestCumSumCastLong (9 ms) 2022-09-27T16:03:50.8805819Z [ RUN ] LazyOpsTest.TestCumProd 2022-09-27T16:03:50.8845362Z [ OK ] LazyOpsTest.TestCumProd (4 ms) 2022-09-27T16:03:50.8845694Z [ RUN ] LazyOpsTest.TestCumProdCast 2022-09-27T16:03:50.8882828Z [ OK ] LazyOpsTest.TestCumProdCast (3 ms) 2022-09-27T16:03:50.8883163Z [ RUN ] LazyOpsTest.TestCumProdLong 2022-09-27T16:03:50.8948303Z [ OK ] LazyOpsTest.TestCumProdLong (6 ms) 2022-09-27T16:03:50.8948633Z [ RUN ] LazyOpsTest.TestCumProdCastLong 2022-09-27T16:03:50.9012424Z [ OK ] LazyOpsTest.TestCumProdCastLong (6 ms) 2022-09-27T16:03:50.9012733Z [ RUN ] LazyOpsTest.TestArgMin 2022-09-27T16:03:50.9018050Z [ OK ] LazyOpsTest.TestArgMin (0 ms) 2022-09-27T16:03:50.9018359Z [ RUN ] LazyOpsTest.TestArgMinDim 2022-09-27T16:03:50.9027605Z [ OK ] LazyOpsTest.TestArgMinDim (0 ms) 2022-09-27T16:03:50.9027931Z [ RUN ] LazyOpsTest.TestArgMinDimKeep 2022-09-27T16:03:50.9036917Z [ OK ] LazyOpsTest.TestArgMinDimKeep (0 ms) 2022-09-27T16:03:50.9037560Z [ RUN ] LazyOpsTest.TestArgMinSameValue 2022-09-27T16:03:50.9041417Z [ OK ] LazyOpsTest.TestArgMinSameValue (0 ms) 2022-09-27T16:03:50.9041868Z [ RUN ] LazyOpsTest.TestArgMinWrapper 2022-09-27T16:03:50.9050578Z [ OK ] LazyOpsTest.TestArgMinWrapper (0 ms) 2022-09-27T16:03:50.9050877Z [ RUN ] LazyOpsTest.TestArgMax 2022-09-27T16:03:50.9055786Z [ OK ] LazyOpsTest.TestArgMax (0 ms) 2022-09-27T16:03:50.9056092Z [ RUN ] LazyOpsTest.TestArgMaxDim 2022-09-27T16:03:50.9065622Z [ OK ] LazyOpsTest.TestArgMaxDim (0 ms) 2022-09-27T16:03:50.9065938Z [ RUN ] LazyOpsTest.TestArgMaxDimKeep 2022-09-27T16:03:50.9074554Z [ OK ] LazyOpsTest.TestArgMaxDimKeep (0 ms) 2022-09-27T16:03:50.9074915Z [ RUN ] LazyOpsTest.TestArgMaxSameValue 2022-09-27T16:03:50.9078976Z [ OK ] LazyOpsTest.TestArgMaxSameValue (0 ms) 2022-09-27T16:03:50.9079365Z [ RUN ] LazyOpsTest.TestArgMaxWrapper 2022-09-27T16:03:50.9088012Z [ OK ] LazyOpsTest.TestArgMaxWrapper (0 ms) 2022-09-27T16:03:50.9088323Z [ RUN ] LazyOpsTest.TestAsin 2022-09-27T16:03:50.9097717Z [ OK ] LazyOpsTest.TestAsin (0 ms) 2022-09-27T16:03:50.9098008Z [ RUN ] LazyOpsTest.TestAsinh 2022-09-27T16:03:50.9105421Z [ OK ] LazyOpsTest.TestAsinh (0 ms) 2022-09-27T16:03:50.9105723Z [ RUN ] LazyOpsTest.TestAsinhInPlace 2022-09-27T16:03:50.9129267Z [ OK ] LazyOpsTest.TestAsinhInPlace (2 ms) 2022-09-27T16:03:50.9129582Z [ RUN ] LazyOpsTest.TestSin 2022-09-27T16:03:50.9138052Z [ OK ] LazyOpsTest.TestSin (0 ms) 2022-09-27T16:03:50.9138331Z [ RUN ] LazyOpsTest.TestSinh 2022-09-27T16:03:50.9145832Z [ OK ] LazyOpsTest.TestSinh (0 ms) 2022-09-27T16:03:50.9146110Z [ RUN ] LazyOpsTest.TestAcos 2022-09-27T16:03:50.9153913Z [ OK ] LazyOpsTest.TestAcos (0 ms) 2022-09-27T16:03:50.9154211Z [ RUN ] LazyOpsTest.TestAcosh 2022-09-27T16:03:50.9162146Z [ OK ] LazyOpsTest.TestAcosh (0 ms) 2022-09-27T16:03:50.9162464Z [ RUN ] LazyOpsTest.TestAcoshInPlace 2022-09-27T16:03:50.9174038Z [ OK ] LazyOpsTest.TestAcoshInPlace (1 ms) 2022-09-27T16:03:50.9174335Z [ RUN ] LazyOpsTest.TestCos 2022-09-27T16:03:50.9196702Z [ OK ] LazyOpsTest.TestCos (2 ms) 2022-09-27T16:03:50.9196984Z [ RUN ] LazyOpsTest.TestCosh 2022-09-27T16:03:50.9204343Z [ OK ] LazyOpsTest.TestCosh (0 ms) 2022-09-27T16:03:50.9204624Z [ RUN ] LazyOpsTest.TestAtan 2022-09-27T16:03:50.9213069Z [ OK ] LazyOpsTest.TestAtan (0 ms) 2022-09-27T16:03:50.9213356Z [ RUN ] LazyOpsTest.TestAtanh 2022-09-27T16:03:50.9220985Z [ OK ] LazyOpsTest.TestAtanh (0 ms) 2022-09-27T16:03:50.9221293Z [ RUN ] LazyOpsTest.TestAtanhInPlace 2022-09-27T16:03:50.9232538Z [ OK ] LazyOpsTest.TestAtanhInPlace (1 ms) 2022-09-27T16:03:50.9232846Z [ RUN ] LazyOpsTest.TestAtan2 2022-09-27T16:03:50.9241266Z [ OK ] LazyOpsTest.TestAtan2 (0 ms) 2022-09-27T16:03:50.9241548Z [ RUN ] LazyOpsTest.TestTan 2022-09-27T16:03:50.9249317Z [ OK ] LazyOpsTest.TestTan (0 ms) 2022-09-27T16:03:50.9249607Z [ RUN ] LazyOpsTest.TestTanh 2022-09-27T16:03:50.9272202Z [ OK ] LazyOpsTest.TestTanh (2 ms) 2022-09-27T16:03:50.9272501Z [ RUN ] LazyOpsTest.TestClampMinMax 2022-09-27T16:03:50.9295087Z [ OK ] LazyOpsTest.TestClampMinMax (2 ms) 2022-09-27T16:03:50.9295403Z [ RUN ] LazyOpsTest.TestClampMin 2022-09-27T16:03:50.9315477Z [ OK ] LazyOpsTest.TestClampMin (2 ms) 2022-09-27T16:03:50.9315786Z [ RUN ] LazyOpsTest.TestClampMax 2022-09-27T16:03:50.9335197Z [ OK ] LazyOpsTest.TestClampMax (1 ms) 2022-09-27T16:03:50.9335771Z [ RUN ] LazyOpsTest.TestClampMinExplicit 2022-09-27T16:03:50.9353597Z [ OK ] LazyOpsTest.TestClampMinExplicit (1 ms) 2022-09-27T16:03:50.9354042Z [ RUN ] LazyOpsTest.TestClampMaxExplicit 2022-09-27T16:03:50.9361049Z [ OK ] LazyOpsTest.TestClampMaxExplicit (0 ms) 2022-09-27T16:03:50.9361412Z [ RUN ] LazyOpsTest.TestClampMinExplicitInPlace 2022-09-27T16:03:50.9390327Z [ OK ] LazyOpsTest.TestClampMinExplicitInPlace (2 ms) 2022-09-27T16:03:50.9390711Z [ RUN ] LazyOpsTest.TestClampMaxExplicitInPlace 2022-09-27T16:03:50.9402027Z [ OK ] LazyOpsTest.TestClampMaxExplicitInPlace (1 ms) 2022-09-27T16:03:50.9402343Z [ RUN ] LazyOpsTest.TestCeil 2022-09-27T16:03:50.9410160Z [ OK ] LazyOpsTest.TestCeil (0 ms) 2022-09-27T16:03:50.9410448Z [ RUN ] LazyOpsTest.TestFloor 2022-09-27T16:03:50.9443580Z [ OK ] LazyOpsTest.TestFloor (3 ms) 2022-09-27T16:03:50.9443895Z [ RUN ] LazyOpsTest.TestRound 2022-09-27T16:03:50.9452964Z [ OK ] LazyOpsTest.TestRound (0 ms) 2022-09-27T16:03:50.9453252Z [ RUN ] LazyOpsTest.TestTrunc 2022-09-27T16:03:50.9474498Z [ OK ] LazyOpsTest.TestTrunc (2 ms) 2022-09-27T16:03:50.9474803Z [ RUN ] LazyOpsTest.TestFrac 2022-09-27T16:03:50.9498667Z [ OK ] LazyOpsTest.TestFrac (2 ms) 2022-09-27T16:03:50.9498936Z [ RUN ] LazyOpsTest.TestNeg 2022-09-27T16:03:50.9516460Z [ OK ] LazyOpsTest.TestNeg (1 ms) 2022-09-27T16:03:50.9516785Z [ RUN ] LazyOpsTest.TestBitwiseNot 2022-09-27T16:03:50.9534878Z [ OK ] LazyOpsTest.TestBitwiseNot (1 ms) 2022-09-27T16:03:50.9535199Z [ RUN ] LazyOpsTest.TestBitwiseNotInPlace 2022-09-27T16:03:50.9553667Z [ OK ] LazyOpsTest.TestBitwiseNotInPlace (1 ms) 2022-09-27T16:03:50.9553990Z [ RUN ] LazyOpsTest.TestSign 2022-09-27T16:03:50.9561744Z [ OK ] LazyOpsTest.TestSign (0 ms) 2022-09-27T16:03:50.9562052Z [ RUN ] LazyOpsTest.TestSignByte 2022-09-27T16:03:50.9565875Z [ OK ] LazyOpsTest.TestSignByte (0 ms) 2022-09-27T16:03:50.9566175Z [ RUN ] LazyOpsTest.TestAbs 2022-09-27T16:03:50.9584037Z [ OK ] LazyOpsTest.TestAbs (1 ms) 2022-09-27T16:03:50.9584333Z [ RUN ] LazyOpsTest.TestAbsByte 2022-09-27T16:03:50.9611889Z [ OK ] LazyOpsTest.TestAbsByte (2 ms) 2022-09-27T16:03:50.9612199Z [ RUN ] LazyOpsTest.TestEmptyLike 2022-09-27T16:03:50.9614525Z [ OK ] LazyOpsTest.TestEmptyLike (0 ms) 2022-09-27T16:03:50.9614855Z [ RUN ] LazyOpsTest.TestEmptyLikeOptions 2022-09-27T16:03:50.9616865Z [ OK ] LazyOpsTest.TestEmptyLikeOptions (0 ms) 2022-09-27T16:03:50.9617238Z [ RUN ] LazyOpsTest.TestEmpty 2022-09-27T16:03:50.9618104Z [ OK ] LazyOpsTest.TestEmpty (0 ms) 2022-09-27T16:03:50.9618429Z [ RUN ] LazyOpsTest.TestZeroInPlace 2022-09-27T16:03:50.9637123Z [ OK ] LazyOpsTest.TestZeroInPlace (1 ms) 2022-09-27T16:03:50.9637488Z [ RUN ] LazyOpsTest.TestZerosLike 2022-09-27T16:03:50.9645231Z [ OK ] LazyOpsTest.TestZerosLike (0 ms) 2022-09-27T16:03:50.9645585Z [ RUN ] LazyOpsTest.TestZerosLikeOptions 2022-09-27T16:03:50.9652337Z [ OK ] LazyOpsTest.TestZerosLikeOptions (0 ms) 2022-09-27T16:03:50.9652692Z [ RUN ] LazyOpsTest.TestZeros 2022-09-27T16:03:50.9676014Z [ OK ] LazyOpsTest.TestZeros (2 ms) 2022-09-27T16:03:50.9676305Z [ RUN ] LazyOpsTest.TestOnes 2022-09-27T16:03:50.9702222Z [ OK ] LazyOpsTest.TestOnes (2 ms) 2022-09-27T16:03:50.9702542Z [ RUN ] LazyOpsTest.TestOnesLike 2022-09-27T16:03:50.9709264Z [ OK ] LazyOpsTest.TestOnesLike (0 ms) 2022-09-27T16:03:50.9709577Z [ RUN ] LazyOpsTest.TestOnesLikeOptions 2022-09-27T16:03:50.9715705Z [ OK ] LazyOpsTest.TestOnesLikeOptions (0 ms) 2022-09-27T16:03:50.9716032Z [ RUN ] LazyOpsTest.TestFull 2022-09-27T16:03:50.9756237Z [ OK ] LazyOpsTest.TestFull (4 ms) 2022-09-27T16:03:50.9756552Z [ RUN ] LazyOpsTest.TestFullLike 2022-09-27T16:03:50.9762881Z [ OK ] LazyOpsTest.TestFullLike (0 ms) 2022-09-27T16:03:50.9763204Z [ RUN ] LazyOpsTest.TestFullLikeOptions 2022-09-27T16:03:50.9769178Z [ OK ] LazyOpsTest.TestFullLikeOptions (0 ms) 2022-09-27T16:03:50.9769498Z [ RUN ] LazyOpsTest.TestARange 2022-09-27T16:03:50.9838025Z [ OK ] LazyOpsTest.TestARange (6 ms) 2022-09-27T16:03:50.9838336Z [ RUN ] LazyOpsTest.TestARangeOut 2022-09-27T16:03:50.9839292Z [W RangeFactories.cpp:191] Warning: The number of elements in the out tensor of shape [4] is 4 which does not match the computed number of elements 200. Note that this may occur as a result of rounding error. The out tensor will be resized to a tensor of shape (200,). (function operator()) 2022-09-27T16:03:50.9856789Z [ OK ] LazyOpsTest.TestARangeOut (1 ms) 2022-09-27T16:03:50.9857102Z [ RUN ] LazyOpsTest.TestDimARange 2022-09-27T16:03:50.9881076Z [ OK ] LazyOpsTest.TestDimARange (2 ms) 2022-09-27T16:03:50.9881444Z [ RUN ] LazyOpsTest.TestBartlettWindow 2022-09-27T16:03:51.0029819Z [ OK ] LazyOpsTest.TestBartlettWindow (14 ms) 2022-09-27T16:03:51.0030404Z [ RUN ] LazyOpsTest.TestBlackmanWindow 2022-09-27T16:03:51.0170709Z [ OK ] LazyOpsTest.TestBlackmanWindow (14 ms) 2022-09-27T16:03:51.0171078Z [ RUN ] LazyOpsTest.TestHammingWindow 2022-09-27T16:03:51.0267769Z [ OK ] LazyOpsTest.TestHammingWindow (9 ms) 2022-09-27T16:03:51.0268127Z [ RUN ] LazyOpsTest.TestHannWindow 2022-09-27T16:03:51.0406582Z [ OK ] LazyOpsTest.TestHannWindow (13 ms) 2022-09-27T16:03:51.0407019Z [ RUN ] LazyOpsTest.TestLogSigmoid 2022-09-27T16:03:51.0432405Z [ OK ] LazyOpsTest.TestLogSigmoid (2 ms) 2022-09-27T16:03:51.0452146Z [ RUN ] LazyOpsTest.TestLogSigmoidForward 2022-09-27T16:03:51.0476115Z [ OK ] LazyOpsTest.TestLogSigmoidForward (4 ms) 2022-09-27T16:03:51.0476483Z [ RUN ] LazyOpsTest.TestLogsumexp 2022-09-27T16:03:51.0731843Z [ OK ] LazyOpsTest.TestLogsumexp (25 ms) 2022-09-27T16:03:51.0732163Z [ RUN ] LazyOpsTest.TestSiLU 2022-09-27T16:03:51.0760402Z [ OK ] LazyOpsTest.TestSiLU (2 ms) 2022-09-27T16:03:51.0760702Z [ RUN ] LazyOpsTest.TestSigmoid 2022-09-27T16:03:51.0779940Z [ OK ] LazyOpsTest.TestSigmoid (1 ms) 2022-09-27T16:03:51.0780343Z [ RUN ] LazyOpsTest.TestMatmul_1x1 2022-09-27T16:03:51.0789374Z [ OK ] LazyOpsTest.TestMatmul_1x1 (0 ms) 2022-09-27T16:03:51.0789723Z [ RUN ] LazyOpsTest.TestMatmul_2x1 2022-09-27T16:03:51.0812479Z [ OK ] LazyOpsTest.TestMatmul_2x1 (2 ms) 2022-09-27T16:03:51.0812805Z [ RUN ] LazyOpsTest.TestMatmul_1x2 2022-09-27T16:03:51.0845599Z [ OK ] LazyOpsTest.TestMatmul_1x2 (3 ms) 2022-09-27T16:03:51.0845910Z [ RUN ] LazyOpsTest.TestMatmul_2x2 2022-09-27T16:03:51.0867906Z [ OK ] LazyOpsTest.TestMatmul_2x2 (2 ms) 2022-09-27T16:03:51.0868224Z [ RUN ] LazyOpsTest.TestMatmulBcast 2022-09-27T16:03:51.0925453Z [ OK ] LazyOpsTest.TestMatmulBcast (5 ms) 2022-09-27T16:03:51.0925755Z [ RUN ] LazyOpsTest.TestDot 2022-09-27T16:03:51.0934133Z [ OK ] LazyOpsTest.TestDot (0 ms) 2022-09-27T16:03:51.0934449Z [ RUN ] LazyOpsTest.TestTensorDot 2022-09-27T16:03:51.0990997Z [ OK ] LazyOpsTest.TestTensorDot (5 ms) 2022-09-27T16:03:51.0991360Z [ RUN ] LazyOpsTest.TestGer 2022-09-27T16:03:51.1019112Z [ OK ] LazyOpsTest.TestGer (2 ms) 2022-09-27T16:03:51.1019469Z [ RUN ] LazyOpsTest.TestMv 2022-09-27T16:03:51.1040461Z [ OK ] LazyOpsTest.TestMv (2 ms) 2022-09-27T16:03:51.1040746Z [ RUN ] LazyOpsTest.TestMvOut 2022-09-27T16:03:51.1085050Z [ OK ] LazyOpsTest.TestMvOut (4 ms) 2022-09-27T16:03:51.1085403Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMul 2022-09-27T16:03:51.1114162Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMul (2 ms) 2022-09-27T16:03:51.1114538Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMulInPlace 2022-09-27T16:03:51.1152230Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMulInPlace (3 ms) 2022-09-27T16:03:51.1152649Z [ RUN ] LazyOpsTest.TestBatchMatMul 2022-09-27T16:03:51.1175373Z [ OK ] LazyOpsTest.TestBatchMatMul (2 ms) 2022-09-27T16:03:51.1175761Z [ RUN ] LazyOpsTest.TestChainMatMul 2022-09-27T16:03:51.1177209Z [W LinearAlgebra.cpp:989] Warning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (function operator()) 2022-09-27T16:03:51.1219347Z [ OK ] LazyOpsTest.TestChainMatMul (4 ms) 2022-09-27T16:03:51.1219733Z [ RUN ] LazyOpsTest.TestLinear 2022-09-27T16:03:51.1275640Z [ OK ] LazyOpsTest.TestLinear (5 ms) 2022-09-27T16:03:51.1275998Z [ RUN ] LazyOpsTest.TestPinverse 2022-09-27T16:03:51.1396836Z [ OK ] LazyOpsTest.TestPinverse (12 ms) 2022-09-27T16:03:51.1397383Z [ RUN ] LazyOpsTest.TestEinsumOuter 2022-09-27T16:03:51.1440117Z [ OK ] LazyOpsTest.TestEinsumOuter (4 ms) 2022-09-27T16:03:51.1440701Z [ RUN ] LazyOpsTest.TestEinsumOuterBackward 2022-09-27T16:03:51.1603213Z [ OK ] LazyOpsTest.TestEinsumOuterBackward (16 ms) 2022-09-27T16:03:51.1603640Z [ RUN ] LazyOpsTest.TestEinsumBatchMatMul 2022-09-27T16:03:51.1682372Z [ OK ] LazyOpsTest.TestEinsumBatchMatMul (7 ms) 2022-09-27T16:03:51.1682797Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBilinear 2022-09-27T16:03:51.1819669Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBilinear (13 ms) 2022-09-27T16:03:51.1820117Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal 2022-09-27T16:03:51.1854549Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal (3 ms) 2022-09-27T16:03:51.1854990Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal 2022-09-27T16:03:51.1888035Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal (3 ms) 2022-09-27T16:03:51.1888522Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute 2022-09-27T16:03:51.1910794Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute (2 ms) 2022-09-27T16:03:51.1911251Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis 2022-09-27T16:03:51.1976589Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis (6 ms) 2022-09-27T16:03:51.1976959Z [ RUN ] LazyOpsTest.TestBilinear 2022-09-27T16:03:51.2714475Z [ OK ] LazyOpsTest.TestBilinear (73 ms) 2022-09-27T16:03:51.2714805Z [ RUN ] LazyOpsTest.TestUpsampleNearest2D 2022-09-27T16:03:51.2770396Z [ OK ] LazyOpsTest.TestUpsampleNearest2D (5 ms) 2022-09-27T16:03:51.2770777Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackward 2022-09-27T16:03:51.2847026Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackward (7 ms) 2022-09-27T16:03:51.2847414Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DWithScale 2022-09-27T16:03:51.2875688Z [ OK ] LazyOpsTest.TestUpsampleNearest2DWithScale (2 ms) 2022-09-27T16:03:51.2876412Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale 2022-09-27T16:03:51.2950117Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale (7 ms) 2022-09-27T16:03:51.2950573Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2D 2022-09-27T16:03:51.3013850Z [ OK ] LazyOpsTest.TestUpsampleBilinear2D (6 ms) 2022-09-27T16:03:51.3014271Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2DBackward 2022-09-27T16:03:51.3161623Z [ OK ] LazyOpsTest.TestUpsampleBilinear2DBackward (14 ms) 2022-09-27T16:03:51.3161997Z [ RUN ] LazyOpsTest.TestAddCMul 2022-09-27T16:03:51.3183984Z [ OK ] LazyOpsTest.TestAddCMul (2 ms) 2022-09-27T16:03:51.3184292Z [ RUN ] LazyOpsTest.TestAddCDiv 2022-09-27T16:03:51.3208005Z [ OK ] LazyOpsTest.TestAddCDiv (2 ms) 2022-09-27T16:03:51.3208346Z [ RUN ] LazyOpsTest.TestAddCDivWithBroadcast 2022-09-27T16:03:51.3231442Z [ OK ] LazyOpsTest.TestAddCDivWithBroadcast (2 ms) 2022-09-27T16:03:51.3231808Z [ RUN ] LazyOpsTest.TestSize 2022-09-27T16:03:51.3233313Z [ OK ] LazyOpsTest.TestSize (0 ms) 2022-09-27T16:03:51.3233642Z [ RUN ] LazyOpsTest.TestSelect 2022-09-27T16:03:51.3695310Z [ OK ] LazyOpsTest.TestSelect (46 ms) 2022-09-27T16:03:51.3695930Z [ RUN ] LazyOpsTest.TestBernoulliScalarProb 2022-09-27T16:03:51.3719511Z [ OK ] LazyOpsTest.TestBernoulliScalarProb (2 ms) 2022-09-27T16:03:51.3720115Z [ RUN ] LazyOpsTest.TestBernoulliTensorProb 2022-09-27T16:03:51.3761589Z [ OK ] LazyOpsTest.TestBernoulliTensorProb (4 ms) 2022-09-27T16:03:51.3762212Z [ RUN ] LazyOpsTest.TestBernoulliScalarProbInPlace 2022-09-27T16:03:51.3792033Z [ OK ] LazyOpsTest.TestBernoulliScalarProbInPlace (2 ms) 2022-09-27T16:03:51.3792585Z [ RUN ] LazyOpsTest.TestBernoulliTensorProbInPlace 2022-09-27T16:03:51.3817719Z [ OK ] LazyOpsTest.TestBernoulliTensorProbInPlace (2 ms) 2022-09-27T16:03:51.3818295Z [ RUN ] LazyOpsTest.TestDropout 2022-09-27T16:03:51.3840253Z [ OK ] LazyOpsTest.TestDropout (2 ms) 2022-09-27T16:03:51.3840803Z [ RUN ] LazyOpsTest.TestDropoutInPlace 2022-09-27T16:03:51.3872977Z [ OK ] LazyOpsTest.TestDropoutInPlace (3 ms) 2022-09-27T16:03:51.3873523Z [ RUN ] LazyOpsTest.TestRandperm 2022-09-27T16:03:51.3891726Z [ OK ] LazyOpsTest.TestRandperm (1 ms) 2022-09-27T16:03:51.3892256Z [ RUN ] LazyOpsTest.TestSlice 2022-09-27T16:03:51.3951515Z [ OK ] LazyOpsTest.TestSlice (5 ms) 2022-09-27T16:03:51.3952044Z [ RUN ] LazyOpsTest.TestTake 2022-09-27T16:03:51.3960752Z [ OK ] LazyOpsTest.TestTake (0 ms) 2022-09-27T16:03:51.3961313Z [ RUN ] LazyOpsTest.TestTakeBackward 2022-09-27T16:03:51.4046306Z [ OK ] LazyOpsTest.TestTakeBackward (8 ms) 2022-09-27T16:03:51.4046852Z [ RUN ] LazyOpsTest.TestStack 2022-09-27T16:03:51.4252101Z [ OK ] LazyOpsTest.TestStack (20 ms) 2022-09-27T16:03:51.4252641Z [ RUN ] LazyOpsTest.TestCat 2022-09-27T16:03:51.4304397Z [ OK ] LazyOpsTest.TestCat (5 ms) 2022-09-27T16:03:51.4304910Z [ RUN ] LazyOpsTest.TestUnbind 2022-09-27T16:03:51.4417379Z [ OK ] LazyOpsTest.TestUnbind (11 ms) 2022-09-27T16:03:51.4417921Z [ RUN ] LazyOpsTest.TestRepeat 2022-09-27T16:03:51.4499643Z [ OK ] LazyOpsTest.TestRepeat (8 ms) 2022-09-27T16:03:51.4500166Z [ RUN ] LazyOpsTest.TestGather 2022-09-27T16:03:51.4544081Z [ OK ] LazyOpsTest.TestGather (4 ms) 2022-09-27T16:03:51.4544638Z [ RUN ] LazyOpsTest.TestScatter 2022-09-27T16:03:51.4566232Z [ OK ] LazyOpsTest.TestScatter (2 ms) 2022-09-27T16:03:51.4566999Z [ RUN ] LazyOpsTest.TestScatterR1 2022-09-27T16:03:51.4575196Z [ OK ] LazyOpsTest.TestScatterR1 (0 ms) 2022-09-27T16:03:51.4575832Z [ RUN ] LazyOpsTest.TestScatterR3 2022-09-27T16:03:51.4590372Z [ OK ] LazyOpsTest.TestScatterR3 (1 ms) 2022-09-27T16:03:51.4590973Z [ RUN ] LazyOpsTest.TestScatterBiggerSource 2022-09-27T16:03:51.4609319Z [ OK ] LazyOpsTest.TestScatterBiggerSource (1 ms) 2022-09-27T16:03:51.4609890Z [ RUN ] LazyOpsTest.TestScatterScalar 2022-09-27T16:03:51.4627338Z [ OK ] LazyOpsTest.TestScatterScalar (1 ms) 2022-09-27T16:03:51.4627921Z [ RUN ] LazyOpsTest.TestScatterReduceAdd 2022-09-27T16:03:51.4649501Z [ OK ] LazyOpsTest.TestScatterReduceAdd (2 ms) 2022-09-27T16:03:51.4650062Z [ RUN ] LazyOpsTest.TestScatterAdd 2022-09-27T16:03:51.4702506Z [ OK ] LazyOpsTest.TestScatterAdd (5 ms) 2022-09-27T16:03:51.4703151Z [ RUN ] LazyOpsTest.TestScatterAddInPlace 2022-09-27T16:03:51.4756427Z [ OK ] LazyOpsTest.TestScatterAddInPlace (5 ms) 2022-09-27T16:03:51.4756998Z [ RUN ] LazyOpsTest.TestIndexSelect 2022-09-27T16:03:51.5490883Z [ OK ] LazyOpsTest.TestIndexSelect (73 ms) 2022-09-27T16:03:51.5491260Z [ RUN ] LazyOpsTest.TestIndexSelectRank0 2022-09-27T16:03:51.5676325Z [ OK ] LazyOpsTest.TestIndexSelectRank0 (18 ms) 2022-09-27T16:03:51.5676931Z [ RUN ] LazyOpsTest.TestInverse 2022-09-27T16:03:51.5701175Z [ OK ] LazyOpsTest.TestInverse (2 ms) 2022-09-27T16:03:51.5701708Z [ RUN ] LazyOpsTest.TestIsnan 2022-09-27T16:03:51.5706163Z [ OK ] LazyOpsTest.TestIsnan (0 ms) 2022-09-27T16:03:51.5706707Z [ RUN ] LazyOpsTest.TestExpand 2022-09-27T16:03:51.5728881Z [ OK ] LazyOpsTest.TestExpand (2 ms) 2022-09-27T16:03:51.5729426Z [ RUN ] LazyOpsTest.TestExpandBack 2022-09-27T16:03:51.5750928Z [ OK ] LazyOpsTest.TestExpandBack (2 ms) 2022-09-27T16:03:51.5751476Z [ RUN ] LazyOpsTest.TestExpandAs 2022-09-27T16:03:51.5783292Z [ OK ] LazyOpsTest.TestExpandAs (3 ms) 2022-09-27T16:03:51.5783814Z [ RUN ] LazyOpsTest.TestEye 2022-09-27T16:03:51.5803609Z [ OK ] LazyOpsTest.TestEye (2 ms) 2022-09-27T16:03:51.5804145Z [ RUN ] LazyOpsTest.TestEyeWide 2022-09-27T16:03:51.5809986Z [ OK ] LazyOpsTest.TestEyeWide (0 ms) 2022-09-27T16:03:51.5810550Z [ RUN ] LazyOpsTest.TestEyeNarrow 2022-09-27T16:03:51.5816705Z [ OK ] LazyOpsTest.TestEyeNarrow (0 ms) 2022-09-27T16:03:51.5817293Z [ RUN ] LazyOpsTest.TestBroadcastTensors 2022-09-27T16:03:51.5859589Z [ OK ] LazyOpsTest.TestBroadcastTensors (4 ms) 2022-09-27T16:03:51.5860131Z [ RUN ] LazyOpsTest.TestOneIndex 2022-09-27T16:03:51.5965309Z [ OK ] LazyOpsTest.TestOneIndex (10 ms) 2022-09-27T16:03:51.5965853Z [ RUN ] LazyOpsTest.TestOneIndexTransfer 2022-09-27T16:03:51.6061442Z [ OK ] LazyOpsTest.TestOneIndexTransfer (9 ms) 2022-09-27T16:03:51.6061982Z [ RUN ] LazyOpsTest.TestNonzero 2022-09-27T16:03:51.6071254Z [ OK ] LazyOpsTest.TestNonzero (1 ms) 2022-09-27T16:03:51.6071798Z [ RUN ] LazyOpsTest.TestMaskedSelect 2022-09-27T16:03:51.6082597Z [ OK ] LazyOpsTest.TestMaskedSelect (1 ms) 2022-09-27T16:03:51.6083185Z [ RUN ] LazyOpsTest.TestMaskedScatter 2022-09-27T16:03:51.6100955Z [ OK ] LazyOpsTest.TestMaskedScatter (1 ms) 2022-09-27T16:03:51.6101553Z [ RUN ] LazyOpsTest.TestMultiIndexHeadNull 2022-09-27T16:03:51.6172702Z [ OK ] LazyOpsTest.TestMultiIndexHeadNull (7 ms) 2022-09-27T16:03:51.6173292Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleNull 2022-09-27T16:03:51.6242252Z [ OK ] LazyOpsTest.TestMultiIndexMiddleNull (6 ms) 2022-09-27T16:03:51.6242750Z [ RUN ] LazyOpsTest.TestMultiIndexTailNull 2022-09-27T16:03:51.6316300Z [ OK ] LazyOpsTest.TestMultiIndexTailNull (7 ms) 2022-09-27T16:03:51.6316795Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleBroadcast 2022-09-27T16:03:51.6391994Z [ OK ] LazyOpsTest.TestMultiIndexMiddleBroadcast (7 ms) 2022-09-27T16:03:51.6392427Z [ RUN ] LazyOpsTest.TestMultiIndexTailBroadcast 2022-09-27T16:03:51.6455036Z [ OK ] LazyOpsTest.TestMultiIndexTailBroadcast (6 ms) 2022-09-27T16:03:51.6455385Z [ RUN ] LazyOpsTest.TestMaskIndex 2022-09-27T16:03:51.6490372Z [ OK ] LazyOpsTest.TestMaskIndex (3 ms) 2022-09-27T16:03:51.6490703Z [ RUN ] LazyOpsTest.TestOneIndexPut 2022-09-27T16:03:51.6740630Z [ OK ] LazyOpsTest.TestOneIndexPut (24 ms) 2022-09-27T16:03:51.6741010Z [ RUN ] LazyOpsTest.TestOneIndexPutInPlace 2022-09-27T16:03:51.6926827Z [ OK ] LazyOpsTest.TestOneIndexPutInPlace (18 ms) 2022-09-27T16:03:51.6927228Z [ RUN ] LazyOpsTest.TestOneIndexPutTransfer 2022-09-27T16:03:51.7061381Z [ OK ] LazyOpsTest.TestOneIndexPutTransfer (13 ms) 2022-09-27T16:03:51.7061748Z [ RUN ] LazyOpsTest.TestMultiIndexPut 2022-09-27T16:03:51.7205073Z [ OK ] LazyOpsTest.TestMultiIndexPut (14 ms) 2022-09-27T16:03:51.7205448Z [ RUN ] LazyOpsTest.TestMultiIndexPutHeadNull 2022-09-27T16:03:51.7435198Z [ OK ] LazyOpsTest.TestMultiIndexPutHeadNull (22 ms) 2022-09-27T16:03:51.7435608Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleNull 2022-09-27T16:03:51.7572121Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleNull (13 ms) 2022-09-27T16:03:51.7572523Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailNull 2022-09-27T16:03:51.7701047Z [ OK ] LazyOpsTest.TestMultiIndexPutTailNull (12 ms) 2022-09-27T16:03:51.7701492Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast 2022-09-27T16:03:51.7848411Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast (14 ms) 2022-09-27T16:03:51.7849132Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailBroadcast 2022-09-27T16:03:51.7988063Z [ OK ] LazyOpsTest.TestMultiIndexPutTailBroadcast (13 ms) 2022-09-27T16:03:51.7988699Z [ RUN ] LazyOpsTest.TestMaskIndexPut 2022-09-27T16:03:51.8170368Z [ OK ] LazyOpsTest.TestMaskIndexPut (18 ms) 2022-09-27T16:03:51.8170962Z [ RUN ] LazyOpsTest.TestIndexPutImpl 2022-09-27T16:03:51.8376596Z [ OK ] LazyOpsTest.TestIndexPutImpl (20 ms) 2022-09-27T16:03:51.8376994Z [ RUN ] LazyOpsTest.TestIndexFillWithScalar 2022-09-27T16:03:51.8659844Z [ OK ] LazyOpsTest.TestIndexFillWithScalar (28 ms) 2022-09-27T16:03:51.8660266Z [ RUN ] LazyOpsTest.TestIndexFillWithScalarInPlace 2022-09-27T16:03:51.8895172Z [ OK ] LazyOpsTest.TestIndexFillWithScalarInPlace (23 ms) 2022-09-27T16:03:51.8895577Z [ RUN ] LazyOpsTest.TestIndexFillWithTensor 2022-09-27T16:03:51.9118912Z [ OK ] LazyOpsTest.TestIndexFillWithTensor (22 ms) 2022-09-27T16:03:51.9119288Z [ RUN ] LazyOpsTest.TestIndexFillWithTensorInPlace 2022-09-27T16:03:51.9390551Z [ OK ] LazyOpsTest.TestIndexFillWithTensorInPlace (27 ms) 2022-09-27T16:03:51.9390929Z [ RUN ] LazyOpsTest.TestIndexFillRank0 2022-09-27T16:03:51.9610759Z [ OK ] LazyOpsTest.TestIndexFillRank0 (21 ms) 2022-09-27T16:03:51.9611091Z [ RUN ] LazyOpsTest.TestIndexAdd 2022-09-27T16:03:52.0430071Z [ OK ] LazyOpsTest.TestIndexAdd (81 ms) 2022-09-27T16:03:52.0430475Z [ RUN ] LazyOpsTest.TestIndexAddInPlace 2022-09-27T16:03:52.0935412Z [ OK ] LazyOpsTest.TestIndexAddInPlace (50 ms) 2022-09-27T16:03:52.0935988Z [ RUN ] LazyOpsTest.TestIndexAddRank0 2022-09-27T16:03:52.1128344Z [ OK ] LazyOpsTest.TestIndexAddRank0 (19 ms) 2022-09-27T16:03:52.1128816Z [ RUN ] LazyOpsTest.TestIndexCopy 2022-09-27T16:03:52.1328444Z [ OK ] LazyOpsTest.TestIndexCopy (20 ms) 2022-09-27T16:03:52.1328787Z [ RUN ] LazyOpsTest.TestIndexCopyInPlace 2022-09-27T16:03:52.1576950Z [ OK ] LazyOpsTest.TestIndexCopyInPlace (24 ms) 2022-09-27T16:03:52.1577335Z [ RUN ] LazyOpsTest.TestIndexCopyRank0 2022-09-27T16:03:52.1770254Z [ OK ] LazyOpsTest.TestIndexCopyRank0 (19 ms) 2022-09-27T16:03:52.1770613Z [ RUN ] LazyOpsTest.TestRelu 2022-09-27T16:03:52.1791488Z [ OK ] LazyOpsTest.TestRelu (2 ms) 2022-09-27T16:03:52.1791847Z [ RUN ] LazyOpsTest.TestReluInPlace 2022-09-27T16:03:52.1821584Z [ OK ] LazyOpsTest.TestReluInPlace (2 ms) 2022-09-27T16:03:52.1821934Z [ RUN ] LazyOpsTest.TestHardshrink 2022-09-27T16:03:52.1829522Z [ OK ] LazyOpsTest.TestHardshrink (0 ms) 2022-09-27T16:03:52.1829845Z [ RUN ] LazyOpsTest.TestHardSigmoid 2022-09-27T16:03:52.1858993Z [ OK ] LazyOpsTest.TestHardSigmoid (2 ms) 2022-09-27T16:03:52.1859328Z [ RUN ] LazyOpsTest.TestHardSigmoidInPlace 2022-09-27T16:03:52.1902929Z [ OK ] LazyOpsTest.TestHardSigmoidInPlace (4 ms) 2022-09-27T16:03:52.1903280Z [ RUN ] LazyOpsTest.TestHardSigmoidBackward 2022-09-27T16:03:52.1967691Z [ OK ] LazyOpsTest.TestHardSigmoidBackward (6 ms) 2022-09-27T16:03:52.1968020Z [ RUN ] LazyOpsTest.TestSoftshrink 2022-09-27T16:03:52.1975515Z [ OK ] LazyOpsTest.TestSoftshrink (0 ms) 2022-09-27T16:03:52.1975845Z [ RUN ] LazyOpsTest.TestHardtanh 2022-09-27T16:03:52.1983601Z [ OK ] LazyOpsTest.TestHardtanh (0 ms) 2022-09-27T16:03:52.1983935Z [ RUN ] LazyOpsTest.TestHardtanhInPlace 2022-09-27T16:03:52.2005176Z [ OK ] LazyOpsTest.TestHardtanhInPlace (2 ms) 2022-09-27T16:03:52.2005521Z [ RUN ] LazyOpsTest.TestLeakyRelu 2022-09-27T16:03:52.2025808Z [ OK ] LazyOpsTest.TestLeakyRelu (2 ms) 2022-09-27T16:03:52.2026137Z [ RUN ] LazyOpsTest.TestLeakyReluInPlace 2022-09-27T16:03:52.2066282Z [ OK ] LazyOpsTest.TestLeakyReluInPlace (4 ms) 2022-09-27T16:03:52.2066591Z [ RUN ] LazyOpsTest.TestExp 2022-09-27T16:03:52.2085030Z [ OK ] LazyOpsTest.TestExp (1 ms) 2022-09-27T16:03:52.2085332Z [ RUN ] LazyOpsTest.TestExpm1 2022-09-27T16:03:52.2093898Z [ OK ] LazyOpsTest.TestExpm1 (0 ms) 2022-09-27T16:03:52.2094180Z [ RUN ] LazyOpsTest.TestLog 2022-09-27T16:03:52.2112671Z [ OK ] LazyOpsTest.TestLog (1 ms) 2022-09-27T16:03:52.2112943Z [ RUN ] LazyOpsTest.TestLog2 2022-09-27T16:03:52.2132552Z [ OK ] LazyOpsTest.TestLog2 (1 ms) 2022-09-27T16:03:52.2132854Z [ RUN ] LazyOpsTest.TestLog10 2022-09-27T16:03:52.2141202Z [ OK ] LazyOpsTest.TestLog10 (0 ms) 2022-09-27T16:03:52.2141496Z [ RUN ] LazyOpsTest.TestLog1p 2022-09-27T16:03:52.2149822Z [ OK ] LazyOpsTest.TestLog1p (0 ms) 2022-09-27T16:03:52.2150105Z [ RUN ] LazyOpsTest.TestErf 2022-09-27T16:03:52.2158616Z [ OK ] LazyOpsTest.TestErf (0 ms) 2022-09-27T16:03:52.2158898Z [ RUN ] LazyOpsTest.TestErfc 2022-09-27T16:03:52.2167324Z [ OK ] LazyOpsTest.TestErfc (0 ms) 2022-09-27T16:03:52.2167601Z [ RUN ] LazyOpsTest.TestErfinv 2022-09-27T16:03:52.2175816Z [ OK ] LazyOpsTest.TestErfinv (0 ms) 2022-09-27T16:03:52.2176143Z [ RUN ] LazyOpsTest.TestSqrt 2022-09-27T16:03:52.2195010Z [ OK ] LazyOpsTest.TestSqrt (1 ms) 2022-09-27T16:03:52.2195526Z [ RUN ] LazyOpsTest.TestRsqrt 2022-09-27T16:03:52.2214090Z [ OK ] LazyOpsTest.TestRsqrt (1 ms) 2022-09-27T16:03:52.2214503Z [ RUN ] LazyOpsTest.TestReciprocal 2022-09-27T16:03:52.2231734Z [ OK ] LazyOpsTest.TestReciprocal (1 ms) 2022-09-27T16:03:52.2232066Z [ RUN ] LazyOpsTest.TestPowTensorScalar 2022-09-27T16:03:52.2250226Z [ OK ] LazyOpsTest.TestPowTensorScalar (1 ms) 2022-09-27T16:03:52.2250599Z [ RUN ] LazyOpsTest.TestPowTensorScalarInPlace 2022-09-27T16:03:52.2281309Z [ OK ] LazyOpsTest.TestPowTensorScalarInPlace (3 ms) 2022-09-27T16:03:52.2281664Z [ RUN ] LazyOpsTest.TestPowTensorTensor 2022-09-27T16:03:52.2303470Z [ OK ] LazyOpsTest.TestPowTensorTensor (2 ms) 2022-09-27T16:03:52.2303862Z [ RUN ] LazyOpsTest.TestPowTensorTensorInPlace 2022-09-27T16:03:52.2337991Z [ OK ] LazyOpsTest.TestPowTensorTensorInPlace (3 ms) 2022-09-27T16:03:52.2338420Z [ RUN ] LazyOpsTest.TestPowTensorTensorBroadcast 2022-09-27T16:03:52.2358118Z [ OK ] LazyOpsTest.TestPowTensorTensorBroadcast (2 ms) 2022-09-27T16:03:52.2358471Z [ RUN ] LazyOpsTest.TestPowScalarTensor 2022-09-27T16:03:52.2367118Z [ OK ] LazyOpsTest.TestPowScalarTensor (0 ms) 2022-09-27T16:03:52.2367453Z [ RUN ] LazyOpsTest.TestPowIntExponent 2022-09-27T16:03:52.2386677Z [ OK ] LazyOpsTest.TestPowIntExponent (1 ms) 2022-09-27T16:03:52.2387019Z [ RUN ] LazyOpsTest.TestFmodScalar 2022-09-27T16:03:52.2395888Z [ OK ] LazyOpsTest.TestFmodScalar (0 ms) 2022-09-27T16:03:52.2396222Z [ RUN ] LazyOpsTest.TestFmodScalarInPlace 2022-09-27T16:03:52.2422427Z [ OK ] LazyOpsTest.TestFmodScalarInPlace (2 ms) 2022-09-27T16:03:52.2422758Z [ RUN ] LazyOpsTest.TestFmodTensor 2022-09-27T16:03:52.2431585Z [ OK ] LazyOpsTest.TestFmodTensor (0 ms) 2022-09-27T16:03:52.2431903Z [ RUN ] LazyOpsTest.TestFmodTensorInPlace 2022-09-27T16:03:52.2444760Z [ OK ] LazyOpsTest.TestFmodTensorInPlace (1 ms) 2022-09-27T16:03:52.2445101Z [ RUN ] LazyOpsTest.TestRemainderScalar 2022-09-27T16:03:52.2468126Z [ OK ] LazyOpsTest.TestRemainderScalar (2 ms) 2022-09-27T16:03:52.2468476Z [ RUN ] LazyOpsTest.TestRemainderScalarInPlace 2022-09-27T16:03:52.2503241Z [ OK ] LazyOpsTest.TestRemainderScalarInPlace (3 ms) 2022-09-27T16:03:52.2503599Z [ RUN ] LazyOpsTest.TestRemainderTensor 2022-09-27T16:03:52.2525218Z [ OK ] LazyOpsTest.TestRemainderTensor (2 ms) 2022-09-27T16:03:52.2525563Z [ RUN ] LazyOpsTest.TestRemainderTensorInPlace 2022-09-27T16:03:52.2560670Z [ OK ] LazyOpsTest.TestRemainderTensorInPlace (3 ms) 2022-09-27T16:03:52.2561041Z [ RUN ] LazyOpsTest.TestWhere 2022-09-27T16:03:52.2563973Z [W TensorCompare.cpp:413] Warning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (function operator()) 2022-09-27T16:03:52.2572986Z [ OK ] LazyOpsTest.TestWhere (1 ms) 2022-09-27T16:03:52.2573310Z [ RUN ] LazyOpsTest.TestWhereBroadcast 2022-09-27T16:03:52.2585190Z [ OK ] LazyOpsTest.TestWhereBroadcast (1 ms) 2022-09-27T16:03:52.2585535Z [ RUN ] LazyOpsTest.TestThreshold 2022-09-27T16:03:52.2606393Z [ OK ] LazyOpsTest.TestThreshold (2 ms) 2022-09-27T16:03:52.2606735Z [ RUN ] LazyOpsTest.TestThresholdBackward 2022-09-27T16:03:52.2672550Z [ OK ] LazyOpsTest.TestThresholdBackward (6 ms) 2022-09-27T16:03:52.2672944Z [ RUN ] LazyOpsTest.TestThresholdInPlace 2022-09-27T16:03:52.2701391Z [ OK ] LazyOpsTest.TestThresholdInPlace (2 ms) 2022-09-27T16:03:52.2701937Z [ RUN ] LazyOpsTest.TestElu 2022-09-27T16:03:52.2723631Z [ OK ] LazyOpsTest.TestElu (2 ms) 2022-09-27T16:03:52.2724428Z [ RUN ] LazyOpsTest.TestEluInPlace 2022-09-27T16:03:52.2755542Z [ OK ] LazyOpsTest.TestEluInPlace (3 ms) 2022-09-27T16:03:52.2756052Z [ RUN ] LazyOpsTest.TestSelu 2022-09-27T16:03:52.2776514Z [ OK ] LazyOpsTest.TestSelu (2 ms) 2022-09-27T16:03:52.2777016Z [ RUN ] LazyOpsTest.TestSeluInPlace 2022-09-27T16:03:52.2807030Z [ OK ] LazyOpsTest.TestSeluInPlace (3 ms) 2022-09-27T16:03:52.2807526Z [ RUN ] LazyOpsTest.TestCelu 2022-09-27T16:03:52.2817045Z [ OK ] LazyOpsTest.TestCelu (0 ms) 2022-09-27T16:03:52.2817549Z [ RUN ] LazyOpsTest.TestCeluInPlace 2022-09-27T16:03:52.2830875Z [ OK ] LazyOpsTest.TestCeluInPlace (1 ms) 2022-09-27T16:03:52.2831372Z [ RUN ] LazyOpsTest.TestGelu 2022-09-27T16:03:52.2851586Z [ OK ] LazyOpsTest.TestGelu (2 ms) 2022-09-27T16:03:52.2852147Z [ RUN ] LazyOpsTest.TestAddMatMul 2022-09-27T16:03:52.2944893Z [ OK ] LazyOpsTest.TestAddMatMul (9 ms) 2022-09-27T16:03:52.2945401Z [ RUN ] LazyOpsTest.TestEmbedding 2022-09-27T16:03:52.2970058Z [ OK ] LazyOpsTest.TestEmbedding (2 ms) 2022-09-27T16:03:52.2970602Z [ RUN ] LazyOpsTest.TestOneHot 2022-09-27T16:03:52.3022932Z [ OK ] LazyOpsTest.TestOneHot (5 ms) 2022-09-27T16:03:52.3023460Z [ RUN ] LazyOpsTest.TestTranspose 2022-09-27T16:03:52.3040685Z [ OK ] LazyOpsTest.TestTranspose (1 ms) 2022-09-27T16:03:52.3041253Z [ RUN ] LazyOpsTest.TestTransposeInPlace 2022-09-27T16:03:52.3068897Z [ OK ] LazyOpsTest.TestTransposeInPlace (2 ms) 2022-09-27T16:03:52.3069515Z [ RUN ] LazyOpsTest.TestReshape 2022-09-27T16:03:52.3134356Z [ OK ] LazyOpsTest.TestReshape (6 ms) 2022-09-27T16:03:52.3134903Z [ RUN ] LazyOpsTest.TestResize 2022-09-27T16:03:52.3168707Z [ OK ] LazyOpsTest.TestResize (3 ms) 2022-09-27T16:03:52.3169237Z [ RUN ] LazyOpsTest.TestViewResize 2022-09-27T16:03:52.3219240Z [ OK ] LazyOpsTest.TestViewResize (4 ms) 2022-09-27T16:03:52.3219798Z [ RUN ] LazyOpsTest.TestView 2022-09-27T16:03:52.3281804Z [ OK ] LazyOpsTest.TestView (6 ms) 2022-09-27T16:03:52.3282365Z [ RUN ] LazyOpsTest.TestViewMod 2022-09-27T16:03:52.3442512Z [ OK ] LazyOpsTest.TestViewMod (15 ms) 2022-09-27T16:03:52.3443122Z [ RUN ] LazyOpsTest.TestViewModComplex 2022-09-27T16:03:52.3617800Z [ OK ] LazyOpsTest.TestViewModComplex (17 ms) 2022-09-27T16:03:52.3618383Z [ RUN ] LazyOpsTest.TestViewOfViewMod 2022-09-27T16:03:52.3806281Z [ OK ] LazyOpsTest.TestViewOfViewMod (18 ms) 2022-09-27T16:03:52.3806914Z [ RUN ] LazyOpsTest.TestViewSqueezeAddInPlace 2022-09-27T16:03:52.3863203Z [ OK ] LazyOpsTest.TestViewSqueezeAddInPlace (5 ms) 2022-09-27T16:03:52.3863882Z [ RUN ] LazyOpsTest.TestUnsafeView 2022-09-27T16:03:52.3932563Z [ OK ] LazyOpsTest.TestUnsafeView (6 ms) 2022-09-27T16:03:52.3933114Z [ RUN ] LazyOpsTest.TestNarrow 2022-09-27T16:03:52.4048464Z [ OK ] LazyOpsTest.TestNarrow (11 ms) 2022-09-27T16:03:52.4049000Z [ RUN ] LazyOpsTest.TestNarrowUpdate 2022-09-27T16:03:52.4186443Z [ OK ] LazyOpsTest.TestNarrowUpdate (13 ms) 2022-09-27T16:03:52.4187086Z [ RUN ] LazyOpsTest.TestNarrowUpdateBaseCheck 2022-09-27T16:03:52.4345970Z [ OK ] LazyOpsTest.TestNarrowUpdateBaseCheck (15 ms) 2022-09-27T16:03:52.4346639Z [ RUN ] LazyOpsTest.TestNarrowUpdateTwoSlices 2022-09-27T16:03:52.5241457Z [ OK ] LazyOpsTest.TestNarrowUpdateTwoSlices (89 ms) 2022-09-27T16:03:52.5242391Z [ RUN ] LazyOpsTest.TestNarrowUpdateView 2022-09-27T16:03:52.5410132Z [ OK ] LazyOpsTest.TestNarrowUpdateView (16 ms) 2022-09-27T16:03:52.5410799Z [ RUN ] LazyOpsTest.TestNarrowInNarrowUpdate 2022-09-27T16:03:52.5672026Z [ OK ] LazyOpsTest.TestNarrowInNarrowUpdate (26 ms) 2022-09-27T16:03:52.5672652Z [ RUN ] LazyOpsTest.TestNarrowCopy 2022-09-27T16:03:52.5728430Z [ OK ] LazyOpsTest.TestNarrowCopy (5 ms) 2022-09-27T16:03:52.5729013Z [ RUN ] LazyOpsTest.TestViewAs 2022-09-27T16:03:52.5799971Z [ OK ] LazyOpsTest.TestViewAs (7 ms) 2022-09-27T16:03:52.5800541Z [ RUN ] LazyOpsTest.TestLogSoftmax 2022-09-27T16:03:52.5955898Z [ OK ] LazyOpsTest.TestLogSoftmax (15 ms) 2022-09-27T16:03:52.5956445Z [ RUN ] LazyOpsTest.TestLogSoftmaxCast 2022-09-27T16:03:52.6165122Z [ OK ] LazyOpsTest.TestLogSoftmaxCast (20 ms) 2022-09-27T16:03:52.6165747Z [ RUN ] LazyOpsTest.TestLogSoftmaxWrapper 2022-09-27T16:03:52.6331965Z [ OK ] LazyOpsTest.TestLogSoftmaxWrapper (16 ms) 2022-09-27T16:03:52.6332508Z [ RUN ] LazyOpsTest.TestSoftmax 2022-09-27T16:03:52.6487616Z [ OK ] LazyOpsTest.TestSoftmax (15 ms) 2022-09-27T16:03:52.6488185Z [ RUN ] LazyOpsTest.TestSoftmaxCast 2022-09-27T16:03:52.6691759Z [ OK ] LazyOpsTest.TestSoftmaxCast (20 ms) 2022-09-27T16:03:52.6692328Z [ RUN ] LazyOpsTest.TestSoftmaxWrapper 2022-09-27T16:03:52.6895625Z [ OK ] LazyOpsTest.TestSoftmaxWrapper (20 ms) 2022-09-27T16:03:52.6896153Z [ RUN ] LazyOpsTest.TestSoftplus 2022-09-27T16:03:52.6917153Z [ OK ] LazyOpsTest.TestSoftplus (2 ms) 2022-09-27T16:03:52.6917684Z [ RUN ] LazyOpsTest.TestMaxPool1D 2022-09-27T16:03:52.7565668Z [ OK ] LazyOpsTest.TestMaxPool1D (64 ms) 2022-09-27T16:03:52.7566048Z [ RUN ] LazyOpsTest.TestMaxPool2D 2022-09-27T16:03:52.8030345Z [ OK ] LazyOpsTest.TestMaxPool2D (46 ms) 2022-09-27T16:03:52.8030952Z [ RUN ] LazyOpsTest.TestMaxPool2DWithIndices 2022-09-27T16:03:52.9249290Z [ OK ] LazyOpsTest.TestMaxPool2DWithIndices (121 ms) 2022-09-27T16:03:52.9249928Z [ RUN ] LazyOpsTest.TestMaxPool2DNonSquare 2022-09-27T16:03:52.9695146Z [ OK ] LazyOpsTest.TestMaxPool2DNonSquare (44 ms) 2022-09-27T16:03:52.9695735Z [ RUN ] LazyOpsTest.TestMaxPool3D 2022-09-27T16:03:52.9837827Z [ OK ] LazyOpsTest.TestMaxPool3D (14 ms) 2022-09-27T16:03:52.9838437Z [ RUN ] LazyOpsTest.TestMaxPool3DWithIndices 2022-09-27T16:03:53.0044388Z [ OK ] LazyOpsTest.TestMaxPool3DWithIndices (20 ms) 2022-09-27T16:03:53.0045087Z [ RUN ] LazyOpsTest.TestMaxPool3DIncompleteAttributes 2022-09-27T16:03:53.0164901Z [ OK ] LazyOpsTest.TestMaxPool3DIncompleteAttributes (12 ms) 2022-09-27T16:03:53.0165544Z [ RUN ] LazyOpsTest.TestMaxPool3DNonSquare 2022-09-27T16:03:53.0295702Z [ OK ] LazyOpsTest.TestMaxPool3DNonSquare (12 ms) 2022-09-27T16:03:53.0296318Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatch 2022-09-27T16:03:53.0772718Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatch (47 ms) 2022-09-27T16:03:53.0773299Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatch 2022-09-27T16:03:53.0917596Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatch (14 ms) 2022-09-27T16:03:53.0918081Z [ RUN ] LazyOpsTest.TestAvgPool1D 2022-09-27T16:03:53.1508128Z [ OK ] LazyOpsTest.TestAvgPool1D (58 ms) 2022-09-27T16:03:53.1508679Z [ RUN ] LazyOpsTest.TestAvgPool2D 2022-09-27T16:03:53.1948575Z [ OK ] LazyOpsTest.TestAvgPool2D (44 ms) 2022-09-27T16:03:53.1948986Z [ RUN ] LazyOpsTest.TestAvgPool2DNonSquare 2022-09-27T16:03:53.2365553Z [ OK ] LazyOpsTest.TestAvgPool2DNonSquare (41 ms) 2022-09-27T16:03:53.2365982Z [ RUN ] LazyOpsTest.TestAvgPool3D 2022-09-27T16:03:53.2488932Z [ OK ] LazyOpsTest.TestAvgPool3D (12 ms) 2022-09-27T16:03:53.2489386Z [ RUN ] LazyOpsTest.TestAvgPool3DIncompleteAttributes 2022-09-27T16:03:53.2594545Z [ OK ] LazyOpsTest.TestAvgPool3DIncompleteAttributes (10 ms) 2022-09-27T16:03:53.2595087Z [ RUN ] LazyOpsTest.TestAvgPool3DNonSquare 2022-09-27T16:03:53.2704727Z [ OK ] LazyOpsTest.TestAvgPool3DNonSquare (11 ms) 2022-09-27T16:03:53.2705314Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatch 2022-09-27T16:03:53.3131068Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatch (42 ms) 2022-09-27T16:03:53.3131462Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatch 2022-09-27T16:03:53.3253394Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatch (12 ms) 2022-09-27T16:03:53.3253899Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2D 2022-09-27T16:03:53.3303541Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2D (4 ms) 2022-09-27T16:03:53.3303895Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3D 2022-09-27T16:03:53.4644697Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3D (133 ms) 2022-09-27T16:03:53.4645104Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch 2022-09-27T16:03:53.4752005Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch (10 ms) 2022-09-27T16:03:53.4752416Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch 2022-09-27T16:03:53.4800174Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch (4 ms) 2022-09-27T16:03:53.4800604Z [ RUN ] LazyOpsTest.TestMaxUnpool2D 2022-09-27T16:03:53.4969890Z [ OK ] LazyOpsTest.TestMaxUnpool2D (16 ms) 2022-09-27T16:03:53.4970497Z [ RUN ] LazyOpsTest.TestMaxUnpool3D 2022-09-27T16:03:53.5112275Z [ OK ] LazyOpsTest.TestMaxUnpool3D (14 ms) 2022-09-27T16:03:53.5112846Z [ RUN ] LazyOpsTest.TestNllLoss 2022-09-27T16:03:53.5113350Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:8184: Skipped 2022-09-27T16:03:53.5113526Z 2022-09-27T16:03:53.5113700Z [ SKIPPED ] LazyOpsTest.TestNllLoss (0 ms) 2022-09-27T16:03:53.5114003Z [ RUN ] LazyOpsTest.TestNllLoss2d 2022-09-27T16:03:53.5838596Z [ OK ] LazyOpsTest.TestNllLoss2d (72 ms) 2022-09-27T16:03:53.5839117Z [ RUN ] LazyOpsTest.TestSmoothL1Loss 2022-09-27T16:03:53.5964324Z [ OK ] LazyOpsTest.TestSmoothL1Loss (12 ms) 2022-09-27T16:03:53.5964880Z [ RUN ] LazyOpsTest.TestL1Loss 2022-09-27T16:03:53.6040804Z [ OK ] LazyOpsTest.TestL1Loss (7 ms) 2022-09-27T16:03:53.6041391Z [ RUN ] LazyOpsTest.TestL1LossBackward 2022-09-27T16:03:53.6293635Z [ OK ] LazyOpsTest.TestL1LossBackward (25 ms) 2022-09-27T16:03:53.6294214Z [ RUN ] LazyOpsTest.TestMseLoss 2022-09-27T16:03:53.6318332Z [ OK ] LazyOpsTest.TestMseLoss (2 ms) 2022-09-27T16:03:53.6318700Z [ RUN ] LazyOpsTest.TestMseLossBackward 2022-09-27T16:03:53.6487309Z [ OK ] LazyOpsTest.TestMseLossBackward (16 ms) 2022-09-27T16:03:53.6487665Z [ RUN ] LazyOpsTest.TestBatchNorm1D 2022-09-27T16:03:53.6629506Z [ OK ] LazyOpsTest.TestBatchNorm1D (14 ms) 2022-09-27T16:03:53.6629962Z [ RUN ] LazyOpsTest.TestBatchNorm2D 2022-09-27T16:03:53.6774637Z [ OK ] LazyOpsTest.TestBatchNorm2D (14 ms) 2022-09-27T16:03:53.6775014Z [ RUN ] LazyOpsTest.TestDim 2022-09-27T16:03:53.6776174Z [ OK ] LazyOpsTest.TestDim (0 ms) 2022-09-27T16:03:53.6776489Z [ RUN ] LazyOpsTest.TestContiguous 2022-09-27T16:03:53.6781848Z [ OK ] LazyOpsTest.TestContiguous (0 ms) 2022-09-27T16:03:53.6782229Z [ RUN ] LazyOpsTest.TestSqueezeAll 2022-09-27T16:03:53.6802542Z [ OK ] LazyOpsTest.TestSqueezeAll (2 ms) 2022-09-27T16:03:53.6802862Z [ RUN ] LazyOpsTest.TestSqueezeAllInPlace 2022-09-27T16:03:53.6830895Z [ OK ] LazyOpsTest.TestSqueezeAllInPlace (2 ms) 2022-09-27T16:03:53.6831233Z [ RUN ] LazyOpsTest.TestSqueezeOne 2022-09-27T16:03:53.6985182Z [ OK ] LazyOpsTest.TestSqueezeOne (15 ms) 2022-09-27T16:03:53.6985502Z [ RUN ] LazyOpsTest.TestSqueezeOneInPlace 2022-09-27T16:03:53.7218051Z [ OK ] LazyOpsTest.TestSqueezeOneInPlace (23 ms) 2022-09-27T16:03:53.7218379Z [ RUN ] LazyOpsTest.TestUnsqueeze 2022-09-27T16:03:53.7336372Z [ OK ] LazyOpsTest.TestUnsqueeze (11 ms) 2022-09-27T16:03:53.7336701Z [ RUN ] LazyOpsTest.TestUnsqueezeInPlace 2022-09-27T16:03:53.7486611Z [ OK ] LazyOpsTest.TestUnsqueezeInPlace (14 ms) 2022-09-27T16:03:53.7486943Z [ RUN ] LazyOpsTest.TestMaskedFill 2022-09-27T16:03:53.7508354Z [ OK ] LazyOpsTest.TestMaskedFill (2 ms) 2022-09-27T16:03:53.7508682Z [ RUN ] LazyOpsTest.TestMaskedFillInPlace 2022-09-27T16:03:53.7541736Z [ OK ] LazyOpsTest.TestMaskedFillInPlace (3 ms) 2022-09-27T16:03:53.7542078Z [ RUN ] LazyOpsTest.TestMaskedFillBroadcast 2022-09-27T16:03:53.7564544Z [ OK ] LazyOpsTest.TestMaskedFillBroadcast (2 ms) 2022-09-27T16:03:53.7564862Z [ RUN ] LazyOpsTest.TestFill 2022-09-27T16:03:53.7595669Z [ OK ] LazyOpsTest.TestFill (3 ms) 2022-09-27T16:03:53.7595967Z [ RUN ] LazyOpsTest.TestFillWithRank0 2022-09-27T16:03:53.7608090Z [ OK ] LazyOpsTest.TestFillWithRank0 (1 ms) 2022-09-27T16:03:53.7608402Z [ RUN ] LazyOpsTest.TestPermute 2022-09-27T16:03:53.7865054Z [ OK ] LazyOpsTest.TestPermute (25 ms) 2022-09-27T16:03:53.7865437Z [ RUN ] LazyOpsTest.TestPermuteMod 2022-09-27T16:03:53.8810372Z [ OK ] LazyOpsTest.TestPermuteMod (94 ms) 2022-09-27T16:03:53.8810761Z [ RUN ] LazyOpsTest.TestFlip 2022-09-27T16:03:53.9091539Z [ OK ] LazyOpsTest.TestFlip (28 ms) 2022-09-27T16:03:53.9162692Z [ RUN ] LazyOpsTest.TestPixelShuffle 2022-09-27T16:03:53.9163065Z [ OK ] LazyOpsTest.TestPixelShuffle (7 ms) 2022-09-27T16:03:53.9163384Z [ RUN ] LazyOpsTest.TestSumToSize 2022-09-27T16:03:53.9189580Z [ OK ] LazyOpsTest.TestSumToSize (2 ms) 2022-09-27T16:03:53.9189890Z [ RUN ] LazyOpsTest.TestTransposeDims 2022-09-27T16:03:53.9214016Z [ OK ] LazyOpsTest.TestTransposeDims (2 ms) 2022-09-27T16:03:53.9214355Z [ RUN ] LazyOpsTest.TestTransposeDimsMod 2022-09-27T16:03:53.9290128Z [ OK ] LazyOpsTest.TestTransposeDimsMod (7 ms) 2022-09-27T16:03:53.9290508Z [ RUN ] LazyOpsTest.TestTransposeDimsInPlace 2022-09-27T16:03:53.9323787Z [ OK ] LazyOpsTest.TestTransposeDimsInPlace (3 ms) 2022-09-27T16:03:53.9324110Z [ RUN ] LazyOpsTest.TestSplit 2022-09-27T16:03:53.9537906Z [ OK ] LazyOpsTest.TestSplit (21 ms) 2022-09-27T16:03:53.9538213Z [ RUN ] LazyOpsTest.TestSplitEmpty 2022-09-27T16:03:53.9543104Z [ OK ] LazyOpsTest.TestSplitEmpty (0 ms) 2022-09-27T16:03:53.9543416Z [ RUN ] LazyOpsTest.TestSplitWithSizes 2022-09-27T16:03:53.9704988Z [ OK ] LazyOpsTest.TestSplitWithSizes (16 ms) 2022-09-27T16:03:53.9705331Z [ RUN ] LazyOpsTest.TestCrossImplicitDim 2022-09-27T16:03:53.9727894Z [ OK ] LazyOpsTest.TestCrossImplicitDim (2 ms) 2022-09-27T16:03:53.9728224Z [ RUN ] LazyOpsTest.TestCrossExplicitDim 2022-09-27T16:03:53.9754503Z [ OK ] LazyOpsTest.TestCrossExplicitDim (2 ms) 2022-09-27T16:03:53.9754832Z [ RUN ] LazyOpsTest.TestCrossZeroDim 2022-09-27T16:03:53.9760676Z [ OK ] LazyOpsTest.TestCrossZeroDim (0 ms) 2022-09-27T16:03:53.9761056Z [ RUN ] LazyOpsTest.TestTriu 2022-09-27T16:03:53.9970950Z [ OK ] LazyOpsTest.TestTriu (20 ms) 2022-09-27T16:03:53.9971323Z [ RUN ] LazyOpsTest.TestTriuNonSquare 2022-09-27T16:03:54.0167539Z [ OK ] LazyOpsTest.TestTriuNonSquare (19 ms) 2022-09-27T16:03:54.0167877Z [ RUN ] LazyOpsTest.TestTriuBatch 2022-09-27T16:03:54.0366334Z [ OK ] LazyOpsTest.TestTriuBatch (19 ms) 2022-09-27T16:03:54.0366688Z [ RUN ] LazyOpsTest.TestTril 2022-09-27T16:03:54.0571825Z [ OK ] LazyOpsTest.TestTril (20 ms) 2022-09-27T16:03:54.0572166Z [ RUN ] LazyOpsTest.TestTrilNonSquare 2022-09-27T16:03:54.0968170Z [ OK ] LazyOpsTest.TestTrilNonSquare (39 ms) 2022-09-27T16:03:54.0968517Z [ RUN ] LazyOpsTest.TestTrilBatch 2022-09-27T16:03:54.1173090Z [ OK ] LazyOpsTest.TestTrilBatch (20 ms) 2022-09-27T16:03:54.1173432Z [ RUN ] LazyOpsTest.TestTriuInPlace 2022-09-27T16:03:54.1479344Z [ OK ] LazyOpsTest.TestTriuInPlace (30 ms) 2022-09-27T16:03:54.1479685Z [ RUN ] LazyOpsTest.TestTrilInPlace 2022-09-27T16:03:54.1776902Z [ OK ] LazyOpsTest.TestTrilInPlace (29 ms) 2022-09-27T16:03:54.1777212Z [ RUN ] LazyOpsTest.TestTrace 2022-09-27T16:03:54.1794555Z [ OK ] LazyOpsTest.TestTrace (1 ms) 2022-09-27T16:03:54.1794948Z [ RUN ] LazyOpsTest.TestTraceWide 2022-09-27T16:03:54.1811431Z [ OK ] LazyOpsTest.TestTraceWide (1 ms) 2022-09-27T16:03:54.1811808Z [ RUN ] LazyOpsTest.TestTraceNarrow 2022-09-27T16:03:54.1828105Z [ OK ] LazyOpsTest.TestTraceNarrow (1 ms) 2022-09-27T16:03:54.1828508Z [ RUN ] LazyOpsTest.TestDiagRank1 2022-09-27T16:03:54.2010913Z [ OK ] LazyOpsTest.TestDiagRank1 (18 ms) 2022-09-27T16:03:54.2011263Z [ RUN ] LazyOpsTest.TestDiagRank2 2022-09-27T16:03:54.2088894Z [ OK ] LazyOpsTest.TestDiagRank2 (7 ms) 2022-09-27T16:03:54.2089267Z [ RUN ] LazyOpsTest.TestDiagFlat 2022-09-27T16:03:54.8494898Z [ OK ] LazyOpsTest.TestDiagFlat (640 ms) 2022-09-27T16:03:54.8495252Z [ RUN ] LazyOpsTest.TestDiagonal 2022-09-27T16:03:54.8730454Z [ OK ] LazyOpsTest.TestDiagonal (23 ms) 2022-09-27T16:03:54.8731008Z [ RUN ] LazyOpsTest.TestDiagonalUpdate 2022-09-27T16:03:54.9427734Z [ OK ] LazyOpsTest.TestDiagonalUpdate (69 ms) 2022-09-27T16:03:54.9428315Z [ RUN ] LazyOpsTest.TestDiagonalNonSquare 2022-09-27T16:03:54.9654439Z [ OK ] LazyOpsTest.TestDiagonalNonSquare (22 ms) 2022-09-27T16:03:54.9655018Z [ RUN ] LazyOpsTest.TestDiagonalBatch 2022-09-27T16:03:54.9874797Z [ OK ] LazyOpsTest.TestDiagonalBatch (22 ms) 2022-09-27T16:03:54.9875409Z [ RUN ] LazyOpsTest.TestFlatten 2022-09-27T16:03:55.0367198Z [ OK ] LazyOpsTest.TestFlatten (49 ms) 2022-09-27T16:03:55.0367781Z [ RUN ] LazyOpsTest.TestLogicalAnd 2022-09-27T16:03:55.0526755Z [ OK ] LazyOpsTest.TestLogicalAnd (15 ms) 2022-09-27T16:03:55.0527297Z [ RUN ] LazyOpsTest.TestBitwiseAnd 2022-09-27T16:03:55.0548512Z [ OK ] LazyOpsTest.TestBitwiseAnd (2 ms) 2022-09-27T16:03:55.0549120Z [ RUN ] LazyOpsTest.TestBitwiseAndInPlace 2022-09-27T16:03:55.0574672Z [ OK ] LazyOpsTest.TestBitwiseAndInPlace (2 ms) 2022-09-27T16:03:55.0575260Z [ RUN ] LazyOpsTest.TestBitwiseAndScalar 2022-09-27T16:03:55.0594509Z [ OK ] LazyOpsTest.TestBitwiseAndScalar (1 ms) 2022-09-27T16:03:55.0595119Z [ RUN ] LazyOpsTest.TestBitwiseAndScalarInPlace 2022-09-27T16:03:55.0619049Z [ OK ] LazyOpsTest.TestBitwiseAndScalarInPlace (2 ms) 2022-09-27T16:03:55.0619953Z [ RUN ] LazyOpsTest.TestBitwiseAndPromotion 2022-09-27T16:03:55.0653695Z [ OK ] LazyOpsTest.TestBitwiseAndPromotion (3 ms) 2022-09-27T16:03:55.0654327Z [ RUN ] LazyOpsTest.TestBitwiseOr 2022-09-27T16:03:55.0683196Z [ OK ] LazyOpsTest.TestBitwiseOr (2 ms) 2022-09-27T16:03:55.0683733Z [ RUN ] LazyOpsTest.TestBitwiseOrInPlace 2022-09-27T16:03:55.0709331Z [ OK ] LazyOpsTest.TestBitwiseOrInPlace (2 ms) 2022-09-27T16:03:55.0709908Z [ RUN ] LazyOpsTest.TestBitwiseOrScalar 2022-09-27T16:03:55.0727818Z [ OK ] LazyOpsTest.TestBitwiseOrScalar (1 ms) 2022-09-27T16:03:55.0728400Z [ RUN ] LazyOpsTest.TestBitwiseOrScalarInPlace 2022-09-27T16:03:55.0752244Z [ OK ] LazyOpsTest.TestBitwiseOrScalarInPlace (2 ms) 2022-09-27T16:03:55.0752729Z [ RUN ] LazyOpsTest.TestBitwiseXor 2022-09-27T16:03:55.0772043Z [ OK ] LazyOpsTest.TestBitwiseXor (1 ms) 2022-09-27T16:03:55.0772649Z [ RUN ] LazyOpsTest.TestBitwiseXorInPlace 2022-09-27T16:03:55.0780946Z [ OK ] LazyOpsTest.TestBitwiseXorInPlace (0 ms) 2022-09-27T16:03:55.0781520Z [ RUN ] LazyOpsTest.TestBitwiseXorScalar 2022-09-27T16:03:55.0787089Z [ OK ] LazyOpsTest.TestBitwiseXorScalar (0 ms) 2022-09-27T16:03:55.0787703Z [ RUN ] LazyOpsTest.TestBitwiseXorScalarInPlace 2022-09-27T16:03:55.0794401Z [ OK ] LazyOpsTest.TestBitwiseXorScalarInPlace (0 ms) 2022-09-27T16:03:55.0794962Z [ RUN ] LazyOpsTest.TestLshift 2022-09-27T16:03:55.0804790Z [ OK ] LazyOpsTest.TestLshift (1 ms) 2022-09-27T16:03:55.0805363Z [ RUN ] LazyOpsTest.TestLshiftInPlace 2022-09-27T16:03:55.0818802Z [ OK ] LazyOpsTest.TestLshiftInPlace (1 ms) 2022-09-27T16:03:55.0819148Z [ RUN ] LazyOpsTest.TestLshiftScalar 2022-09-27T16:03:55.0827281Z [ OK ] LazyOpsTest.TestLshiftScalar (0 ms) 2022-09-27T16:03:55.0827664Z [ RUN ] LazyOpsTest.TestLshiftScalarInPlace 2022-09-27T16:03:55.0839337Z [ OK ] LazyOpsTest.TestLshiftScalarInPlace (1 ms) 2022-09-27T16:03:55.0839711Z [ RUN ] LazyOpsTest.TestRshift 2022-09-27T16:03:55.0860082Z [ OK ] LazyOpsTest.TestRshift (2 ms) 2022-09-27T16:03:55.0860448Z [ RUN ] LazyOpsTest.TestRshiftInPlace 2022-09-27T16:03:55.0873544Z [ OK ] LazyOpsTest.TestRshiftInPlace (1 ms) 2022-09-27T16:03:55.0873862Z [ RUN ] LazyOpsTest.TestRshiftScalar 2022-09-27T16:03:55.0881881Z [ OK ] LazyOpsTest.TestRshiftScalar (0 ms) 2022-09-27T16:03:55.0882229Z [ RUN ] LazyOpsTest.TestRshiftScalarInPlace 2022-09-27T16:03:55.0894695Z [ OK ] LazyOpsTest.TestRshiftScalarInPlace (1 ms) 2022-09-27T16:03:55.0895143Z [ RUN ] LazyOpsTest.TestMeshgrid 2022-09-27T16:03:55.0896123Z [W TensorShape.cpp:3145] Warning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (function operator()) 2022-09-27T16:03:55.0987292Z [ OK ] LazyOpsTest.TestMeshgrid (9 ms) 2022-09-27T16:03:55.0987608Z [ RUN ] LazyOpsTest.TestConstantPad 2022-09-27T16:03:55.1015129Z [ OK ] LazyOpsTest.TestConstantPad (2 ms) 2022-09-27T16:03:55.1015476Z [ RUN ] LazyOpsTest.TestConstantPadIncomplete 2022-09-27T16:03:55.1037335Z [ OK ] LazyOpsTest.TestConstantPadIncomplete (2 ms) 2022-09-27T16:03:55.1037813Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank3 2022-09-27T16:03:55.1047146Z [ OK ] LazyOpsTest.TestReflectionPad2dRank3 (0 ms) 2022-09-27T16:03:55.1047519Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank4 2022-09-27T16:03:55.1057908Z [ OK ] LazyOpsTest.TestReflectionPad2dRank4 (1 ms) 2022-09-27T16:03:55.1058285Z [ RUN ] LazyOpsTest.TestReflectionPad2dBackward 2022-09-27T16:03:55.1118646Z [ OK ] LazyOpsTest.TestReflectionPad2dBackward (6 ms) 2022-09-27T16:03:55.1119112Z [ RUN ] LazyOpsTest.TestReplicationPad1d 2022-09-27T16:03:55.1126354Z [ OK ] LazyOpsTest.TestReplicationPad1d (0 ms) 2022-09-27T16:03:55.1126786Z [ RUN ] LazyOpsTest.TestReplicationPad1dZeroPad 2022-09-27T16:03:55.1133468Z [ OK ] LazyOpsTest.TestReplicationPad1dZeroPad (0 ms) 2022-09-27T16:03:55.1134014Z [ RUN ] LazyOpsTest.TestReplicationPad1dBackward 2022-09-27T16:03:55.1182046Z [ OK ] LazyOpsTest.TestReplicationPad1dBackward (4 ms) 2022-09-27T16:03:55.1182427Z [ RUN ] LazyOpsTest.TestReplicationPad2d 2022-09-27T16:03:55.1190120Z [ OK ] LazyOpsTest.TestReplicationPad2d (0 ms) 2022-09-27T16:03:55.1190552Z [ RUN ] LazyOpsTest.TestReplicationPad2dZeroPad 2022-09-27T16:03:55.1197427Z [ OK ] LazyOpsTest.TestReplicationPad2dZeroPad (0 ms) 2022-09-27T16:03:55.1197888Z [ RUN ] LazyOpsTest.TestReplicationPad2dBackward 2022-09-27T16:03:55.1257099Z [ OK ] LazyOpsTest.TestReplicationPad2dBackward (5 ms) 2022-09-27T16:03:55.1257453Z [ RUN ] LazyOpsTest.TestAsStrided 2022-09-27T16:03:55.1432061Z [ OK ] LazyOpsTest.TestAsStrided (17 ms) 2022-09-27T16:03:55.1432429Z [ RUN ] LazyOpsTest.TestAsStridedInPlace 2022-09-27T16:03:55.1742240Z [ OK ] LazyOpsTest.TestAsStridedInPlace (30 ms) 2022-09-27T16:03:55.1742630Z [ RUN ] LazyOpsTest.TestAsStridedWithOffset 2022-09-27T16:03:55.1779120Z [ OK ] LazyOpsTest.TestAsStridedWithOffset (3 ms) 2022-09-27T16:03:55.1779486Z [ RUN ] LazyOpsTest.TestAsStridedWithInplaceCopy 2022-09-27T16:03:55.1814095Z [ OK ] LazyOpsTest.TestAsStridedWithInplaceCopy (3 ms) 2022-09-27T16:03:55.1814476Z [ RUN ] LazyOpsTest.TestEmptyStrided 2022-09-27T16:03:55.1814820Z [ OK ] LazyOpsTest.TestEmptyStrided (0 ms) 2022-09-27T16:03:55.1815136Z [ RUN ] LazyOpsTest.TestAvgPool2DBackward 2022-09-27T16:03:55.3033010Z [ OK ] LazyOpsTest.TestAvgPool2DBackward (121 ms) 2022-09-27T16:03:55.3033655Z [ RUN ] LazyOpsTest.TestAvgPool3DBackward 2022-09-27T16:03:55.3721005Z [ OK ] LazyOpsTest.TestAvgPool3DBackward (68 ms) 2022-09-27T16:03:55.3721672Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatchBackward 2022-09-27T16:03:55.4957313Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatchBackward (123 ms) 2022-09-27T16:03:55.4958046Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatchBackward 2022-09-27T16:03:55.5628396Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatchBackward (67 ms) 2022-09-27T16:03:55.5629209Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward 2022-09-27T16:03:55.6085705Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward (45 ms) 2022-09-27T16:03:55.6086541Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DBackward 2022-09-27T16:03:55.6899033Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DBackward (81 ms) 2022-09-27T16:03:55.6899477Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DBackward 2022-09-27T16:03:55.7142592Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DBackward (24 ms) 2022-09-27T16:03:55.7143104Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward 2022-09-27T16:03:55.7289981Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward (14 ms) 2022-09-27T16:03:55.7290351Z [ RUN ] LazyOpsTest.TestConv2D 2022-09-27T16:03:56.3606850Z [ OK ] LazyOpsTest.TestConv2D (631 ms) 2022-09-27T16:03:56.3607213Z [ RUN ] LazyOpsTest.TestConv2DBackward 2022-09-27T16:03:59.0135522Z [ OK ] LazyOpsTest.TestConv2DBackward (2652 ms) 2022-09-27T16:03:59.0135939Z [ RUN ] LazyOpsTest.TestTransposedConv2DBackward 2022-09-27T16:04:01.2161684Z [ OK ] LazyOpsTest.TestTransposedConv2DBackward (2202 ms) 2022-09-27T16:04:01.2162308Z [ RUN ] LazyOpsTest.TestConv3DBackward 2022-09-27T16:04:03.2489250Z [ OK ] LazyOpsTest.TestConv3DBackward (2032 ms) 2022-09-27T16:04:03.2489657Z [ RUN ] LazyOpsTest.TestTransposedConv3DBackward 2022-09-27T16:04:08.1798615Z [ OK ] LazyOpsTest.TestTransposedConv3DBackward (4930 ms) 2022-09-27T16:04:08.1799046Z [ RUN ] LazyOpsTest.TestMaxPool2DBackward 2022-09-27T16:04:08.2552453Z [ OK ] LazyOpsTest.TestMaxPool2DBackward (75 ms) 2022-09-27T16:04:08.2552827Z [ RUN ] LazyOpsTest.TestMaxPool3DBackward 2022-09-27T16:04:08.2970652Z [ OK ] LazyOpsTest.TestMaxPool3DBackward (41 ms) 2022-09-27T16:04:08.2971288Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatchBackward 2022-09-27T16:04:08.3776238Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatchBackward (80 ms) 2022-09-27T16:04:08.3776906Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatchBackward 2022-09-27T16:04:08.4184865Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatchBackward (40 ms) 2022-09-27T16:04:08.4185291Z [ RUN ] LazyOpsTest.TestMaxUnpool2DBackward 2022-09-27T16:04:08.5619326Z [ OK ] LazyOpsTest.TestMaxUnpool2DBackward (143 ms) 2022-09-27T16:04:08.5619950Z [ RUN ] LazyOpsTest.TestMaxUnpool3DBackward 2022-09-27T16:04:08.6783760Z [ OK ] LazyOpsTest.TestMaxUnpool3DBackward (116 ms) 2022-09-27T16:04:08.6784374Z [ RUN ] LazyOpsTest.TestTanhBackward 2022-09-27T16:04:08.6867592Z [ OK ] LazyOpsTest.TestTanhBackward (8 ms) 2022-09-27T16:04:08.6868203Z [ RUN ] LazyOpsTest.TestSigmoidBackward 2022-09-27T16:04:08.6935244Z [ OK ] LazyOpsTest.TestSigmoidBackward (6 ms) 2022-09-27T16:04:08.6935838Z [ RUN ] LazyOpsTest.TestLogSigmoidBackward 2022-09-27T16:04:08.7012066Z [ OK ] LazyOpsTest.TestLogSigmoidBackward (7 ms) 2022-09-27T16:04:08.7012678Z [ RUN ] LazyOpsTest.TestLogSoftmaxBackward 2022-09-27T16:04:08.7572393Z [ OK ] LazyOpsTest.TestLogSoftmaxBackward (55 ms) 2022-09-27T16:04:08.7572988Z [ RUN ] LazyOpsTest.TestSoftmaxBackward 2022-09-27T16:04:08.8308647Z [ OK ] LazyOpsTest.TestSoftmaxBackward (73 ms) 2022-09-27T16:04:08.8309240Z [ RUN ] LazyOpsTest.TestSoftplusBackward 2022-09-27T16:04:08.8381119Z [ OK ] LazyOpsTest.TestSoftplusBackward (7 ms) 2022-09-27T16:04:08.8381682Z [ RUN ] LazyOpsTest.TestReluBackward 2022-09-27T16:04:08.8449355Z [ OK ] LazyOpsTest.TestReluBackward (6 ms) 2022-09-27T16:04:08.8449916Z [ RUN ] LazyOpsTest.TestRreluBackward 2022-09-27T16:04:08.8526971Z [ OK ] LazyOpsTest.TestRreluBackward (7 ms) 2022-09-27T16:04:08.8527542Z [ RUN ] LazyOpsTest.TestHardshrinkBackward 2022-09-27T16:04:08.8593212Z [ OK ] LazyOpsTest.TestHardshrinkBackward (6 ms) 2022-09-27T16:04:08.8593830Z [ RUN ] LazyOpsTest.TestSoftshrinkBackward 2022-09-27T16:04:08.8671167Z [ OK ] LazyOpsTest.TestSoftshrinkBackward (7 ms) 2022-09-27T16:04:08.8671807Z [ RUN ] LazyOpsTest.TestHardtanhBackward 2022-09-27T16:04:08.8707004Z [ OK ] LazyOpsTest.TestHardtanhBackward (3 ms) 2022-09-27T16:04:08.8707386Z [ RUN ] LazyOpsTest.TestEluBackward 2022-09-27T16:04:08.8785825Z [ OK ] LazyOpsTest.TestEluBackward (7 ms) 2022-09-27T16:04:08.8786328Z [ RUN ] LazyOpsTest.TestGeluBackward 2022-09-27T16:04:08.8860061Z [ OK ] LazyOpsTest.TestGeluBackward (7 ms) 2022-09-27T16:04:08.8860424Z [ RUN ] LazyOpsTest.TestLeakyReluBackward 2022-09-27T16:04:08.8931806Z [ OK ] LazyOpsTest.TestLeakyReluBackward (7 ms) 2022-09-27T16:04:08.8932426Z [ RUN ] LazyOpsTest.TestTransposeBackward 2022-09-27T16:04:08.8995056Z [ OK ] LazyOpsTest.TestTransposeBackward (6 ms) 2022-09-27T16:04:08.8995521Z [ RUN ] LazyOpsTest.TestAddMatMulBackward 2022-09-27T16:04:08.9630411Z [ OK ] LazyOpsTest.TestAddMatMulBackward (63 ms) 2022-09-27T16:04:08.9630791Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropyBackward 2022-09-27T16:04:09.0111298Z [ OK ] LazyOpsTest.TestBinaryCrossEntropyBackward (48 ms) 2022-09-27T16:04:09.0111715Z [ RUN ] LazyOpsTest.TestNllLossBackward 2022-09-27T16:04:09.0112013Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:10965: Skipped 2022-09-27T16:04:09.0112183Z 2022-09-27T16:04:09.0112378Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward (0 ms) 2022-09-27T16:04:09.0112712Z [ RUN ] LazyOpsTest.TestNllLoss2dBackward 2022-09-27T16:04:09.2294125Z [ OK ] LazyOpsTest.TestNllLoss2dBackward (218 ms) 2022-09-27T16:04:09.2294681Z [ RUN ] LazyOpsTest.TestSmoothL1LossBackward 2022-09-27T16:04:09.2749370Z [ OK ] LazyOpsTest.TestSmoothL1LossBackward (45 ms) 2022-09-27T16:04:09.2749817Z [ RUN ] LazyOpsTest.TestViewBackward 2022-09-27T16:04:09.2893211Z [ OK ] LazyOpsTest.TestViewBackward (14 ms) 2022-09-27T16:04:09.2893992Z [ RUN ] LazyOpsTest.TestBatchNorm2DBackward 2022-09-27T16:04:09.3274641Z [ OK ] LazyOpsTest.TestBatchNorm2DBackward (38 ms) 2022-09-27T16:04:09.3275251Z [ RUN ] LazyOpsTest.TestBatchNorm3DBackward 2022-09-27T16:04:09.3667337Z [ OK ] LazyOpsTest.TestBatchNorm3DBackward (39 ms) 2022-09-27T16:04:09.3667788Z [ RUN ] LazyOpsTest.TestBCEWithLogitsBackward 2022-09-27T16:04:09.6296611Z [ OK ] LazyOpsTest.TestBCEWithLogitsBackward (262 ms) 2022-09-27T16:04:09.6297146Z [ RUN ] LazyOpsTest.TestKlDivBackward 2022-09-27T16:04:09.6857694Z [ OK ] LazyOpsTest.TestKlDivBackward (56 ms) 2022-09-27T16:04:09.6858240Z [ RUN ] LazyOpsTest.TestEmbeddingBackward 2022-09-27T16:04:10.2151920Z [ OK ] LazyOpsTest.TestEmbeddingBackward (529 ms) 2022-09-27T16:04:10.2152514Z [ RUN ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-09-27T16:04:10.2153329Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11362: Skipped 2022-09-27T16:04:10.2153630Z 2022-09-27T16:04:10.2154134Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale (0 ms) 2022-09-27T16:04:10.2154580Z [ RUN ] LazyOpsTest.TestAmpUpdateScale 2022-09-27T16:04:10.2154987Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11411: Skipped 2022-09-27T16:04:10.2155299Z 2022-09-27T16:04:10.2155665Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale (0 ms) 2022-09-27T16:04:10.2156056Z [ RUN ] LazyOpsTest.TestEarlySyncLiveTensors 2022-09-27T16:04:10.2158190Z [ OK ] LazyOpsTest.TestEarlySyncLiveTensors (0 ms) 2022-09-27T16:04:10.2158507Z [ RUN ] LazyOpsTest.TestLerp 2022-09-27T16:04:10.2168771Z [ OK ] LazyOpsTest.TestLerp (0 ms) 2022-09-27T16:04:10.2169117Z [ RUN ] LazyOpsTest.TestLerpScalar 2022-09-27T16:04:10.2177957Z [ OK ] LazyOpsTest.TestLerpScalar (0 ms) 2022-09-27T16:04:10.2178338Z [ RUN ] LazyOpsTest.TestLerpInplace 2022-09-27T16:04:10.2188997Z [ OK ] LazyOpsTest.TestLerpInplace (1 ms) 2022-09-27T16:04:10.2189349Z [ RUN ] LazyOpsTest.TestLerpScalarInplace 2022-09-27T16:04:10.2198531Z [ OK ] LazyOpsTest.TestLerpScalarInplace (0 ms) 2022-09-27T16:04:10.2198899Z [ RUN ] LazyOpsTest.TestLerpOut 2022-09-27T16:04:10.2209000Z [ OK ] LazyOpsTest.TestLerpOut (1 ms) 2022-09-27T16:04:10.2209337Z [ RUN ] LazyOpsTest.TestLerpScalarOut 2022-09-27T16:04:10.2218273Z [ OK ] LazyOpsTest.TestLerpScalarOut (0 ms) 2022-09-27T16:04:10.2218824Z [ RUN ] LazyOpsTest.IsAliasOf 2022-09-27T16:04:10.2224135Z [ OK ] LazyOpsTest.IsAliasOf (0 ms) 2022-09-27T16:04:10.2224584Z [----------] 575 tests from LazyOpsTest (22372 ms total) 2022-09-27T16:04:10.2224754Z 2022-09-27T16:04:10.2224926Z [----------] Global test environment tear-down 2022-09-27T16:04:10.2421984Z [==========] 612 tests from 10 test suites ran. (22423 ms total) 2022-09-27T16:04:10.2422519Z [ PASSED ] 608 tests. 2022-09-27T16:04:10.2422828Z [ SKIPPED ] 4 tests, listed below: 2022-09-27T16:04:10.2423127Z [ SKIPPED ] LazyOpsTest.TestNllLoss 2022-09-27T16:04:10.2423439Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward 2022-09-27T16:04:10.2423819Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-09-27T16:04:10.2424196Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale 2022-09-27T16:04:10.6369147Z + python test/cpp/jit/tests_setup.py shutdown 2022-09-27T16:04:14.6629394Z + wait 2022-09-27T16:04:14.6629817Z + OMP_NUM_THREADS=2 2022-09-27T16:04:14.6630194Z + TORCH_CPP_TEST_MNIST_PATH=test/cpp/api/mnist 2022-09-27T16:04:14.6630863Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_api '--gtest_filter=-IMethodTest.*' --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_api.xml 2022-09-27T16:04:16.9580721Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:04:16.9604703Z Note: Google Test filter = -IMethodTest.*:*_CUDA:*_MultiCUDA 2022-09-27T16:04:16.9605267Z [==========] Running 991 tests from 48 test suites. 2022-09-27T16:04:16.9605764Z [----------] Global test environment set-up. 2022-09-27T16:04:16.9606214Z [----------] 9 tests from AutogradAPITests 2022-09-27T16:04:16.9606745Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-09-27T16:04:16.9814813Z [ OK ] AutogradAPITests.BackwardSimpleTest (20 ms) 2022-09-27T16:04:16.9815191Z [ RUN ] AutogradAPITests.BackwardTest 2022-09-27T16:04:16.9834253Z [W engine.cpp:1061] Warning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (function operator()) 2022-09-27T16:04:16.9854622Z [ OK ] AutogradAPITests.BackwardTest (4 ms) 2022-09-27T16:04:16.9854993Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-09-27T16:04:16.9869106Z [ OK ] AutogradAPITests.GradSimpleTest (1 ms) 2022-09-27T16:04:16.9869451Z [ RUN ] AutogradAPITests.GradTest 2022-09-27T16:04:16.9897502Z [ OK ] AutogradAPITests.GradTest (2 ms) 2022-09-27T16:04:16.9897831Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-09-27T16:04:16.9914511Z [W TensorBody.h:483] Warning: 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. (function grad) 2022-09-27T16:04:16.9922996Z [W TensorBody.h:483] Warning: 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. (function grad) 2022-09-27T16:04:16.9931400Z [W TensorBody.h:483] Warning: 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. (function grad) 2022-09-27T16:04:16.9939497Z [W TensorBody.h:483] Warning: 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. (function grad) 2022-09-27T16:04:16.9954981Z [ OK ] AutogradAPITests.GradNonLeafTest (5 ms) 2022-09-27T16:04:16.9955360Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-09-27T16:04:17.0088810Z [ OK ] AutogradAPITests.GradUnreachableTest (13 ms) 2022-09-27T16:04:17.0089172Z [ RUN ] AutogradAPITests.EmptyInput 2022-09-27T16:04:17.0138705Z [ OK ] AutogradAPITests.EmptyInput (5 ms) 2022-09-27T16:04:17.0139114Z [ RUN ] AutogradAPITests.RetainGrad 2022-09-27T16:04:17.0167818Z [ OK ] AutogradAPITests.RetainGrad (2 ms) 2022-09-27T16:04:17.0168389Z [ RUN ] AutogradAPITests.AnomalyMode 2022-09-27T16:04:17.0168852Z [W anomaly_mode.cpp:27] Warning: This mode should be enabled only for debugging as the different tests will slow down your program execution. (function operator()) 2022-09-27T16:04:17.3250632Z [ OK ] AutogradAPITests.AnomalyMode (308 ms) 2022-09-27T16:04:17.3251225Z [----------] 9 tests from AutogradAPITests (364 ms total) 2022-09-27T16:04:17.3251412Z 2022-09-27T16:04:17.3251581Z [----------] 33 tests from CustomAutogradTest 2022-09-27T16:04:17.3251949Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-09-27T16:04:17.3274750Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (2 ms) 2022-09-27T16:04:17.3275143Z [ RUN ] CustomAutogradTest.CustomFunction 2022-09-27T16:04:17.3292684Z [ OK ] CustomAutogradTest.CustomFunction (1 ms) 2022-09-27T16:04:17.3293110Z [ RUN ] CustomAutogradTest.CustomFunctionWithTensorList 2022-09-27T16:04:17.3309027Z [ OK ] CustomAutogradTest.CustomFunctionWithTensorList (1 ms) 2022-09-27T16:04:17.3309445Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2022-09-27T16:04:17.3341451Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (3 ms) 2022-09-27T16:04:17.3341832Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-09-27T16:04:17.3349413Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-09-27T16:04:17.3349827Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-09-27T16:04:17.3361131Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (1 ms) 2022-09-27T16:04:17.3361508Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-09-27T16:04:17.3369560Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-09-27T16:04:17.3369931Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-09-27T16:04:17.3373708Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-09-27T16:04:17.3374126Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-09-27T16:04:17.3375837Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-09-27T16:04:17.3376187Z [ RUN ] CustomAutogradTest.MarkDirty 2022-09-27T16:04:17.3381081Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-09-27T16:04:17.3381467Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-09-27T16:04:17.3388429Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-09-27T16:04:17.3388930Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-09-27T16:04:17.3403906Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (1 ms) 2022-09-27T16:04:17.3404322Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-09-27T16:04:17.3408950Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-09-27T16:04:17.3409326Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-09-27T16:04:17.3418771Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-09-27T16:04:17.3419156Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-09-27T16:04:17.3492015Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (7 ms) 2022-09-27T16:04:17.3492417Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-09-27T16:04:17.3494578Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-09-27T16:04:17.3495040Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-09-27T16:04:17.3504473Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-09-27T16:04:17.3504873Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-09-27T16:04:17.3617147Z [ OK ] CustomAutogradTest.InvalidGradients (11 ms) 2022-09-27T16:04:17.3617752Z [ RUN ] CustomAutogradTest.NoGradInput 2022-09-27T16:04:17.3618363Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-09-27T16:04:17.3618814Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-09-27T16:04:17.3619154Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-09-27T16:04:17.3619475Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-09-27T16:04:17.3628567Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-09-27T16:04:17.3628888Z [ RUN ] CustomAutogradTest.Reentrant 2022-09-27T16:04:17.3640220Z [ OK ] CustomAutogradTest.Reentrant (1 ms) 2022-09-27T16:04:17.3640538Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-09-27T16:04:21.1492652Z [ OK ] CustomAutogradTest.DeepReentrant (3785 ms) 2022-09-27T16:04:21.1493045Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-09-27T16:04:21.1546404Z [ OK ] CustomAutogradTest.ReentrantPriority (5 ms) 2022-09-27T16:04:21.1546746Z [ RUN ] CustomAutogradTest.Hooks 2022-09-27T16:04:21.1621487Z [ OK ] CustomAutogradTest.Hooks (7 ms) 2022-09-27T16:04:21.1621829Z [ RUN ] CustomAutogradTest.HooksInplace 2022-09-27T16:04:21.1635076Z [ OK ] CustomAutogradTest.HooksInplace (1 ms) 2022-09-27T16:04:21.1635499Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2022-09-27T16:04:21.1655740Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (2 ms) 2022-09-27T16:04:21.1656207Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2022-09-27T16:04:21.1676619Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (2 ms) 2022-09-27T16:04:21.1677003Z [ RUN ] CustomAutogradTest.HookNone 2022-09-27T16:04:21.1683469Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-09-27T16:04:21.1683825Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-09-27T16:04:21.1694147Z [ OK ] CustomAutogradTest.BackwardWithInputs (1 ms) 2022-09-27T16:04:21.1694520Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-09-27T16:04:21.1722968Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (2 ms) 2022-09-27T16:04:21.1723376Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-09-27T16:04:21.1737599Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (1 ms) 2022-09-27T16:04:21.1738032Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-09-27T16:04:21.1745074Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-09-27T16:04:21.1745601Z [----------] 33 tests from CustomAutogradTest (3849 ms total) 2022-09-27T16:04:21.1745775Z 2022-09-27T16:04:21.1745992Z [----------] 13 tests from TestAutogradNotImplementedFallback 2022-09-27T16:04:21.1746400Z [ RUN ] TestAutogradNotImplementedFallback.RetSingleNonTensor 2022-09-27T16:04:21.1776105Z [ OK ] TestAutogradNotImplementedFallback.RetSingleNonTensor (3 ms) 2022-09-27T16:04:21.1776566Z [ RUN ] TestAutogradNotImplementedFallback.InplaceOp 2022-09-27T16:04:21.1935777Z [ OK ] TestAutogradNotImplementedFallback.InplaceOp (15 ms) 2022-09-27T16:04:21.1936260Z [ RUN ] TestAutogradNotImplementedFallback.DoubleInplaceOp 2022-09-27T16:04:21.2052723Z [ OK ] TestAutogradNotImplementedFallback.DoubleInplaceOp (11 ms) 2022-09-27T16:04:21.2053224Z [ RUN ] TestAutogradNotImplementedFallback.OptOp 2022-09-27T16:04:21.2073357Z [ OK ] TestAutogradNotImplementedFallback.OptOp (2 ms) 2022-09-27T16:04:21.2073997Z [ RUN ] TestAutogradNotImplementedFallback.OutOfPlaceAddition 2022-09-27T16:04:21.2144743Z [ OK ] TestAutogradNotImplementedFallback.OutOfPlaceAddition (7 ms) 2022-09-27T16:04:21.2145372Z [ RUN ] TestAutogradNotImplementedFallback.RetTupleNonTensor 2022-09-27T16:04:21.2217392Z [ OK ] TestAutogradNotImplementedFallback.RetTupleNonTensor (7 ms) 2022-09-27T16:04:21.2217951Z [ RUN ] TestAutogradNotImplementedFallback.ViewOp 2022-09-27T16:04:21.2395333Z [ OK ] TestAutogradNotImplementedFallback.ViewOp (17 ms) 2022-09-27T16:04:21.2396001Z [ RUN ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg 2022-09-27T16:04:21.2469633Z [ OK ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg (7 ms) 2022-09-27T16:04:21.2470303Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVectorView 2022-09-27T16:04:21.2481718Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVectorView (1 ms) 2022-09-27T16:04:21.2482356Z [ RUN ] TestAutogradNotImplementedFallback.DoubleViewOP 2022-09-27T16:04:21.2525468Z [ OK ] TestAutogradNotImplementedFallback.DoubleViewOP (4 ms) 2022-09-27T16:04:21.2526107Z [ RUN ] TestAutogradNotImplementedFallback.NonFirstViewOP 2022-09-27T16:04:21.2578568Z [ OK ] TestAutogradNotImplementedFallback.NonFirstViewOP (5 ms) 2022-09-27T16:04:21.2579229Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVector 2022-09-27T16:04:21.2651770Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVector (7 ms) 2022-09-27T16:04:21.2652246Z [ RUN ] TestAutogradNotImplementedFallback.TensorlistOp 2022-09-27T16:04:21.2715198Z [ OK ] TestAutogradNotImplementedFallback.TensorlistOp (6 ms) 2022-09-27T16:04:21.2715698Z [----------] 13 tests from TestAutogradNotImplementedFallback (96 ms total) 2022-09-27T16:04:21.2715901Z 2022-09-27T16:04:21.2716657Z [----------] 18 tests from AnyModuleTest 2022-09-27T16:04:21.2717422Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-09-27T16:04:21.2728917Z [ OK ] AnyModuleTest.SimpleReturnType (1 ms) 2022-09-27T16:04:21.2729606Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-09-27T16:04:21.2730392Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-09-27T16:04:21.2731147Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-09-27T16:04:21.2731794Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-09-27T16:04:21.2732228Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-09-27T16:04:21.2732658Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-09-27T16:04:21.2733384Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-09-27T16:04:21.2747949Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (1 ms) 2022-09-27T16:04:21.2748445Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-09-27T16:04:21.2796637Z [ OK ] AnyModuleTest.WrongArgumentType (4 ms) 2022-09-27T16:04:21.2797257Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-09-27T16:04:21.2882907Z [ OK ] AnyModuleTest.WrongNumberOfArguments (8 ms) 2022-09-27T16:04:21.2883848Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-09-27T16:04:21.3049598Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (16 ms) 2022-09-27T16:04:21.3050539Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-09-27T16:04:21.3051252Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-09-27T16:04:21.3051924Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-09-27T16:04:21.3074017Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (2 ms) 2022-09-27T16:04:21.3074464Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-09-27T16:04:21.3074840Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-09-27T16:04:21.3075225Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-09-27T16:04:21.3075623Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-09-27T16:04:21.3075998Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-09-27T16:04:21.3097719Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (2 ms) 2022-09-27T16:04:21.3098177Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-09-27T16:04:21.3098603Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-09-27T16:04:21.3098982Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-09-27T16:04:21.3212042Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (11 ms) 2022-09-27T16:04:21.3212602Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-09-27T16:04:21.3213255Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-09-27T16:04:21.3213854Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-09-27T16:04:21.3228097Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (1 ms) 2022-09-27T16:04:21.3228524Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-09-27T16:04:21.3231324Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-09-27T16:04:21.3231939Z [----------] 18 tests from AnyModuleTest (51 ms total) 2022-09-27T16:04:21.3232192Z 2022-09-27T16:04:21.3232408Z [----------] 12 tests from AnyValueTest 2022-09-27T16:04:21.3233005Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-09-27T16:04:21.3233575Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-09-27T16:04:21.3234093Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-09-27T16:04:21.3255062Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-09-27T16:04:21.3255732Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-09-27T16:04:21.3256209Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-09-27T16:04:21.3256673Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-09-27T16:04:21.3257130Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-09-27T16:04:21.3257603Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-09-27T16:04:21.3258082Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-09-27T16:04:21.3258726Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-09-27T16:04:21.3259207Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-09-27T16:04:21.3259612Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-09-27T16:04:21.3281843Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (4 ms) 2022-09-27T16:04:21.3282467Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-09-27T16:04:21.3283077Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-09-27T16:04:21.3283617Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-09-27T16:04:21.3284165Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-09-27T16:04:21.3284518Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-09-27T16:04:21.3284882Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-09-27T16:04:21.3285282Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-09-27T16:04:21.3285701Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-09-27T16:04:21.3286099Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-09-27T16:04:21.3286475Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-09-27T16:04:21.3286833Z [----------] 12 tests from AnyValueTest (5 ms total) 2022-09-27T16:04:21.3286974Z 2022-09-27T16:04:21.3287115Z [----------] 50 tests from DataTest 2022-09-27T16:04:21.3287414Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-09-27T16:04:21.3287756Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2022-09-27T16:04:21.3288106Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-09-27T16:04:21.3295478Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (1 ms) 2022-09-27T16:04:21.3295974Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-09-27T16:04:21.3408437Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (11 ms) 2022-09-27T16:04:21.3408814Z [ RUN ] DataTest.InfiniteStreamDataset 2022-09-27T16:04:21.3419281Z [ OK ] DataTest.InfiniteStreamDataset (1 ms) 2022-09-27T16:04:21.3419797Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-09-27T16:04:21.3420273Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-09-27T16:04:21.3420794Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-09-27T16:04:21.3421448Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-09-27T16:04:21.3422089Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-09-27T16:04:21.3422810Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-09-27T16:04:21.3423303Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-09-27T16:04:21.3423717Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-09-27T16:04:21.3424194Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-09-27T16:04:21.3424637Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-09-27T16:04:21.3425182Z [ RUN ] DataTest.CollateReducesBatch 2022-09-27T16:04:21.3425715Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-09-27T16:04:21.3426292Z [ RUN ] DataTest.CollationReducesBatch 2022-09-27T16:04:21.3426726Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-09-27T16:04:21.3427105Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-09-27T16:04:21.3427522Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-09-27T16:04:21.3427970Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-09-27T16:04:21.3428555Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-09-27T16:04:21.3429145Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-09-27T16:04:21.3429503Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-09-27T16:04:21.3429962Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-09-27T16:04:21.3430394Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:04:21.3430787Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-09-27T16:04:21.4344780Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (91 ms) 2022-09-27T16:04:21.4345419Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-09-27T16:04:21.4346329Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-09-27T16:04:21.4346920Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-09-27T16:04:21.4348090Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-09-27T16:04:21.4349210Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-09-27T16:04:21.4349807Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-09-27T16:04:21.4350415Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-09-27T16:04:21.4351535Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:04:21.4352069Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-09-27T16:04:21.4386845Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (3 ms) 2022-09-27T16:04:21.4387375Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-09-27T16:04:21.4387881Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-09-27T16:04:21.4388289Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-09-27T16:04:21.4388629Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-09-27T16:04:21.4389059Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-09-27T16:04:21.4389475Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:04:21.4389895Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-09-27T16:04:21.4392901Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-09-27T16:04:21.4393370Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-09-27T16:04:21.4400664Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-09-27T16:04:21.4401108Z [ RUN ] DataTest.StackTransformWorksForExample 2022-09-27T16:04:21.4418987Z [ OK ] DataTest.StackTransformWorksForExample (1 ms) 2022-09-27T16:04:21.4419373Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-09-27T16:04:21.4427685Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-09-27T16:04:21.4428101Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-09-27T16:04:21.4434832Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-09-27T16:04:21.4435251Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-09-27T16:04:21.4441861Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-09-27T16:04:21.4442215Z [ RUN ] DataTest.NormalizeTransform 2022-09-27T16:04:21.4479013Z [ OK ] DataTest.NormalizeTransform (3 ms) 2022-09-27T16:04:21.4479361Z [ RUN ] DataTest.MapDoesNotCopy 2022-09-27T16:04:21.4481737Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2022-09-27T16:04:21.4482096Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-09-27T16:04:21.4482488Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-09-27T16:04:21.4482890Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-09-27T16:04:21.4620876Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (13 ms) 2022-09-27T16:04:21.4621598Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-09-27T16:04:21.4829228Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (20 ms) 2022-09-27T16:04:21.4829708Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-09-27T16:04:21.4864082Z [ OK ] DataTest.QueueClearEmptiesTheQueue (3 ms) 2022-09-27T16:04:21.4864575Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-09-27T16:04:21.4864961Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-09-27T16:04:21.4865333Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-09-27T16:04:21.4865701Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-09-27T16:04:21.4866162Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-09-27T16:04:21.4866695Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-09-27T16:04:21.4867198Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-09-27T16:04:21.4867658Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-09-27T16:04:21.4868068Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-09-27T16:04:21.4992543Z [ OK ] DataTest.DataShuttlePopResultTimesOut (12 ms) 2022-09-27T16:04:21.4992939Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-09-27T16:04:21.5021496Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (2 ms) 2022-09-27T16:04:21.5022263Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-09-27T16:04:21.5023073Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-09-27T16:04:21.5023635Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-09-27T16:04:21.5024144Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-09-27T16:04:21.5024659Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-09-27T16:04:21.5025228Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:04:21.5025793Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-09-27T16:04:21.5028493Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:04:21.5029019Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-09-27T16:04:21.5071235Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (4 ms) 2022-09-27T16:04:21.5072032Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-09-27T16:04:21.5072944Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:04:21.5073690Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-09-27T16:04:21.5074295Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:04:21.5074810Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-09-27T16:04:21.5094593Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (2 ms) 2022-09-27T16:04:21.5095318Z [----------] 50 tests from DataTest (181 ms total) 2022-09-27T16:04:21.5095529Z 2022-09-27T16:04:21.5095727Z [----------] 37 tests from DataLoaderTest 2022-09-27T16:04:21.5096096Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-09-27T16:04:21.5096804Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-09-27T16:04:21.5097392Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-09-27T16:04:21.5097875Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-09-27T16:04:21.5098530Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-09-27T16:04:21.5099022Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-09-27T16:04:21.5099566Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-09-27T16:04:21.5121126Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (2 ms) 2022-09-27T16:04:21.5121698Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-09-27T16:04:21.5122852Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-09-27T16:04:21.5123553Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-09-27T16:04:21.5125180Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-09-27T16:04:21.5126045Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-09-27T16:04:21.5126586Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-09-27T16:04:21.5127073Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-09-27T16:04:21.5127952Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-09-27T16:04:21.5128435Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-09-27T16:04:21.5129137Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-09-27T16:04:21.5129605Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-09-27T16:04:21.5130058Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-09-27T16:04:21.5130467Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-09-27T16:04:21.5142473Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (1 ms) 2022-09-27T16:04:21.5143055Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-09-27T16:04:21.5181204Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (3 ms) 2022-09-27T16:04:21.5181752Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-09-27T16:04:21.5216758Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (3 ms) 2022-09-27T16:04:21.5217307Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-09-27T16:04:21.5242797Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (2 ms) 2022-09-27T16:04:21.5243308Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-09-27T16:04:21.5267949Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (2 ms) 2022-09-27T16:04:21.5268452Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-09-27T16:04:21.5292886Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (2 ms) 2022-09-27T16:04:21.5293368Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-09-27T16:04:21.5294997Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-09-27T16:04:21.5295651Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-09-27T16:04:21.5296855Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-09-27T16:04:21.5299497Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-09-27T16:04:21.5300210Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-09-27T16:04:21.5300717Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-09-27T16:04:21.5436755Z [ OK ] DataLoaderTest.RespectsTimeout (13 ms) 2022-09-27T16:04:21.5437190Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-09-27T16:04:21.5463793Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (2 ms) 2022-09-27T16:04:21.5464201Z [ RUN ] DataLoaderTest.Reset 2022-09-27T16:04:21.5467247Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-09-27T16:04:21.5467715Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-09-27T16:04:21.5475661Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-09-27T16:04:21.5476235Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-09-27T16:04:21.5476860Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-09-27T16:04:21.5477288Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-09-27T16:04:21.5497324Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (2 ms) 2022-09-27T16:04:21.5497747Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-09-27T16:04:21.5506468Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-09-27T16:04:21.5506863Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-09-27T16:04:21.5516297Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-09-27T16:04:21.5516673Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-09-27T16:04:21.5725653Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (20 ms) 2022-09-27T16:04:21.5726095Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-09-27T16:04:21.5757871Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (3 ms) 2022-09-27T16:04:21.5758589Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-09-27T16:04:21.5760729Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-09-27T16:04:21.5761160Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-09-27T16:04:21.5766470Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-09-27T16:04:21.5766970Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-09-27T16:04:21.5771105Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-09-27T16:04:21.5771600Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-09-27T16:04:21.5777777Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-09-27T16:04:21.5778203Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-09-27T16:04:21.5999406Z [ OK ] DataLoaderTest.ChunkDatasetSave (21 ms) 2022-09-27T16:04:21.5999763Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-09-27T16:04:21.6022733Z [ OK ] DataLoaderTest.ChunkDatasetLoad (2 ms) 2022-09-27T16:04:21.6023230Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-09-27T16:04:21.6037217Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (1 ms) 2022-09-27T16:04:21.6037638Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-09-27T16:04:21.6045213Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2022-09-27T16:04:21.6045674Z [----------] 37 tests from DataLoaderTest (95 ms total) 2022-09-27T16:04:21.6045870Z 2022-09-27T16:04:21.6046056Z [----------] 1 test from EnumTest 2022-09-27T16:04:21.6046472Z [ RUN ] EnumTest.AllEnums 2022-09-27T16:04:21.6046872Z [ OK ] EnumTest.AllEnums (0 ms) 2022-09-27T16:04:21.6047304Z [----------] 1 test from EnumTest (0 ms total) 2022-09-27T16:04:21.6047537Z 2022-09-27T16:04:21.6047756Z [----------] 6 tests from ExpandingArrayTest 2022-09-27T16:04:21.6048134Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-09-27T16:04:21.6048585Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-09-27T16:04:21.6048987Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-09-27T16:04:21.6049541Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-09-27T16:04:21.6049931Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-09-27T16:04:21.6050358Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-09-27T16:04:21.6050763Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-09-27T16:04:21.6051184Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-09-27T16:04:21.6051774Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-09-27T16:04:21.6073593Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (2 ms) 2022-09-27T16:04:21.6074304Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-09-27T16:04:21.6098147Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (2 ms) 2022-09-27T16:04:21.6098678Z [----------] 6 tests from ExpandingArrayTest (5 ms total) 2022-09-27T16:04:21.6098847Z 2022-09-27T16:04:21.6098980Z [----------] 10 tests from FFTTest 2022-09-27T16:04:21.6099224Z [ RUN ] FFTTest.fft 2022-09-27T16:04:21.6348648Z [ OK ] FFTTest.fft (24 ms) 2022-09-27T16:04:21.6349116Z [ RUN ] FFTTest.fft_real 2022-09-27T16:04:21.6373148Z [ OK ] FFTTest.fft_real (2 ms) 2022-09-27T16:04:21.6373753Z [ RUN ] FFTTest.fft_pad 2022-09-27T16:04:21.6402849Z [ OK ] FFTTest.fft_pad (2 ms) 2022-09-27T16:04:21.6403312Z [ RUN ] FFTTest.fft_norm 2022-09-27T16:04:21.6417877Z [ OK ] FFTTest.fft_norm (1 ms) 2022-09-27T16:04:21.6418353Z [ RUN ] FFTTest.ifft 2022-09-27T16:04:21.6431686Z [ OK ] FFTTest.ifft (1 ms) 2022-09-27T16:04:21.6432170Z [ RUN ] FFTTest.fft_ifft 2022-09-27T16:04:21.6484970Z [ OK ] FFTTest.fft_ifft (5 ms) 2022-09-27T16:04:21.6485455Z [ RUN ] FFTTest.rfft 2022-09-27T16:04:21.6507941Z [ OK ] FFTTest.rfft (2 ms) 2022-09-27T16:04:21.6508438Z [ RUN ] FFTTest.rfft_irfft 2022-09-27T16:04:21.6514694Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-09-27T16:04:21.6515149Z [ RUN ] FFTTest.ihfft 2022-09-27T16:04:21.6526502Z [ OK ] FFTTest.ihfft (1 ms) 2022-09-27T16:04:21.6526991Z [ RUN ] FFTTest.hfft_ihfft 2022-09-27T16:04:21.6567900Z [ OK ] FFTTest.hfft_ihfft (4 ms) 2022-09-27T16:04:21.6568459Z [----------] 10 tests from FFTTest (46 ms total) 2022-09-27T16:04:21.6568632Z 2022-09-27T16:04:21.6568789Z [----------] 132 tests from FunctionalTest 2022-09-27T16:04:21.6569070Z [ RUN ] FunctionalTest.Conv1d 2022-09-27T16:04:21.6609306Z [ OK ] FunctionalTest.Conv1d (4 ms) 2022-09-27T16:04:21.6609927Z [ RUN ] FunctionalTest.Conv2dEven 2022-09-27T16:04:21.6626022Z [ OK ] FunctionalTest.Conv2dEven (1 ms) 2022-09-27T16:04:21.6626329Z [ RUN ] FunctionalTest.Conv2dUneven 2022-09-27T16:04:21.6641867Z [ OK ] FunctionalTest.Conv2dUneven (1 ms) 2022-09-27T16:04:21.6642167Z [ RUN ] FunctionalTest.Conv3d 2022-09-27T16:04:21.6665048Z [ OK ] FunctionalTest.Conv3d (2 ms) 2022-09-27T16:04:21.6665338Z [ RUN ] FunctionalTest.MaxPool1d 2022-09-27T16:04:21.6670320Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2022-09-27T16:04:21.6670614Z [ RUN ] FunctionalTest.MaxPool2d 2022-09-27T16:04:21.6675919Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-09-27T16:04:21.6676236Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-09-27T16:04:21.6683797Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-09-27T16:04:21.6684115Z [ RUN ] FunctionalTest.MaxPool3d 2022-09-27T16:04:21.6689671Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-09-27T16:04:21.6689971Z [ RUN ] FunctionalTest.AvgPool1d 2022-09-27T16:04:21.6696723Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-09-27T16:04:21.6697073Z [ RUN ] FunctionalTest.AvgPool2d 2022-09-27T16:04:21.6701260Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-09-27T16:04:21.6701625Z [ RUN ] FunctionalTest.AvgPool3d 2022-09-27T16:04:21.6706726Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-09-27T16:04:21.6707048Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-09-27T16:04:21.6752476Z [ OK ] FunctionalTest.FractionalMaxPool2d (4 ms) 2022-09-27T16:04:21.6752994Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-09-27T16:04:21.6764782Z [ OK ] FunctionalTest.FractionalMaxPool3d (1 ms) 2022-09-27T16:04:21.6765329Z [ RUN ] FunctionalTest.LPPool1d 2022-09-27T16:04:21.6774524Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-09-27T16:04:21.6775092Z [ RUN ] FunctionalTest.LPPool2d 2022-09-27T16:04:21.6782867Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-09-27T16:04:21.6783465Z [ RUN ] FunctionalTest.CosineSimilarity 2022-09-27T16:04:21.6793855Z [ OK ] FunctionalTest.CosineSimilarity (1 ms) 2022-09-27T16:04:21.6794474Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-09-27T16:04:21.6805638Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (1 ms) 2022-09-27T16:04:21.6806226Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-09-27T16:04:21.6814461Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-09-27T16:04:21.6815050Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-09-27T16:04:21.6822869Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-09-27T16:04:21.6823500Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-09-27T16:04:21.6840156Z [ OK ] FunctionalTest.HuberLossDefaultOptions (1 ms) 2022-09-27T16:04:21.6840716Z [ RUN ] FunctionalTest.HuberLossDelta 2022-09-27T16:04:21.6848496Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-09-27T16:04:21.6849090Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-09-27T16:04:21.6857017Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-09-27T16:04:21.6857652Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-09-27T16:04:21.6873142Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (1 ms) 2022-09-27T16:04:21.6873764Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-09-27T16:04:21.6907461Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (3 ms) 2022-09-27T16:04:21.6908038Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-09-27T16:04:21.6919011Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (1 ms) 2022-09-27T16:04:21.6919754Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-09-27T16:04:21.6938167Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (1 ms) 2022-09-27T16:04:21.6938721Z [ RUN ] FunctionalTest.PairwiseDistance 2022-09-27T16:04:21.6945984Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-09-27T16:04:21.6946589Z [ RUN ] FunctionalTest.PDist 2022-09-27T16:04:21.6956662Z [ OK ] FunctionalTest.PDist (1 ms) 2022-09-27T16:04:21.6957242Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-09-27T16:04:21.6962445Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-09-27T16:04:21.6963061Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-09-27T16:04:21.6967726Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-09-27T16:04:21.6968106Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-09-27T16:04:21.6972752Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-09-27T16:04:21.6973091Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-09-27T16:04:21.6978322Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-09-27T16:04:21.6978675Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-09-27T16:04:21.6983326Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-09-27T16:04:21.6983691Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-09-27T16:04:21.6988755Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-09-27T16:04:21.6989183Z [ RUN ] FunctionalTest.L1Loss 2022-09-27T16:04:21.6999280Z [ OK ] FunctionalTest.L1Loss (1 ms) 2022-09-27T16:04:21.6999574Z [ RUN ] FunctionalTest.MSELoss 2022-09-27T16:04:21.7006827Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-09-27T16:04:21.7007118Z [ RUN ] FunctionalTest.BCELoss 2022-09-27T16:04:21.7015255Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-09-27T16:04:21.7015590Z [ RUN ] FunctionalTest.KLDivLoss 2022-09-27T16:04:21.7017805Z [W loss.h:57] Warning: 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. (function kl_div) 2022-09-27T16:04:21.7025162Z [ OK ] FunctionalTest.KLDivLoss (0 ms) 2022-09-27T16:04:21.7025528Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-09-27T16:04:21.7034794Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-09-27T16:04:21.7035184Z [ RUN ] FunctionalTest.GridSample 2022-09-27T16:04:21.7049345Z [W vision.h:87] Warning: 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. (function grid_sample) 2022-09-27T16:04:21.7066832Z [ OK ] FunctionalTest.GridSample (3 ms) 2022-09-27T16:04:21.7067235Z [ RUN ] FunctionalTest.AffineGrid 2022-09-27T16:04:21.7415307Z [ OK ] FunctionalTest.AffineGrid (34 ms) 2022-09-27T16:04:21.7415638Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-09-27T16:04:21.7424101Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-09-27T16:04:21.7424477Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-09-27T16:04:21.7439499Z [ OK ] FunctionalTest.CosineEmbeddingLoss (1 ms) 2022-09-27T16:04:21.7439918Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-09-27T16:04:21.7451207Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (1 ms) 2022-09-27T16:04:21.7451740Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-09-27T16:04:21.7461122Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-09-27T16:04:21.7461526Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-09-27T16:04:21.7470251Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-09-27T16:04:21.7470695Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-09-27T16:04:21.8879577Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (140 ms) 2022-09-27T16:04:21.8880035Z [ RUN ] FunctionalTest.NLLLoss 2022-09-27T16:04:21.8887683Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-09-27T16:04:21.8888011Z [ RUN ] FunctionalTest.CrossEntropy 2022-09-27T16:04:21.8911235Z [ OK ] FunctionalTest.CrossEntropy (2 ms) 2022-09-27T16:04:21.8911574Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-09-27T16:04:21.8932774Z [ OK ] FunctionalTest.MaxUnpool1d (2 ms) 2022-09-27T16:04:21.8933088Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-09-27T16:04:21.8948412Z [ OK ] FunctionalTest.MaxUnpool2d (1 ms) 2022-09-27T16:04:21.8948730Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-09-27T16:04:21.8958170Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-09-27T16:04:21.8958462Z [ RUN ] FunctionalTest.ELU 2022-09-27T16:04:21.9087827Z [ OK ] FunctionalTest.ELU (12 ms) 2022-09-27T16:04:21.9088149Z [ RUN ] FunctionalTest.SELU 2022-09-27T16:04:21.9115926Z [ OK ] FunctionalTest.SELU (2 ms) 2022-09-27T16:04:21.9116225Z [ RUN ] FunctionalTest.GLU 2022-09-27T16:04:21.9125978Z [ OK ] FunctionalTest.GLU (0 ms) 2022-09-27T16:04:21.9126302Z [ RUN ] FunctionalTest.GELU 2022-09-27T16:04:21.9134209Z [ OK ] FunctionalTest.GELU (0 ms) 2022-09-27T16:04:21.9134512Z [ RUN ] FunctionalTest.TanhGELU 2022-09-27T16:04:21.9142251Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-09-27T16:04:21.9142579Z [ RUN ] FunctionalTest.Hardshrink 2022-09-27T16:04:21.9202599Z [ OK ] FunctionalTest.Hardshrink (5 ms) 2022-09-27T16:04:21.9202958Z [ RUN ] FunctionalTest.OneHot 2022-09-27T16:04:21.9226248Z [ OK ] FunctionalTest.OneHot (2 ms) 2022-09-27T16:04:21.9226577Z [ RUN ] FunctionalTest.Hardtanh 2022-09-27T16:04:21.9466198Z [ OK ] FunctionalTest.Hardtanh (23 ms) 2022-09-27T16:04:21.9466591Z [ RUN ] FunctionalTest.LeakyReLU 2022-09-27T16:04:21.9540841Z [ OK ] FunctionalTest.LeakyReLU (7 ms) 2022-09-27T16:04:21.9541149Z [ RUN ] FunctionalTest.LogSigmoid 2022-09-27T16:04:21.9557751Z [ OK ] FunctionalTest.LogSigmoid (1 ms) 2022-09-27T16:04:21.9558075Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-09-27T16:04:21.9831718Z [ OK ] FunctionalTest.GumbelSoftmax (27 ms) 2022-09-27T16:04:21.9832277Z [ RUN ] FunctionalTest.Softmax 2022-09-27T16:04:21.9841784Z [ OK ] FunctionalTest.Softmax (1 ms) 2022-09-27T16:04:21.9842080Z [ RUN ] FunctionalTest.Softmin 2022-09-27T16:04:21.9851959Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-09-27T16:04:21.9852243Z [ RUN ] FunctionalTest.LogSoftmax 2022-09-27T16:04:21.9861742Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-09-27T16:04:21.9862045Z [ RUN ] FunctionalTest.PReLU 2022-09-27T16:04:21.9876909Z [ OK ] FunctionalTest.PReLU (1 ms) 2022-09-27T16:04:21.9877217Z [ RUN ] FunctionalTest.LayerNorm 2022-09-27T16:04:21.9882422Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-09-27T16:04:21.9882726Z [ RUN ] FunctionalTest.GroupNorm 2022-09-27T16:04:21.9888485Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-09-27T16:04:21.9888809Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-09-27T16:04:21.9900902Z [ OK ] FunctionalTest.LocalResponseNorm (1 ms) 2022-09-27T16:04:21.9901216Z [ RUN ] FunctionalTest.Linear 2022-09-27T16:04:21.9920345Z [ OK ] FunctionalTest.Linear (1 ms) 2022-09-27T16:04:21.9920639Z [ RUN ] FunctionalTest.Embedding 2022-09-27T16:04:21.9927162Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-09-27T16:04:21.9927458Z [ RUN ] FunctionalTest.EmbeddingBag 2022-09-27T16:04:22.0066210Z [ OK ] FunctionalTest.EmbeddingBag (13 ms) 2022-09-27T16:04:22.0066525Z [ RUN ] FunctionalTest.Bilinear 2022-09-27T16:04:22.0093773Z [ OK ] FunctionalTest.Bilinear (2 ms) 2022-09-27T16:04:22.0094086Z [ RUN ] FunctionalTest.Normalize 2022-09-27T16:04:22.0123617Z [ OK ] FunctionalTest.Normalize (2 ms) 2022-09-27T16:04:22.0123907Z [ RUN ] FunctionalTest.ReLU 2022-09-27T16:04:22.0147361Z [ OK ] FunctionalTest.ReLU (2 ms) 2022-09-27T16:04:22.0147801Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-09-27T16:04:22.0153273Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-09-27T16:04:22.0153691Z [ RUN ] FunctionalTest.ReLU6 2022-09-27T16:04:22.0179499Z [ OK ] FunctionalTest.ReLU6 (2 ms) 2022-09-27T16:04:22.0179840Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-09-27T16:04:22.0187105Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-09-27T16:04:22.0187428Z [ RUN ] FunctionalTest.RReLU 2022-09-27T16:04:22.0492937Z [ OK ] FunctionalTest.RReLU (30 ms) 2022-09-27T16:04:22.0493284Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-09-27T16:04:22.0507941Z [ OK ] FunctionalTest.RReLUDefaultOptions (1 ms) 2022-09-27T16:04:22.0508316Z [ RUN ] FunctionalTest.CELU 2022-09-27T16:04:22.0604064Z [ OK ] FunctionalTest.CELU (9 ms) 2022-09-27T16:04:22.0604416Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-09-27T16:04:22.0613422Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-09-27T16:04:22.0613933Z [ RUN ] FunctionalTest.PixelShuffle 2022-09-27T16:04:22.0623047Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-09-27T16:04:22.0623378Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-09-27T16:04:22.0642180Z [ OK ] FunctionalTest.PixelUnshuffle (1 ms) 2022-09-27T16:04:22.0642499Z [ RUN ] FunctionalTest.Softplus 2022-09-27T16:04:22.0705201Z [ OK ] FunctionalTest.Softplus (6 ms) 2022-09-27T16:04:22.0705569Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-09-27T16:04:22.0712152Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-09-27T16:04:22.0712517Z [ RUN ] FunctionalTest.Fold 2022-09-27T16:04:22.0719894Z [ OK ] FunctionalTest.Fold (0 ms) 2022-09-27T16:04:22.0720247Z [ RUN ] FunctionalTest.Unfold 2022-09-27T16:04:22.0740752Z [ OK ] FunctionalTest.Unfold (2 ms) 2022-09-27T16:04:22.0741097Z [ RUN ] FunctionalTest.Softshrink 2022-09-27T16:04:22.0789403Z [ OK ] FunctionalTest.Softshrink (4 ms) 2022-09-27T16:04:22.0789785Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-09-27T16:04:22.0795710Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-09-27T16:04:22.0796123Z [ RUN ] FunctionalTest.Softsign 2022-09-27T16:04:22.0801929Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-09-27T16:04:22.0802204Z [ RUN ] FunctionalTest.Mish 2022-09-27T16:04:22.0809547Z [ OK ] FunctionalTest.Mish (0 ms) 2022-09-27T16:04:22.0809863Z [ RUN ] FunctionalTest.Tanhshrink 2022-09-27T16:04:22.0815695Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-09-27T16:04:22.0816105Z [ RUN ] FunctionalTest.Threshold 2022-09-27T16:04:22.0924896Z [ OK ] FunctionalTest.Threshold (10 ms) 2022-09-27T16:04:22.0925202Z [ RUN ] FunctionalTest.BatchNorm1d 2022-09-27T16:04:22.0932210Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-09-27T16:04:22.0932584Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-09-27T16:04:22.0939608Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-09-27T16:04:22.0940144Z [ RUN ] FunctionalTest.BatchNorm2d 2022-09-27T16:04:22.0948268Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-09-27T16:04:22.0948908Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-09-27T16:04:22.0956462Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-09-27T16:04:22.0957014Z [ RUN ] FunctionalTest.BatchNorm3d 2022-09-27T16:04:22.0964159Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-09-27T16:04:22.0964808Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-09-27T16:04:22.0971399Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-09-27T16:04:22.0972090Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-09-27T16:04:22.0987868Z [ OK ] FunctionalTest.InstanceNorm1d (1 ms) 2022-09-27T16:04:22.0988498Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-09-27T16:04:22.0998721Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (1 ms) 2022-09-27T16:04:22.0999284Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-09-27T16:04:22.1014726Z [ OK ] FunctionalTest.InstanceNorm2d (1 ms) 2022-09-27T16:04:22.1015343Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-09-27T16:04:22.1026830Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (1 ms) 2022-09-27T16:04:22.1027433Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-09-27T16:04:22.1048368Z [ OK ] FunctionalTest.InstanceNorm3d (2 ms) 2022-09-27T16:04:22.1049005Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-09-27T16:04:22.1066253Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (1 ms) 2022-09-27T16:04:22.1066770Z [ RUN ] FunctionalTest.Interpolate 2022-09-27T16:04:22.1072357Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:04:22.1086621Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:04:22.1093182Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:04:22.1096783Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:04:22.1103444Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:04:22.1107549Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:04:22.1114932Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:04:22.1118485Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:04:22.1319297Z [ OK ] FunctionalTest.Interpolate (25 ms) 2022-09-27T16:04:22.1319814Z [ RUN ] FunctionalTest.Pad1 2022-09-27T16:04:22.1326246Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-09-27T16:04:22.1326858Z [ RUN ] FunctionalTest.Pad2 2022-09-27T16:04:22.1339108Z [ OK ] FunctionalTest.Pad2 (1 ms) 2022-09-27T16:04:22.1339625Z [ RUN ] FunctionalTest.Pad3 2022-09-27T16:04:22.1372402Z [ OK ] FunctionalTest.Pad3 (3 ms) 2022-09-27T16:04:22.1372913Z [ RUN ] FunctionalTest.Pad4 2022-09-27T16:04:22.1384372Z [ OK ] FunctionalTest.Pad4 (1 ms) 2022-09-27T16:04:22.1384885Z [ RUN ] FunctionalTest.Pad5 2022-09-27T16:04:22.1403415Z [ OK ] FunctionalTest.Pad5 (1 ms) 2022-09-27T16:04:22.1403937Z [ RUN ] FunctionalTest.Pad6 2022-09-27T16:04:22.1417044Z [ OK ] FunctionalTest.Pad6 (1 ms) 2022-09-27T16:04:22.1417556Z [ RUN ] FunctionalTest.Pad7 2022-09-27T16:04:22.1418955Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-09-27T16:04:22.1419466Z [ RUN ] FunctionalTest.Pad8 2022-09-27T16:04:22.1421031Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-09-27T16:04:22.1421645Z [ RUN ] FunctionalTest.CTCLoss 2022-09-27T16:04:22.1833857Z [ OK ] FunctionalTest.CTCLoss (41 ms) 2022-09-27T16:04:22.1834440Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-09-27T16:04:22.1854148Z [ OK ] FunctionalTest.PoissonNLLLoss (2 ms) 2022-09-27T16:04:22.1854733Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-09-27T16:04:22.1878329Z [ OK ] FunctionalTest.MarginRankingLoss (2 ms) 2022-09-27T16:04:22.1878937Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-09-27T16:04:22.1897543Z [ OK ] FunctionalTest.ConvTranspose1d (1 ms) 2022-09-27T16:04:22.1898150Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-09-27T16:04:22.1924727Z [ OK ] FunctionalTest.ConvTranspose2dEven (2 ms) 2022-09-27T16:04:22.1925330Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-09-27T16:04:22.1946212Z [ OK ] FunctionalTest.ConvTranspose2dUneven (2 ms) 2022-09-27T16:04:22.1946784Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-09-27T16:04:22.1963458Z [ OK ] FunctionalTest.ConvTranspose3d (1 ms) 2022-09-27T16:04:22.1964028Z [ RUN ] FunctionalTest.AlphaDropout 2022-09-27T16:04:22.2070901Z [ OK ] FunctionalTest.AlphaDropout (10 ms) 2022-09-27T16:04:22.2071468Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-09-27T16:04:22.2176558Z [ OK ] FunctionalTest.FeatureAlphaDropout (10 ms) 2022-09-27T16:04:22.2177109Z [ RUN ] FunctionalTest.Dropout 2022-09-27T16:04:22.2217710Z [ OK ] FunctionalTest.Dropout (4 ms) 2022-09-27T16:04:22.2218264Z [ RUN ] FunctionalTest.Dropout2d 2022-09-27T16:04:22.2266769Z [ OK ] FunctionalTest.Dropout2d (4 ms) 2022-09-27T16:04:22.2267071Z [ RUN ] FunctionalTest.Dropout3d 2022-09-27T16:04:22.2315711Z [ OK ] FunctionalTest.Dropout3d (4 ms) 2022-09-27T16:04:22.2316015Z [ RUN ] FunctionalTest.isfinite 2022-09-27T16:04:22.2359640Z [ OK ] FunctionalTest.isfinite (4 ms) 2022-09-27T16:04:22.2360175Z [ RUN ] FunctionalTest.isinf 2022-09-27T16:04:22.2395561Z [ OK ] FunctionalTest.isinf (3 ms) 2022-09-27T16:04:22.2395990Z [ RUN ] FunctionalTest.AllClose 2022-09-27T16:04:22.3005213Z [ OK ] FunctionalTest.AllClose (60 ms) 2022-09-27T16:04:22.3005563Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-09-27T16:04:22.3187226Z [ OK ] FunctionalTest.BCEWithLogitsLoss (18 ms) 2022-09-27T16:04:22.3187673Z [----------] 132 tests from FunctionalTest (661 ms total) 2022-09-27T16:04:22.3187838Z 2022-09-27T16:04:22.3187991Z [----------] 1 test from IntegrationTest 2022-09-27T16:04:22.3188284Z [ RUN ] IntegrationTest.CartPole 2022-09-27T16:06:15.0955518Z [ OK ] IntegrationTest.CartPole (112776 ms) 2022-09-27T16:06:15.0956920Z [----------] 1 test from IntegrationTest (112776 ms total) 2022-09-27T16:06:15.0958973Z 2022-09-27T16:06:15.0959257Z [----------] 9 tests from InitTest 2022-09-27T16:06:15.0959668Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-09-27T16:06:15.1085604Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (13 ms) 2022-09-27T16:06:15.1086022Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-09-27T16:06:15.1195134Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (10 ms) 2022-09-27T16:06:15.1195526Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-09-27T16:06:15.1302852Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (10 ms) 2022-09-27T16:06:15.1303228Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-09-27T16:06:15.1409263Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (10 ms) 2022-09-27T16:06:15.1409676Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-09-27T16:06:15.1515471Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (10 ms) 2022-09-27T16:06:15.1516135Z [ RUN ] InitTest.CalculateGainWithTanh 2022-09-27T16:06:15.1516558Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-09-27T16:06:15.1516888Z [ RUN ] InitTest.CalculateGainWithRelu 2022-09-27T16:06:15.1517476Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-09-27T16:06:15.1517921Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-09-27T16:06:15.1518571Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-09-27T16:06:15.1519006Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-09-27T16:06:15.1549472Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (3 ms) 2022-09-27T16:06:15.1550162Z [----------] 9 tests from InitTest (59 ms total) 2022-09-27T16:06:15.1550533Z 2022-09-27T16:06:15.1550793Z [----------] 6 tests from TorchScriptTest 2022-09-27T16:06:15.1551352Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-09-27T16:06:15.5324042Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (377 ms) 2022-09-27T16:06:15.5324547Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-09-27T16:06:15.5420453Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (9 ms) 2022-09-27T16:06:15.5420937Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-09-27T16:06:15.5445687Z [ OK ] TorchScriptTest.TestDictArgMatching (2 ms) 2022-09-27T16:06:15.5446312Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-09-27T16:06:15.5459838Z [ OK ] TorchScriptTest.TestTupleArgMatching (1 ms) 2022-09-27T16:06:15.5460456Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-09-27T16:06:15.5508425Z [ OK ] TorchScriptTest.TestOptionalArgMatching (4 ms) 2022-09-27T16:06:15.5509002Z [ RUN ] TorchScriptTest.TestPickle 2022-09-27T16:06:15.5509857Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-09-27T16:06:15.5510369Z [----------] 6 tests from TorchScriptTest (395 ms total) 2022-09-27T16:06:15.5510710Z 2022-09-27T16:06:15.5510878Z [----------] 3 tests from MakeUniqueTest 2022-09-27T16:06:15.5511193Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-09-27T16:06:15.5511694Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-09-27T16:06:15.5512193Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-09-27T16:06:15.5514503Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-09-27T16:06:15.5515224Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-09-27T16:06:15.5515845Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-09-27T16:06:15.5516396Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-09-27T16:06:15.5516686Z 2022-09-27T16:06:15.5516944Z [----------] 2 tests from MetaTensorTest 2022-09-27T16:06:15.5517500Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-09-27T16:06:15.5517832Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-09-27T16:06:15.5519761Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-09-27T16:06:15.5520344Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-09-27T16:06:15.5520981Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-09-27T16:06:15.5521259Z 2022-09-27T16:06:15.5521513Z [----------] 2 tests from UtilsTest 2022-09-27T16:06:15.5521967Z [ RUN ] UtilsTest.WarnOnce 2022-09-27T16:06:15.5522324Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-09-27T16:06:15.5522641Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-09-27T16:06:15.5522983Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-09-27T16:06:15.5523317Z [----------] 2 tests from UtilsTest (0 ms total) 2022-09-27T16:06:15.5523465Z 2022-09-27T16:06:15.5523605Z [----------] 1 test from NoGradTest 2022-09-27T16:06:15.5523899Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-09-27T16:06:15.5578418Z [ OK ] NoGradTest.SetsGradModeCorrectly (6 ms) 2022-09-27T16:06:15.5579007Z [----------] 1 test from NoGradTest (6 ms total) 2022-09-27T16:06:15.5579286Z 2022-09-27T16:06:15.5579560Z [----------] 3 tests from AutogradTest 2022-09-27T16:06:15.5580120Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-09-27T16:06:15.5588104Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-09-27T16:06:15.5588726Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-09-27T16:06:15.5596591Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-09-27T16:06:15.5597269Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-09-27T16:06:15.5605352Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-09-27T16:06:15.5606004Z [----------] 3 tests from AutogradTest (2 ms total) 2022-09-27T16:06:15.5606291Z 2022-09-27T16:06:15.5606489Z [----------] 1 test from OptionalArrayRefTest 2022-09-27T16:06:15.5606824Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2022-09-27T16:06:15.5607203Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2022-09-27T16:06:15.5607572Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2022-09-27T16:06:15.5607741Z 2022-09-27T16:06:15.5607886Z [----------] 52 tests from ModuleTest 2022-09-27T16:06:15.5608202Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-09-27T16:06:15.5621587Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (1 ms) 2022-09-27T16:06:15.5621940Z [ RUN ] ModuleTest.ZeroGrad 2022-09-27T16:06:15.5633779Z [ OK ] ModuleTest.ZeroGrad (1 ms) 2022-09-27T16:06:15.5634213Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-09-27T16:06:15.5639965Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-09-27T16:06:15.5640730Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-09-27T16:06:15.5692643Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (5 ms) 2022-09-27T16:06:15.5693277Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-09-27T16:06:15.5731680Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (3 ms) 2022-09-27T16:06:15.5732145Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-09-27T16:06:15.5759176Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (2 ms) 2022-09-27T16:06:15.5759648Z [ RUN ] ModuleTest.ReplaceModule 2022-09-27T16:06:15.5761009Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-09-27T16:06:15.5761560Z [ RUN ] ModuleTest.UnregisterModule 2022-09-27T16:06:15.5817359Z [ OK ] ModuleTest.UnregisterModule (5 ms) 2022-09-27T16:06:15.5817962Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-09-27T16:06:15.5882247Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (6 ms) 2022-09-27T16:06:15.5882873Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-09-27T16:06:15.5935149Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (5 ms) 2022-09-27T16:06:15.5935790Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-09-27T16:06:15.5936519Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-09-27T16:06:15.5937056Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-09-27T16:06:15.6001686Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (6 ms) 2022-09-27T16:06:15.6002300Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-09-27T16:06:15.6055455Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (5 ms) 2022-09-27T16:06:15.6055885Z [ RUN ] ModuleTest.CanGetName 2022-09-27T16:06:15.6059905Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-09-27T16:06:15.6060263Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-09-27T16:06:15.6061645Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-09-27T16:06:15.6062071Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-09-27T16:06:15.6090920Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (2 ms) 2022-09-27T16:06:15.6091442Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-09-27T16:06:15.6094271Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-09-27T16:06:15.6094807Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-09-27T16:06:15.6128762Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (3 ms) 2022-09-27T16:06:15.6129403Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-09-27T16:06:15.6129955Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-09-27T16:06:15.6130423Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-09-27T16:06:15.6188331Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (5 ms) 2022-09-27T16:06:15.6188939Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-09-27T16:06:15.6200203Z [ OK ] ModuleTest.ClonePreservesExternalReferences (1 ms) 2022-09-27T16:06:15.6200887Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-09-27T16:06:15.6209469Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-09-27T16:06:15.6210090Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-09-27T16:06:15.6212153Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-09-27T16:06:15.6212910Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-09-27T16:06:15.6214650Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-09-27T16:06:15.6215287Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-09-27T16:06:15.6217235Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-09-27T16:06:15.6217685Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-09-27T16:06:15.6218870Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-09-27T16:06:15.6219625Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-09-27T16:06:15.6220310Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-09-27T16:06:15.6220913Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-09-27T16:06:15.6221518Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-09-27T16:06:15.6222079Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-09-27T16:06:15.6244251Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (2 ms) 2022-09-27T16:06:15.6244785Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-09-27T16:06:15.6273412Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (2 ms) 2022-09-27T16:06:15.6273906Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-09-27T16:06:15.6276852Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-09-27T16:06:15.6277382Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-09-27T16:06:15.6280225Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-09-27T16:06:15.6280771Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-09-27T16:06:15.6283526Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-09-27T16:06:15.6284080Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-09-27T16:06:15.6286823Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-09-27T16:06:15.6287419Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-09-27T16:06:15.6290249Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-09-27T16:06:15.6290928Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-09-27T16:06:15.6291997Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:06:15.6292644Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-09-27T16:06:15.6293736Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:06:15.6294277Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-09-27T16:06:15.6295675Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:06:15.6296319Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-09-27T16:06:15.6297183Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:06:15.6297717Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-09-27T16:06:15.6299815Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-09-27T16:06:15.6300402Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-09-27T16:06:15.6303385Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-09-27T16:06:15.6304161Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-09-27T16:06:15.6304761Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-09-27T16:06:15.6305299Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-09-27T16:06:15.6307619Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-09-27T16:06:15.6308189Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-09-27T16:06:15.6309043Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:06:15.6309697Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-09-27T16:06:15.6311210Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:06:15.6311885Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-09-27T16:06:15.6313813Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:06:15.6314316Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-09-27T16:06:15.6316026Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:06:15.6316545Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-09-27T16:06:15.6318346Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-09-27T16:06:15.6318859Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-09-27T16:06:15.6320637Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-09-27T16:06:15.6321213Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-09-27T16:06:15.6391394Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (6 ms) 2022-09-27T16:06:15.6391921Z [ RUN ] ModuleTest.PrettyPrint 2022-09-27T16:06:15.6392305Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-09-27T16:06:15.6392858Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-09-27T16:06:15.6393443Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-09-27T16:06:15.6394041Z [----------] 52 tests from ModuleTest (78 ms total) 2022-09-27T16:06:15.6394273Z 2022-09-27T16:06:15.6394482Z [----------] 11 tests from ModuleDictTest 2022-09-27T16:06:15.6394987Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-09-27T16:06:15.6395638Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-09-27T16:06:15.6396056Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-09-27T16:06:15.6396442Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-09-27T16:06:15.6396813Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-09-27T16:06:15.6422609Z [ OK ] ModuleDictTest.UpdatePopClearContains (2 ms) 2022-09-27T16:06:15.6423071Z [ RUN ] ModuleDictTest.UpdateExist 2022-09-27T16:06:15.6423687Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-09-27T16:06:15.6423982Z [ RUN ] ModuleDictTest.Keys 2022-09-27T16:06:15.6467520Z [ OK ] ModuleDictTest.Keys (4 ms) 2022-09-27T16:06:15.6468071Z [ RUN ] ModuleDictTest.Values 2022-09-27T16:06:15.6468478Z [ OK ] ModuleDictTest.Values (0 ms) 2022-09-27T16:06:15.6468839Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-09-27T16:06:15.6531037Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (6 ms) 2022-09-27T16:06:15.6531572Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-09-27T16:06:15.6532701Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-09-27T16:06:15.6533472Z [ RUN ] ModuleDictTest.IsCloneable 2022-09-27T16:06:15.6576740Z [ OK ] ModuleDictTest.IsCloneable (4 ms) 2022-09-27T16:06:15.6577234Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-09-27T16:06:15.6585404Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:06:15.6585806Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-09-27T16:06:15.6606121Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (2 ms) 2022-09-27T16:06:15.6606793Z [----------] 11 tests from ModuleDictTest (21 ms total) 2022-09-27T16:06:15.6607074Z 2022-09-27T16:06:15.6607327Z [----------] 15 tests from ModuleListTest 2022-09-27T16:06:15.6607936Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-09-27T16:06:15.6608656Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-09-27T16:06:15.6609302Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-09-27T16:06:15.6610019Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-09-27T16:06:15.6610479Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-09-27T16:06:15.6610929Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-09-27T16:06:15.6611566Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-09-27T16:06:15.6612061Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:06:15.6612381Z [ RUN ] ModuleListTest.Insertion 2022-09-27T16:06:15.6627075Z [ OK ] ModuleListTest.Insertion (1 ms) 2022-09-27T16:06:15.6627620Z [ RUN ] ModuleListTest.AccessWithAt 2022-09-27T16:06:15.6676141Z [ OK ] ModuleListTest.AccessWithAt (4 ms) 2022-09-27T16:06:15.6676718Z [ RUN ] ModuleListTest.AccessWithPtr 2022-09-27T16:06:15.6723576Z [ OK ] ModuleListTest.AccessWithPtr (4 ms) 2022-09-27T16:06:15.6724208Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-09-27T16:06:15.6732473Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-09-27T16:06:15.6733226Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-09-27T16:06:15.6734204Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-09-27T16:06:15.6734612Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-09-27T16:06:15.6736704Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-09-27T16:06:15.6737032Z [ RUN ] ModuleListTest.IsCloneable 2022-09-27T16:06:15.6768456Z [ OK ] ModuleListTest.IsCloneable (3 ms) 2022-09-27T16:06:15.6768819Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-09-27T16:06:15.6772074Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:06:15.6772479Z [ RUN ] ModuleListTest.NestingIsPossible 2022-09-27T16:06:15.6773127Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-09-27T16:06:15.6773626Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-09-27T16:06:15.6782371Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-09-27T16:06:15.6782778Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-09-27T16:06:15.6785475Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-09-27T16:06:15.6785829Z [----------] 15 tests from ModuleListTest (17 ms total) 2022-09-27T16:06:15.6785992Z 2022-09-27T16:06:15.6786144Z [----------] 256 tests from ModulesTest 2022-09-27T16:06:15.6786397Z [ RUN ] ModulesTest.Conv1d 2022-09-27T16:06:15.6829069Z [ OK ] ModulesTest.Conv1d (4 ms) 2022-09-27T16:06:15.6829373Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-09-27T16:06:15.6917255Z [ OK ] ModulesTest.Conv1dSameStrided (8 ms) 2022-09-27T16:06:15.6917749Z [ RUN ] ModulesTest.Conv2dEven 2022-09-27T16:06:15.6941011Z [ OK ] ModulesTest.Conv2dEven (2 ms) 2022-09-27T16:06:15.6941383Z [ RUN ] ModulesTest.Conv2dUneven 2022-09-27T16:06:15.6960763Z [ OK ] ModulesTest.Conv2dUneven (1 ms) 2022-09-27T16:06:15.6961127Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-09-27T16:06:15.7112081Z [ OK ] ModulesTest.Conv2dSameStrided (15 ms) 2022-09-27T16:06:15.7112660Z [ RUN ] ModulesTest.Conv3d 2022-09-27T16:06:15.7143481Z [ OK ] ModulesTest.Conv3d (3 ms) 2022-09-27T16:06:15.7144031Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-09-27T16:06:15.7294349Z [ OK ] ModulesTest.Conv3dSameStrided (15 ms) 2022-09-27T16:06:15.7294870Z [ RUN ] ModulesTest.ConvTranspose1d 2022-09-27T16:06:15.7315603Z [ OK ] ModulesTest.ConvTranspose1d (2 ms) 2022-09-27T16:06:15.7316162Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-09-27T16:06:15.7358888Z [ OK ] ModulesTest.ConvTranspose2dEven (4 ms) 2022-09-27T16:06:15.7359459Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-09-27T16:06:15.7383922Z [ OK ] ModulesTest.ConvTranspose2dUneven (2 ms) 2022-09-27T16:06:15.7384479Z [ RUN ] ModulesTest.ConvTranspose3d 2022-09-27T16:06:15.7403144Z [ OK ] ModulesTest.ConvTranspose3d (1 ms) 2022-09-27T16:06:15.7403670Z [ RUN ] ModulesTest.MaxPool1d 2022-09-27T16:06:15.7414443Z [ OK ] ModulesTest.MaxPool1d (1 ms) 2022-09-27T16:06:15.7415022Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-09-27T16:06:15.7437265Z [ OK ] ModulesTest.MaxPool1dReturnIndices (2 ms) 2022-09-27T16:06:15.7437860Z [ RUN ] ModulesTest.MaxPool2dEven 2022-09-27T16:06:15.7445676Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-09-27T16:06:15.7446230Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-09-27T16:06:15.7453920Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-09-27T16:06:15.7454515Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-09-27T16:06:15.7464080Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-09-27T16:06:15.7464625Z [ RUN ] ModulesTest.MaxPool3d 2022-09-27T16:06:15.7473605Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-09-27T16:06:15.7474195Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-09-27T16:06:15.7484875Z [ OK ] ModulesTest.MaxPool3dReturnIndices (1 ms) 2022-09-27T16:06:15.7485424Z [ RUN ] ModulesTest.AvgPool1d 2022-09-27T16:06:15.7495055Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-09-27T16:06:15.7495607Z [ RUN ] ModulesTest.AvgPool2dEven 2022-09-27T16:06:15.7503089Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-09-27T16:06:15.7503661Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-09-27T16:06:15.7510856Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-09-27T16:06:15.7511400Z [ RUN ] ModulesTest.AvgPool3d 2022-09-27T16:06:15.7520159Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-09-27T16:06:15.7520727Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-09-27T16:06:15.7552432Z [ OK ] ModulesTest.FractionalMaxPool2d (3 ms) 2022-09-27T16:06:15.7553095Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-09-27T16:06:15.7562353Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-09-27T16:06:15.7562949Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-09-27T16:06:15.7572164Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-09-27T16:06:15.7572800Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-09-27T16:06:15.7583971Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (1 ms) 2022-09-27T16:06:15.7584536Z [ RUN ] ModulesTest.LPPool1d 2022-09-27T16:06:15.7593849Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-09-27T16:06:15.7594160Z [ RUN ] ModulesTest.LPPool2d 2022-09-27T16:06:15.7602905Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-09-27T16:06:15.7603197Z [ RUN ] ModulesTest.Identity 2022-09-27T16:06:15.7609066Z [ OK ] ModulesTest.Identity (0 ms) 2022-09-27T16:06:15.7609357Z [ RUN ] ModulesTest.Flatten 2022-09-27T16:06:15.7623599Z [ OK ] ModulesTest.Flatten (1 ms) 2022-09-27T16:06:15.7623876Z [ RUN ] ModulesTest.Unflatten 2022-09-27T16:06:15.7627825Z [W TensorImpl.h:1694] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 2022-09-27T16:06:15.7630004Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-09-27T16:06:15.7630319Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-09-27T16:06:15.7641387Z [ OK ] ModulesTest.AdaptiveMaxPool1d (1 ms) 2022-09-27T16:06:15.7641782Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-09-27T16:06:15.7651736Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-09-27T16:06:15.7652131Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-09-27T16:06:15.7663617Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (1 ms) 2022-09-27T16:06:15.7663995Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-09-27T16:06:15.7677222Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (1 ms) 2022-09-27T16:06:15.7677736Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-09-27T16:06:15.7697977Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (2 ms) 2022-09-27T16:06:15.7698435Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-09-27T16:06:15.7713098Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (1 ms) 2022-09-27T16:06:15.7713538Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-09-27T16:06:15.7724975Z [ OK ] ModulesTest.AdaptiveMaxPool3d (1 ms) 2022-09-27T16:06:15.7725426Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-09-27T16:06:15.7743203Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (1 ms) 2022-09-27T16:06:15.7743669Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-09-27T16:06:15.7754748Z [ OK ] ModulesTest.AdaptiveAvgPool1d (1 ms) 2022-09-27T16:06:15.7755211Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-09-27T16:06:15.7765180Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (1 ms) 2022-09-27T16:06:15.7765753Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-09-27T16:06:15.7775941Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-09-27T16:06:15.7776334Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-09-27T16:06:15.7787515Z [ OK ] ModulesTest.AdaptiveAvgPool3d (1 ms) 2022-09-27T16:06:15.7787841Z [ RUN ] ModulesTest.MaxUnpool1d 2022-09-27T16:06:15.7801534Z [ OK ] ModulesTest.MaxUnpool1d (1 ms) 2022-09-27T16:06:15.7801953Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-09-27T16:06:15.7821676Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (1 ms) 2022-09-27T16:06:15.7822040Z [ RUN ] ModulesTest.MaxUnpool2d 2022-09-27T16:06:15.7848680Z [ OK ] ModulesTest.MaxUnpool2d (2 ms) 2022-09-27T16:06:15.7849178Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-09-27T16:06:15.7864317Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (1 ms) 2022-09-27T16:06:15.7864892Z [ RUN ] ModulesTest.MaxUnpool3d 2022-09-27T16:06:15.7874267Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-09-27T16:06:15.7874848Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-09-27T16:06:15.7889729Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (1 ms) 2022-09-27T16:06:15.7890096Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-09-27T16:06:16.1934968Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (404 ms) 2022-09-27T16:06:16.1935317Z [ RUN ] ModulesTest.Linear 2022-09-27T16:06:16.1962538Z [ OK ] ModulesTest.Linear (2 ms) 2022-09-27T16:06:16.1963068Z [ RUN ] ModulesTest.LocalResponseNorm 2022-09-27T16:06:16.1994380Z [ OK ] ModulesTest.LocalResponseNorm (3 ms) 2022-09-27T16:06:16.1994944Z [ RUN ] ModulesTest.LayerNorm 2022-09-27T16:06:16.2006681Z [ OK ] ModulesTest.LayerNorm (1 ms) 2022-09-27T16:06:16.2007213Z [ RUN ] ModulesTest.GroupNorm 2022-09-27T16:06:16.2032241Z [ OK ] ModulesTest.GroupNorm (2 ms) 2022-09-27T16:06:16.2032749Z [ RUN ] ModulesTest.Bilinear 2022-09-27T16:06:16.2057740Z [ OK ] ModulesTest.Bilinear (2 ms) 2022-09-27T16:06:16.2058261Z [ RUN ] ModulesTest.Fold 2022-09-27T16:06:16.2116748Z [ OK ] ModulesTest.Fold (5 ms) 2022-09-27T16:06:16.2117236Z [ RUN ] ModulesTest.Unfold 2022-09-27T16:06:16.2378838Z [ OK ] ModulesTest.Unfold (26 ms) 2022-09-27T16:06:16.2379392Z [ RUN ] ModulesTest.SimpleContainer 2022-09-27T16:06:16.2502744Z [ OK ] ModulesTest.SimpleContainer (12 ms) 2022-09-27T16:06:16.2503106Z [ RUN ] ModulesTest.EmbeddingBasic 2022-09-27T16:06:16.2508508Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-09-27T16:06:16.2508826Z [ RUN ] ModulesTest.EmbeddingList 2022-09-27T16:06:16.2513896Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-09-27T16:06:16.2514241Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-09-27T16:06:16.2533924Z [ OK ] ModulesTest.EmbeddingFromPretrained (1 ms) 2022-09-27T16:06:16.2534299Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-09-27T16:06:16.2545177Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (1 ms) 2022-09-27T16:06:16.2545542Z [ RUN ] ModulesTest.AlphaDropout 2022-09-27T16:06:16.2563569Z [ OK ] ModulesTest.AlphaDropout (1 ms) 2022-09-27T16:06:16.2563881Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-09-27T16:06:16.2571979Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-09-27T16:06:16.2572306Z [ RUN ] ModulesTest.Dropout 2022-09-27T16:06:16.2584613Z [ OK ] ModulesTest.Dropout (1 ms) 2022-09-27T16:06:16.2584910Z [ RUN ] ModulesTest.Dropout2d 2022-09-27T16:06:16.2653219Z [ OK ] ModulesTest.Dropout2d (6 ms) 2022-09-27T16:06:16.2653771Z [ RUN ] ModulesTest.Dropout3d 2022-09-27T16:06:16.2758350Z [ OK ] ModulesTest.Dropout3d (10 ms) 2022-09-27T16:06:16.2758870Z [ RUN ] ModulesTest.Parameters 2022-09-27T16:06:16.2763123Z [ OK ] ModulesTest.Parameters (0 ms) 2022-09-27T16:06:16.2763714Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-09-27T16:06:16.2764557Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-09-27T16:06:16.2765191Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-09-27T16:06:16.2767147Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-09-27T16:06:16.2767777Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-09-27T16:06:16.2768729Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-09-27T16:06:16.2769246Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-09-27T16:06:16.2771153Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-09-27T16:06:16.2771676Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-09-27T16:06:16.2772204Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-09-27T16:06:16.2772923Z [ RUN ] ModulesTest.BatchNorm1d 2022-09-27T16:06:16.2789236Z [ OK ] ModulesTest.BatchNorm1d (1 ms) 2022-09-27T16:06:16.2789998Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-09-27T16:06:16.2790733Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-09-27T16:06:16.2791233Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-09-27T16:06:16.2791762Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-09-27T16:06:16.2792229Z [ RUN ] ModulesTest.BatchNorm2d 2022-09-27T16:06:16.2810681Z [ OK ] ModulesTest.BatchNorm2d (1 ms) 2022-09-27T16:06:16.2811215Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-09-27T16:06:16.2812635Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-09-27T16:06:16.2813219Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-09-27T16:06:16.2813881Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-09-27T16:06:16.2814207Z [ RUN ] ModulesTest.BatchNorm3d 2022-09-27T16:06:16.2838512Z [ OK ] ModulesTest.BatchNorm3d (2 ms) 2022-09-27T16:06:16.2839098Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-09-27T16:06:16.2848945Z [ OK ] ModulesTest.InstanceNorm1dStateful (1 ms) 2022-09-27T16:06:16.2849564Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-09-27T16:06:16.2850189Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-09-27T16:06:16.2850508Z [ RUN ] ModulesTest.InstanceNorm1d 2022-09-27T16:06:16.2864785Z [ OK ] ModulesTest.InstanceNorm1d (1 ms) 2022-09-27T16:06:16.2865376Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-09-27T16:06:16.2866898Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-09-27T16:06:16.2867509Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-09-27T16:06:16.2868093Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-09-27T16:06:16.2868426Z [ RUN ] ModulesTest.InstanceNorm2d 2022-09-27T16:06:16.2885478Z [ OK ] ModulesTest.InstanceNorm2d (1 ms) 2022-09-27T16:06:16.2885835Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-09-27T16:06:16.2887372Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-09-27T16:06:16.2887764Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-09-27T16:06:16.2888124Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-09-27T16:06:16.2888445Z [ RUN ] ModulesTest.InstanceNorm3d 2022-09-27T16:06:16.2912635Z [ OK ] ModulesTest.InstanceNorm3d (2 ms) 2022-09-27T16:06:16.2912920Z [ RUN ] ModulesTest.L1Loss 2022-09-27T16:06:16.2937375Z [ OK ] ModulesTest.L1Loss (2 ms) 2022-09-27T16:06:16.2937703Z [ RUN ] ModulesTest.MSELoss 2022-09-27T16:06:16.2955492Z [ OK ] ModulesTest.MSELoss (1 ms) 2022-09-27T16:06:16.2955780Z [ RUN ] ModulesTest.BCELoss 2022-09-27T16:06:16.2962462Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-09-27T16:06:16.2962734Z [ RUN ] ModulesTest.KLDivLoss 2022-09-27T16:06:16.2975752Z [W loss.h:57] Warning: 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. (function kl_div) 2022-09-27T16:06:16.2981650Z [ OK ] ModulesTest.KLDivLoss (1 ms) 2022-09-27T16:06:16.2981959Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-09-27T16:06:16.2998536Z [ OK ] ModulesTest.HingeEmbeddingLoss (1 ms) 2022-09-27T16:06:16.2998844Z [ RUN ] ModulesTest.MultiMarginLoss 2022-09-27T16:06:16.3007927Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-09-27T16:06:16.3008251Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-09-27T16:06:16.3036751Z [ OK ] ModulesTest.CosineEmbeddingLoss (2 ms) 2022-09-27T16:06:16.3037213Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-09-27T16:06:16.3045435Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-09-27T16:06:16.3045806Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-09-27T16:06:16.3054328Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-09-27T16:06:16.3054729Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-09-27T16:06:16.3063623Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-09-27T16:06:16.3064011Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-09-27T16:06:16.3071986Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-09-27T16:06:16.3072353Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-09-27T16:06:16.3080594Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-09-27T16:06:16.3080969Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-09-27T16:06:16.3089692Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-09-27T16:06:16.3090050Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-09-27T16:06:16.3098079Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-09-27T16:06:16.3098380Z [ RUN ] ModulesTest.HuberLossDelta 2022-09-27T16:06:16.3106467Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-09-27T16:06:16.3106798Z [ RUN ] ModulesTest.TripletMarginLoss 2022-09-27T16:06:16.3125627Z [ OK ] ModulesTest.TripletMarginLoss (1 ms) 2022-09-27T16:06:16.3126031Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-09-27T16:06:16.5200116Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (207 ms) 2022-09-27T16:06:16.5200633Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-09-27T16:06:16.9039008Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (383 ms) 2022-09-27T16:06:16.9039685Z [ RUN ] ModulesTest.NLLLoss 2022-09-27T16:06:16.9055309Z [ OK ] ModulesTest.NLLLoss (1 ms) 2022-09-27T16:06:16.9055663Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-09-27T16:06:16.9105041Z [ OK ] ModulesTest.CrossEntropyLoss (4 ms) 2022-09-27T16:06:16.9105391Z [ RUN ] ModulesTest.CosineSimilarity 2022-09-27T16:06:16.9127987Z [ OK ] ModulesTest.CosineSimilarity (2 ms) 2022-09-27T16:06:16.9128360Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-09-27T16:06:16.9140546Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (1 ms) 2022-09-27T16:06:16.9140968Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-09-27T16:06:16.9159379Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (1 ms) 2022-09-27T16:06:16.9159811Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-09-27T16:06:16.9170856Z [ OK ] ModulesTest.SoftMarginLossNoReduction (1 ms) 2022-09-27T16:06:16.9171307Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-09-27T16:06:16.9189558Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (1 ms) 2022-09-27T16:06:16.9189973Z [ RUN ] ModulesTest.PairwiseDistance 2022-09-27T16:06:16.9200832Z [ OK ] ModulesTest.PairwiseDistance (1 ms) 2022-09-27T16:06:16.9201123Z [ RUN ] ModulesTest.ELU 2022-09-27T16:06:16.9306028Z [ OK ] ModulesTest.ELU (10 ms) 2022-09-27T16:06:16.9306342Z [ RUN ] ModulesTest.SELU 2022-09-27T16:06:16.9326360Z [ OK ] ModulesTest.SELU (2 ms) 2022-09-27T16:06:16.9326678Z [ RUN ] ModulesTest.Hardshrink 2022-09-27T16:06:16.9383087Z [ OK ] ModulesTest.Hardshrink (5 ms) 2022-09-27T16:06:16.9383417Z [ RUN ] ModulesTest.Hardtanh 2022-09-27T16:06:16.9611493Z [ OK ] ModulesTest.Hardtanh (22 ms) 2022-09-27T16:06:16.9611868Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-09-27T16:06:16.9778410Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (16 ms) 2022-09-27T16:06:16.9778738Z [ RUN ] ModulesTest.LeakyReLU 2022-09-27T16:06:16.9891882Z [ OK ] ModulesTest.LeakyReLU (11 ms) 2022-09-27T16:06:16.9892232Z [ RUN ] ModulesTest.LogSigmoid 2022-09-27T16:06:16.9903194Z [ OK ] ModulesTest.LogSigmoid (1 ms) 2022-09-27T16:06:16.9903493Z [ RUN ] ModulesTest.Softmax 2022-09-27T16:06:16.9913256Z [ OK ] ModulesTest.Softmax (1 ms) 2022-09-27T16:06:16.9913552Z [ RUN ] ModulesTest.Softmin 2022-09-27T16:06:16.9924364Z [ OK ] ModulesTest.Softmin (1 ms) 2022-09-27T16:06:16.9924677Z [ RUN ] ModulesTest.LogSoftmax 2022-09-27T16:06:16.9934789Z [ OK ] ModulesTest.LogSoftmax (1 ms) 2022-09-27T16:06:16.9935158Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-09-27T16:06:17.0113963Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (17 ms) 2022-09-27T16:06:17.0114315Z [ RUN ] ModulesTest.Softmax2d 2022-09-27T16:06:17.0206548Z [ OK ] ModulesTest.Softmax2d (9 ms) 2022-09-27T16:06:17.0206831Z [ RUN ] ModulesTest.PReLU 2022-09-27T16:06:17.0248039Z [ OK ] ModulesTest.PReLU (4 ms) 2022-09-27T16:06:17.0248305Z [ RUN ] ModulesTest.ReLU 2022-09-27T16:06:17.0266965Z [ OK ] ModulesTest.ReLU (1 ms) 2022-09-27T16:06:17.0267251Z [ RUN ] ModulesTest.ReLU6 2022-09-27T16:06:17.0287791Z [ OK ] ModulesTest.ReLU6 (2 ms) 2022-09-27T16:06:17.0288075Z [ RUN ] ModulesTest.RReLU 2022-09-27T16:06:17.0646053Z [ OK ] ModulesTest.RReLU (35 ms) 2022-09-27T16:06:17.0646510Z [ RUN ] ModulesTest.CELU 2022-09-27T16:06:17.0727020Z [ OK ] ModulesTest.CELU (8 ms) 2022-09-27T16:06:17.0727497Z [ RUN ] ModulesTest.GLU 2022-09-27T16:06:17.0740923Z [ OK ] ModulesTest.GLU (1 ms) 2022-09-27T16:06:17.0741456Z [ RUN ] ModulesTest.GELU 2022-09-27T16:06:17.0749023Z [ OK ] ModulesTest.GELU (0 ms) 2022-09-27T16:06:17.0749694Z [ RUN ] ModulesTest.TanhGELU 2022-09-27T16:06:17.0757028Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-09-27T16:06:17.0757537Z [ RUN ] ModulesTest.Mish 2022-09-27T16:06:17.0764639Z [ OK ] ModulesTest.Mish (0 ms) 2022-09-27T16:06:17.0765100Z [ RUN ] ModulesTest.Sigmoid 2022-09-27T16:06:17.0772639Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-09-27T16:06:17.0773150Z [ RUN ] ModulesTest.PixelShuffle 2022-09-27T16:06:17.0783688Z [ OK ] ModulesTest.PixelShuffle (1 ms) 2022-09-27T16:06:17.0784211Z [ RUN ] ModulesTest.PixelUnshuffle 2022-09-27T16:06:17.0794008Z [ OK ] ModulesTest.PixelUnshuffle (1 ms) 2022-09-27T16:06:17.0794516Z [ RUN ] ModulesTest.Softplus 2022-09-27T16:06:17.0857502Z [ OK ] ModulesTest.Softplus (6 ms) 2022-09-27T16:06:17.0857963Z [ RUN ] ModulesTest.Softshrink 2022-09-27T16:06:17.0903847Z [ OK ] ModulesTest.Softshrink (4 ms) 2022-09-27T16:06:17.0904333Z [ RUN ] ModulesTest.Softsign 2022-09-27T16:06:17.0910349Z [ OK ] ModulesTest.Softsign (0 ms) 2022-09-27T16:06:17.0910900Z [ RUN ] ModulesTest.Tanh 2022-09-27T16:06:17.0917790Z [ OK ] ModulesTest.Tanh (0 ms) 2022-09-27T16:06:17.0918303Z [ RUN ] ModulesTest.Tanhshrink 2022-09-27T16:06:17.0924597Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-09-27T16:06:17.0925615Z [ RUN ] ModulesTest.Threshold 2022-09-27T16:06:17.1036364Z [ OK ] ModulesTest.Threshold (11 ms) 2022-09-27T16:06:17.1037164Z [ RUN ] ModulesTest.Upsampling1D 2022-09-27T16:06:17.1068815Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1078057Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1092799Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1100473Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1119650Z [ OK ] ModulesTest.Upsampling1D (8 ms) 2022-09-27T16:06:17.1120154Z [ RUN ] ModulesTest.Upsampling2D 2022-09-27T16:06:17.1129465Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1150229Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1164164Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1171259Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1185522Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1195911Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1212839Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1221580Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1238157Z [ OK ] ModulesTest.Upsampling2D (11 ms) 2022-09-27T16:06:17.1238664Z [ RUN ] ModulesTest.Upsampling3D 2022-09-27T16:06:17.1248373Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1256748Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1271698Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1279008Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:06:17.1293025Z [ OK ] ModulesTest.Upsampling3D (5 ms) 2022-09-27T16:06:17.1293902Z [ RUN ] ModulesTest.CTCLoss 2022-09-27T16:06:17.1319297Z [ OK ] ModulesTest.CTCLoss (2 ms) 2022-09-27T16:06:17.1319832Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-09-27T16:06:17.1333975Z [ OK ] ModulesTest.PoissonNLLLoss (1 ms) 2022-09-27T16:06:17.1334573Z [ RUN ] ModulesTest.MarginRankingLoss 2022-09-27T16:06:17.1357424Z [ OK ] ModulesTest.MarginRankingLoss (2 ms) 2022-09-27T16:06:17.1357975Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-09-27T16:06:17.1577454Z [ OK ] ModulesTest.BCEWithLogitsLoss (21 ms) 2022-09-27T16:06:17.1577797Z [ RUN ] ModulesTest.MultiheadAttention 2022-09-27T16:07:29.5145020Z [ OK ] ModulesTest.MultiheadAttention (72356 ms) 2022-09-27T16:07:29.5145629Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-09-27T16:07:29.5147440Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-09-27T16:07:29.5148047Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-09-27T16:07:29.5148582Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-09-27T16:07:29.5149105Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-09-27T16:07:29.5168920Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-09-27T16:07:29.5169522Z [ RUN ] ModulesTest.ReflectionPad1d 2022-09-27T16:07:29.5175530Z [ OK ] ModulesTest.ReflectionPad1d (2 ms) 2022-09-27T16:07:29.5176110Z [ RUN ] ModulesTest.ReflectionPad2d 2022-09-27T16:07:29.5191857Z [ OK ] ModulesTest.ReflectionPad2d (1 ms) 2022-09-27T16:07:29.5192442Z [ RUN ] ModulesTest.ReflectionPad3d 2022-09-27T16:07:29.5215362Z [ OK ] ModulesTest.ReflectionPad3d (2 ms) 2022-09-27T16:07:29.5215918Z [ RUN ] ModulesTest.ReplicationPad1d 2022-09-27T16:07:29.5227783Z [ OK ] ModulesTest.ReplicationPad1d (1 ms) 2022-09-27T16:07:29.5228352Z [ RUN ] ModulesTest.ReplicationPad2d 2022-09-27T16:07:29.5243448Z [ OK ] ModulesTest.ReplicationPad2d (1 ms) 2022-09-27T16:07:29.5243996Z [ RUN ] ModulesTest.ReplicationPad3d 2022-09-27T16:07:29.5285354Z [ OK ] ModulesTest.ReplicationPad3d (4 ms) 2022-09-27T16:07:29.5285690Z [ RUN ] ModulesTest.ZeroPad2d 2022-09-27T16:07:29.5301478Z [ OK ] ModulesTest.ZeroPad2d (1 ms) 2022-09-27T16:07:29.5302034Z [ RUN ] ModulesTest.ConstantPad1d 2022-09-27T16:07:29.5313490Z [ OK ] ModulesTest.ConstantPad1d (1 ms) 2022-09-27T16:07:29.5314013Z [ RUN ] ModulesTest.ConstantPad2d 2022-09-27T16:07:29.5328015Z [ OK ] ModulesTest.ConstantPad2d (1 ms) 2022-09-27T16:07:29.5328575Z [ RUN ] ModulesTest.ConstantPad3d 2022-09-27T16:07:29.5355753Z [ OK ] ModulesTest.ConstantPad3d (2 ms) 2022-09-27T16:07:29.5356267Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-09-27T16:07:29.5402575Z [ OK ] ModulesTest.CrossMapLRN2d (4 ms) 2022-09-27T16:07:29.5403076Z [ RUN ] ModulesTest.RNNCell 2022-09-27T16:07:29.5456087Z [ OK ] ModulesTest.RNNCell (5 ms) 2022-09-27T16:07:29.5456633Z [ RUN ] ModulesTest.LSTMCell 2022-09-27T16:07:29.5489010Z [ OK ] ModulesTest.LSTMCell (3 ms) 2022-09-27T16:07:29.5489340Z [ RUN ] ModulesTest.GRUCell 2022-09-27T16:07:29.5513795Z [ OK ] ModulesTest.GRUCell (2 ms) 2022-09-27T16:07:29.5514286Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-09-27T16:07:29.5514688Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-09-27T16:07:29.5515062Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-09-27T16:07:29.5516291Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-09-27T16:07:29.5516667Z [ RUN ] ModulesTest.PrettyPrintConv 2022-09-27T16:07:29.5526707Z [ OK ] ModulesTest.PrettyPrintConv (1 ms) 2022-09-27T16:07:29.5527042Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-09-27T16:07:29.5536967Z [ OK ] ModulesTest.PrettyPrintConvTranspose (1 ms) 2022-09-27T16:07:29.5537458Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-09-27T16:07:29.5538403Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-09-27T16:07:29.5539011Z [ RUN ] ModulesTest.PrettyPrintFold 2022-09-27T16:07:29.5539590Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-09-27T16:07:29.5540002Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-09-27T16:07:29.5540333Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-09-27T16:07:29.5541157Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-09-27T16:07:29.5541686Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-09-27T16:07:29.5542278Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-09-27T16:07:29.5542950Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-09-27T16:07:29.5543414Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-09-27T16:07:29.5543803Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-09-27T16:07:29.5544338Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-09-27T16:07:29.5544920Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-09-27T16:07:29.5545263Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-09-27T16:07:29.5546034Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-09-27T16:07:29.5546636Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-09-27T16:07:29.5547506Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-09-27T16:07:29.5548155Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-09-27T16:07:29.5549402Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-09-27T16:07:29.5549902Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-09-27T16:07:29.5552139Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-09-27T16:07:29.5552719Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-09-27T16:07:29.5553283Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-09-27T16:07:29.5553677Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-09-27T16:07:29.5554022Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-09-27T16:07:29.5554351Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-09-27T16:07:29.5556563Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-09-27T16:07:29.5557046Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-09-27T16:07:29.5557627Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-09-27T16:07:29.5558382Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-09-27T16:07:29.5559139Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-09-27T16:07:29.5559890Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-09-27T16:07:29.5560666Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-09-27T16:07:29.5561432Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-09-27T16:07:29.5562250Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-09-27T16:07:29.5563065Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-09-27T16:07:29.5563873Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-09-27T16:07:29.5564649Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-09-27T16:07:29.5565456Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-09-27T16:07:29.5566231Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-09-27T16:07:29.5566963Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-09-27T16:07:29.5567692Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-09-27T16:07:29.5568432Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-09-27T16:07:29.5569217Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-09-27T16:07:29.5570038Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-09-27T16:07:29.5570814Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-09-27T16:07:29.5571515Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-09-27T16:07:29.5572229Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-09-27T16:07:29.5572986Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-09-27T16:07:29.5574003Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-09-27T16:07:29.5574699Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-09-27T16:07:29.5575653Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-09-27T16:07:29.5576484Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-09-27T16:07:29.5577200Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-09-27T16:07:29.5577889Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-09-27T16:07:29.5578581Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-09-27T16:07:29.5579288Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-09-27T16:07:29.5580045Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-09-27T16:07:29.5580894Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-09-27T16:07:29.5581748Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-09-27T16:07:29.5582662Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-09-27T16:07:29.5583484Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-09-27T16:07:29.5584330Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-09-27T16:07:29.5585269Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-09-27T16:07:29.5586266Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-09-27T16:07:29.5587127Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-09-27T16:07:29.5587858Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-09-27T16:07:29.5588626Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-09-27T16:07:29.5589428Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-09-27T16:07:29.5590280Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-09-27T16:07:29.5591176Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-09-27T16:07:29.5592070Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-09-27T16:07:29.5593013Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-09-27T16:07:29.5593875Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-09-27T16:07:29.5594665Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-09-27T16:07:29.5595487Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-09-27T16:07:29.5596323Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-09-27T16:07:29.5597144Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-09-27T16:07:29.5597966Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-09-27T16:07:29.5598768Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-09-27T16:07:29.5614662Z [ OK ] ModulesTest.PrettyPrintReflectionPad (2 ms) 2022-09-27T16:07:29.5615337Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-09-27T16:07:29.5616008Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-09-27T16:07:29.5616531Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-09-27T16:07:29.5616903Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-09-27T16:07:29.5617349Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-09-27T16:07:29.5617744Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-09-27T16:07:29.5618088Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-09-27T16:07:29.5618558Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-09-27T16:07:29.5618889Z [ RUN ] ModulesTest.PrettyPrintELU 2022-09-27T16:07:29.5619386Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-09-27T16:07:29.5619735Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-09-27T16:07:29.5620181Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-09-27T16:07:29.5620566Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-09-27T16:07:29.5620961Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-09-27T16:07:29.5621529Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-09-27T16:07:29.5622037Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-09-27T16:07:29.5622437Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-09-27T16:07:29.5622928Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-09-27T16:07:29.5623322Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-09-27T16:07:29.5623778Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-09-27T16:07:29.5624130Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-09-27T16:07:29.5624546Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-09-27T16:07:29.5624926Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-09-27T16:07:29.5625348Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-09-27T16:07:29.5625686Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-09-27T16:07:29.5628675Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-09-27T16:07:29.5629209Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-09-27T16:07:29.5629807Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-09-27T16:07:29.5630153Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-09-27T16:07:29.5630585Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-09-27T16:07:29.5631031Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-09-27T16:07:29.5631567Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-09-27T16:07:29.5632127Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-09-27T16:07:29.5632673Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-09-27T16:07:29.5633179Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-09-27T16:07:29.5633502Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-09-27T16:07:29.5633800Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-09-27T16:07:29.5634124Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-09-27T16:07:29.5634434Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-09-27T16:07:29.5634749Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-09-27T16:07:29.5635066Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-09-27T16:07:29.5635399Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-09-27T16:07:29.5635743Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-09-27T16:07:29.5636125Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-09-27T16:07:29.5636486Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-09-27T16:07:29.5636855Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-09-27T16:07:29.5637191Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-09-27T16:07:29.5637524Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-09-27T16:07:29.5637863Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-09-27T16:07:29.5638200Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-09-27T16:07:29.5638534Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-09-27T16:07:29.5638871Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-09-27T16:07:29.5639175Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-09-27T16:07:29.5639491Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-09-27T16:07:29.5639836Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-09-27T16:07:29.5640180Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-09-27T16:07:29.5640503Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-09-27T16:07:29.5640841Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-09-27T16:07:29.5641169Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-09-27T16:07:29.5641484Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-09-27T16:07:29.5641829Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-09-27T16:07:29.5643828Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-09-27T16:07:29.5644529Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-09-27T16:07:29.5645230Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-09-27T16:07:29.5645917Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-09-27T16:07:29.5646568Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-09-27T16:07:29.5647215Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-09-27T16:07:29.5647733Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-09-27T16:07:29.5648101Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-09-27T16:07:29.5648503Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-09-27T16:07:29.5648890Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-09-27T16:07:29.5649279Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-09-27T16:07:29.5649654Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-09-27T16:07:29.5650049Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-09-27T16:07:29.5650406Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-09-27T16:07:29.5650724Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-09-27T16:07:29.5651053Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-09-27T16:07:29.5651509Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-09-27T16:07:29.5651968Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-09-27T16:07:29.5652435Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-09-27T16:07:29.5652823Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-09-27T16:07:29.5653272Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-09-27T16:07:29.5653838Z [----------] 256 tests from ModulesTest (73886 ms total) 2022-09-27T16:07:29.5653997Z 2022-09-27T16:07:29.5654138Z [----------] 1 test from NestedTest 2022-09-27T16:07:29.5654400Z [ RUN ] NestedTest.Nested 2022-09-27T16:07:29.5656082Z [W NestedTensorImpl.cpp:177] Warning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (function operator()) 2022-09-27T16:07:29.5659046Z [ OK ] NestedTest.Nested (0 ms) 2022-09-27T16:07:29.5659386Z [----------] 1 test from NestedTest (0 ms total) 2022-09-27T16:07:29.5659538Z 2022-09-27T16:07:29.5659703Z [----------] 10 tests from ParameterDictTest 2022-09-27T16:07:29.5660025Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-09-27T16:07:29.5662108Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-09-27T16:07:29.5662495Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-09-27T16:07:29.5664733Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-09-27T16:07:29.5665236Z [ RUN ] ParameterDictTest.InsertAndContains 2022-09-27T16:07:29.5666041Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-09-27T16:07:29.5666387Z [ RUN ] ParameterDictTest.InsertAndClear 2022-09-27T16:07:29.5666731Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-09-27T16:07:29.5667044Z [ RUN ] ParameterDictTest.InsertAndPop 2022-09-27T16:07:29.5707697Z [ OK ] ParameterDictTest.InsertAndPop (4 ms) 2022-09-27T16:07:29.5708065Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-09-27T16:07:29.5736446Z [ OK ] ParameterDictTest.SimpleUpdate (2 ms) 2022-09-27T16:07:29.5736907Z [ RUN ] ParameterDictTest.Keys 2022-09-27T16:07:29.5737882Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-09-27T16:07:29.5738222Z [ RUN ] ParameterDictTest.Values 2022-09-27T16:07:29.5741014Z [ OK ] ParameterDictTest.Values (0 ms) 2022-09-27T16:07:29.5741349Z [ RUN ] ParameterDictTest.Get 2022-09-27T16:07:29.5743391Z [ OK ] ParameterDictTest.Get (0 ms) 2022-09-27T16:07:29.5743815Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-09-27T16:07:29.5746750Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-09-27T16:07:29.5747365Z [----------] 10 tests from ParameterDictTest (8 ms total) 2022-09-27T16:07:29.5747541Z 2022-09-27T16:07:29.5747750Z [----------] 8 tests from ParameterListTest 2022-09-27T16:07:29.5748284Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-09-27T16:07:29.5749040Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (0 ms) 2022-09-27T16:07:29.5749598Z [ RUN ] ParameterListTest.isEmpty 2022-09-27T16:07:29.5750152Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-09-27T16:07:29.5750547Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-09-27T16:07:29.5751176Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:07:29.5751756Z [ RUN ] ParameterListTest.ForEachLoop 2022-09-27T16:07:29.5754125Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-09-27T16:07:29.5754682Z [ RUN ] ParameterListTest.AccessWithAt 2022-09-27T16:07:29.5832639Z [ OK ] ParameterListTest.AccessWithAt (7 ms) 2022-09-27T16:07:29.5833181Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-09-27T16:07:29.5839037Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (0 ms) 2022-09-27T16:07:29.5839662Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-09-27T16:07:29.5840377Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-09-27T16:07:29.5840851Z [ RUN ] ParameterListTest.IncrementAdd 2022-09-27T16:07:29.5846898Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-09-27T16:07:29.5847497Z [----------] 8 tests from ParameterListTest (9 ms total) 2022-09-27T16:07:29.5847746Z 2022-09-27T16:07:29.5847966Z [----------] 1 test from NamespaceTests 2022-09-27T16:07:29.5848532Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-09-27T16:07:29.5849265Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-09-27T16:07:29.5849883Z [----------] 1 test from NamespaceTests (0 ms total) 2022-09-27T16:07:29.5850104Z 2022-09-27T16:07:29.5850317Z [----------] 7 tests from NNUtilsTest 2022-09-27T16:07:29.5850714Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-09-27T16:07:29.5983673Z [ OK ] NNUtilsTest.ClipGradNorm (13 ms) 2022-09-27T16:07:29.5984204Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-09-27T16:07:30.3060869Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (707 ms) 2022-09-27T16:07:30.3061275Z [ RUN ] NNUtilsTest.ClipGradValue 2022-09-27T16:07:30.3072335Z [ OK ] NNUtilsTest.ClipGradValue (1 ms) 2022-09-27T16:07:30.3072690Z [ RUN ] NNUtilsTest.ConvertParameters 2022-09-27T16:07:30.3096437Z [ OK ] NNUtilsTest.ConvertParameters (2 ms) 2022-09-27T16:07:30.3096743Z [ RUN ] NNUtilsTest.PackSequence 2022-09-27T16:07:31.0132212Z [ OK ] NNUtilsTest.PackSequence (703 ms) 2022-09-27T16:07:31.0132588Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-09-27T16:07:31.0953457Z [ OK ] NNUtilsTest.PackPaddedSequence (82 ms) 2022-09-27T16:07:31.0953808Z [ RUN ] NNUtilsTest.PadSequence 2022-09-27T16:07:31.2308588Z [ OK ] NNUtilsTest.PadSequence (135 ms) 2022-09-27T16:07:31.2309226Z [----------] 7 tests from NNUtilsTest (1645 ms total) 2022-09-27T16:07:31.2309388Z 2022-09-27T16:07:31.2309827Z [----------] 3 tests from PackedSequenceTest 2022-09-27T16:07:31.2310146Z [ RUN ] PackedSequenceTest.WrongOrder 2022-09-27T16:07:31.2389200Z [ OK ] PackedSequenceTest.WrongOrder (8 ms) 2022-09-27T16:07:31.2389556Z [ RUN ] PackedSequenceTest.TotalLength 2022-09-27T16:07:31.2592296Z [ OK ] PackedSequenceTest.TotalLength (20 ms) 2022-09-27T16:07:31.2592616Z [ RUN ] PackedSequenceTest.To 2022-09-27T16:07:31.2604830Z [ OK ] PackedSequenceTest.To (1 ms) 2022-09-27T16:07:31.2605628Z [----------] 3 tests from PackedSequenceTest (29 ms total) 2022-09-27T16:07:31.2605946Z 2022-09-27T16:07:31.2606134Z [----------] 34 tests from OptimTest 2022-09-27T16:07:31.2606413Z [ RUN ] OptimTest.OptimizerAccessors 2022-09-27T16:07:31.2661910Z [ OK ] OptimTest.OptimizerAccessors (5 ms) 2022-09-27T16:07:31.2662431Z [ RUN ] OptimTest.OldInterface 2022-09-27T16:07:31.2675089Z [ OK ] OptimTest.OldInterface (1 ms) 2022-09-27T16:07:31.2675408Z [ RUN ] OptimTest.XORConvergence_SGD 2022-09-27T16:07:41.2430966Z [ OK ] OptimTest.XORConvergence_SGD (9975 ms) 2022-09-27T16:07:41.2431358Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-09-27T16:07:48.1034359Z [ OK ] OptimTest.XORConvergence_LBFGS (6860 ms) 2022-09-27T16:07:48.1034775Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-09-27T16:07:52.0149695Z [ OK ] OptimTest.XORConvergence_Adagrad (3911 ms) 2022-09-27T16:07:52.0150230Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-09-27T16:07:55.8669840Z [ OK ] OptimTest.XORConvergence_RMSprop (3851 ms) 2022-09-27T16:07:55.8670242Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-09-27T16:08:08.2466611Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (12379 ms) 2022-09-27T16:08:08.2467059Z [ RUN ] OptimTest.XORConvergence_Adam 2022-09-27T16:08:12.3375740Z [ OK ] OptimTest.XORConvergence_Adam (4090 ms) 2022-09-27T16:08:12.3376141Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-09-27T16:08:16.4238086Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (4086 ms) 2022-09-27T16:08:16.4238499Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-09-27T16:08:18.0783717Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (1654 ms) 2022-09-27T16:08:18.0784247Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-09-27T16:08:19.7991855Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (1720 ms) 2022-09-27T16:08:19.7992341Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-09-27T16:08:21.5745160Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (1775 ms) 2022-09-27T16:08:21.5745575Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-09-27T16:08:25.8517085Z [ OK ] OptimTest.XORConvergence_AdamW (4277 ms) 2022-09-27T16:08:25.8517493Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-09-27T16:08:30.0045302Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (4152 ms) 2022-09-27T16:08:30.0045696Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-09-27T16:08:31.7094512Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (1704 ms) 2022-09-27T16:08:31.7095228Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-09-27T16:08:33.3832209Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (1673 ms) 2022-09-27T16:08:33.3832680Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-09-27T16:08:35.1694888Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (1786 ms) 2022-09-27T16:08:35.1695368Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-09-27T16:08:36.5882782Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (1418 ms) 2022-09-27T16:08:36.5883797Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-09-27T16:08:38.0098177Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (1421 ms) 2022-09-27T16:08:38.0099031Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-09-27T16:08:39.4543540Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (1444 ms) 2022-09-27T16:08:39.4544270Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-09-27T16:08:40.8848348Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (1430 ms) 2022-09-27T16:08:40.8849051Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-09-27T16:08:42.3817678Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (1496 ms) 2022-09-27T16:08:42.3818518Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-09-27T16:08:43.9966588Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (1614 ms) 2022-09-27T16:08:43.9967470Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-09-27T16:08:45.7273904Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (1730 ms) 2022-09-27T16:08:45.7274377Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-09-27T16:08:46.9279973Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (1200 ms) 2022-09-27T16:08:46.9280677Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-09-27T16:08:48.1556497Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (1227 ms) 2022-09-27T16:08:48.1557279Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-09-27T16:08:49.5341041Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (1378 ms) 2022-09-27T16:08:49.5341904Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-09-27T16:08:50.9533896Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (1419 ms) 2022-09-27T16:08:50.9534716Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-09-27T16:08:52.2250753Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (1271 ms) 2022-09-27T16:08:52.2251450Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-09-27T16:08:58.1325080Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (5907 ms) 2022-09-27T16:08:58.1325770Z [ RUN ] OptimTest.ZeroGrad 2022-09-27T16:08:58.1336050Z [ OK ] OptimTest.ZeroGrad (1 ms) 2022-09-27T16:08:58.1336576Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-09-27T16:08:58.1349296Z [ OK ] OptimTest.ExternalVectorOfParameters (1 ms) 2022-09-27T16:08:58.1349676Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-09-27T16:08:58.1355745Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-09-27T16:08:58.1356138Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-09-27T16:08:58.1369438Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (1 ms) 2022-09-27T16:08:58.1369862Z [----------] 34 tests from OptimTest (86876 ms total) 2022-09-27T16:08:58.1371775Z 2022-09-27T16:08:58.1372623Z [----------] 29 tests from OrderedDictTest 2022-09-27T16:08:58.1373433Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-09-27T16:08:58.1374551Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-09-27T16:08:58.1375574Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-09-27T16:08:58.1376664Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-09-27T16:08:58.1378025Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-09-27T16:08:58.1379122Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-09-27T16:08:58.1380142Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-09-27T16:08:58.1432719Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (6 ms) 2022-09-27T16:08:58.1433156Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-09-27T16:08:58.1433532Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-09-27T16:08:58.1433982Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-09-27T16:08:58.1480203Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (4 ms) 2022-09-27T16:08:58.1480955Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-09-27T16:08:58.1481371Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-09-27T16:08:58.1481745Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-09-27T16:08:58.1504013Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (2 ms) 2022-09-27T16:08:58.1504652Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-09-27T16:08:58.1505038Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-09-27T16:08:58.1505389Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-09-27T16:08:58.1527936Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (2 ms) 2022-09-27T16:08:58.1528549Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-09-27T16:08:58.1529160Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-09-27T16:08:58.1529694Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-09-27T16:08:58.1530296Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-09-27T16:08:58.1530906Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-09-27T16:08:58.1531517Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-09-27T16:08:58.1532119Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-09-27T16:08:58.1532762Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-09-27T16:08:58.1533377Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-09-27T16:08:58.1577178Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (4 ms) 2022-09-27T16:08:58.1577768Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-09-27T16:08:58.1578291Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-09-27T16:08:58.1578763Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-09-27T16:08:58.1602734Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (2 ms) 2022-09-27T16:08:58.1603387Z [ RUN ] OrderedDictTest.CanIterateItems 2022-09-27T16:08:58.1604011Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-09-27T16:08:58.1604561Z [ RUN ] OrderedDictTest.EraseWorks 2022-09-27T16:08:58.1605099Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-09-27T16:08:58.1605720Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-09-27T16:08:58.1606414Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-09-27T16:08:58.1607036Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-09-27T16:08:58.1607438Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-09-27T16:08:58.1607763Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-09-27T16:08:58.1608295Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-09-27T16:08:58.1608673Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-09-27T16:08:58.1609019Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-09-27T16:08:58.1609342Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-09-27T16:08:58.1609652Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-09-27T16:08:58.1609987Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-09-27T16:08:58.1610343Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-09-27T16:08:58.1610739Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-09-27T16:08:58.1653992Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (4 ms) 2022-09-27T16:08:58.1654705Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-09-27T16:08:58.1655070Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-09-27T16:08:58.1655435Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-09-27T16:08:58.1655815Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-09-27T16:08:58.1656181Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-09-27T16:08:58.1656543Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-09-27T16:08:58.1656891Z [----------] 29 tests from OrderedDictTest (28 ms total) 2022-09-27T16:08:58.1657049Z 2022-09-27T16:08:58.1657187Z [----------] 13 tests from RNNTest 2022-09-27T16:08:58.1657463Z [ RUN ] RNNTest.CheckOutputSizes 2022-09-27T16:08:58.2220204Z [ OK ] RNNTest.CheckOutputSizes (56 ms) 2022-09-27T16:08:58.2220567Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-09-27T16:08:58.2801015Z [ OK ] RNNTest.CheckOutputSizesProj (58 ms) 2022-09-27T16:08:58.2801450Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-09-27T16:08:58.2829367Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (2 ms) 2022-09-27T16:08:58.2829808Z [ RUN ] RNNTest.EndToEndLSTM 2022-09-27T16:09:14.5630274Z [ OK ] RNNTest.EndToEndLSTM (16279 ms) 2022-09-27T16:09:14.5630622Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-09-27T16:09:30.0947861Z [ OK ] RNNTest.EndToEndLSTMProj (15531 ms) 2022-09-27T16:09:30.0950668Z [ RUN ] RNNTest.EndToEndGRU 2022-09-27T16:09:43.9484895Z [ OK ] RNNTest.EndToEndGRU (13853 ms) 2022-09-27T16:09:43.9485244Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-09-27T16:09:51.0864932Z [ OK ] RNNTest.EndToEndRNNRelu (7137 ms) 2022-09-27T16:09:51.0865261Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-09-27T16:09:58.9470643Z [ OK ] RNNTest.EndToEndRNNTanh (7860 ms) 2022-09-27T16:09:58.9471022Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-09-27T16:09:58.9591649Z [ OK ] RNNTest.PrettyPrintRNNs (12 ms) 2022-09-27T16:09:58.9592054Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-09-27T16:09:59.0024988Z [ OK ] RNNTest.BidirectionalFlattenParameters (43 ms) 2022-09-27T16:09:59.0025381Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-09-27T16:09:59.0136744Z [ OK ] RNNTest.BidirectionalGRUReverseForward (11 ms) 2022-09-27T16:09:59.0137147Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-09-27T16:09:59.0238129Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (10 ms) 2022-09-27T16:09:59.0238499Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-09-27T16:09:59.0377195Z [ OK ] RNNTest.UsePackedSequenceAsInput (13 ms) 2022-09-27T16:09:59.0377590Z [----------] 13 tests from RNNTest (60872 ms total) 2022-09-27T16:09:59.0377750Z 2022-09-27T16:09:59.0377905Z [----------] 19 tests from SequentialTest 2022-09-27T16:09:59.0380761Z [ RUN ] SequentialTest.CanContainThings 2022-09-27T16:09:59.0381116Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-09-27T16:09:59.0381624Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-09-27T16:09:59.0412770Z [ OK ] SequentialTest.ConstructsFromSharedPointer (3 ms) 2022-09-27T16:09:59.0413163Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-09-27T16:09:59.0414084Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-09-27T16:09:59.0414564Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-09-27T16:09:59.0415502Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-09-27T16:09:59.0419905Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-09-27T16:09:59.0420282Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:09:59.0420611Z [ RUN ] SequentialTest.AccessWithAt 2022-09-27T16:09:59.0480581Z [ OK ] SequentialTest.AccessWithAt (5 ms) 2022-09-27T16:09:59.0480916Z [ RUN ] SequentialTest.AccessWithPtr 2022-09-27T16:09:59.0529546Z [ OK ] SequentialTest.AccessWithPtr (4 ms) 2022-09-27T16:09:59.0529972Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-09-27T16:09:59.0554444Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (2 ms) 2022-09-27T16:09:59.0555062Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-09-27T16:09:59.0555664Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-09-27T16:09:59.0556227Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-09-27T16:09:59.0594066Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (3 ms) 2022-09-27T16:09:59.0594552Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-09-27T16:09:59.0596386Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-09-27T16:09:59.0596817Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-09-27T16:09:59.0619698Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (2 ms) 2022-09-27T16:09:59.0620142Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-09-27T16:09:59.0631160Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (1 ms) 2022-09-27T16:09:59.0631664Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-09-27T16:09:59.0633887Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-09-27T16:09:59.0634301Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-09-27T16:09:59.0636831Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-09-27T16:09:59.0637160Z [ RUN ] SequentialTest.IsCloneable 2022-09-27T16:09:59.0671012Z [ OK ] SequentialTest.IsCloneable (3 ms) 2022-09-27T16:09:59.0671400Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-09-27T16:09:59.0674913Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:09:59.0675308Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-09-27T16:09:59.0693143Z [ OK ] SequentialTest.PrettyPrintSequential (1 ms) 2022-09-27T16:09:59.0693700Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-09-27T16:09:59.0939994Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (24 ms) 2022-09-27T16:09:59.0940480Z [----------] 19 tests from SequentialTest (56 ms total) 2022-09-27T16:09:59.0940642Z 2022-09-27T16:09:59.0940800Z [----------] 11 tests from TransformerTest 2022-09-27T16:09:59.0941137Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-09-27T16:09:59.1560764Z [ OK ] TransformerTest.TransformerEncoderLayer (61 ms) 2022-09-27T16:09:59.1561398Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-09-27T16:09:59.2207318Z [ OK ] TransformerTest.TransformerDecoderLayer (64 ms) 2022-09-27T16:09:59.2207993Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-09-27T16:09:59.2542226Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (33 ms) 2022-09-27T16:09:59.2542686Z [ RUN ] TransformerTest.TransformerEncoder 2022-09-27T16:09:59.3778267Z [ OK ] TransformerTest.TransformerEncoder (123 ms) 2022-09-27T16:09:59.3778759Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-09-27T16:09:59.3786818Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-09-27T16:09:59.3787279Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-09-27T16:09:59.3835313Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (4 ms) 2022-09-27T16:09:59.3835782Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-09-27T16:09:59.3845192Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-09-27T16:09:59.3845669Z [ RUN ] TransformerTest.TransformerDecoder 2022-09-27T16:09:59.7400889Z [ OK ] TransformerTest.TransformerDecoder (355 ms) 2022-09-27T16:09:59.7401313Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-09-27T16:09:59.7462874Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (6 ms) 2022-09-27T16:09:59.7463243Z [ RUN ] TransformerTest.Transformer 2022-09-27T16:09:59.8720171Z [ OK ] TransformerTest.Transformer (125 ms) 2022-09-27T16:09:59.8720552Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-09-27T16:09:59.8899948Z [ OK ] TransformerTest.TransformerArgsCorrectness (17 ms) 2022-09-27T16:09:59.8900486Z [----------] 11 tests from TransformerTest (795 ms total) 2022-09-27T16:09:59.8900788Z 2022-09-27T16:09:59.8901056Z [----------] 22 tests from SerializeTest 2022-09-27T16:09:59.8901354Z [ RUN ] SerializeTest.KeysFunc 2022-09-27T16:09:59.8918525Z [ OK ] SerializeTest.KeysFunc (1 ms) 2022-09-27T16:09:59.8918851Z [ RUN ] SerializeTest.TryReadFunc 2022-09-27T16:09:59.8933413Z [ OK ] SerializeTest.TryReadFunc (1 ms) 2022-09-27T16:09:59.8933889Z [ RUN ] SerializeTest.Basic 2022-09-27T16:09:59.8951108Z [ OK ] SerializeTest.Basic (1 ms) 2022-09-27T16:09:59.8951393Z [ RUN ] SerializeTest.BasicToFile 2022-09-27T16:09:59.8969071Z [ OK ] SerializeTest.BasicToFile (1 ms) 2022-09-27T16:09:59.8969379Z [ RUN ] SerializeTest.BasicViaFunc 2022-09-27T16:09:59.8997711Z [ OK ] SerializeTest.BasicViaFunc (2 ms) 2022-09-27T16:09:59.8998012Z [ RUN ] SerializeTest.Resized 2022-09-27T16:09:59.9012968Z [ OK ] SerializeTest.Resized (1 ms) 2022-09-27T16:09:59.9013261Z [ RUN ] SerializeTest.Sliced 2022-09-27T16:09:59.9028927Z [ OK ] SerializeTest.Sliced (1 ms) 2022-09-27T16:09:59.9029234Z [ RUN ] SerializeTest.NonContiguous 2022-09-27T16:09:59.9044672Z [ OK ] SerializeTest.NonContiguous (1 ms) 2022-09-27T16:09:59.9044994Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-09-27T16:09:59.9233049Z [ OK ] SerializeTest.ErrorOnMissingKey (18 ms) 2022-09-27T16:09:59.9233462Z [ RUN ] SerializeTest.XOR 2022-09-27T16:10:01.4054951Z [ OK ] SerializeTest.XOR (1482 ms) 2022-09-27T16:10:01.4055263Z [ RUN ] SerializeTest.Optim 2022-09-27T16:10:01.4325908Z [ OK ] SerializeTest.Optim (27 ms) 2022-09-27T16:10:01.4326224Z [ RUN ] SerializeTest.Optim_Adagrad 2022-09-27T16:10:01.4532169Z [ OK ] SerializeTest.Optim_Adagrad (20 ms) 2022-09-27T16:10:01.4532656Z [ RUN ] SerializeTest.Optim_SGD 2022-09-27T16:10:01.4723116Z [ OK ] SerializeTest.Optim_SGD (19 ms) 2022-09-27T16:10:01.4723543Z [ RUN ] SerializeTest.Optim_Adam 2022-09-27T16:10:01.4960235Z [ OK ] SerializeTest.Optim_Adam (23 ms) 2022-09-27T16:10:01.4960530Z [ RUN ] SerializeTest.Optim_AdamW 2022-09-27T16:10:01.5222786Z [ OK ] SerializeTest.Optim_AdamW (26 ms) 2022-09-27T16:10:01.5223093Z [ RUN ] SerializeTest.Optim_RMSprop 2022-09-27T16:10:01.5479795Z [ OK ] SerializeTest.Optim_RMSprop (25 ms) 2022-09-27T16:10:01.5480125Z [ RUN ] SerializeTest.Optim_LBFGS 2022-09-27T16:10:01.5715389Z [ OK ] SerializeTest.Optim_LBFGS (23 ms) 2022-09-27T16:10:01.5715932Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-09-27T16:10:01.5748988Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (3 ms) 2022-09-27T16:10:01.5749506Z [ RUN ] SerializeTest.VectorOfTensors 2022-09-27T16:10:01.5770369Z [ OK ] SerializeTest.VectorOfTensors (2 ms) 2022-09-27T16:10:01.5770673Z [ RUN ] SerializeTest.IValue 2022-09-27T16:10:01.5794672Z [ OK ] SerializeTest.IValue (2 ms) 2022-09-27T16:10:01.5795110Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-09-27T16:10:01.5804313Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-09-27T16:10:01.5804839Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-09-27T16:10:01.5843941Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (3 ms) 2022-09-27T16:10:01.5844402Z [----------] 22 tests from SerializeTest (1694 ms total) 2022-09-27T16:10:01.5844568Z 2022-09-27T16:10:01.5844717Z [----------] 1 test from SpecialTest 2022-09-27T16:10:01.5844980Z [ RUN ] SpecialTest.special 2022-09-27T16:10:01.5856639Z [ OK ] SpecialTest.special (1 ms) 2022-09-27T16:10:01.5857241Z [----------] 1 test from SpecialTest (1 ms total) 2022-09-27T16:10:01.5857532Z 2022-09-27T16:10:01.5857763Z [----------] 5 tests from TestStatic 2022-09-27T16:10:01.5858080Z [ RUN ] TestStatic.AllOf 2022-09-27T16:10:01.5858339Z [ OK ] TestStatic.AllOf (0 ms) 2022-09-27T16:10:01.5858729Z [ RUN ] TestStatic.AnyOf 2022-09-27T16:10:01.5859213Z [ OK ] TestStatic.AnyOf (0 ms) 2022-09-27T16:10:01.5859699Z [ RUN ] TestStatic.EnableIfModule 2022-09-27T16:10:01.5860235Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-09-27T16:10:01.5860615Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-09-27T16:10:01.5861082Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-09-27T16:10:01.5861364Z [ RUN ] TestStatic.Apply 2022-09-27T16:10:01.5861682Z [ OK ] TestStatic.Apply (0 ms) 2022-09-27T16:10:01.5862037Z [----------] 5 tests from TestStatic (0 ms total) 2022-09-27T16:10:01.5862189Z 2022-09-27T16:10:01.5862323Z [----------] 45 tests from TensorTest 2022-09-27T16:10:01.5862656Z [ RUN ] TensorTest.ToDtype 2022-09-27T16:10:01.5862966Z [ OK ] TensorTest.ToDtype (0 ms) 2022-09-27T16:10:01.5863360Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-09-27T16:10:01.5864527Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-09-27T16:10:01.5864897Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-09-27T16:10:01.5918182Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (5 ms) 2022-09-27T16:10:01.5918675Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-09-27T16:10:01.5919130Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-09-27T16:10:01.5919697Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-09-27T16:10:01.5925306Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-09-27T16:10:01.5925634Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-09-27T16:10:01.5932798Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-09-27T16:10:01.5933176Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-09-27T16:10:01.5934792Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2022-09-27T16:10:01.5935241Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-09-27T16:10:01.6054823Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (11 ms) 2022-09-27T16:10:01.6055500Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-09-27T16:10:01.6055934Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-09-27T16:10:01.6056487Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-09-27T16:10:01.6057680Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-09-27T16:10:01.6058144Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-09-27T16:10:01.6058549Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-09-27T16:10:01.6058957Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-09-27T16:10:01.6062824Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-09-27T16:10:01.6063267Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-09-27T16:10:01.6071360Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-09-27T16:10:01.6071822Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-09-27T16:10:01.6073860Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-09-27T16:10:01.6074346Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-09-27T16:10:01.6112423Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (3 ms) 2022-09-27T16:10:01.6112860Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-09-27T16:10:01.6134531Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (2 ms) 2022-09-27T16:10:01.6134958Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-09-27T16:10:01.6137269Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-09-27T16:10:01.6137673Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-09-27T16:10:01.6146900Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (0 ms) 2022-09-27T16:10:01.6147345Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-09-27T16:10:01.6267695Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (11 ms) 2022-09-27T16:10:01.6268088Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-09-27T16:10:01.6270669Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-09-27T16:10:01.6271095Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-09-27T16:10:01.6352021Z [W Copy.cpp:250] Warning: Casting complex values to real discards the imaginary part (function operator()) 2022-09-27T16:10:01.6376444Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (10 ms) 2022-09-27T16:10:01.6377014Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-09-27T16:10:01.6387013Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (1 ms) 2022-09-27T16:10:01.6387593Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-09-27T16:10:01.6393559Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-09-27T16:10:01.6394162Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-09-27T16:10:01.6400463Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-09-27T16:10:01.6401162Z [ RUN ] TensorTest.Arange 2022-09-27T16:10:01.6401737Z [ OK ] TensorTest.Arange (0 ms) 2022-09-27T16:10:01.6402458Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-09-27T16:10:01.6404249Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-09-27T16:10:01.6404701Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-09-27T16:10:01.6548419Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (14 ms) 2022-09-27T16:10:01.6548891Z [ RUN ] TensorTest.FromBlob 2022-09-27T16:10:01.6549927Z [ OK ] TensorTest.FromBlob (0 ms) 2022-09-27T16:10:01.6550327Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-09-27T16:10:01.6550705Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-09-27T16:10:01.6551030Z [ RUN ] TensorTest.FromBlobWithStrides 2022-09-27T16:10:01.6553056Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-09-27T16:10:01.6553506Z [ RUN ] TensorTest.Item 2022-09-27T16:10:01.6553908Z [ OK ] TensorTest.Item (0 ms) 2022-09-27T16:10:01.6554174Z [ RUN ] TensorTest.DataPtr 2022-09-27T16:10:01.6554452Z [ OK ] TensorTest.DataPtr (0 ms) 2022-09-27T16:10:01.6554826Z [ RUN ] TensorTest.Data 2022-09-27T16:10:01.6555680Z [ OK ] TensorTest.Data (0 ms) 2022-09-27T16:10:01.6555966Z [ RUN ] TensorTest.BackwardAndGrad 2022-09-27T16:10:01.6560402Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-09-27T16:10:01.6560788Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-09-27T16:10:01.6563425Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-09-27T16:10:01.6563851Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-09-27T16:10:01.6621792Z [ OK ] TensorTest.BackwardNonScalarOutputs (5 ms) 2022-09-27T16:10:01.6622243Z [ RUN ] TensorTest.IsLeaf 2022-09-27T16:10:01.6622623Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-09-27T16:10:01.6623053Z [ RUN ] TensorTest.OutputNr 2022-09-27T16:10:01.6623971Z [ OK ] TensorTest.OutputNr (0 ms) 2022-09-27T16:10:01.6624251Z [ RUN ] TensorTest.Version 2022-09-27T16:10:01.6626259Z [ OK ] TensorTest.Version (0 ms) 2022-09-27T16:10:01.6626589Z [ RUN ] TensorTest.Detach 2022-09-27T16:10:01.6627690Z [ OK ] TensorTest.Detach (0 ms) 2022-09-27T16:10:01.6628041Z [ RUN ] TensorTest.DetachInplace 2022-09-27T16:10:01.6629436Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-09-27T16:10:01.6629796Z [ RUN ] TensorTest.SetData 2022-09-27T16:10:01.6630608Z [ OK ] TensorTest.SetData (0 ms) 2022-09-27T16:10:01.6630935Z [ RUN ] TensorTest.RequiresGradInplace 2022-09-27T16:10:01.6685174Z [ OK ] TensorTest.RequiresGradInplace (5 ms) 2022-09-27T16:10:01.6685688Z [ RUN ] TensorTest.StdDimension 2022-09-27T16:10:01.6693209Z [ OK ] TensorTest.StdDimension (0 ms) 2022-09-27T16:10:01.6693744Z [ RUN ] TensorTest.ReshapeAlias 2022-09-27T16:10:01.6708707Z [ OK ] TensorTest.ReshapeAlias (1 ms) 2022-09-27T16:10:01.6709330Z [----------] 45 tests from TensorTest (84 ms total) 2022-09-27T16:10:01.6709499Z 2022-09-27T16:10:01.6709667Z [----------] 36 tests from TensorIndexingTest 2022-09-27T16:10:01.6709962Z [ RUN ] TensorIndexingTest.Slice 2022-09-27T16:10:01.6710250Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-09-27T16:10:01.6710560Z [ RUN ] TensorIndexingTest.TensorIndex 2022-09-27T16:10:01.6736617Z [ OK ] TensorIndexingTest.TensorIndex (2 ms) 2022-09-27T16:10:01.6736946Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-09-27T16:10:01.6921937Z [ OK ] TensorIndexingTest.TestNoIndices (18 ms) 2022-09-27T16:10:01.6922405Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-09-27T16:10:01.6929557Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-09-27T16:10:01.6930087Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-09-27T16:10:01.6930992Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-09-27T16:10:01.6931456Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-09-27T16:10:01.6932937Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-09-27T16:10:01.6933256Z [ RUN ] TensorIndexingTest.TestNone 2022-09-27T16:10:01.6934911Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-09-27T16:10:01.6935248Z [ RUN ] TensorIndexingTest.TestStep 2022-09-27T16:10:01.6942034Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-09-27T16:10:01.6942472Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-09-27T16:10:01.6950012Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-09-27T16:10:01.6950397Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-09-27T16:10:01.6964700Z [ OK ] TensorIndexingTest.TestBoolIndices (1 ms) 2022-09-27T16:10:01.6965102Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-09-27T16:10:01.6969075Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-09-27T16:10:01.6969483Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-09-27T16:10:01.6972969Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-09-27T16:10:01.6973337Z [ RUN ] TensorIndexingTest.TestByteMask 2022-09-27T16:10:01.6981043Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-09-27T16:10:01.6981415Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-09-27T16:10:01.6985364Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-09-27T16:10:01.6985753Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-09-27T16:10:01.6989273Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-09-27T16:10:01.6989668Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-09-27T16:10:01.6993392Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-09-27T16:10:01.6993737Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-09-27T16:10:01.6998195Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-09-27T16:10:01.6998533Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-09-27T16:10:01.7003266Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-09-27T16:10:01.7003642Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-09-27T16:10:01.7007700Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-09-27T16:10:01.7008086Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-09-27T16:10:01.7012132Z [ OK ] TensorIndexingTest.TestEmptyIndex (0 ms) 2022-09-27T16:10:01.7012539Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-09-27T16:10:01.7152919Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (13 ms) 2022-09-27T16:10:01.7153305Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-09-27T16:10:01.7197745Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (4 ms) 2022-09-27T16:10:01.7198106Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-09-27T16:10:01.7199923Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-09-27T16:10:01.7200325Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-09-27T16:10:01.7208186Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-09-27T16:10:01.7208617Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-09-27T16:10:01.7411383Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (20 ms) 2022-09-27T16:10:01.7412315Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-09-27T16:10:01.7420895Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-09-27T16:10:01.7421567Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-09-27T16:10:01.7821772Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (39 ms) 2022-09-27T16:10:01.7822297Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-09-27T16:10:01.8027757Z [ OK ] TensorIndexingTest.TestGetitemScalars (20 ms) 2022-09-27T16:10:01.8028394Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-09-27T16:10:01.8242252Z [ OK ] TensorIndexingTest.TestSetitemScalars (21 ms) 2022-09-27T16:10:01.8242645Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-09-27T16:10:01.8252484Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (1 ms) 2022-09-27T16:10:01.8252878Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-09-27T16:10:01.8258298Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-09-27T16:10:01.8258685Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-09-27T16:10:01.8269010Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (1 ms) 2022-09-27T16:10:01.8269424Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-09-27T16:10:01.8271890Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-09-27T16:10:01.8272270Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-09-27T16:10:01.8278155Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-09-27T16:10:01.8278526Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-09-27T16:10:01.8497333Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (21 ms) 2022-09-27T16:10:01.8497704Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-09-27T16:10:01.8541292Z [ OK ] TensorIndexingTest.TestZeroDimIndex (4 ms) 2022-09-27T16:10:01.8541727Z [----------] 36 tests from TensorIndexingTest (183 ms total) 2022-09-27T16:10:01.8542062Z 2022-09-27T16:10:01.8542247Z [----------] 18 tests from NumpyTests 2022-09-27T16:10:01.8542519Z [ RUN ] NumpyTests.TestNoneIndex 2022-09-27T16:10:01.8543311Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-09-27T16:10:01.8543627Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-09-27T16:10:01.8653055Z [ OK ] NumpyTests.TestEmptyFancyIndex (10 ms) 2022-09-27T16:10:01.8653370Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-09-27T16:10:01.8661070Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-09-27T16:10:01.8661392Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-09-27T16:10:01.8709854Z [ OK ] NumpyTests.TestSingleIntIndex (4 ms) 2022-09-27T16:10:01.8710256Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-09-27T16:10:01.8715352Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-09-27T16:10:01.8715772Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-09-27T16:10:01.9171459Z [ OK ] NumpyTests.TestBooleanShapeMismatch (45 ms) 2022-09-27T16:10:01.9171881Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-09-27T16:10:01.9178674Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-09-27T16:10:01.9179099Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-09-27T16:10:01.9761935Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (58 ms) 2022-09-27T16:10:01.9762337Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-09-27T16:10:01.9776947Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (1 ms) 2022-09-27T16:10:01.9777641Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-09-27T16:10:02.0028489Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (25 ms) 2022-09-27T16:10:02.0029039Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-09-27T16:10:02.0255213Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (22 ms) 2022-09-27T16:10:02.0255846Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-09-27T16:10:02.0259947Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-09-27T16:10:02.0260525Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-09-27T16:10:02.0273153Z [ OK ] NumpyTests.TestBooleanListIndexing (1 ms) 2022-09-27T16:10:02.0273750Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-09-27T16:10:02.0274341Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-09-27T16:10:02.0274865Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-09-27T16:10:02.0903381Z [ OK ] NumpyTests.TestBroaderrorsIndexing (62 ms) 2022-09-27T16:10:02.0904016Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-09-27T16:10:02.1764470Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (86 ms) 2022-09-27T16:10:02.1765042Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-09-27T16:10:02.1770890Z [ OK ] NumpyTests.TestIndexIsLarger (0 ms) 2022-09-27T16:10:02.1771444Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-09-27T16:10:02.1791150Z [ OK ] NumpyTests.TestBroadcastSubspace (1 ms) 2022-09-27T16:10:02.1791601Z [----------] 18 tests from NumpyTests (324 ms total) 2022-09-27T16:10:02.1791832Z 2022-09-27T16:10:02.1792029Z [----------] 5 tests from TensorOptionsTest 2022-09-27T16:10:02.1792402Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-09-27T16:10:02.1792975Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-09-27T16:10:02.1793737Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-09-27T16:10:02.1794564Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-09-27T16:10:02.1795290Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-09-27T16:10:02.1795717Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-09-27T16:10:02.1796116Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-09-27T16:10:02.1796540Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-09-27T16:10:02.1796953Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-09-27T16:10:02.1797364Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-09-27T16:10:02.1797733Z [----------] 5 tests from TensorOptionsTest (0 ms total) 2022-09-27T16:10:02.1797894Z 2022-09-27T16:10:02.1798033Z [----------] 1 test from DeviceTest 2022-09-27T16:10:02.1798356Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-09-27T16:10:02.1976600Z [ OK ] DeviceTest.ParsesCorrectlyFromString (17 ms) 2022-09-27T16:10:02.1977295Z [----------] 1 test from DeviceTest (18 ms total) 2022-09-27T16:10:02.1977542Z 2022-09-27T16:10:02.1977770Z [----------] 3 tests from DefaultDtypeTest 2022-09-27T16:10:02.1978241Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-09-27T16:10:02.1978843Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-09-27T16:10:02.1979475Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-09-27T16:10:02.1980299Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-09-27T16:10:02.1980812Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-09-27T16:10:02.1981437Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-09-27T16:10:02.1982424Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-09-27T16:10:02.1982799Z 2022-09-27T16:10:02.1983154Z [----------] 1 test from TorchIncludeTest 2022-09-27T16:10:02.1983466Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-09-27T16:10:02.1983812Z [ OK ] TorchIncludeTest.GetSetNumThreads (0 ms) 2022-09-27T16:10:02.1984157Z [----------] 1 test from TorchIncludeTest (0 ms total) 2022-09-27T16:10:02.1984315Z 2022-09-27T16:10:02.1984488Z [----------] 28 tests from InferenceModeTest 2022-09-27T16:10:02.1984782Z [ RUN ] InferenceModeTest.TestTLSState 2022-09-27T16:10:02.1985111Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-09-27T16:10:02.1985479Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-09-27T16:10:02.1985880Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-09-27T16:10:02.1986288Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-09-27T16:10:02.2110641Z [ OK ] InferenceModeTest.TestExistingAutogradSession (12 ms) 2022-09-27T16:10:02.2111171Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-09-27T16:10:02.2111740Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-09-27T16:10:02.2112276Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-09-27T16:10:02.2113680Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-09-27T16:10:02.2114567Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-09-27T16:10:02.2115306Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-09-27T16:10:02.2116014Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-09-27T16:10:02.2116836Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-09-27T16:10:02.2117361Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-09-27T16:10:02.2226731Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (10 ms) 2022-09-27T16:10:02.2227315Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-09-27T16:10:02.2227839Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-09-27T16:10:02.2228399Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-09-27T16:10:02.2231534Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-09-27T16:10:02.2232057Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-09-27T16:10:02.2236256Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-09-27T16:10:02.2236818Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-09-27T16:10:02.2239260Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-09-27T16:10:02.2239797Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-09-27T16:10:02.2314662Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (7 ms) 2022-09-27T16:10:02.2315173Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-09-27T16:10:02.2387707Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (7 ms) 2022-09-27T16:10:02.2388215Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-09-27T16:10:02.2603154Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (21 ms) 2022-09-27T16:10:02.2603656Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-09-27T16:10:02.2605521Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-09-27T16:10:02.2606182Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-09-27T16:10:02.2672707Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (6 ms) 2022-09-27T16:10:02.2673141Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-09-27T16:10:02.2717074Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (4 ms) 2022-09-27T16:10:02.2717883Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-09-27T16:10:02.2844303Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (12 ms) 2022-09-27T16:10:02.2845098Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-09-27T16:10:02.3097278Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (25 ms) 2022-09-27T16:10:02.3098172Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-09-27T16:10:02.3304990Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (20 ms) 2022-09-27T16:10:02.3305870Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-09-27T16:10:02.3328733Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (2 ms) 2022-09-27T16:10:02.3329543Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-09-27T16:10:02.3400764Z [ OK ] InferenceModeTest.TestAccessVersionCounter (7 ms) 2022-09-27T16:10:02.3401679Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-09-27T16:10:02.3590105Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (18 ms) 2022-09-27T16:10:02.3590967Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-09-27T16:10:02.3591629Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-09-27T16:10:02.3592256Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-09-27T16:10:02.3592913Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-09-27T16:10:02.3593500Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-09-27T16:10:02.3599555Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-09-27T16:10:02.3600378Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-09-27T16:10:02.3601105Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-09-27T16:10:02.3601601Z [----------] 28 tests from InferenceModeTest (162 ms total) 2022-09-27T16:10:02.3601770Z 2022-09-27T16:10:02.3601929Z [----------] 4 tests from GradModeTest 2022-09-27T16:10:02.3602271Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-09-27T16:10:02.3602745Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-09-27T16:10:02.3603228Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-09-27T16:10:02.3603741Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-09-27T16:10:02.3604233Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-09-27T16:10:02.3604673Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-09-27T16:10:02.3605048Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-09-27T16:10:02.3673012Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (6 ms) 2022-09-27T16:10:02.3673454Z [----------] 4 tests from GradModeTest (7 ms total) 2022-09-27T16:10:02.3673612Z 2022-09-27T16:10:02.3673765Z [----------] 3 tests from OperationTest 2022-09-27T16:10:02.3674032Z [ RUN ] OperationTest.Lerp 2022-09-27T16:10:02.3754000Z [ OK ] OperationTest.Lerp (8 ms) 2022-09-27T16:10:02.3754278Z [ RUN ] OperationTest.Cross 2022-09-27T16:10:02.4016714Z [ OK ] OperationTest.Cross (26 ms) 2022-09-27T16:10:02.4017249Z [ RUN ] OperationTest.Linear_out 2022-09-27T16:10:02.4033481Z [ OK ] OperationTest.Linear_out (1 ms) 2022-09-27T16:10:02.4033948Z [----------] 3 tests from OperationTest (36 ms total) 2022-09-27T16:10:02.4034119Z 2022-09-27T16:10:02.4034288Z [----------] Global test environment tear-down 2022-09-27T16:10:02.4576074Z [==========] 991 tests from 48 test suites ran. (345443 ms total) 2022-09-27T16:10:02.4576376Z [ PASSED ] 991 tests. 2022-09-27T16:10:02.9409624Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_tensorexpr --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml 2022-09-27T16:10:05.1823464Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:10:05.1837363Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-09-27T16:10:05.1837796Z [==========] Running 645 tests from 23 test suites. 2022-09-27T16:10:05.1838174Z [----------] Global test environment set-up. 2022-09-27T16:10:05.1838483Z [----------] 34 tests from ATen 2022-09-27T16:10:05.1838751Z [ RUN ] ATen._cast_Float 2022-09-27T16:10:05.2106119Z [ OK ] ATen._cast_Float (26 ms) 2022-09-27T16:10:05.2106386Z [ RUN ] ATen.negInt 2022-09-27T16:10:05.2166035Z [ OK ] ATen.negInt (6 ms) 2022-09-27T16:10:05.2166306Z [ RUN ] ATen.negFloat 2022-09-27T16:10:05.2225460Z [ OK ] ATen.negFloat (5 ms) 2022-09-27T16:10:05.2225730Z [ RUN ] ATen.addInt 2022-09-27T16:10:05.2309087Z [ OK ] ATen.addInt (8 ms) 2022-09-27T16:10:05.2309330Z [ RUN ] ATen.addFloat 2022-09-27T16:10:05.2382887Z [ OK ] ATen.addFloat (7 ms) 2022-09-27T16:10:05.2383211Z [ RUN ] ATen.subInt 2022-09-27T16:10:05.2452211Z [ OK ] ATen.subInt (6 ms) 2022-09-27T16:10:05.2452519Z [ RUN ] ATen.subFloat 2022-09-27T16:10:05.2524751Z [ OK ] ATen.subFloat (7 ms) 2022-09-27T16:10:05.2525030Z [ RUN ] ATen.lerp 2022-09-27T16:10:05.2616588Z [ OK ] ATen.lerp (9 ms) 2022-09-27T16:10:05.2616962Z [ RUN ] ATen.addcmulInt 2022-09-27T16:10:05.2708220Z [ OK ] ATen.addcmulInt (9 ms) 2022-09-27T16:10:05.2708733Z [ RUN ] ATen.addcmulFloat 2022-09-27T16:10:05.2803445Z [ OK ] ATen.addcmulFloat (9 ms) 2022-09-27T16:10:05.2803886Z [ RUN ] ATen.mulInt 2022-09-27T16:10:05.2855050Z [ OK ] ATen.mulInt (5 ms) 2022-09-27T16:10:05.2855486Z [ RUN ] ATen.mulFloat 2022-09-27T16:10:05.2907062Z [ OK ] ATen.mulFloat (5 ms) 2022-09-27T16:10:05.2907497Z [ RUN ] ATen.divInt 2022-09-27T16:10:05.2958973Z [ OK ] ATen.divInt (5 ms) 2022-09-27T16:10:05.2970233Z [ RUN ] ATen.divFloat 2022-09-27T16:10:05.3020761Z [ OK ] ATen.divFloat (6 ms) 2022-09-27T16:10:05.3021242Z [ RUN ] ATen.maxInt 2022-09-27T16:10:05.3072526Z [ OK ] ATen.maxInt (5 ms) 2022-09-27T16:10:05.3072938Z [ RUN ] ATen.maxFloat 2022-09-27T16:10:05.3124657Z [ OK ] ATen.maxFloat (5 ms) 2022-09-27T16:10:05.3125138Z [ RUN ] ATen.minInt 2022-09-27T16:10:05.3175321Z [ OK ] ATen.minInt (5 ms) 2022-09-27T16:10:05.3175750Z [ RUN ] ATen.minFloat 2022-09-27T16:10:05.3226694Z [ OK ] ATen.minFloat (5 ms) 2022-09-27T16:10:05.3227119Z [ RUN ] ATen.reluInt 2022-09-27T16:10:05.3266246Z [ OK ] ATen.reluInt (3 ms) 2022-09-27T16:10:05.3266665Z [ RUN ] ATen.reluFloat 2022-09-27T16:10:05.3310223Z [ OK ] ATen.reluFloat (4 ms) 2022-09-27T16:10:05.3310644Z [ RUN ] ATen.logFloat 2022-09-27T16:10:05.3354601Z [ OK ] ATen.logFloat (4 ms) 2022-09-27T16:10:05.3355064Z [ RUN ] ATen.fastLogFloat 2022-09-27T16:10:05.6007114Z [ OK ] ATen.fastLogFloat (265 ms) 2022-09-27T16:10:05.6007609Z [ RUN ] ATen.fastTanhFloat 2022-09-27T16:10:05.6901542Z [ OK ] ATen.fastTanhFloat (89 ms) 2022-09-27T16:10:05.6902065Z [ RUN ] ATen.fastSigmoidFloat 2022-09-27T16:10:05.8058453Z [ OK ] ATen.fastSigmoidFloat (115 ms) 2022-09-27T16:10:05.8058915Z [ RUN ] ATen.log10Float 2022-09-27T16:10:05.8099581Z [ OK ] ATen.log10Float (4 ms) 2022-09-27T16:10:05.8100022Z [ RUN ] ATen.log2Float 2022-09-27T16:10:05.8140088Z [ OK ] ATen.log2Float (4 ms) 2022-09-27T16:10:05.8140541Z [ RUN ] ATen.expFloat 2022-09-27T16:10:05.8179072Z [ OK ] ATen.expFloat (3 ms) 2022-09-27T16:10:05.8179547Z [ RUN ] ATen.erfFloat 2022-09-27T16:10:05.8218366Z [ OK ] ATen.erfFloat (3 ms) 2022-09-27T16:10:05.8218836Z [ RUN ] ATen.cosFloat 2022-09-27T16:10:05.8256939Z [ OK ] ATen.cosFloat (3 ms) 2022-09-27T16:10:05.8257379Z [ RUN ] ATen.eqInt 2022-09-27T16:10:05.8323072Z [ OK ] ATen.eqInt (6 ms) 2022-09-27T16:10:05.8323538Z [ RUN ] ATen.geInt 2022-09-27T16:10:05.8380137Z [ OK ] ATen.geInt (5 ms) 2022-09-27T16:10:05.8380572Z [ RUN ] ATen.gtInt 2022-09-27T16:10:05.8437244Z [ OK ] ATen.gtInt (5 ms) 2022-09-27T16:10:05.8437688Z [ RUN ] ATen.leInt 2022-09-27T16:10:05.8494533Z [ OK ] ATen.leInt (5 ms) 2022-09-27T16:10:05.8494993Z [ RUN ] ATen.ltInt 2022-09-27T16:10:05.8551943Z [ OK ] ATen.ltInt (5 ms) 2022-09-27T16:10:05.8552368Z [----------] 34 tests from ATen (671 ms total) 2022-09-27T16:10:05.8552518Z 2022-09-27T16:10:05.8552676Z [----------] 26 tests from BoundsInference 2022-09-27T16:10:05.8552948Z [ RUN ] BoundsInference._1 2022-09-27T16:10:05.8755513Z [ OK ] BoundsInference._1 (20 ms) 2022-09-27T16:10:05.8755791Z [ RUN ] BoundsInference._2 2022-09-27T16:10:05.8807609Z [ OK ] BoundsInference._2 (5 ms) 2022-09-27T16:10:05.8807894Z [ RUN ] BoundsInference._3 2022-09-27T16:10:05.8843500Z [ OK ] BoundsInference._3 (3 ms) 2022-09-27T16:10:05.8843986Z [ RUN ] BoundsInference._4 2022-09-27T16:10:05.8955945Z [ OK ] BoundsInference._4 (11 ms) 2022-09-27T16:10:05.8956444Z [ RUN ] BoundsInference._5 2022-09-27T16:10:05.9164446Z [ OK ] BoundsInference._5 (20 ms) 2022-09-27T16:10:05.9164957Z [ RUN ] BoundsInference._6 2022-09-27T16:10:05.9292346Z [ OK ] BoundsInference._6 (12 ms) 2022-09-27T16:10:05.9292870Z [ RUN ] BoundsInference.Adjacent 2022-09-27T16:10:05.9371028Z [ OK ] BoundsInference.Adjacent (7 ms) 2022-09-27T16:10:05.9371651Z [ RUN ] BoundsInference.MultipleTopLoopLoad 2022-09-27T16:10:05.9435390Z [ OK ] BoundsInference.MultipleTopLoopLoad (6 ms) 2022-09-27T16:10:05.9435755Z [ RUN ] BoundsInference.MultipleTopLoopStore 2022-09-27T16:10:05.9495915Z [ OK ] BoundsInference.MultipleTopLoopStore (6 ms) 2022-09-27T16:10:05.9496258Z [ RUN ] BoundsInference.CacheReads 2022-09-27T16:10:05.9861712Z [ OK ] BoundsInference.CacheReads (36 ms) 2022-09-27T16:10:05.9862008Z [ RUN ] BoundsInference.Flattened 2022-09-27T16:10:06.0033886Z [ OK ] BoundsInference.Flattened (17 ms) 2022-09-27T16:10:06.0034225Z [ RUN ] BoundsInference.GetPotentialHazards 2022-09-27T16:10:06.0050705Z [ OK ] BoundsInference.GetPotentialHazards (1 ms) 2022-09-27T16:10:06.0051166Z [ RUN ] BoundsInference.GetPotentialHazardsLoopNoHazard 2022-09-27T16:10:06.0098382Z [ OK ] BoundsInference.GetPotentialHazardsLoopNoHazard (4 ms) 2022-09-27T16:10:06.0099070Z [ RUN ] BoundsInference.GetPotentialHazardsLoopCall 2022-09-27T16:10:06.0161105Z [ OK ] BoundsInference.GetPotentialHazardsLoopCall (6 ms) 2022-09-27T16:10:06.0161657Z [ RUN ] BoundsInference.GetPotentialHazardsLoopSplit 2022-09-27T16:10:06.0324136Z [ OK ] BoundsInference.GetPotentialHazardsLoopSplit (16 ms) 2022-09-27T16:10:06.0324702Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap 2022-09-27T16:10:06.0398711Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap (7 ms) 2022-09-27T16:10:06.0399273Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap 2022-09-27T16:10:06.0421886Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap (2 ms) 2022-09-27T16:10:06.0422435Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW 2022-09-27T16:10:06.0449603Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW (2 ms) 2022-09-27T16:10:06.0450150Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping 2022-09-27T16:10:06.0493207Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping (4 ms) 2022-09-27T16:10:06.0493927Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap 2022-09-27T16:10:06.0713355Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap (21 ms) 2022-09-27T16:10:06.0713881Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap 2022-09-27T16:10:06.0864580Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap (15 ms) 2022-09-27T16:10:06.0865173Z [ RUN ] BoundsInference.HasConflictingOverlapDifferentBuffers 2022-09-27T16:10:06.0902354Z [ OK ] BoundsInference.HasConflictingOverlapDifferentBuffers (3 ms) 2022-09-27T16:10:06.0902944Z [ RUN ] BoundsInference.HasConflictingOverlapDueToRAWDependence 2022-09-27T16:10:06.0940659Z [ OK ] BoundsInference.HasConflictingOverlapDueToRAWDependence (3 ms) 2022-09-27T16:10:06.0941170Z [ RUN ] BoundsInference.HasConflictingOverlapDueToWARDependence 2022-09-27T16:10:06.0976151Z [ OK ] BoundsInference.HasConflictingOverlapDueToWARDependence (3 ms) 2022-09-27T16:10:06.0976609Z [ RUN ] BoundsInference.HasConflictingOverlapWithLoads 2022-09-27T16:10:06.1010963Z [ OK ] BoundsInference.HasConflictingOverlapWithLoads (3 ms) 2022-09-27T16:10:06.1011322Z [ RUN ] BoundsInference.IsOverlapping 2022-09-27T16:10:06.1318527Z [ OK ] BoundsInference.IsOverlapping (30 ms) 2022-09-27T16:10:06.1318941Z [----------] 26 tests from BoundsInference (276 ms total) 2022-09-27T16:10:06.1319172Z 2022-09-27T16:10:06.1319304Z [----------] 1 test from Conv 2022-09-27T16:10:06.1319554Z [ RUN ] Conv.Conv2D 2022-09-27T16:10:22.6599494Z [ OK ] Conv.Conv2D (16527 ms) 2022-09-27T16:10:22.6600031Z [----------] 1 test from Conv (16527 ms total) 2022-09-27T16:10:22.6600247Z 2022-09-27T16:10:22.6600417Z [----------] 28 tests from CppPrinter 2022-09-27T16:10:22.6600676Z [ RUN ] CppPrinter.IntImm 2022-09-27T16:10:22.6600956Z [ OK ] CppPrinter.IntImm (0 ms) 2022-09-27T16:10:22.6601228Z [ RUN ] CppPrinter.FloatImm 2022-09-27T16:10:22.6601496Z [ OK ] CppPrinter.FloatImm (0 ms) 2022-09-27T16:10:22.6601774Z [ RUN ] CppPrinter.FloatImm1 2022-09-27T16:10:22.6602055Z [ OK ] CppPrinter.FloatImm1 (0 ms) 2022-09-27T16:10:22.6602317Z [ RUN ] CppPrinter.DoubleImm 2022-09-27T16:10:22.6602599Z [ OK ] CppPrinter.DoubleImm (0 ms) 2022-09-27T16:10:22.6602878Z [ RUN ] CppPrinter.DoubleImm1 2022-09-27T16:10:22.6603163Z [ OK ] CppPrinter.DoubleImm1 (0 ms) 2022-09-27T16:10:22.6603637Z [ RUN ] CppPrinter.HalfImm 2022-09-27T16:10:22.6603917Z [ OK ] CppPrinter.HalfImm (0 ms) 2022-09-27T16:10:22.6604230Z [ RUN ] CppPrinter.Add 2022-09-27T16:10:22.6611182Z [ OK ] CppPrinter.Add (0 ms) 2022-09-27T16:10:22.6611663Z [ RUN ] CppPrinter.AddExpr1 2022-09-27T16:10:22.6612064Z [ OK ] CppPrinter.AddExpr1 (0 ms) 2022-09-27T16:10:22.6612427Z [ RUN ] CppPrinter.AddExpr2 2022-09-27T16:10:22.6612897Z [ OK ] CppPrinter.AddExpr2 (0 ms) 2022-09-27T16:10:22.6613350Z [ RUN ] CppPrinter.AddExpr3 2022-09-27T16:10:22.6613905Z [ OK ] CppPrinter.AddExpr3 (0 ms) 2022-09-27T16:10:22.6614235Z [ RUN ] CppPrinter.Mod 2022-09-27T16:10:22.6615173Z [ OK ] CppPrinter.Mod (0 ms) 2022-09-27T16:10:22.6615762Z [ RUN ] CppPrinter.ModFloat 2022-09-27T16:10:22.6616271Z [ OK ] CppPrinter.ModFloat (0 ms) 2022-09-27T16:10:22.6616562Z [ RUN ] CppPrinter.Max 2022-09-27T16:10:22.6616950Z [ OK ] CppPrinter.Max (0 ms) 2022-09-27T16:10:22.6617431Z [ RUN ] CppPrinter.MaxFloat 2022-09-27T16:10:22.6617951Z [ OK ] CppPrinter.MaxFloat (0 ms) 2022-09-27T16:10:22.6618261Z [ RUN ] CppPrinter.MaxHalf 2022-09-27T16:10:22.6618522Z [ OK ] CppPrinter.MaxHalf (0 ms) 2022-09-27T16:10:22.6618780Z [ RUN ] CppPrinter.And 2022-09-27T16:10:22.6619047Z [ OK ] CppPrinter.And (0 ms) 2022-09-27T16:10:22.6619312Z [ RUN ] CppPrinter.CompareSelect 2022-09-27T16:10:22.6619612Z [ OK ] CppPrinter.CompareSelect (0 ms) 2022-09-27T16:10:22.6619900Z [ RUN ] CppPrinter.IfThenElse 2022-09-27T16:10:22.6620186Z [ OK ] CppPrinter.IfThenElse (0 ms) 2022-09-27T16:10:22.6620455Z [ RUN ] CppPrinter.AllocateFree 2022-09-27T16:10:22.6621200Z [ OK ] CppPrinter.AllocateFree (0 ms) 2022-09-27T16:10:22.6621497Z [ RUN ] CppPrinter.LoadStore 2022-09-27T16:10:22.6623038Z [ OK ] CppPrinter.LoadStore (0 ms) 2022-09-27T16:10:22.6623462Z [ RUN ] CppPrinter.Var 2022-09-27T16:10:22.6623753Z [ OK ] CppPrinter.Var (0 ms) 2022-09-27T16:10:22.6624145Z [ RUN ] CppPrinter.Cast 2022-09-27T16:10:22.6624520Z [ OK ] CppPrinter.Cast (0 ms) 2022-09-27T16:10:22.6624864Z [ RUN ] CppPrinter.BitCast 2022-09-27T16:10:22.6625290Z [ OK ] CppPrinter.BitCast (0 ms) 2022-09-27T16:10:22.6625887Z [ RUN ] CppPrinter.Let 2022-09-27T16:10:22.6626189Z [ OK ] CppPrinter.Let (0 ms) 2022-09-27T16:10:22.6626450Z [ RUN ] CppPrinter.For 2022-09-27T16:10:22.6628074Z [ OK ] CppPrinter.For (0 ms) 2022-09-27T16:10:22.6628334Z [ RUN ] CppPrinter.Cond 2022-09-27T16:10:22.6631205Z [ OK ] CppPrinter.Cond (0 ms) 2022-09-27T16:10:22.6631484Z [ RUN ] CppPrinter.Intrinsics 2022-09-27T16:10:22.6633784Z [ OK ] CppPrinter.Intrinsics (0 ms) 2022-09-27T16:10:22.6634088Z [ RUN ] CppPrinter.ExternalCall 2022-09-27T16:10:22.6639481Z [ OK ] CppPrinter.ExternalCall (0 ms) 2022-09-27T16:10:22.6640089Z [----------] 28 tests from CppPrinter (4 ms total) 2022-09-27T16:10:22.6640341Z 2022-09-27T16:10:22.6640611Z [----------] 8 tests from DynamicShapes 2022-09-27T16:10:22.6641044Z [ RUN ] DynamicShapes.SimpleGraph 2022-09-27T16:10:22.6641506Z [ OK ] DynamicShapes.SimpleGraph (0 ms) 2022-09-27T16:10:22.6642012Z [ RUN ] DynamicShapes.GraphWith2InputsSameDims 2022-09-27T16:10:22.6642589Z [ OK ] DynamicShapes.GraphWith2InputsSameDims (0 ms) 2022-09-27T16:10:22.6643190Z [ RUN ] DynamicShapes.GraphWith2InputsAndBroadcast 2022-09-27T16:10:22.6644021Z [ OK ] DynamicShapes.GraphWith2InputsAndBroadcast (0 ms) 2022-09-27T16:10:22.6644800Z [ RUN ] DynamicShapes.GraphWithPartiallySymbolicOutput 2022-09-27T16:10:22.6645486Z [ OK ] DynamicShapes.GraphWithPartiallySymbolicOutput (0 ms) 2022-09-27T16:10:22.6646128Z [ RUN ] DynamicShapes.GraphWithSymbolicStrides 2022-09-27T16:10:22.6646738Z [ OK ] DynamicShapes.GraphWithSymbolicStrides (0 ms) 2022-09-27T16:10:22.6647317Z [ RUN ] DynamicShapes.GraphWithCatAndBroadcast 2022-09-27T16:10:22.6647919Z [ OK ] DynamicShapes.GraphWithCatAndBroadcast (0 ms) 2022-09-27T16:10:22.6648508Z [ RUN ] DynamicShapes.GraphFromModel 2022-09-27T16:10:22.6649060Z [ OK ] DynamicShapes.GraphFromModel (0 ms) 2022-09-27T16:10:22.6649604Z [ RUN ] DynamicShapes.MultiThreadedExecution 2022-09-27T16:10:22.6650166Z [ OK ] DynamicShapes.MultiThreadedExecution (0 ms) 2022-09-27T16:10:22.6650722Z [----------] 8 tests from DynamicShapes (0 ms total) 2022-09-27T16:10:22.6650959Z 2022-09-27T16:10:22.6651171Z [----------] 30 tests from Expr 2022-09-27T16:10:22.6651608Z [ RUN ] Expr.BasicValueTest 2022-09-27T16:10:22.6652068Z [ OK ] Expr.BasicValueTest (0 ms) 2022-09-27T16:10:22.6652520Z [ RUN ] Expr.BasicValueTest02 2022-09-27T16:10:22.6652951Z [ OK ] Expr.BasicValueTest02 (0 ms) 2022-09-27T16:10:22.6653437Z [ RUN ] Expr.IsChannelsLastContiguous 2022-09-27T16:10:22.6654157Z [ OK ] Expr.IsChannelsLastContiguous (0 ms) 2022-09-27T16:10:22.6654604Z [ RUN ] Expr.LetTest01 2022-09-27T16:10:22.6655044Z [ OK ] Expr.LetTest01 (0 ms) 2022-09-27T16:10:22.6655437Z [ RUN ] Expr.LetTest02 2022-09-27T16:10:22.6657015Z [ OK ] Expr.LetTest02 (0 ms) 2022-09-27T16:10:22.6657423Z [ RUN ] Expr.LetStmtTest01 2022-09-27T16:10:22.6661177Z [ OK ] Expr.LetStmtTest01 (0 ms) 2022-09-27T16:10:22.6661616Z [ RUN ] Expr.IntTest 2022-09-27T16:10:22.6663544Z [ OK ] Expr.IntTest (0 ms) 2022-09-27T16:10:22.6663954Z [ RUN ] Expr.FloatTest 2022-09-27T16:10:22.6666435Z [ OK ] Expr.FloatTest (0 ms) 2022-09-27T16:10:22.6669250Z [ RUN ] Expr.ByteTest 2022-09-27T16:10:22.6669676Z [ OK ] Expr.ByteTest (0 ms) 2022-09-27T16:10:22.6670088Z [ RUN ] Expr.CharTest 2022-09-27T16:10:22.6672212Z [ OK ] Expr.CharTest (0 ms) 2022-09-27T16:10:22.6672488Z [ RUN ] Expr.ShortTest 2022-09-27T16:10:22.6675302Z [ OK ] Expr.ShortTest (0 ms) 2022-09-27T16:10:22.6675702Z [ RUN ] Expr.LongTest 2022-09-27T16:10:22.6678583Z [ OK ] Expr.LongTest (0 ms) 2022-09-27T16:10:22.6678991Z [ RUN ] Expr.HalfTest 2022-09-27T16:10:22.6681357Z [ OK ] Expr.HalfTest (0 ms) 2022-09-27T16:10:22.6681778Z [ RUN ] Expr.DoubleTest 2022-09-27T16:10:22.6684095Z [ OK ] Expr.DoubleTest (0 ms) 2022-09-27T16:10:22.6684561Z [ RUN ] Expr.VectorAdd01 2022-09-27T16:10:22.6868765Z [ OK ] Expr.VectorAdd01 (18 ms) 2022-09-27T16:10:22.6869254Z [ RUN ] Expr.CompareSelectEQ 2022-09-27T16:10:22.7294809Z [ OK ] Expr.CompareSelectEQ (42 ms) 2022-09-27T16:10:22.7295309Z [ RUN ] Expr.CompareSelectDtypes 2022-09-27T16:10:22.8248808Z [ OK ] Expr.CompareSelectDtypes (95 ms) 2022-09-27T16:10:22.8249306Z [ RUN ] Expr.IntrinsicsDtypes 2022-09-27T16:10:22.8318160Z [ OK ] Expr.IntrinsicsDtypes (7 ms) 2022-09-27T16:10:22.8318645Z [ RUN ] Expr.Substitute01 2022-09-27T16:10:22.8319887Z [ OK ] Expr.Substitute01 (0 ms) 2022-09-27T16:10:22.8320252Z [ RUN ] Expr.Math01 2022-09-27T16:10:22.8323344Z [ OK ] Expr.Math01 (0 ms) 2022-09-27T16:10:22.8323785Z [ RUN ] Expr.UnaryMath01 2022-09-27T16:10:22.8342092Z [ OK ] Expr.UnaryMath01 (1 ms) 2022-09-27T16:10:22.8342664Z [ RUN ] Expr.BinaryMath01 2022-09-27T16:10:22.8345060Z [ OK ] Expr.BinaryMath01 (0 ms) 2022-09-27T16:10:22.8345341Z [ RUN ] Expr.LogicalOps01 2022-09-27T16:10:22.8367124Z [ OK ] Expr.LogicalOps01 (2 ms) 2022-09-27T16:10:22.8367436Z [ RUN ] Expr.LogicalOps02 2022-09-27T16:10:22.8371643Z [ OK ] Expr.LogicalOps02 (0 ms) 2022-09-27T16:10:22.8371930Z [ RUN ] Expr.LogicalOps03 2022-09-27T16:10:22.8387241Z [ OK ] Expr.LogicalOps03 (1 ms) 2022-09-27T16:10:22.8387553Z [ RUN ] Expr.BitwiseOps 2022-09-27T16:10:22.8391772Z [ OK ] Expr.BitwiseOps (0 ms) 2022-09-27T16:10:22.8392078Z [ RUN ] Expr.DynamicShapeAdd 2022-09-27T16:10:22.8415735Z [ OK ] Expr.DynamicShapeAdd (2 ms) 2022-09-27T16:10:22.8416071Z [ RUN ] Expr.OutOfBounds 2022-09-27T16:10:22.8522490Z [ OK ] Expr.OutOfBounds (10 ms) 2022-09-27T16:10:22.8522837Z [ RUN ] Expr.OutOfBounds2d 2022-09-27T16:10:22.8613212Z [ OK ] Expr.OutOfBounds2d (8 ms) 2022-09-27T16:10:22.8613963Z [ RUN ] Expr.OutOfBounds2dFlattenedIndex 2022-09-27T16:10:22.8671072Z [ OK ] Expr.OutOfBounds2dFlattenedIndex (5 ms) 2022-09-27T16:10:22.8671629Z [----------] 30 tests from Expr (202 ms total) 2022-09-27T16:10:22.8671855Z 2022-09-27T16:10:22.8672111Z [----------] 16 tests from ExternalCall 2022-09-27T16:10:22.8672535Z [ RUN ] ExternalCall.Conv1d_float 2022-09-27T16:10:22.9035450Z [ OK ] ExternalCall.Conv1d_float (36 ms) 2022-09-27T16:10:22.9035955Z [ RUN ] ExternalCall.Conv1d_int 2022-09-27T16:10:22.9399332Z [ OK ] ExternalCall.Conv1d_int (36 ms) 2022-09-27T16:10:22.9399704Z [ RUN ] ExternalCall.Conv1d_nobias_noargs 2022-09-27T16:10:22.9419491Z [ OK ] ExternalCall.Conv1d_nobias_noargs (2 ms) 2022-09-27T16:10:22.9419834Z [ RUN ] ExternalCall.Conv2d_float 2022-09-27T16:10:22.9692331Z [ OK ] ExternalCall.Conv2d_float (27 ms) 2022-09-27T16:10:22.9692801Z [ RUN ] ExternalCall.Conv2d_int 2022-09-27T16:10:23.1062699Z [ OK ] ExternalCall.Conv2d_int (136 ms) 2022-09-27T16:10:23.1063069Z [ RUN ] ExternalCall.Conv2d_nobias_noargs 2022-09-27T16:10:23.1446482Z [ OK ] ExternalCall.Conv2d_nobias_noargs (38 ms) 2022-09-27T16:10:23.1447035Z [ RUN ] ExternalCall.Addmm_float 2022-09-27T16:10:23.1583285Z [ OK ] ExternalCall.Addmm_float (13 ms) 2022-09-27T16:10:23.1583798Z [ RUN ] ExternalCall.Embedding 2022-09-27T16:10:23.1637540Z [ OK ] ExternalCall.Embedding (5 ms) 2022-09-27T16:10:23.1638123Z [ RUN ] ExternalCall.MaxReduction 2022-09-27T16:10:23.1656776Z [ OK ] ExternalCall.MaxReduction (1 ms) 2022-09-27T16:10:23.1657149Z [ RUN ] ExternalCall.Prepacked_Linear_float 2022-09-27T16:10:23.1885861Z [ OK ] ExternalCall.Prepacked_Linear_float (22 ms) 2022-09-27T16:10:23.1886612Z [ RUN ] ExternalCall.Prepacked_Conv2d_float 2022-09-27T16:10:23.2941975Z [ OK ] ExternalCall.Prepacked_Conv2d_float (105 ms) 2022-09-27T16:10:23.2942384Z [ RUN ] ExternalCall.BinaryFloat 2022-09-27T16:10:23.3211018Z [ OK ] ExternalCall.BinaryFloat (26 ms) 2022-09-27T16:10:23.3211349Z [ RUN ] ExternalCall.UnaryFloat 2022-09-27T16:10:23.3251803Z [ OK ] ExternalCall.UnaryFloat (4 ms) 2022-09-27T16:10:23.3252371Z [ RUN ] ExternalCall.ComputeInterop 2022-09-27T16:10:37.3956495Z [ OK ] ExternalCall.ComputeInterop (14070 ms) 2022-09-27T16:10:37.3957153Z [ RUN ] ExternalCall.Inlining 2022-09-27T16:10:37.4272318Z [ OK ] ExternalCall.Inlining (31 ms) 2022-09-27T16:10:37.4273044Z [ RUN ] ExternalCall.JitCustomFusionOp 2022-09-27T16:10:37.4871172Z [ OK ] ExternalCall.JitCustomFusionOp (59 ms) 2022-09-27T16:10:37.4871767Z [----------] 16 tests from ExternalCall (14619 ms total) 2022-09-27T16:10:37.4871939Z 2022-09-27T16:10:37.4872089Z [----------] 8 tests from GraphOpt 2022-09-27T16:10:37.4872352Z [ RUN ] GraphOpt.OptimizeCat 2022-09-27T16:10:37.4872638Z [ OK ] GraphOpt.OptimizeCat (0 ms) 2022-09-27T16:10:37.4874799Z [ RUN ] GraphOpt.OptimizeCat2 2022-09-27T16:10:37.4875319Z [ OK ] GraphOpt.OptimizeCat2 (0 ms) 2022-09-27T16:10:37.4875846Z [ RUN ] GraphOpt.OptimizeCat3 2022-09-27T16:10:37.4876351Z [ OK ] GraphOpt.OptimizeCat3 (0 ms) 2022-09-27T16:10:37.4876975Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInUser 2022-09-27T16:10:37.4877643Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInUser (0 ms) 2022-09-27T16:10:37.4878508Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInCat 2022-09-27T16:10:37.4879375Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInCat (0 ms) 2022-09-27T16:10:37.4880286Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp 2022-09-27T16:10:37.4881230Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp (0 ms) 2022-09-27T16:10:37.4882141Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 2022-09-27T16:10:37.4883115Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 (0 ms) 2022-09-27T16:10:37.4883926Z [ RUN ] GraphOpt.AOTGraphPrepPasses 2022-09-27T16:10:37.4884641Z [ OK ] GraphOpt.AOTGraphPrepPasses (0 ms) 2022-09-27T16:10:37.4885308Z [----------] 8 tests from GraphOpt (0 ms total) 2022-09-27T16:10:37.4885625Z 2022-09-27T16:10:37.4885932Z [----------] 4 tests from IRPrinter 2022-09-27T16:10:37.4886538Z [ RUN ] IRPrinter.BasicValueTest 2022-09-27T16:10:37.4887160Z [ OK ] IRPrinter.BasicValueTest (0 ms) 2022-09-27T16:10:37.4887795Z [ RUN ] IRPrinter.BasicValueTest02 2022-09-27T16:10:37.4888455Z [ OK ] IRPrinter.BasicValueTest02 (0 ms) 2022-09-27T16:10:37.4889048Z [ RUN ] IRPrinter.CastTest 2022-09-27T16:10:37.4889616Z [ OK ] IRPrinter.CastTest (0 ms) 2022-09-27T16:10:37.4890203Z [ RUN ] IRPrinter.FunctionName 2022-09-27T16:10:37.4937315Z [ OK ] IRPrinter.FunctionName (5 ms) 2022-09-27T16:10:37.4937641Z [----------] 4 tests from IRPrinter (5 ms total) 2022-09-27T16:10:37.4937793Z 2022-09-27T16:10:37.4937942Z [----------] 8 tests from IRVerifier 2022-09-27T16:10:37.4938215Z [ RUN ] IRVerifier.BitwiseOps 2022-09-27T16:10:37.4978303Z [ OK ] IRVerifier.BitwiseOps (4 ms) 2022-09-27T16:10:37.4978604Z [ RUN ] IRVerifier.CompareSelect 2022-09-27T16:10:37.4991415Z [ OK ] IRVerifier.CompareSelect (1 ms) 2022-09-27T16:10:37.4991741Z [ RUN ] IRVerifier.Ramp 2022-09-27T16:10:37.4992013Z [ OK ] IRVerifier.Ramp (0 ms) 2022-09-27T16:10:37.4992328Z [ RUN ] IRVerifier.Load 2022-09-27T16:10:37.4994237Z [ OK ] IRVerifier.Load (0 ms) 2022-09-27T16:10:37.4994528Z [ RUN ] IRVerifier.IfThenElse 2022-09-27T16:10:37.4996140Z [ OK ] IRVerifier.IfThenElse (0 ms) 2022-09-27T16:10:37.4996461Z [ RUN ] IRVerifier.For 2022-09-27T16:10:37.4996808Z [ OK ] IRVerifier.For (0 ms) 2022-09-27T16:10:37.4997203Z [ RUN ] IRVerifier.Block 2022-09-27T16:10:37.4997783Z [ OK ] IRVerifier.Block (0 ms) 2022-09-27T16:10:37.4998039Z [ RUN ] IRVerifier.Store 2022-09-27T16:10:37.4999947Z [ OK ] IRVerifier.Store (0 ms) 2022-09-27T16:10:37.5000378Z [----------] 8 tests from IRVerifier (6 ms total) 2022-09-27T16:10:37.5000642Z 2022-09-27T16:10:37.5000784Z [----------] 35 tests from Kernel 2022-09-27T16:10:37.5001056Z [ RUN ] Kernel.InliningIntermediates 2022-09-27T16:10:37.5739012Z [ OK ] Kernel.InliningIntermediates (73 ms) 2022-09-27T16:10:37.5739360Z [ RUN ] Kernel.PreAllocIntermediateBufs 2022-09-27T16:10:37.8805123Z [ OK ] Kernel.PreAllocIntermediateBufs (306 ms) 2022-09-27T16:10:37.8805441Z [ RUN ] Kernel._1 2022-09-27T16:10:37.9097461Z [ OK ] Kernel._1 (29 ms) 2022-09-27T16:10:37.9097735Z [ RUN ] Kernel._2 2022-09-27T16:10:37.9362623Z [ OK ] Kernel._2 (26 ms) 2022-09-27T16:10:37.9362969Z [ RUN ] Kernel._3 2022-09-27T16:10:37.9639173Z [ OK ] Kernel._3 (27 ms) 2022-09-27T16:10:37.9639646Z [ RUN ] Kernel.Huge 2022-09-27T16:10:37.9808420Z [ OK ] Kernel.Huge (16 ms) 2022-09-27T16:10:37.9809057Z [ RUN ] Kernel.ParallelStrided 2022-09-27T16:16:15.8191657Z [ OK ] Kernel.ParallelStrided (337838 ms) 2022-09-27T16:16:15.8192129Z [ RUN ] Kernel.CatInputTypesPromotion 2022-09-27T16:16:15.9170756Z [ OK ] Kernel.CatInputTypesPromotion (97 ms) 2022-09-27T16:16:15.9171152Z [ RUN ] Kernel.CatAndInlineWithAConstantDim 2022-09-27T16:16:16.3062618Z [ OK ] Kernel.CatAndInlineWithAConstantDim (389 ms) 2022-09-27T16:16:16.3062989Z [ RUN ] Kernel.CatWithEmptyInputs 2022-09-27T16:16:16.5820059Z [ OK ] Kernel.CatWithEmptyInputs (275 ms) 2022-09-27T16:16:16.5820378Z [ RUN ] Kernel.CatWoConditionals 2022-09-27T16:16:16.6682796Z [ OK ] Kernel.CatWoConditionals (86 ms) 2022-09-27T16:16:16.6683185Z [ RUN ] Kernel.OptimizeConditionals 2022-09-27T16:16:16.8667779Z [ OK ] Kernel.OptimizeConditionals (198 ms) 2022-09-27T16:16:16.8668138Z [ RUN ] Kernel.SumAllAxes 2022-09-27T16:16:16.9000856Z [ OK ] Kernel.SumAllAxes (33 ms) 2022-09-27T16:16:16.9001155Z [ RUN ] Kernel.SumOneAxis 2022-09-27T16:16:17.1942226Z [ OK ] Kernel.SumOneAxis (294 ms) 2022-09-27T16:16:17.1942527Z [ RUN ] Kernel.SumMultipleAxes 2022-09-27T16:16:17.7411525Z [ OK ] Kernel.SumMultipleAxes (546 ms) 2022-09-27T16:16:17.7411831Z [ RUN ] Kernel.Softmax2D 2022-09-27T16:16:18.0024591Z [ OK ] Kernel.Softmax2D (261 ms) 2022-09-27T16:16:18.0024861Z [ RUN ] Kernel.Softmax3D 2022-09-27T16:16:18.7745704Z [ OK ] Kernel.Softmax3D (771 ms) 2022-09-27T16:16:18.7746062Z [ RUN ] Kernel.Softmax4D 2022-09-27T16:16:19.8419326Z [ OK ] Kernel.Softmax4D (1067 ms) 2022-09-27T16:16:19.8419680Z [ RUN ] Kernel.SignTest 2022-09-27T16:16:19.8881691Z [ OK ] Kernel.SignTest (46 ms) 2022-09-27T16:16:19.8882233Z [ RUN ] Kernel.InlineProducerIntoReduction 2022-09-27T16:16:19.9098412Z [ OK ] Kernel.InlineProducerIntoReduction (21 ms) 2022-09-27T16:16:19.9099007Z [ RUN ] Kernel.InlineReductionIntoConsumer 2022-09-27T16:16:19.9413311Z [ OK ] Kernel.InlineReductionIntoConsumer (31 ms) 2022-09-27T16:16:19.9414028Z [ RUN ] Kernel.ConstantTensors 2022-09-27T16:16:20.0325041Z [ OK ] Kernel.ConstantTensors (91 ms) 2022-09-27T16:16:20.0325374Z [ RUN ] Kernel.ConstantTensorsNonContiguous 2022-09-27T16:16:20.1259857Z [ OK ] Kernel.ConstantTensorsNonContiguous (93 ms) 2022-09-27T16:16:20.1260197Z [ RUN ] Kernel.RunFast 2022-09-27T16:16:20.1260451Z [ OK ] Kernel.RunFast (0 ms) 2022-09-27T16:16:20.1261018Z [ RUN ] Kernel.RunWithAllocatedOutputs 2022-09-27T16:16:20.1261348Z [ OK ] Kernel.RunWithAllocatedOutputs (0 ms) 2022-09-27T16:16:20.1261721Z [ RUN ] Kernel.CodegenInspection 2022-09-27T16:16:20.1262249Z [ OK ] Kernel.CodegenInspection (0 ms) 2022-09-27T16:16:20.1262592Z [ RUN ] Kernel.CustomLowering 2022-09-27T16:16:20.1443140Z [ OK ] Kernel.CustomLowering (18 ms) 2022-09-27T16:16:20.1443618Z [ RUN ] Kernel.Vectorize 2022-09-27T16:16:20.1444016Z [ OK ] Kernel.Vectorize (0 ms) 2022-09-27T16:16:20.1444484Z [ RUN ] Kernel.Strided1dWithinBounds 2022-09-27T16:16:20.1601509Z [ OK ] Kernel.Strided1dWithinBounds (15 ms) 2022-09-27T16:16:20.1602054Z [ RUN ] Kernel.InputAsOutput 2022-09-27T16:16:20.1951802Z [ OK ] Kernel.InputAsOutput (34 ms) 2022-09-27T16:16:20.1952258Z [ RUN ] Kernel.ScalarOut 2022-09-27T16:16:20.2075847Z [ OK ] Kernel.ScalarOut (12 ms) 2022-09-27T16:16:20.2076389Z [ RUN ] Kernel.ScalarTensorOut 2022-09-27T16:16:20.2248434Z [ OK ] Kernel.ScalarTensorOut (17 ms) 2022-09-27T16:16:20.2248874Z [ RUN ] Kernel.FuseLoopsWithVariableBounds 2022-09-27T16:16:20.2249481Z [ OK ] Kernel.FuseLoopsWithVariableBounds (0 ms) 2022-09-27T16:16:20.2250106Z [ RUN ] Kernel.FuseLoopsWithVariableConcatDim 2022-09-27T16:16:20.2250667Z [ OK ] Kernel.FuseLoopsWithVariableConcatDim (0 ms) 2022-09-27T16:16:20.2251083Z [ RUN ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims 2022-09-27T16:16:20.2251508Z [ OK ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims (0 ms) 2022-09-27T16:16:20.2251890Z [----------] 35 tests from Kernel (342724 ms total) 2022-09-27T16:16:20.2252042Z 2022-09-27T16:16:20.2252186Z [----------] 174 tests from LoopNest 2022-09-27T16:16:20.2252449Z [ RUN ] LoopNest.ExprSimple01 2022-09-27T16:16:20.2281542Z [ OK ] LoopNest.ExprSimple01 (3 ms) 2022-09-27T16:16:20.2282024Z [ RUN ] LoopNest.ExprLower01 2022-09-27T16:16:20.2290394Z [ OK ] LoopNest.ExprLower01 (0 ms) 2022-09-27T16:16:20.2290875Z [ RUN ] LoopNest.ExprSimple02 2022-09-27T16:16:20.2627042Z [ OK ] LoopNest.ExprSimple02 (33 ms) 2022-09-27T16:16:20.2627624Z [ RUN ] LoopNest.ExprSliceHeadWithLoopOptions 2022-09-27T16:16:20.2656188Z [ OK ] LoopNest.ExprSliceHeadWithLoopOptions (2 ms) 2022-09-27T16:16:20.2656863Z [ RUN ] LoopNest.ExprSliceTailWithLoopOptions 2022-09-27T16:16:20.2695667Z [ OK ] LoopNest.ExprSliceTailWithLoopOptions (3 ms) 2022-09-27T16:16:20.2696333Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorEqualsSize 2022-09-27T16:16:20.2703861Z [ OK ] LoopNest.ExprSliceHeadWhenFactorEqualsSize (0 ms) 2022-09-27T16:16:20.2704589Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize 2022-09-27T16:16:20.2711970Z [ OK ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize (0 ms) 2022-09-27T16:16:20.2712586Z [ RUN ] LoopNest.ExprSliceHead 2022-09-27T16:16:20.2727029Z [ OK ] LoopNest.ExprSliceHead (1 ms) 2022-09-27T16:16:20.2727589Z [ RUN ] LoopNest.ExprSliceHeadWithNonZeroStart 2022-09-27T16:16:20.2753612Z [ OK ] LoopNest.ExprSliceHeadWithNonZeroStart (2 ms) 2022-09-27T16:16:20.2754047Z [ RUN ] LoopNest.ExprSliceTailWhenFactorEqualsSize 2022-09-27T16:16:20.2760374Z [ OK ] LoopNest.ExprSliceTailWhenFactorEqualsSize (0 ms) 2022-09-27T16:16:20.2760824Z [ RUN ] LoopNest.ExprSliceTailWhenFactorLargerThanSize 2022-09-27T16:16:20.2767439Z [ OK ] LoopNest.ExprSliceTailWhenFactorLargerThanSize (0 ms) 2022-09-27T16:16:20.2767782Z [ RUN ] LoopNest.ExprSliceTail 2022-09-27T16:16:20.2781771Z [ OK ] LoopNest.ExprSliceTail (1 ms) 2022-09-27T16:16:20.2782078Z [ RUN ] LoopNest.ExprSplitAndSlice 2022-09-27T16:16:20.2859294Z [ OK ] LoopNest.ExprSplitAndSlice (7 ms) 2022-09-27T16:16:20.2859623Z [ RUN ] LoopNest.ExprSliceAndNormalize 2022-09-27T16:16:20.2886388Z [ OK ] LoopNest.ExprSliceAndNormalize (2 ms) 2022-09-27T16:16:20.2886814Z [ RUN ] LoopNest.ExprSliceWithVariableDimension 2022-09-27T16:16:20.3096872Z [ OK ] LoopNest.ExprSliceWithVariableDimension (20 ms) 2022-09-27T16:16:20.3097243Z [ RUN ] LoopNest.ExprSplitWithTail 2022-09-27T16:16:20.3192825Z [ OK ] LoopNest.ExprSplitWithTail (9 ms) 2022-09-27T16:16:20.3193146Z [ RUN ] LoopNest.ExprSplitWithTailNone 2022-09-27T16:16:20.3378479Z [ OK ] LoopNest.ExprSplitWithTailNone (18 ms) 2022-09-27T16:16:20.3378814Z [ RUN ] LoopNest.ExprSplitWithMask01 2022-09-27T16:16:20.3807372Z [ OK ] LoopNest.ExprSplitWithMask01 (42 ms) 2022-09-27T16:16:20.3807732Z [ RUN ] LoopNest.ExprSplitWithMaskRepeatedNoMask 2022-09-27T16:16:20.3865329Z [ OK ] LoopNest.ExprSplitWithMaskRepeatedNoMask (5 ms) 2022-09-27T16:16:20.3865654Z [ RUN ] LoopNest.getLoopAt 2022-09-27T16:16:20.3869999Z [ OK ] LoopNest.getLoopAt (0 ms) 2022-09-27T16:16:20.3870283Z [ RUN ] LoopNest.TileSimple 2022-09-27T16:16:21.7627308Z [ OK ] LoopNest.TileSimple (1375 ms) 2022-09-27T16:16:21.7627821Z [ RUN ] LoopNest.TileWithTails 2022-09-27T16:16:23.1252632Z [ OK ] LoopNest.TileWithTails (1362 ms) 2022-09-27T16:16:23.1253155Z [ RUN ] LoopNest.TileInMiddle 2022-09-27T16:16:25.4007244Z [ OK ] LoopNest.TileInMiddle (2275 ms) 2022-09-27T16:16:25.4007815Z [ RUN ] LoopNest.SplitWithTailWithLoopOptions 2022-09-27T16:16:25.4015280Z [ OK ] LoopNest.SplitWithTailWithLoopOptions (0 ms) 2022-09-27T16:16:25.4015929Z [ RUN ] LoopNest.SplitWithMaskWithLoopOptions 2022-09-27T16:16:25.4021953Z [ OK ] LoopNest.SplitWithMaskWithLoopOptions (0 ms) 2022-09-27T16:16:25.4022470Z [ RUN ] LoopNest.ScheduleBroadcastAddBuffer 2022-09-27T16:16:25.4270278Z [ OK ] LoopNest.ScheduleBroadcastAddBuffer (24 ms) 2022-09-27T16:16:25.4270685Z [ RUN ] LoopNest.ScheduleFunctionCall01 2022-09-27T16:16:25.5594395Z [ OK ] LoopNest.ScheduleFunctionCall01 (132 ms) 2022-09-27T16:16:25.5594924Z [ RUN ] LoopNest.ScheduleInlineSimple 2022-09-27T16:16:25.7604859Z [ OK ] LoopNest.ScheduleInlineSimple (201 ms) 2022-09-27T16:16:25.7605416Z [ RUN ] LoopNest.ScheduleInlineFunc01 2022-09-27T16:16:26.7214173Z [ OK ] LoopNest.ScheduleInlineFunc01 (960 ms) 2022-09-27T16:16:26.7214571Z [ RUN ] LoopNest.ScheduleInlineRandom 2022-09-27T16:16:26.7261131Z [ OK ] LoopNest.ScheduleInlineRandom (4 ms) 2022-09-27T16:16:26.7261717Z [ RUN ] LoopNest.ScheduleInlineRandomUnrelated 2022-09-27T16:16:26.7304457Z [ OK ] LoopNest.ScheduleInlineRandomUnrelated (4 ms) 2022-09-27T16:16:26.7305088Z [ RUN ] LoopNest.ScheduleInlineRandomLowerDimensions 2022-09-27T16:16:26.7339886Z [ OK ] LoopNest.ScheduleInlineRandomLowerDimensions (3 ms) 2022-09-27T16:16:26.7340472Z [ RUN ] LoopNest.ScheduleInlineIntrinsics 2022-09-27T16:16:26.8946807Z [ OK ] LoopNest.ScheduleInlineIntrinsics (160 ms) 2022-09-27T16:16:26.8947333Z [ RUN ] LoopNest.ScheduleInlineRandWithIntrinsics 2022-09-27T16:16:26.8985895Z [ OK ] LoopNest.ScheduleInlineRandWithIntrinsics (3 ms) 2022-09-27T16:16:26.8986502Z [ RUN ] LoopNest.ScheduleSplitAThenInline 2022-09-27T16:16:26.8998468Z [ OK ] LoopNest.ScheduleSplitAThenInline (1 ms) 2022-09-27T16:16:26.8999216Z [ RUN ] LoopNest.ScheduleSplitBThenInline 2022-09-27T16:16:26.9044775Z [ OK ] LoopNest.ScheduleSplitBThenInline (4 ms) 2022-09-27T16:16:26.9045324Z [ RUN ] LoopNest.ScheduleSplitTwiceThenInline 2022-09-27T16:16:26.9059181Z [ OK ] LoopNest.ScheduleSplitTwiceThenInline (1 ms) 2022-09-27T16:16:26.9059785Z [ RUN ] LoopNest.ScheduleInlineThenSplit 2022-09-27T16:16:26.9103261Z [ OK ] LoopNest.ScheduleInlineThenSplit (4 ms) 2022-09-27T16:16:26.9103906Z [ RUN ] LoopNest.ScheduleSplitInlineThenSplit 2022-09-27T16:16:26.9197812Z [ OK ] LoopNest.ScheduleSplitInlineThenSplit (9 ms) 2022-09-27T16:16:26.9198183Z [ RUN ] LoopNest.ScheduleSplitInlineSimplify 2022-09-27T16:16:26.9209917Z [ OK ] LoopNest.ScheduleSplitInlineSimplify (1 ms) 2022-09-27T16:16:26.9210303Z [ RUN ] LoopNest.ScheduleInlineThreeMixedOnce 2022-09-27T16:16:26.9268216Z [ OK ] LoopNest.ScheduleInlineThreeMixedOnce (5 ms) 2022-09-27T16:16:26.9268571Z [ RUN ] LoopNest.ScheduleInlineThreeMixedTwice 2022-09-27T16:16:26.9324650Z [ OK ] LoopNest.ScheduleInlineThreeMixedTwice (5 ms) 2022-09-27T16:16:26.9325028Z [ RUN ] LoopNest.ScheduleInlineThreeMixedInner 2022-09-27T16:16:26.9386089Z [ OK ] LoopNest.ScheduleInlineThreeMixedInner (6 ms) 2022-09-27T16:16:26.9386467Z [ RUN ] LoopNest.ScheduleInlineThreeMixedSplit 2022-09-27T16:16:26.9407627Z [ OK ] LoopNest.ScheduleInlineThreeMixedSplit (2 ms) 2022-09-27T16:16:26.9407996Z [ RUN ] LoopNest.ScheduleInlineOutputTensors 2022-09-27T16:16:26.9455691Z [ OK ] LoopNest.ScheduleInlineOutputTensors (4 ms) 2022-09-27T16:16:26.9456062Z [ RUN ] LoopNest.ScheduleInlineWithCompoundIndices 2022-09-27T16:16:26.9462950Z [ OK ] LoopNest.ScheduleInlineWithCompoundIndices (0 ms) 2022-09-27T16:16:26.9463362Z [ RUN ] LoopNest.ScheduleInlineConsumerIndicesWithCast 2022-09-27T16:16:26.9471710Z [ OK ] LoopNest.ScheduleInlineConsumerIndicesWithCast (0 ms) 2022-09-27T16:16:26.9472139Z [ RUN ] LoopNest.ScheduleInlineProducerIndicesWithCast 2022-09-27T16:16:26.9481265Z [ OK ] LoopNest.ScheduleInlineProducerIndicesWithCast (0 ms) 2022-09-27T16:16:26.9481709Z [ RUN ] LoopNest.ScheduleFuserStyle 2022-09-27T16:16:27.0066220Z [ OK ] LoopNest.ScheduleFuserStyle (58 ms) 2022-09-27T16:16:27.0066694Z [ RUN ] LoopNest.ScheduleFuserThreeArg 2022-09-27T16:16:27.0765432Z [ OK ] LoopNest.ScheduleFuserThreeArg (69 ms) 2022-09-27T16:16:27.2145330Z [ RUN ] LoopNest.ScheduleDynamicShape2D 2022-09-27T16:16:27.2145705Z [ OK ] LoopNest.ScheduleDynamicShape2D (137 ms) 2022-09-27T16:16:27.2146099Z [ RUN ] LoopNest.LoopNestComputeAt_1 2022-09-27T16:16:27.2257710Z [ OK ] LoopNest.LoopNestComputeAt_1 (11 ms) 2022-09-27T16:16:27.2258045Z [ RUN ] LoopNest.LoopNestComputeAt_2 2022-09-27T16:16:28.0396130Z [ OK ] LoopNest.LoopNestComputeAt_2 (813 ms) 2022-09-27T16:16:28.0396487Z [ RUN ] LoopNest.LoopNestComputeAt_3 2022-09-27T16:16:28.8449641Z [ OK ] LoopNest.LoopNestComputeAt_3 (805 ms) 2022-09-27T16:16:28.8449990Z [ RUN ] LoopNest.Reduce2dComputeAt 2022-09-27T16:16:30.2132958Z [ OK ] LoopNest.Reduce2dComputeAt (1368 ms) 2022-09-27T16:16:30.2133344Z [ RUN ] LoopNest.LoopNestReorderAxis1 2022-09-27T16:16:30.2165017Z [ OK ] LoopNest.LoopNestReorderAxis1 (3 ms) 2022-09-27T16:16:30.2165630Z [ RUN ] LoopNest.LoopNestReorderPartialAxes 2022-09-27T16:16:30.2299978Z [ OK ] LoopNest.LoopNestReorderPartialAxes (13 ms) 2022-09-27T16:16:30.2300350Z [ RUN ] LoopNest.LoopNestReorderInternalAxis 2022-09-27T16:16:30.2427094Z [ OK ] LoopNest.LoopNestReorderInternalAxis (12 ms) 2022-09-27T16:16:30.2427572Z [ RUN ] LoopNest.LoopNestReorderEnclosingAxis 2022-09-27T16:16:30.2554207Z [ OK ] LoopNest.LoopNestReorderEnclosingAxis (12 ms) 2022-09-27T16:16:30.2554564Z [ RUN ] LoopNest.LoopNestReorderSameAxis 2022-09-27T16:16:30.2563720Z [ OK ] LoopNest.LoopNestReorderSameAxis (0 ms) 2022-09-27T16:16:30.2564088Z [ RUN ] LoopNest.LoopNestReorderExtraStatements 2022-09-27T16:16:30.2750119Z [ OK ] LoopNest.LoopNestReorderExtraStatements (18 ms) 2022-09-27T16:16:30.2750615Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPreOrphans 2022-09-27T16:16:31.1127850Z [ OK ] LoopNest.LoopNestReorderLongStringOfPreOrphans (837 ms) 2022-09-27T16:16:31.1128330Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPostOrphans 2022-09-27T16:16:31.9139768Z [ OK ] LoopNest.LoopNestReorderLongStringOfPostOrphans (801 ms) 2022-09-27T16:16:31.9140249Z [ RUN ] LoopNest.LoopNestReorderLongStringFull 2022-09-27T16:16:32.9450691Z [ OK ] LoopNest.LoopNestReorderLongStringFull (1031 ms) 2022-09-27T16:16:32.9451159Z [ RUN ] LoopNest.LoopNestReorderInternalLoopNest 2022-09-27T16:16:33.1353729Z [ OK ] LoopNest.LoopNestReorderInternalLoopNest (190 ms) 2022-09-27T16:16:33.1354200Z [ RUN ] LoopNest.OuterLoopVectorization 2022-09-27T16:16:33.1375553Z [ OK ] LoopNest.OuterLoopVectorization (2 ms) 2022-09-27T16:16:33.1376112Z [ RUN ] LoopNest.VectorizeLoopNotNormalized 2022-09-27T16:16:33.1399263Z [ OK ] LoopNest.VectorizeLoopNotNormalized (2 ms) 2022-09-27T16:16:33.1399755Z [ RUN ] LoopNest.Unroll 2022-09-27T16:16:33.1409272Z [ OK ] LoopNest.Unroll (1 ms) 2022-09-27T16:16:33.1409792Z [ RUN ] LoopNest.UnrollOuter 2022-09-27T16:16:33.1429920Z [ OK ] LoopNest.UnrollOuter (2 ms) 2022-09-27T16:16:33.1430436Z [ RUN ] LoopNest.UnrollInner 2022-09-27T16:16:33.1446295Z [ OK ] LoopNest.UnrollInner (1 ms) 2022-09-27T16:16:33.1446882Z [ RUN ] LoopNest.UnrollMultipleStatements 2022-09-27T16:16:33.1455460Z [ OK ] LoopNest.UnrollMultipleStatements (0 ms) 2022-09-27T16:16:33.1456113Z [ RUN ] LoopNest.UnrollNonLiteralConstantBounds 2022-09-27T16:16:33.1471073Z [ OK ] LoopNest.UnrollNonLiteralConstantBounds (1 ms) 2022-09-27T16:16:33.1471671Z [ RUN ] LoopNest.UnrollNonConstantBounds 2022-09-27T16:16:33.1623471Z [ OK ] LoopNest.UnrollNonConstantBounds (15 ms) 2022-09-27T16:16:33.1623974Z [ RUN ] LoopNest.UnrollByFactorsLessThan2 2022-09-27T16:16:33.1630383Z [ OK ] LoopNest.UnrollByFactorsLessThan2 (0 ms) 2022-09-27T16:16:33.1630787Z [ RUN ] LoopNest.UnrollByFactorEqualToIters 2022-09-27T16:16:33.1655883Z [ OK ] LoopNest.UnrollByFactorEqualToIters (2 ms) 2022-09-27T16:16:33.1656297Z [ RUN ] LoopNest.UnrollEmpty 2022-09-27T16:16:33.1660884Z [ OK ] LoopNest.UnrollEmpty (0 ms) 2022-09-27T16:16:33.1661301Z [ RUN ] LoopNest.NoUnroll 2022-09-27T16:16:33.1676445Z [ OK ] LoopNest.NoUnroll (1 ms) 2022-09-27T16:16:33.1676816Z [ RUN ] LoopNest.UnrollWithLet 2022-09-27T16:16:33.1689477Z [ OK ] LoopNest.UnrollWithLet (1 ms) 2022-09-27T16:16:33.1690028Z [ RUN ] LoopNest.IsNormalized 2022-09-27T16:16:33.1690550Z [ OK ] LoopNest.IsNormalized (0 ms) 2022-09-27T16:16:33.1691046Z [ RUN ] LoopNest.NormalizeStartPositive 2022-09-27T16:16:33.1719347Z [ OK ] LoopNest.NormalizeStartPositive (2 ms) 2022-09-27T16:16:33.1719966Z [ RUN ] LoopNest.NormalizeStartNegative 2022-09-27T16:16:33.1754660Z [ OK ] LoopNest.NormalizeStartNegative (3 ms) 2022-09-27T16:16:33.1755240Z [ RUN ] LoopNest.NormalizeStartZero 2022-09-27T16:16:33.1760247Z [ OK ] LoopNest.NormalizeStartZero (0 ms) 2022-09-27T16:16:33.1760768Z [ RUN ] LoopNest.NormalizeStartVariable 2022-09-27T16:16:33.1790444Z [ OK ] LoopNest.NormalizeStartVariable (2 ms) 2022-09-27T16:16:33.1791007Z [ RUN ] LoopNest.NormalizeOnNestedOuterLoop 2022-09-27T16:16:33.1833295Z [ OK ] LoopNest.NormalizeOnNestedOuterLoop (4 ms) 2022-09-27T16:16:33.1833897Z [ RUN ] LoopNest.NormalizeOnNestedInnerLoop 2022-09-27T16:16:33.1861236Z [ OK ] LoopNest.NormalizeOnNestedInnerLoop (2 ms) 2022-09-27T16:16:33.1861850Z [ RUN ] LoopNest.NormalizeAndSplitWithTail 2022-09-27T16:16:33.1916445Z [ OK ] LoopNest.NormalizeAndSplitWithTail (5 ms) 2022-09-27T16:16:33.1917056Z [ RUN ] LoopNest.NotNormalizeAndSplitWithTail 2022-09-27T16:16:33.1991677Z [ OK ] LoopNest.NotNormalizeAndSplitWithTail (7 ms) 2022-09-27T16:16:33.1992156Z [ RUN ] LoopNest.FlattenSimpleLoopNest2D 2022-09-27T16:16:33.2133727Z [ OK ] LoopNest.FlattenSimpleLoopNest2D (14 ms) 2022-09-27T16:16:33.2134098Z [ RUN ] LoopNest.FlattenSimpleLoopNest3D 2022-09-27T16:16:33.3385829Z [ OK ] LoopNest.FlattenSimpleLoopNest3D (125 ms) 2022-09-27T16:16:33.3386284Z [ RUN ] LoopNest.FlattenLoopNestAfterNormalize 2022-09-27T16:16:33.4161158Z [ OK ] LoopNest.FlattenLoopNestAfterNormalize (77 ms) 2022-09-27T16:16:33.4161622Z [ RUN ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds 2022-09-27T16:16:33.4320993Z [ OK ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds (15 ms) 2022-09-27T16:16:33.4321451Z [ RUN ] LoopNest.FlattenImperfectLoopNest 2022-09-27T16:16:33.4323148Z [ OK ] LoopNest.FlattenImperfectLoopNest (0 ms) 2022-09-27T16:16:33.4323561Z [ RUN ] LoopNest.FlattenReductionLoopNest 2022-09-27T16:16:33.4325099Z [ OK ] LoopNest.FlattenReductionLoopNest (0 ms) 2022-09-27T16:16:33.4325537Z [ RUN ] LoopNest.FlattenReductionLoopNestFromTensor 2022-09-27T16:16:33.4341587Z [ OK ] LoopNest.FlattenReductionLoopNestFromTensor (1 ms) 2022-09-27T16:16:33.4341964Z [ RUN ] LoopNest.FlattenIncorrectLoopsAsInput 2022-09-27T16:16:33.4343876Z [ OK ] LoopNest.FlattenIncorrectLoopsAsInput (0 ms) 2022-09-27T16:16:33.4344236Z [ RUN ] LoopNest.DetectInlineRankMismatch 2022-09-27T16:16:33.4358164Z [ OK ] LoopNest.DetectInlineRankMismatch (1 ms) 2022-09-27T16:16:33.4358508Z [ RUN ] LoopNest.CacheReadsSimple 2022-09-27T16:16:33.9757764Z [ OK ] LoopNest.CacheReadsSimple (539 ms) 2022-09-27T16:16:33.9758296Z [ RUN ] LoopNest.CacheReadsOuter 2022-09-27T16:16:34.5707423Z [ OK ] LoopNest.CacheReadsOuter (594 ms) 2022-09-27T16:16:34.5707978Z [ RUN ] LoopNest.CacheReadsInternal 2022-09-27T16:16:35.2519192Z [ OK ] LoopNest.CacheReadsInternal (681 ms) 2022-09-27T16:16:35.2519721Z [ RUN ] LoopNest.CacheReadsInner 2022-09-27T16:16:36.3411592Z [ OK ] LoopNest.CacheReadsInner (1089 ms) 2022-09-27T16:16:36.3412140Z [ RUN ] LoopNest.CacheWritesSimple 2022-09-27T16:16:37.4788491Z [ OK ] LoopNest.CacheWritesSimple (1137 ms) 2022-09-27T16:16:37.4789031Z [ RUN ] LoopNest.DeadStoreElimination 2022-09-27T16:16:37.4991058Z [ OK ] LoopNest.DeadStoreElimination (20 ms) 2022-09-27T16:16:37.4991669Z [ RUN ] LoopNest.DeadStoreEliminationWithIntermediates 2022-09-27T16:16:37.5161567Z [ OK ] LoopNest.DeadStoreEliminationWithIntermediates (17 ms) 2022-09-27T16:16:37.5162228Z [ RUN ] LoopNest.CompoundTensorSimple 2022-09-27T16:16:37.5345233Z [ OK ] LoopNest.CompoundTensorSimple (18 ms) 2022-09-27T16:16:37.5345776Z [ RUN ] LoopNest.InlineConstantIndex 2022-09-27T16:16:37.5390706Z [ OK ] LoopNest.InlineConstantIndex (4 ms) 2022-09-27T16:16:37.5391269Z [ RUN ] LoopNest.CompoundTensorUsed 2022-09-27T16:16:37.5707664Z [ OK ] LoopNest.CompoundTensorUsed (31 ms) 2022-09-27T16:16:37.5708203Z [ RUN ] LoopNest.InlineFromLoad 2022-09-27T16:16:37.5714604Z [ OK ] LoopNest.InlineFromLoad (0 ms) 2022-09-27T16:16:37.5715146Z [ RUN ] LoopNest.OptimizeConditionalsSimple 2022-09-27T16:16:37.5733716Z [ OK ] LoopNest.OptimizeConditionalsSimple (1 ms) 2022-09-27T16:16:37.5734383Z [ RUN ] LoopNest.OptimizeConditionalsNestedConditions 2022-09-27T16:16:37.5760166Z [ OK ] LoopNest.OptimizeConditionalsNestedConditions (2 ms) 2022-09-27T16:16:37.5760872Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStores 2022-09-27T16:16:37.5789900Z [ OK ] LoopNest.OptimizeConditionalsMultipleStores (2 ms) 2022-09-27T16:16:37.5790650Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop 2022-09-27T16:16:37.5856066Z [ OK ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop (6 ms) 2022-09-27T16:16:37.5856794Z [ RUN ] LoopNest.OptimizeConditionalsOuterLoopVar 2022-09-27T16:16:37.5905181Z [ OK ] LoopNest.OptimizeConditionalsOuterLoopVar (4 ms) 2022-09-27T16:16:37.5905897Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotOrdered 2022-09-27T16:16:37.5952045Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotOrdered (4 ms) 2022-09-27T16:16:37.5952803Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotConstants 2022-09-27T16:16:37.5996743Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotConstants (4 ms) 2022-09-27T16:16:37.5997501Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition 2022-09-27T16:16:37.6042654Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition (4 ms) 2022-09-27T16:16:37.6043371Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition2 2022-09-27T16:16:37.6090507Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition2 (4 ms) 2022-09-27T16:16:37.6091219Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition3 2022-09-27T16:16:37.6132600Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition3 (4 ms) 2022-09-27T16:16:37.6133305Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition4 2022-09-27T16:16:37.6170285Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition4 (3 ms) 2022-09-27T16:16:37.6170979Z [ RUN ] LoopNest.OptimizeConditionalsNotNormalized 2022-09-27T16:16:37.6191265Z [ OK ] LoopNest.OptimizeConditionalsNotNormalized (2 ms) 2022-09-27T16:16:37.6191900Z [ RUN ] LoopNest.ColReduceSplitTailEvenReorder 2022-09-27T16:16:40.0647583Z [ OK ] LoopNest.ColReduceSplitTailEvenReorder (2445 ms) 2022-09-27T16:16:40.0648309Z [ RUN ] LoopNest.ColReduceSplitTailUnevenReorder 2022-09-27T16:16:42.0635925Z [ OK ] LoopNest.ColReduceSplitTailUnevenReorder (1998 ms) 2022-09-27T16:16:42.0636552Z [ RUN ] LoopNest.ColReduceSplitMaskEvenReorder 2022-09-27T16:16:44.4999550Z [ OK ] LoopNest.ColReduceSplitMaskEvenReorder (2436 ms) 2022-09-27T16:16:44.5000204Z [ RUN ] LoopNest.ColReduceSplitMaskUnevenReorder 2022-09-27T16:16:46.7480973Z [ OK ] LoopNest.ColReduceSplitMaskUnevenReorder (2248 ms) 2022-09-27T16:16:46.7481623Z [ RUN ] LoopNest.ReorderAxisWithMultipleConds 2022-09-27T16:16:46.7516398Z [ OK ] LoopNest.ReorderAxisWithMultipleConds (3 ms) 2022-09-27T16:16:46.7516771Z [ RUN ] LoopNest.VectorizeUse 2022-09-27T16:16:46.7530561Z [ OK ] LoopNest.VectorizeUse (1 ms) 2022-09-27T16:16:46.7531081Z [ RUN ] LoopNest.Int64Direct 2022-09-27T16:16:46.7537671Z [ OK ] LoopNest.Int64Direct (0 ms) 2022-09-27T16:16:46.7538162Z [ RUN ] LoopNest.Int64Compute 2022-09-27T16:16:46.7547406Z [ OK ] LoopNest.Int64Compute (0 ms) 2022-09-27T16:16:46.7548029Z [ RUN ] LoopNest.DistributeLoopWithAllStmtsAsPivots 2022-09-27T16:16:46.7553501Z [ OK ] LoopNest.DistributeLoopWithAllStmtsAsPivots (0 ms) 2022-09-27T16:16:46.7554093Z [ RUN ] LoopNest.DistributeLoopWithOneStmtAsPivot 2022-09-27T16:16:46.7558717Z [ OK ] LoopNest.DistributeLoopWithOneStmtAsPivot (0 ms) 2022-09-27T16:16:46.7559322Z [ RUN ] LoopNest.DistributeLoopWithoutAnyPivot 2022-09-27T16:16:46.7564396Z [ OK ] LoopNest.DistributeLoopWithoutAnyPivot (0 ms) 2022-09-27T16:16:46.7565002Z [ RUN ] LoopNest.DistributeLoopOverInnerLoops 2022-09-27T16:16:46.7569724Z [ OK ] LoopNest.DistributeLoopOverInnerLoops (0 ms) 2022-09-27T16:16:46.7570348Z [ RUN ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot 2022-09-27T16:16:46.7584293Z [ OK ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot (1 ms) 2022-09-27T16:16:46.7584933Z [ RUN ] LoopNest.fuseLoopsSimple 2022-09-27T16:16:46.7606183Z [ OK ] LoopNest.fuseLoopsSimple (2 ms) 2022-09-27T16:16:46.7606724Z [ RUN ] LoopNest.fuseLoopsMultiple 2022-09-27T16:16:46.7673308Z [ OK ] LoopNest.fuseLoopsMultiple (6 ms) 2022-09-27T16:16:46.7673880Z [ RUN ] LoopNest.fuseLoopsNested 2022-09-27T16:16:46.7753127Z [ OK ] LoopNest.fuseLoopsNested (7 ms) 2022-09-27T16:16:46.7753642Z [ RUN ] LoopNest.fuseLoopsNested2D 2022-09-27T16:16:46.7796137Z [ OK ] LoopNest.fuseLoopsNested2D (4 ms) 2022-09-27T16:16:46.7796698Z [ RUN ] LoopNest.fuseLoopsNested2DInner 2022-09-27T16:16:46.7822624Z [ OK ] LoopNest.fuseLoopsNested2DInner (2 ms) 2022-09-27T16:16:46.7823194Z [ RUN ] LoopNest.fuseLoopsDifferentStopBounds 2022-09-27T16:16:46.7826424Z [ OK ] LoopNest.fuseLoopsDifferentStopBounds (0 ms) 2022-09-27T16:16:46.7827078Z [ RUN ] LoopNest.fuseLoopsDifferentStartBounds 2022-09-27T16:16:46.7829228Z [ OK ] LoopNest.fuseLoopsDifferentStartBounds (0 ms) 2022-09-27T16:16:46.7829784Z [ RUN ] LoopNest.fuseLoopsNotContiguous 2022-09-27T16:16:46.7831742Z [ OK ] LoopNest.fuseLoopsNotContiguous (0 ms) 2022-09-27T16:16:46.7832383Z [ RUN ] LoopNest.fuseLoopsWithDifferentParents 2022-09-27T16:16:46.7834605Z [ OK ] LoopNest.fuseLoopsWithDifferentParents (0 ms) 2022-09-27T16:16:46.7835163Z [ RUN ] LoopNest.fuseLoopsWithVariableBounds 2022-09-27T16:16:46.7873785Z [ OK ] LoopNest.fuseLoopsWithVariableBounds (3 ms) 2022-09-27T16:16:46.7874402Z [ RUN ] LoopNest.fuseLoopsWithExprBounds 2022-09-27T16:16:46.7930773Z [ OK ] LoopNest.fuseLoopsWithExprBounds (5 ms) 2022-09-27T16:16:46.7931412Z [ RUN ] LoopNest.fuseLoopsWithDifferentExprBounds 2022-09-27T16:16:46.7981353Z [ OK ] LoopNest.fuseLoopsWithDifferentExprBounds (5 ms) 2022-09-27T16:16:46.7982006Z [ RUN ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses 2022-09-27T16:16:46.8047655Z [ OK ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses (6 ms) 2022-09-27T16:16:46.8048286Z [ RUN ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses 2022-09-27T16:16:46.8167749Z [ OK ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses (11 ms) 2022-09-27T16:16:46.8168337Z [ RUN ] LoopNest.fuseLoopsWithReductions 2022-09-27T16:16:46.8235725Z [ OK ] LoopNest.fuseLoopsWithReductions (6 ms) 2022-09-27T16:16:46.8236498Z [ RUN ] LoopNest.fuseLoopsWith2DReductions 2022-09-27T16:16:46.8357313Z [ OK ] LoopNest.fuseLoopsWith2DReductions (12 ms) 2022-09-27T16:16:46.8358033Z [ RUN ] LoopNest.fuseLoopsWithComplexIndices 2022-09-27T16:16:46.8468635Z [ OK ] LoopNest.fuseLoopsWithComplexIndices (11 ms) 2022-09-27T16:16:46.8469266Z [ RUN ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices 2022-09-27T16:16:46.8610666Z [ OK ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices (14 ms) 2022-09-27T16:16:46.8611264Z [ RUN ] LoopNest.fuseLoopsWithTranspose 2022-09-27T16:16:46.8687801Z [ OK ] LoopNest.fuseLoopsWithTranspose (7 ms) 2022-09-27T16:16:46.8688387Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies1 2022-09-27T16:16:46.8757799Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies1 (6 ms) 2022-09-27T16:16:46.8758413Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies2 2022-09-27T16:16:46.8824230Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies2 (6 ms) 2022-09-27T16:16:46.8824828Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies3 2022-09-27T16:16:46.8937210Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies3 (11 ms) 2022-09-27T16:16:46.8937792Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies4 2022-09-27T16:16:46.9095815Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies4 (15 ms) 2022-09-27T16:16:46.9096442Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies5 2022-09-27T16:16:46.9171966Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies5 (7 ms) 2022-09-27T16:16:46.9172604Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies6 2022-09-27T16:16:46.9247415Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies6 (7 ms) 2022-09-27T16:16:46.9248056Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies7 2022-09-27T16:16:46.9315823Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies7 (6 ms) 2022-09-27T16:16:46.9316417Z [ RUN ] LoopNest.areLoopsPerfectlyNested 2022-09-27T16:16:46.9316946Z [ OK ] LoopNest.areLoopsPerfectlyNested (0 ms) 2022-09-27T16:16:46.9317543Z [ RUN ] LoopNest.reorderNestedLoops2D 2022-09-27T16:16:46.9318136Z [ OK ] LoopNest.reorderNestedLoops2D (0 ms) 2022-09-27T16:16:46.9318574Z [ RUN ] LoopNest.reorderNestedLoops3D 2022-09-27T16:16:46.9319897Z [ OK ] LoopNest.reorderNestedLoops3D (0 ms) 2022-09-27T16:16:46.9320258Z [ RUN ] LoopNest.reorderNestedLoops4D 2022-09-27T16:16:46.9320666Z [ OK ] LoopNest.reorderNestedLoops4D (0 ms) 2022-09-27T16:16:46.9321061Z [ RUN ] LoopNest.reorderTrivialPermutation 2022-09-27T16:16:46.9321588Z [ OK ] LoopNest.reorderTrivialPermutation (0 ms) 2022-09-27T16:16:46.9321997Z [ RUN ] LoopNest.reorderInvalidPermutations 2022-09-27T16:16:46.9337309Z [ OK ] LoopNest.reorderInvalidPermutations (1 ms) 2022-09-27T16:16:46.9337737Z [ RUN ] LoopNest.reorderInvalidLoopNest 2022-09-27T16:16:46.9339758Z [ OK ] LoopNest.reorderInvalidLoopNest (0 ms) 2022-09-27T16:16:46.9340127Z [ RUN ] LoopNest.compressBufferSimple 2022-09-27T16:16:46.9346808Z [ OK ] LoopNest.compressBufferSimple (0 ms) 2022-09-27T16:16:46.9347421Z [ RUN ] LoopNest.compressBufferMultipleDims 2022-09-27T16:16:46.9351108Z [ OK ] LoopNest.compressBufferMultipleDims (0 ms) 2022-09-27T16:16:46.9351462Z [ RUN ] LoopNest.compressBufferMultipleDims2 2022-09-27T16:16:46.9357382Z [ OK ] LoopNest.compressBufferMultipleDims2 (0 ms) 2022-09-27T16:16:46.9357773Z [ RUN ] LoopNest.compressBufferDifferentOrderIndices 2022-09-27T16:16:46.9362778Z [ OK ] LoopNest.compressBufferDifferentOrderIndices (0 ms) 2022-09-27T16:16:46.9363377Z [ RUN ] LoopNest.compressBufferVariableBounds 2022-09-27T16:16:46.9368308Z [ OK ] LoopNest.compressBufferVariableBounds (0 ms) 2022-09-27T16:16:46.9368778Z [ RUN ] LoopNest.compressBufferNoCommonParentLoops 2022-09-27T16:16:46.9373755Z [ OK ] LoopNest.compressBufferNoCommonParentLoops (0 ms) 2022-09-27T16:16:46.9374128Z [ RUN ] LoopNest.compressBufferIndicesMixed 2022-09-27T16:16:46.9379101Z [ OK ] LoopNest.compressBufferIndicesMixed (0 ms) 2022-09-27T16:16:46.9379453Z [ RUN ] LoopNest.compressMultipleBuffers 2022-09-27T16:16:46.9387922Z [ OK ] LoopNest.compressMultipleBuffers (0 ms) 2022-09-27T16:16:46.9388262Z [ RUN ] LoopNest.sanitizeNames 2022-09-27T16:16:46.9515709Z [ OK ] LoopNest.sanitizeNames (12 ms) 2022-09-27T16:16:46.9516288Z [----------] 174 tests from LoopNest (26726 ms total) 2022-09-27T16:16:46.9516547Z 2022-09-27T16:16:46.9516802Z [----------] 31 tests from MemDependency 2022-09-27T16:16:46.9517096Z [ RUN ] MemDependency.BoundOverlap 2022-09-27T16:16:46.9701547Z [ OK ] MemDependency.BoundOverlap (18 ms) 2022-09-27T16:16:46.9702115Z [ RUN ] MemDependency.BoundComparison 2022-09-27T16:16:46.9803045Z [ OK ] MemDependency.BoundComparison (10 ms) 2022-09-27T16:16:46.9803634Z [ RUN ] MemDependency.BoundOverlapSymbolic 2022-09-27T16:16:46.9930283Z [ OK ] MemDependency.BoundOverlapSymbolic (12 ms) 2022-09-27T16:16:46.9930879Z [ RUN ] MemDependency.BoundOverlapMultiDim 2022-09-27T16:16:47.0068243Z [ OK ] MemDependency.BoundOverlapMultiDim (13 ms) 2022-09-27T16:16:47.0068841Z [ RUN ] MemDependency.BoundSubtract 2022-09-27T16:16:47.0182071Z [ OK ] MemDependency.BoundSubtract (11 ms) 2022-09-27T16:16:47.0182719Z [ RUN ] MemDependency.BoundSubtractSymbolic 2022-09-27T16:16:47.0507487Z [ OK ] MemDependency.BoundSubtractSymbolic (32 ms) 2022-09-27T16:16:47.0508096Z [ RUN ] MemDependency.BoundSubtractMultiDim 2022-09-27T16:16:47.0791302Z [ OK ] MemDependency.BoundSubtractMultiDim (28 ms) 2022-09-27T16:16:47.0791977Z [ RUN ] MemDependency.BoundSubtractMultiDimSymbolic 2022-09-27T16:16:47.1187577Z [ OK ] MemDependency.BoundSubtractMultiDimSymbolic (39 ms) 2022-09-27T16:16:47.1188175Z [ RUN ] MemDependency.MemDependencyCheckerSimple 2022-09-27T16:16:47.1193729Z [ OK ] MemDependency.MemDependencyCheckerSimple (0 ms) 2022-09-27T16:16:47.1194356Z [ RUN ] MemDependency.MemDependencyCheckerMultiStmt 2022-09-27T16:16:47.1204707Z [ OK ] MemDependency.MemDependencyCheckerMultiStmt (1 ms) 2022-09-27T16:16:47.1215995Z [ RUN ] MemDependency.MemDependencyCheckerOverlap 2022-09-27T16:16:47.1216965Z [ OK ] MemDependency.MemDependencyCheckerOverlap (0 ms) 2022-09-27T16:16:47.1217446Z [ RUN ] MemDependency.MemDependencyCheckerLoop 2022-09-27T16:16:47.1237882Z [ OK ] MemDependency.MemDependencyCheckerLoop (2 ms) 2022-09-27T16:16:47.1238301Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduce 2022-09-27T16:16:47.1276514Z [ OK ] MemDependency.MemDependencyCheckerLoopReduce (3 ms) 2022-09-27T16:16:47.1276978Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduceExpanded 2022-09-27T16:16:47.1314284Z [ OK ] MemDependency.MemDependencyCheckerLoopReduceExpanded (3 ms) 2022-09-27T16:16:47.1314730Z [ RUN ] MemDependency.MemDependencyCheckerInputsOutputs 2022-09-27T16:16:47.1338778Z [ OK ] MemDependency.MemDependencyCheckerInputsOutputs (2 ms) 2022-09-27T16:16:47.1339255Z [ RUN ] MemDependency.MemDependencyCheckerOutputDoesntDepend 2022-09-27T16:16:47.1355178Z [ OK ] MemDependency.MemDependencyCheckerOutputDoesntDepend (1 ms) 2022-09-27T16:16:47.1355830Z [ RUN ] MemDependency.MemDependencyCheckerLoopBounds 2022-09-27T16:16:47.1499396Z [ OK ] MemDependency.MemDependencyCheckerLoopBounds (14 ms) 2022-09-27T16:16:47.1499867Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift 2022-09-27T16:16:47.1876219Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift (37 ms) 2022-09-27T16:16:47.1876695Z [ RUN ] MemDependency.MemDependencyCheckerLoopSelfDependency 2022-09-27T16:16:47.4052417Z [ OK ] MemDependency.MemDependencyCheckerLoopSelfDependency (217 ms) 2022-09-27T16:16:47.4052983Z [ RUN ] MemDependency.MemDependencyCheckerLoopDistinctStrides 2022-09-27T16:16:47.4190216Z [ OK ] MemDependency.MemDependencyCheckerLoopDistinctStrides (13 ms) 2022-09-27T16:16:47.4190694Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsCond 2022-09-27T16:16:47.4455630Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsCond (26 ms) 2022-09-27T16:16:47.4456090Z [ RUN ] MemDependency.MemDependencyCheckerIfThenElse 2022-09-27T16:16:47.4640000Z [ OK ] MemDependency.MemDependencyCheckerIfThenElse (18 ms) 2022-09-27T16:16:47.4640445Z [ RUN ] MemDependency.MemDependencyCheckerCutLoop 2022-09-27T16:16:47.4916246Z [ OK ] MemDependency.MemDependencyCheckerCutLoop (27 ms) 2022-09-27T16:16:47.4916656Z [ RUN ] MemDependency.MemDependencyCheckerDynamicShapes 2022-09-27T16:16:47.5326324Z [ OK ] MemDependency.MemDependencyCheckerDynamicShapes (40 ms) 2022-09-27T16:16:47.5326772Z [ RUN ] MemDependency.MemDependencyCheckerMultiDim 2022-09-27T16:16:47.5824367Z [ OK ] MemDependency.MemDependencyCheckerMultiDim (49 ms) 2022-09-27T16:16:47.5824804Z [ RUN ] MemDependency.MemDependencyCheckerComputeAPI 2022-09-27T16:16:47.5968584Z [ OK ] MemDependency.MemDependencyCheckerComputeAPI (14 ms) 2022-09-27T16:16:47.5969050Z [ RUN ] MemDependency.MemDependencyCheckerComputeInline 2022-09-27T16:16:47.6077032Z [ OK ] MemDependency.MemDependencyCheckerComputeInline (10 ms) 2022-09-27T16:16:47.6077464Z [ RUN ] MemDependency.MemDependencyCheckerComputeSplit 2022-09-27T16:16:47.6814017Z [ OK ] MemDependency.MemDependencyCheckerComputeSplit (73 ms) 2022-09-27T16:16:47.6814545Z [ RUN ] MemDependency.MemDependencyCheckerComputeReorder 2022-09-27T16:16:47.7019319Z [ OK ] MemDependency.MemDependencyCheckerComputeReorder (20 ms) 2022-09-27T16:16:47.7019761Z [ RUN ] MemDependency.MemDependencyCheckerComputeReduce 2022-09-27T16:16:47.7170921Z [ OK ] MemDependency.MemDependencyCheckerComputeReduce (15 ms) 2022-09-27T16:16:47.7171357Z [ RUN ] MemDependency.MemDependencyCheckerComputeGEMM 2022-09-27T16:16:47.9219970Z [ OK ] MemDependency.MemDependencyCheckerComputeGEMM (204 ms) 2022-09-27T16:16:47.9220409Z [----------] 31 tests from MemDependency (970 ms total) 2022-09-27T16:16:47.9220596Z 2022-09-27T16:16:47.9220714Z [----------] 2 tests from Ops 2022-09-27T16:16:47.9220951Z [ RUN ] Ops.Sum 2022-09-27T16:16:47.9762242Z [ OK ] Ops.Sum (54 ms) 2022-09-27T16:16:47.9762511Z [ RUN ] Ops.ChannelsLastSum 2022-09-27T16:16:50.0340200Z [ OK ] Ops.ChannelsLastSum (2057 ms) 2022-09-27T16:16:50.0340750Z [----------] 2 tests from Ops (2111 ms total) 2022-09-27T16:16:50.0340984Z 2022-09-27T16:16:50.0342711Z [----------] 10 tests from Quantization 2022-09-27T16:16:50.0343052Z [ RUN ] Quantization.QuantDequantInt8 2022-09-27T16:16:50.0625334Z [ OK ] Quantization.QuantDequantInt8 (28 ms) 2022-09-27T16:16:50.0625692Z [ RUN ] Quantization.QuantDequantUInt8 2022-09-27T16:16:50.0843656Z [ OK ] Quantization.QuantDequantUInt8 (21 ms) 2022-09-27T16:16:50.0844020Z [ RUN ] Quantization.QuantDequantUInt8_NLC 2022-09-27T16:16:50.1135533Z [ OK ] Quantization.QuantDequantUInt8_NLC (29 ms) 2022-09-27T16:16:50.1135879Z [ RUN ] Quantization.QuantAddDequantInt8 2022-09-27T16:16:50.1484947Z [ OK ] Quantization.QuantAddDequantInt8 (34 ms) 2022-09-27T16:16:50.1485334Z [ RUN ] Quantization.QuantAddDequantUInt8 2022-09-27T16:16:50.1790007Z [ OK ] Quantization.QuantAddDequantUInt8 (30 ms) 2022-09-27T16:16:50.1790389Z [ RUN ] Quantization.QuantSigmoidDequantUInt8 2022-09-27T16:16:50.2062011Z [ OK ] Quantization.QuantSigmoidDequantUInt8 (27 ms) 2022-09-27T16:16:50.2062444Z [ RUN ] Quantization.QuantMulDequantUInt8 2022-09-27T16:16:50.2378939Z [ OK ] Quantization.QuantMulDequantUInt8 (31 ms) 2022-09-27T16:16:50.2379382Z [ RUN ] Quantization.QuantUpsampleNearst2dDequantUInt8 2022-09-27T16:16:50.2915455Z [ OK ] Quantization.QuantUpsampleNearst2dDequantUInt8 (53 ms) 2022-09-27T16:16:50.2915862Z [ RUN ] Quantization.UpsampleNearst2d 2022-09-27T16:16:50.3162249Z [ OK ] Quantization.UpsampleNearst2d (24 ms) 2022-09-27T16:16:50.3162625Z [ RUN ] Quantization.QuantCatDequantUInt8 2022-09-27T16:16:50.4433408Z [ OK ] Quantization.QuantCatDequantUInt8 (127 ms) 2022-09-27T16:16:50.4434003Z [----------] 10 tests from Quantization (409 ms total) 2022-09-27T16:16:50.4434221Z 2022-09-27T16:16:50.4434403Z [----------] 2 tests from BufLiveRange 2022-09-27T16:16:50.4434748Z [ RUN ] BufLiveRange.SingleRangeLine 2022-09-27T16:16:50.4435059Z [ OK ] BufLiveRange.SingleRangeLine (0 ms) 2022-09-27T16:16:50.4435367Z [ RUN ] BufLiveRange.MulRangeLine 2022-09-27T16:16:50.4437443Z [ OK ] BufLiveRange.MulRangeLine (0 ms) 2022-09-27T16:16:50.4437828Z [----------] 2 tests from BufLiveRange (0 ms total) 2022-09-27T16:16:50.4437990Z 2022-09-27T16:16:50.4438147Z [----------] 6 tests from MemPlanning 2022-09-27T16:16:50.4438451Z [ RUN ] MemPlanning.MemReuseWithTypeCast 2022-09-27T16:16:50.5159795Z [ OK ] MemPlanning.MemReuseWithTypeCast (71 ms) 2022-09-27T16:16:50.5160149Z [ RUN ] MemPlanning.NoMemReuseForLargerType 2022-09-27T16:16:50.5852416Z [ OK ] MemPlanning.NoMemReuseForLargerType (69 ms) 2022-09-27T16:16:50.5852833Z [ RUN ] MemPlanning.SameBufSizeMemReuse 2022-09-27T16:16:50.5908773Z [ OK ] MemPlanning.SameBufSizeMemReuse (5 ms) 2022-09-27T16:16:50.5909142Z [ RUN ] MemPlanning.SameBufSizeMultiMemReuses 2022-09-27T16:16:50.5975831Z [ OK ] MemPlanning.SameBufSizeMultiMemReuses (6 ms) 2022-09-27T16:16:50.5976254Z [ RUN ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf 2022-09-27T16:16:50.6054712Z [ OK ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf (7 ms) 2022-09-27T16:16:50.6055126Z [ RUN ] MemPlanning.SmallerBufSizeNonMemReuse 2022-09-27T16:16:50.6109942Z [ OK ] MemPlanning.SmallerBufSizeNonMemReuse (5 ms) 2022-09-27T16:16:50.6110379Z [----------] 6 tests from MemPlanning (167 ms total) 2022-09-27T16:16:50.6110528Z 2022-09-27T16:16:50.6110687Z [----------] 45 tests from Reductions 2022-09-27T16:16:50.6111021Z [ RUN ] Reductions.ReduceSum0D_1 2022-09-27T16:16:50.6122506Z [ OK ] Reductions.ReduceSum0D_1 (1 ms) 2022-09-27T16:16:50.6122793Z [ RUN ] Reductions.ReduceSum0D_2 2022-09-27T16:16:50.6126153Z [ OK ] Reductions.ReduceSum0D_2 (0 ms) 2022-09-27T16:16:50.6126456Z [ RUN ] Reductions.ReduceSum1D 2022-09-27T16:16:50.6141169Z [ OK ] Reductions.ReduceSum1D (1 ms) 2022-09-27T16:16:50.6141654Z [ RUN ] Reductions.ReduceSum2D 2022-09-27T16:16:50.6192114Z [ OK ] Reductions.ReduceSum2D (5 ms) 2022-09-27T16:16:50.6192529Z [ RUN ] Reductions.ReduceSum3D 2022-09-27T16:16:50.6675011Z [ OK ] Reductions.ReduceSum3D (48 ms) 2022-09-27T16:16:50.6675329Z [ RUN ] Reductions.ReduceSum10D 2022-09-27T16:17:03.2462906Z [ OK ] Reductions.ReduceSum10D (12578 ms) 2022-09-27T16:17:03.2463263Z [ RUN ] Reductions.ReduceProduct 2022-09-27T16:17:03.2513872Z [ OK ] Reductions.ReduceProduct (5 ms) 2022-09-27T16:17:03.2514175Z [ RUN ] Reductions.ReduceMax 2022-09-27T16:17:03.2572783Z [ OK ] Reductions.ReduceMax (5 ms) 2022-09-27T16:17:03.2573126Z [ RUN ] Reductions.ReduceMinCustomInitializer 2022-09-27T16:17:03.3092288Z [ OK ] Reductions.ReduceMinCustomInitializer (51 ms) 2022-09-27T16:17:03.3092632Z [ RUN ] Reductions.ReduceAnyAll 2022-09-27T16:17:03.3406189Z [ OK ] Reductions.ReduceAnyAll (31 ms) 2022-09-27T16:17:03.3406487Z [ RUN ] Reductions.ReduceMatmul2D 2022-09-27T16:17:03.3558098Z [ OK ] Reductions.ReduceMatmul2D (15 ms) 2022-09-27T16:17:03.3558428Z [ RUN ] Reductions.ReduceRfactorLike 2022-09-27T16:17:03.3716497Z [ OK ] Reductions.ReduceRfactorLike (15 ms) 2022-09-27T16:17:03.3716828Z [ RUN ] Reductions.ReduceAsProducer 2022-09-27T16:17:03.4071661Z [ OK ] Reductions.ReduceAsProducer (35 ms) 2022-09-27T16:17:03.4071982Z [ RUN ] Reductions.ReduceAsConsumer 2022-09-27T16:17:03.4591797Z [ OK ] Reductions.ReduceAsConsumer (51 ms) 2022-09-27T16:17:03.4592130Z [ RUN ] Reductions.SplitReduceAxis 2022-09-27T16:17:03.4838496Z [ OK ] Reductions.SplitReduceAxis (24 ms) 2022-09-27T16:17:03.4838810Z [ RUN ] Reductions.SplitNonReduceAxis 2022-09-27T16:17:03.5351547Z [ OK ] Reductions.SplitNonReduceAxis (51 ms) 2022-09-27T16:17:03.5351926Z [ RUN ] Reductions.ReorderedReductionInitializer 2022-09-27T16:17:03.5998412Z [ OK ] Reductions.ReorderedReductionInitializer (64 ms) 2022-09-27T16:17:03.5998750Z [ RUN ] Reductions.ReduceRfactor 2022-09-27T16:17:03.6146231Z [ OK ] Reductions.ReduceRfactor (14 ms) 2022-09-27T16:17:03.6146598Z [ RUN ] Reductions.Reduce3DRfactorInner 2022-09-27T16:17:03.8036509Z [ OK ] Reductions.Reduce3DRfactorInner (188 ms) 2022-09-27T16:17:03.8036852Z [ RUN ] Reductions.Reduce3DRfactorOuter 2022-09-27T16:17:03.9882797Z [ OK ] Reductions.Reduce3DRfactorOuter (184 ms) 2022-09-27T16:17:03.9883211Z [ RUN ] Reductions.ReduceRepeatedInternalRfactor 2022-09-27T16:17:07.2386811Z [ OK ] Reductions.ReduceRepeatedInternalRfactor (3250 ms) 2022-09-27T16:17:07.2387244Z [ RUN ] Reductions.ReduceSplitTail 2022-09-27T16:17:07.9084251Z [ OK ] Reductions.ReduceSplitTail (669 ms) 2022-09-27T16:17:07.9084706Z [ RUN ] Reductions.ReduceSplitNoTail 2022-09-27T16:17:08.6490948Z [ OK ] Reductions.ReduceSplitNoTail (740 ms) 2022-09-27T16:17:08.6491393Z [ RUN ] Reductions.ReduceOverSplitTail 2022-09-27T16:17:09.2990829Z [ OK ] Reductions.ReduceOverSplitTail (649 ms) 2022-09-27T16:17:09.2991224Z [ RUN ] Reductions.ReduceSplitMask 2022-09-27T16:17:10.1080222Z [ OK ] Reductions.ReduceSplitMask (808 ms) 2022-09-27T16:17:10.1080726Z [ RUN ] Reductions.ReduceSplitNoMask 2022-09-27T16:17:10.9056033Z [ OK ] Reductions.ReduceSplitNoMask (797 ms) 2022-09-27T16:17:10.9056565Z [ RUN ] Reductions.ReduceOverSplitMask 2022-09-27T16:17:11.5277399Z [ OK ] Reductions.ReduceOverSplitMask (622 ms) 2022-09-27T16:17:11.5278274Z [ RUN ] Reductions.ReduceSplitRfactor 2022-09-27T16:17:11.5951717Z [ OK ] Reductions.ReduceSplitRfactor (67 ms) 2022-09-27T16:17:11.5952578Z [ RUN ] Reductions.ReduceOverSplitRfactor 2022-09-27T16:17:11.6152670Z [ OK ] Reductions.ReduceOverSplitRfactor (20 ms) 2022-09-27T16:17:11.6153299Z [ RUN ] Reductions.ReduceInlineReduction 2022-09-27T16:17:11.6165074Z [ OK ] Reductions.ReduceInlineReduction (1 ms) 2022-09-27T16:17:11.6165646Z [ RUN ] Reductions.ReduceInlineConsumer 2022-09-27T16:17:11.7675904Z [ OK ] Reductions.ReduceInlineConsumer (150 ms) 2022-09-27T16:17:11.7676527Z [ RUN ] Reductions.ReduceInlineReducerInternal 2022-09-27T16:17:11.9197647Z [ OK ] Reductions.ReduceInlineReducerInternal (152 ms) 2022-09-27T16:17:11.9198343Z [ RUN ] Reductions.ReductionCacheAccessesOperatorAxis 2022-09-27T16:17:11.9923488Z [ OK ] Reductions.ReductionCacheAccessesOperatorAxis (72 ms) 2022-09-27T16:17:11.9924271Z [ RUN ] Reductions.ReductionCacheAccessesOuterReduceAxis 2022-09-27T16:17:12.1150868Z [ OK ] Reductions.ReductionCacheAccessesOuterReduceAxis (122 ms) 2022-09-27T16:17:12.1151583Z [ RUN ] Reductions.ReductionCacheAccessesInnerReduceAxis 2022-09-27T16:17:12.1859267Z [ OK ] Reductions.ReductionCacheAccessesInnerReduceAxis (70 ms) 2022-09-27T16:17:12.1859971Z [ RUN ] Reductions.ReductionCacheBodyAccess 2022-09-27T16:17:12.2067461Z [ OK ] Reductions.ReductionCacheBodyAccess (20 ms) 2022-09-27T16:17:12.2068112Z [ RUN ] Reductions.ReductionCacheConsumerAccess 2022-09-27T16:17:12.2295592Z [ OK ] Reductions.ReductionCacheConsumerAccess (22 ms) 2022-09-27T16:17:12.2296288Z [ RUN ] Reductions.ReductionSplitCacheConsumerAccess 2022-09-27T16:17:12.2545974Z [ OK ] Reductions.ReductionSplitCacheConsumerAccess (25 ms) 2022-09-27T16:17:12.2546740Z [ RUN ] Reductions.ReductionReorderCacheConsumerAccess 2022-09-27T16:17:12.2768442Z [ OK ] Reductions.ReductionReorderCacheConsumerAccess (22 ms) 2022-09-27T16:17:12.2768904Z [ RUN ] Reductions.ReductionRfactorCacheTempOuter 2022-09-27T16:17:12.5460845Z [ OK ] Reductions.ReductionRfactorCacheTempOuter (269 ms) 2022-09-27T16:17:12.5461269Z [ RUN ] Reductions.ReductionRfactorCacheTempInner 2022-09-27T16:17:12.7548592Z [ OK ] Reductions.ReductionRfactorCacheTempInner (208 ms) 2022-09-27T16:17:12.7549142Z [ RUN ] Reductions.ReductionVectorize 2022-09-27T16:17:12.7723487Z [ OK ] Reductions.ReductionVectorize (17 ms) 2022-09-27T16:17:12.7724105Z [ RUN ] Reductions.ReductionVectorizeInner 2022-09-27T16:17:12.7728392Z [ OK ] Reductions.ReductionVectorizeInner (0 ms) 2022-09-27T16:17:12.7729030Z [ RUN ] Reductions.ReductionVectorizeRfactor 2022-09-27T16:17:12.7921473Z [ OK ] Reductions.ReductionVectorizeRfactor (19 ms) 2022-09-27T16:17:12.7922033Z [ RUN ] Reductions.InitFunction 2022-09-27T16:17:12.7945113Z [ OK ] Reductions.InitFunction (2 ms) 2022-09-27T16:17:12.7945556Z [----------] 45 tests from Reductions (22183 ms total) 2022-09-27T16:17:12.7947432Z 2022-09-27T16:17:12.7948226Z [----------] 69 tests from Registerizer 2022-09-27T16:17:12.7948723Z [ RUN ] Registerizer.RegisterizerSimple 2022-09-27T16:17:12.7992076Z [ OK ] Registerizer.RegisterizerSimple (4 ms) 2022-09-27T16:17:12.7992610Z [ RUN ] Registerizer.RegisterizerLoop 2022-09-27T16:17:12.8009507Z [ OK ] Registerizer.RegisterizerLoop (1 ms) 2022-09-27T16:17:12.8010124Z [ RUN ] Registerizer.RegisterizerLoopFixedLoad 2022-09-27T16:17:12.8030393Z [ OK ] Registerizer.RegisterizerLoopFixedLoad (2 ms) 2022-09-27T16:17:12.8031236Z [ RUN ] Registerizer.RegisterizerLoopInternal 2022-09-27T16:17:12.8049849Z [ OK ] Registerizer.RegisterizerLoopInternal (1 ms) 2022-09-27T16:17:12.8050427Z [ RUN ] Registerizer.RegisterizerLoopInternalLoadOverlap 2022-09-27T16:17:12.8075172Z [ OK ] Registerizer.RegisterizerLoopInternalLoadOverlap (2 ms) 2022-09-27T16:17:12.8075773Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeated 2022-09-27T16:17:12.8123067Z [ OK ] Registerizer.RegisterizerLoopInternalRepeated (4 ms) 2022-09-27T16:17:12.8123786Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar 2022-09-27T16:17:12.8161301Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar (3 ms) 2022-09-27T16:17:12.8161964Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther 2022-09-27T16:17:12.8199921Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther (3 ms) 2022-09-27T16:17:12.8200388Z [ RUN ] Registerizer.RegisterizerMultiVar 2022-09-27T16:17:12.8238754Z [ OK ] Registerizer.RegisterizerMultiVar (3 ms) 2022-09-27T16:17:12.8239244Z [ RUN ] Registerizer.RegisterizerVariableLoad 2022-09-27T16:17:12.8270214Z [ OK ] Registerizer.RegisterizerVariableLoad (3 ms) 2022-09-27T16:17:12.8270793Z [ RUN ] Registerizer.RegisterizerSymbolicIndices 2022-09-27T16:17:12.8293096Z [ OK ] Registerizer.RegisterizerSymbolicIndices (2 ms) 2022-09-27T16:17:12.8293928Z [ RUN ] Registerizer.RegisterizerMultiLoop 2022-09-27T16:17:12.8329379Z [ OK ] Registerizer.RegisterizerMultiLoop (3 ms) 2022-09-27T16:17:12.8329971Z [ RUN ] Registerizer.RegisterizerRepeated 2022-09-27T16:17:12.8377287Z [ OK ] Registerizer.RegisterizerRepeated (4 ms) 2022-09-27T16:17:12.8377640Z [ RUN ] Registerizer.RegisterizerNoLoads 2022-09-27T16:17:12.8397985Z [ OK ] Registerizer.RegisterizerNoLoads (2 ms) 2022-09-27T16:17:12.8398366Z [ RUN ] Registerizer.RegisterizerNoRepeatedStores 2022-09-27T16:17:12.8421597Z [ OK ] Registerizer.RegisterizerNoRepeatedStores (2 ms) 2022-09-27T16:17:12.8421988Z [ RUN ] Registerizer.RegisterizerMultiVarOverlap 2022-09-27T16:17:12.8469210Z [ OK ] Registerizer.RegisterizerMultiVarOverlap (4 ms) 2022-09-27T16:17:12.8469665Z [ RUN ] Registerizer.RegisterizerAllocs 2022-09-27T16:17:12.8510752Z [ OK ] Registerizer.RegisterizerAllocs (4 ms) 2022-09-27T16:17:12.8511112Z [ RUN ] Registerizer.RegisterizerNoInitializer 2022-09-27T16:17:12.8528302Z [ OK ] Registerizer.RegisterizerNoInitializer (1 ms) 2022-09-27T16:17:12.8528694Z [ RUN ] Registerizer.RegisterizerNoInitializerLoopVar 2022-09-27T16:17:12.8546130Z [ OK ] Registerizer.RegisterizerNoInitializerLoopVar (1 ms) 2022-09-27T16:17:12.8546566Z [ RUN ] Registerizer.RegisterizerLoadThenStore 2022-09-27T16:17:12.8571369Z [ OK ] Registerizer.RegisterizerLoadThenStore (2 ms) 2022-09-27T16:17:12.8571799Z [ RUN ] Registerizer.RegisterizerParallelized 2022-09-27T16:17:12.8607053Z [ OK ] Registerizer.RegisterizerParallelized (3 ms) 2022-09-27T16:17:12.8607499Z [ RUN ] Registerizer.RegisterizerConditionAfter 2022-09-27T16:17:12.8631177Z [ OK ] Registerizer.RegisterizerConditionAfter (2 ms) 2022-09-27T16:17:12.8631621Z [ RUN ] Registerizer.RegisterizerConditionBefore 2022-09-27T16:17:12.8654889Z [ OK ] Registerizer.RegisterizerConditionBefore (2 ms) 2022-09-27T16:17:12.8655545Z [ RUN ] Registerizer.RegisterizerConditionInside 2022-09-27T16:17:12.8684929Z [ OK ] Registerizer.RegisterizerConditionInside (3 ms) 2022-09-27T16:17:12.8685936Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap1 2022-09-27T16:17:12.8718492Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap1 (3 ms) 2022-09-27T16:17:12.8719415Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap2 2022-09-27T16:17:12.8764762Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap2 (4 ms) 2022-09-27T16:17:12.8765420Z [ RUN ] Registerizer.RegisterizerConditionHidden 2022-09-27T16:17:12.8781743Z [ OK ] Registerizer.RegisterizerConditionHidden (1 ms) 2022-09-27T16:17:12.8782446Z [ RUN ] Registerizer.RegisterizerConditionUnhidden 2022-09-27T16:17:12.8808427Z [ OK ] Registerizer.RegisterizerConditionUnhidden (2 ms) 2022-09-27T16:17:12.8809070Z [ RUN ] Registerizer.RegisterizerCondCondition 2022-09-27T16:17:12.8834664Z [ OK ] Registerizer.RegisterizerCondCondition (2 ms) 2022-09-27T16:17:12.8835317Z [ RUN ] Registerizer.RegisterizerCondConditionUnhidden 2022-09-27T16:17:12.8863889Z [ OK ] Registerizer.RegisterizerCondConditionUnhidden (2 ms) 2022-09-27T16:17:12.8864594Z [ RUN ] Registerizer.RegisterizerIfThenElseHidden 2022-09-27T16:17:12.8917771Z [ OK ] Registerizer.RegisterizerIfThenElseHidden (5 ms) 2022-09-27T16:17:12.8918412Z [ RUN ] Registerizer.RegisterizerIfThenElseUnhidden 2022-09-27T16:17:12.8976941Z [ OK ] Registerizer.RegisterizerIfThenElseUnhidden (5 ms) 2022-09-27T16:17:12.8977572Z [ RUN ] Registerizer.RegisterizerIfThenElseNested 2022-09-27T16:17:12.9006377Z [ OK ] Registerizer.RegisterizerIfThenElseNested (2 ms) 2022-09-27T16:17:12.9007034Z [ RUN ] Registerizer.RegisterizerIfThenElseInternal 2022-09-27T16:17:12.9042871Z [ OK ] Registerizer.RegisterizerIfThenElseInternal (3 ms) 2022-09-27T16:17:12.9043547Z [ RUN ] Registerizer.RegisterizerIfThenElseCondition 2022-09-27T16:17:12.9064120Z [ OK ] Registerizer.RegisterizerIfThenElseCondition (2 ms) 2022-09-27T16:17:12.9064850Z [ RUN ] Registerizer.RegisterizerIfThenElseConditionUnhidden 2022-09-27T16:17:12.9093757Z [ OK ] Registerizer.RegisterizerIfThenElseConditionUnhidden (2 ms) 2022-09-27T16:17:12.9094477Z [ RUN ] Registerizer.RegisterizerConditionBranchOnly 2022-09-27T16:17:12.9257849Z [ OK ] Registerizer.RegisterizerConditionBranchOnly (16 ms) 2022-09-27T16:17:12.9258518Z [ RUN ] Registerizer.RegisterizerCondIfThenElse 2022-09-27T16:17:12.9289585Z [ OK ] Registerizer.RegisterizerCondIfThenElse (3 ms) 2022-09-27T16:17:12.9290229Z [ RUN ] Registerizer.RegisterizerIfThenElseLoop 2022-09-27T16:17:12.9312112Z [ OK ] Registerizer.RegisterizerIfThenElseLoop (2 ms) 2022-09-27T16:17:12.9312756Z [ RUN ] Registerizer.RegisterizerIfThenElseLoopCut 2022-09-27T16:17:12.9336178Z [ OK ] Registerizer.RegisterizerIfThenElseLoopCut (2 ms) 2022-09-27T16:17:12.9336823Z [ RUN ] Registerizer.RegisterizerPartialAfter 2022-09-27T16:17:12.9378465Z [ OK ] Registerizer.RegisterizerPartialAfter (4 ms) 2022-09-27T16:17:12.9379088Z [ RUN ] Registerizer.RegisterizerPartialBefore 2022-09-27T16:17:12.9420438Z [ OK ] Registerizer.RegisterizerPartialBefore (4 ms) 2022-09-27T16:17:12.9421071Z [ RUN ] Registerizer.RegisterizerPartialInside 2022-09-27T16:17:12.9471541Z [ OK ] Registerizer.RegisterizerPartialInside (5 ms) 2022-09-27T16:17:12.9472177Z [ RUN ] Registerizer.RegisterizerPartialCondition 2022-09-27T16:17:12.9533209Z [ OK ] Registerizer.RegisterizerPartialCondition (6 ms) 2022-09-27T16:17:12.9534122Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalCut 2022-09-27T16:17:12.9553406Z [ OK ] Registerizer.RegisterizerPartialConditionInternalCut (2 ms) 2022-09-27T16:17:12.9554495Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalStart 2022-09-27T16:17:12.9572248Z [ OK ] Registerizer.RegisterizerPartialConditionInternalStart (1 ms) 2022-09-27T16:17:12.9572974Z [ RUN ] Registerizer.RegisterizerPartialOverlapsTwo 2022-09-27T16:17:12.9610362Z [ OK ] Registerizer.RegisterizerPartialOverlapsTwo (3 ms) 2022-09-27T16:17:12.9610999Z [ RUN ] Registerizer.RegisterizerNestedBlocks 2022-09-27T16:17:12.9634597Z [ OK ] Registerizer.RegisterizerNestedBlocks (2 ms) 2022-09-27T16:17:12.9635204Z [ RUN ] Registerizer.RegisterizerNestedConditions 2022-09-27T16:17:12.9659893Z [ OK ] Registerizer.RegisterizerNestedConditions (2 ms) 2022-09-27T16:17:12.9660565Z [ RUN ] Registerizer.RegisterizerNestedConditionsUnhidden 2022-09-27T16:17:12.9689562Z [ OK ] Registerizer.RegisterizerNestedConditionsUnhidden (2 ms) 2022-09-27T16:17:12.9690292Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenFirst 2022-09-27T16:17:12.9728226Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenFirst (3 ms) 2022-09-27T16:17:12.9728964Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenSecond 2022-09-27T16:17:12.9766816Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenSecond (3 ms) 2022-09-27T16:17:12.9767524Z [ RUN ] Registerizer.RegisterizerNestedConditionsCut 2022-09-27T16:17:12.9789680Z [ OK ] Registerizer.RegisterizerNestedConditionsCut (2 ms) 2022-09-27T16:17:12.9790374Z [ RUN ] Registerizer.RegisterizerNestedConditionLoopHidden 2022-09-27T16:17:12.9824737Z [ OK ] Registerizer.RegisterizerNestedConditionLoopHidden (3 ms) 2022-09-27T16:17:12.9825449Z [ RUN ] Registerizer.RegisterizerNestedConditionThreeDeep 2022-09-27T16:17:12.9895312Z [ OK ] Registerizer.RegisterizerNestedConditionThreeDeep (6 ms) 2022-09-27T16:17:12.9895987Z [ RUN ] Registerizer.RegisterizerNestedLoopSimple 2022-09-27T16:17:12.9918188Z [ OK ] Registerizer.RegisterizerNestedLoopSimple (2 ms) 2022-09-27T16:17:12.9918823Z [ RUN ] Registerizer.RegisterizerHiddenAccessYes 2022-09-27T16:17:12.9962148Z [ OK ] Registerizer.RegisterizerHiddenAccessYes (4 ms) 2022-09-27T16:17:12.9962776Z [ RUN ] Registerizer.RegisterizerHiddenAccessNo 2022-09-27T16:17:12.9998913Z [ OK ] Registerizer.RegisterizerHiddenAccessNo (3 ms) 2022-09-27T16:17:12.9999571Z [ RUN ] Registerizer.RegisterizerHiddenAccessMultiLoop 2022-09-27T16:17:13.0048619Z [ OK ] Registerizer.RegisterizerHiddenAccessMultiLoop (4 ms) 2022-09-27T16:17:13.0049305Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoops 2022-09-27T16:17:13.0081120Z [ OK ] Registerizer.RegisterizerTwoConditionalLoops (3 ms) 2022-09-27T16:17:13.0081825Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoopsCut 2022-09-27T16:17:13.0119153Z [ OK ] Registerizer.RegisterizerTwoConditionalLoopsCut (3 ms) 2022-09-27T16:17:13.0119816Z [ RUN ] Registerizer.RegisterizerLoopLetVar 2022-09-27T16:17:13.0139187Z [ OK ] Registerizer.RegisterizerLoopLetVar (1 ms) 2022-09-27T16:17:13.0139798Z [ RUN ] Registerizer.RegisterizerLoopLetVarOuter 2022-09-27T16:17:13.0158256Z [ OK ] Registerizer.RegisterizerLoopLetVarOuter (1 ms) 2022-09-27T16:17:13.0158863Z [ RUN ] Registerizer.RegisterizerMultiDim 2022-09-27T16:17:13.0183053Z [ OK ] Registerizer.RegisterizerMultiDim (2 ms) 2022-09-27T16:17:13.0183665Z [ RUN ] Registerizer.RegisterizerMultiDimPartial 2022-09-27T16:17:13.0215201Z [ OK ] Registerizer.RegisterizerMultiDimPartial (3 ms) 2022-09-27T16:17:13.0216146Z [ RUN ] Registerizer.RegisterizerMultiDimOverlap 2022-09-27T16:17:13.0253645Z [ OK ] Registerizer.RegisterizerMultiDimOverlap (3 ms) 2022-09-27T16:17:13.0254626Z [ RUN ] Registerizer.RegisterizerMultiDimPartialOverlap 2022-09-27T16:17:13.0295982Z [ OK ] Registerizer.RegisterizerMultiDimPartialOverlap (4 ms) 2022-09-27T16:17:13.0296675Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction1 2022-09-27T16:17:13.0339106Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction1 (4 ms) 2022-09-27T16:17:13.0339784Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction2 2022-09-27T16:17:13.0384201Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction2 (4 ms) 2022-09-27T16:17:13.0384834Z [----------] 69 tests from Registerizer (243 ms total) 2022-09-27T16:17:13.0385066Z 2022-09-27T16:17:13.0385292Z [----------] 92 tests from Simplify 2022-09-27T16:17:13.0385728Z [ RUN ] Simplify.ConstantFoldSimple 2022-09-27T16:17:13.0388689Z [ OK ] Simplify.ConstantFoldSimple (0 ms) 2022-09-27T16:17:13.0389203Z [ RUN ] Simplify.ConstantFoldTwoLayer 2022-09-27T16:17:13.0396076Z [ OK ] Simplify.ConstantFoldTwoLayer (0 ms) 2022-09-27T16:17:13.0396580Z [ RUN ] Simplify.ConstantFoldShifts 2022-09-27T16:17:13.0403384Z [ OK ] Simplify.ConstantFoldShifts (0 ms) 2022-09-27T16:17:13.0403903Z [ RUN ] Simplify.ConstantFoldBitwise 2022-09-27T16:17:13.0409227Z [ OK ] Simplify.ConstantFoldBitwise (0 ms) 2022-09-27T16:17:13.0409772Z [ RUN ] Simplify.ConstantFoldMultiOp 2022-09-27T16:17:13.0421378Z [ OK ] Simplify.ConstantFoldMultiOp (1 ms) 2022-09-27T16:17:13.0421894Z [ RUN ] Simplify.ConstantFoldMinMax 2022-09-27T16:17:13.0427119Z [ OK ] Simplify.ConstantFoldMinMax (0 ms) 2022-09-27T16:17:13.0427654Z [ RUN ] Simplify.ConstantFoldIntrinsics 2022-09-27T16:17:13.0441357Z [ OK ] Simplify.ConstantFoldIntrinsics (1 ms) 2022-09-27T16:17:13.0441897Z [ RUN ] Simplify.ConstantFoldCastToBool 2022-09-27T16:17:13.0445342Z [ OK ] Simplify.ConstantFoldCastToBool (0 ms) 2022-09-27T16:17:13.0445883Z [ RUN ] Simplify.ConstantFoldWithVar 2022-09-27T16:17:13.0453339Z [ OK ] Simplify.ConstantFoldWithVar (0 ms) 2022-09-27T16:17:13.0453935Z [ RUN ] Simplify.ConditionalSelectFoldSimple 2022-09-27T16:17:13.0477526Z [ OK ] Simplify.ConditionalSelectFoldSimple (2 ms) 2022-09-27T16:17:13.0477905Z [ RUN ] Simplify.ConditionalSelectFoldTwoLayer 2022-09-27T16:17:13.0509453Z [ OK ] Simplify.ConditionalSelectFoldTwoLayer (3 ms) 2022-09-27T16:17:13.0509816Z [ RUN ] Simplify.ConditionalSelectFoldWithVar 2022-09-27T16:17:13.0514162Z [ OK ] Simplify.ConditionalSelectFoldWithVar (0 ms) 2022-09-27T16:17:13.0514508Z [ RUN ] Simplify.UnFoldableExpr 2022-09-27T16:17:13.0519701Z [ OK ] Simplify.UnFoldableExpr (0 ms) 2022-09-27T16:17:13.0520070Z [ RUN ] Simplify.HashSimple 2022-09-27T16:17:13.0520833Z [ OK ] Simplify.HashSimple (0 ms) 2022-09-27T16:17:13.0521320Z [ RUN ] Simplify.HashEquivalence 2022-09-27T16:17:13.0522528Z [ OK ] Simplify.HashEquivalence (0 ms) 2022-09-27T16:17:13.0523023Z [ RUN ] Simplify.HashEquivalenceRand 2022-09-27T16:17:13.0523619Z [ OK ] Simplify.HashEquivalenceRand (0 ms) 2022-09-27T16:17:13.0523986Z [ RUN ] Simplify.HashEquivalenceAfterFolding 2022-09-27T16:17:13.0526523Z [ OK ] Simplify.HashEquivalenceAfterFolding (0 ms) 2022-09-27T16:17:13.0527233Z [ RUN ] Simplify.HashDifferenceTypes 2022-09-27T16:17:13.0532616Z [ OK ] Simplify.HashDifferenceTypes (0 ms) 2022-09-27T16:17:13.0532955Z [ RUN ] Simplify.HashLargeExpression 2022-09-27T16:17:13.0536201Z [ OK ] Simplify.HashLargeExpression (0 ms) 2022-09-27T16:17:13.0536669Z [ RUN ] Simplify.HashForLoopOptions 2022-09-27T16:17:13.0539265Z [ OK ] Simplify.HashForLoopOptions (0 ms) 2022-09-27T16:17:13.0539726Z [ RUN ] Simplify.SimplifyAdd 2022-09-27T16:17:13.0544450Z [ OK ] Simplify.SimplifyAdd (0 ms) 2022-09-27T16:17:13.0544976Z [ RUN ] Simplify.SimplifySub 2022-09-27T16:17:13.0548550Z [ OK ] Simplify.SimplifySub (0 ms) 2022-09-27T16:17:13.0548868Z [ RUN ] Simplify.SimplifyMultiLayer 2022-09-27T16:17:13.0558894Z [ OK ] Simplify.SimplifyMultiLayer (1 ms) 2022-09-27T16:17:13.0559202Z [ RUN ] Simplify.SimplifyMultiTerm 2022-09-27T16:17:13.0564803Z [ OK ] Simplify.SimplifyMultiTerm (0 ms) 2022-09-27T16:17:13.0565110Z [ RUN ] Simplify.SimplifyCasts 2022-09-27T16:17:13.0575019Z [ OK ] Simplify.SimplifyCasts (0 ms) 2022-09-27T16:17:13.0575331Z [ RUN ] Simplify.SimplifyEliminatesNoOps 2022-09-27T16:17:13.0577166Z [ OK ] Simplify.SimplifyEliminatesNoOps (0 ms) 2022-09-27T16:17:13.0577494Z [ RUN ] Simplify.SimplifyMultiVar 2022-09-27T16:17:13.0579676Z [ OK ] Simplify.SimplifyMultiVar (0 ms) 2022-09-27T16:17:13.0580021Z [ RUN ] Simplify.SimplifyEliminatesVar 2022-09-27T16:17:13.0581956Z [ OK ] Simplify.SimplifyEliminatesVar (0 ms) 2022-09-27T16:17:13.0582327Z [ RUN ] Simplify.SimplifyAdds 2022-09-27T16:17:13.0615812Z [ OK ] Simplify.SimplifyAdds (3 ms) 2022-09-27T16:17:13.0616101Z [ RUN ] Simplify.SimplifyMuls 2022-09-27T16:17:13.0666666Z [ OK ] Simplify.SimplifyMuls (5 ms) 2022-09-27T16:17:13.0666960Z [ RUN ] Simplify.SimplifySubs 2022-09-27T16:17:13.0764595Z [ OK ] Simplify.SimplifySubs (9 ms) 2022-09-27T16:17:13.0764965Z [ RUN ] Simplify.SimplifyDiv 2022-09-27T16:17:13.0767312Z [ OK ] Simplify.SimplifyDiv (0 ms) 2022-09-27T16:17:13.0767642Z [ RUN ] Simplify.SimplifyDivWithLoopContext0 2022-09-27T16:17:13.0782503Z [ OK ] Simplify.SimplifyDivWithLoopContext0 (1 ms) 2022-09-27T16:17:13.0782927Z [ RUN ] Simplify.SimplifyDivWithLoopContext1 2022-09-27T16:17:13.0811022Z [ OK ] Simplify.SimplifyDivWithLoopContext1 (2 ms) 2022-09-27T16:17:13.0811413Z [ RUN ] Simplify.SimplifyDivWithLoopContext2 2022-09-27T16:17:13.0838299Z [ OK ] Simplify.SimplifyDivWithLoopContext2 (2 ms) 2022-09-27T16:17:13.0838667Z [ RUN ] Simplify.SimplifyDivWithLoopContext3 2022-09-27T16:17:13.0849786Z [ OK ] Simplify.SimplifyDivWithLoopContext3 (1 ms) 2022-09-27T16:17:13.0850157Z [ RUN ] Simplify.SimplifyDivWithLoopContext4 2022-09-27T16:17:13.0881515Z [ OK ] Simplify.SimplifyDivWithLoopContext4 (3 ms) 2022-09-27T16:17:13.0881967Z [ RUN ] Simplify.SimplifyDivWithLoopContext5 2022-09-27T16:17:13.0918124Z [ OK ] Simplify.SimplifyDivWithLoopContext5 (3 ms) 2022-09-27T16:17:13.0918633Z [ RUN ] Simplify.SimplifyDivWithLoopContext6 2022-09-27T16:17:13.0957905Z [ OK ] Simplify.SimplifyDivWithLoopContext6 (3 ms) 2022-09-27T16:17:13.0958296Z [ RUN ] Simplify.SimplifyDivWithLoopContext7 2022-09-27T16:17:13.0970971Z [ OK ] Simplify.SimplifyDivWithLoopContext7 (1 ms) 2022-09-27T16:17:13.0971344Z [ RUN ] Simplify.SimplifyModWithLoopContext0 2022-09-27T16:17:13.0985161Z [ OK ] Simplify.SimplifyModWithLoopContext0 (1 ms) 2022-09-27T16:17:13.0985537Z [ RUN ] Simplify.SimplifyModWithLoopContext1 2022-09-27T16:17:13.1010493Z [ OK ] Simplify.SimplifyModWithLoopContext1 (2 ms) 2022-09-27T16:17:13.1011131Z [ RUN ] Simplify.SimplifyModWithLoopContext2 2022-09-27T16:17:13.1036049Z [ OK ] Simplify.SimplifyModWithLoopContext2 (2 ms) 2022-09-27T16:17:13.1036516Z [ RUN ] Simplify.SimplifyModWithLoopContext3 2022-09-27T16:17:13.1047408Z [ OK ] Simplify.SimplifyModWithLoopContext3 (1 ms) 2022-09-27T16:17:13.1047988Z [ RUN ] Simplify.SimplifyModWithLoopContext4 2022-09-27T16:17:13.1078719Z [ OK ] Simplify.SimplifyModWithLoopContext4 (3 ms) 2022-09-27T16:17:13.1079366Z [ RUN ] Simplify.SimplifyModWithLoopContext5 2022-09-27T16:17:13.1115185Z [ OK ] Simplify.SimplifyModWithLoopContext5 (3 ms) 2022-09-27T16:17:13.1115770Z [ RUN ] Simplify.SimplifyModWithLoopContext6 2022-09-27T16:17:13.1155219Z [ OK ] Simplify.SimplifyModWithLoopContext6 (3 ms) 2022-09-27T16:17:13.1155785Z [ RUN ] Simplify.SimplifyModWithLoopContext7 2022-09-27T16:17:13.1168692Z [ OK ] Simplify.SimplifyModWithLoopContext7 (1 ms) 2022-09-27T16:17:13.1169242Z [ RUN ] Simplify.SimplifyMod 2022-09-27T16:17:13.1196339Z [ OK ] Simplify.SimplifyMod (2 ms) 2022-09-27T16:17:13.1196880Z [ RUN ] Simplify.SimplifyMultiOp 2022-09-27T16:17:13.1223632Z [ OK ] Simplify.SimplifyMultiOp (2 ms) 2022-09-27T16:17:13.1223930Z [ RUN ] Simplify.SimplifyManyOps 2022-09-27T16:17:13.1272372Z [ OK ] Simplify.SimplifyManyOps (4 ms) 2022-09-27T16:17:13.1272703Z [ RUN ] Simplify.SimplifyFactorization 2022-09-27T16:17:13.1328039Z [ OK ] Simplify.SimplifyFactorization (5 ms) 2022-09-27T16:17:13.1328405Z [ RUN ] Simplify.SimplifyFactorizeUneven 2022-09-27T16:17:13.1342758Z [ OK ] Simplify.SimplifyFactorizeUneven (1 ms) 2022-09-27T16:17:13.1343102Z [ RUN ] Simplify.SimplifyDeeperTerms 2022-09-27T16:17:13.1362345Z [ OK ] Simplify.SimplifyDeeperTerms (1 ms) 2022-09-27T16:17:13.1362705Z [ RUN ] Simplify.SimplifyDeeperDifference 2022-09-27T16:17:13.1373741Z [ OK ] Simplify.SimplifyDeeperDifference (1 ms) 2022-09-27T16:17:13.1374102Z [ RUN ] Simplify.SimplifyFoldComplexDifference 2022-09-27T16:17:13.1389324Z [ OK ] Simplify.SimplifyFoldComplexDifference (1 ms) 2022-09-27T16:17:13.1389682Z [ RUN ] Simplify.SimplifyIfComponents 2022-09-27T16:17:13.1399300Z [ OK ] Simplify.SimplifyIfComponents (0 ms) 2022-09-27T16:17:13.1399632Z [ RUN ] Simplify.SimplifyOpaqueTerms 2022-09-27T16:17:13.1410424Z [ OK ] Simplify.SimplifyOpaqueTerms (1 ms) 2022-09-27T16:17:13.1410760Z [ RUN ] Simplify.SimplifySymbolicMinMax 2022-09-27T16:17:13.1432006Z [ OK ] Simplify.SimplifySymbolicMinMax (2 ms) 2022-09-27T16:17:13.1432354Z [ RUN ] Simplify.SimplifyNestedMax 2022-09-27T16:17:13.1609343Z [ OK ] Simplify.SimplifyNestedMax (17 ms) 2022-09-27T16:17:13.1609720Z [ RUN ] Simplify.SimplifyNestedMin 2022-09-27T16:17:13.1795552Z [ OK ] Simplify.SimplifyNestedMin (18 ms) 2022-09-27T16:17:13.1795897Z [ RUN ] Simplify.SimplifyWontReorderFloat 2022-09-27T16:17:13.1822955Z [ OK ] Simplify.SimplifyWontReorderFloat (2 ms) 2022-09-27T16:17:13.1823295Z [ RUN ] Simplify.SimplifyRoundModPattern 2022-09-27T16:17:13.1939834Z [ OK ] Simplify.SimplifyRoundModPattern (11 ms) 2022-09-27T16:17:13.1940227Z [ RUN ] Simplify.SimplifyRoundModPatternFactorization 2022-09-27T16:17:13.2000065Z [ OK ] Simplify.SimplifyRoundModPatternFactorization (5 ms) 2022-09-27T16:17:13.2000461Z [ RUN ] Simplify.SimplifyRoundModPatternMultivar 2022-09-27T16:17:13.2046849Z [ OK ] Simplify.SimplifyRoundModPatternMultivar (4 ms) 2022-09-27T16:17:13.2047229Z [ RUN ] Simplify.SimplifyModRoundModPattern 2022-09-27T16:17:13.2106443Z [ OK ] Simplify.SimplifyModRoundModPattern (5 ms) 2022-09-27T16:17:13.2106995Z [ RUN ] Simplify.SimplifyModRoundModPatternFactorization 2022-09-27T16:17:13.2219246Z [ OK ] Simplify.SimplifyModRoundModPatternFactorization (11 ms) 2022-09-27T16:17:13.2219678Z [ RUN ] Simplify.SimplifyModRoundModPatternMultivar 2022-09-27T16:17:13.2393391Z [ OK ] Simplify.SimplifyModRoundModPatternMultivar (17 ms) 2022-09-27T16:17:13.2393815Z [ RUN ] Simplify.SimplifyDivisionScalarFactorization 2022-09-27T16:17:13.2411914Z [ OK ] Simplify.SimplifyDivisionScalarFactorization (1 ms) 2022-09-27T16:17:13.2412300Z [ RUN ] Simplify.SimplifyConstantBranches 2022-09-27T16:17:13.2420117Z [ OK ] Simplify.SimplifyConstantBranches (0 ms) 2022-09-27T16:17:13.2420466Z [ RUN ] Simplify.SimplifyConstantCond 2022-09-27T16:17:13.2438106Z [ OK ] Simplify.SimplifyConstantCond (1 ms) 2022-09-27T16:17:13.2438445Z [ RUN ] Simplify.SimplifyEliminateEmptyCond 2022-09-27T16:17:13.2439786Z [ OK ] Simplify.SimplifyEliminateEmptyCond (0 ms) 2022-09-27T16:17:13.2440156Z [ RUN ] Simplify.SimplifyConstantComparisons 2022-09-27T16:17:13.2509886Z [ OK ] Simplify.SimplifyConstantComparisons (7 ms) 2022-09-27T16:17:13.2510265Z [ RUN ] Simplify.SimplifySymbolicComparisons 2022-09-27T16:17:13.2633750Z [ OK ] Simplify.SimplifySymbolicComparisons (12 ms) 2022-09-27T16:17:13.2634130Z [ RUN ] Simplify.SimplifyEliminateZeroLengthFor 2022-09-27T16:17:13.2649009Z [ OK ] Simplify.SimplifyEliminateZeroLengthFor (1 ms) 2022-09-27T16:17:13.2649350Z [ RUN ] Simplify.SimplifyOneLoopFor 2022-09-27T16:17:13.2669795Z [ OK ] Simplify.SimplifyOneLoopFor (2 ms) 2022-09-27T16:17:13.2670161Z [ RUN ] Simplify.SimplifyForWontLoseLoopOptions 2022-09-27T16:17:13.2673263Z [ OK ] Simplify.SimplifyForWontLoseLoopOptions (0 ms) 2022-09-27T16:17:13.2673634Z [ RUN ] Simplify.SimplifyMultilevelFor 2022-09-27T16:17:13.2702105Z [ OK ] Simplify.SimplifyMultilevelFor (2 ms) 2022-09-27T16:17:13.2702498Z [ RUN ] Simplify.SimplifyForCleansUp 2022-09-27T16:17:13.2744684Z [ OK ] Simplify.SimplifyForCleansUp (4 ms) 2022-09-27T16:17:13.2745030Z [ RUN ] Simplify.SimplifyEliminateEmptyFor 2022-09-27T16:17:13.2762122Z [ OK ] Simplify.SimplifyEliminateEmptyFor (1 ms) 2022-09-27T16:17:13.2762487Z [ RUN ] Simplify.SimplifyFlattenBlock 2022-09-27T16:17:13.2771029Z [ OK ] Simplify.SimplifyFlattenBlock (0 ms) 2022-09-27T16:17:13.2771407Z [ RUN ] Simplify.SimplifyEliminateZeroLengthAlloc 2022-09-27T16:17:13.2789002Z [ OK ] Simplify.SimplifyEliminateZeroLengthAlloc (1 ms) 2022-09-27T16:17:13.2789349Z [ RUN ] Simplify.DontSimplifyRand 2022-09-27T16:17:13.2791660Z [ OK ] Simplify.DontSimplifyRand (0 ms) 2022-09-27T16:17:13.2791992Z [ RUN ] Simplify.SimplifyReorderForCond 2022-09-27T16:17:13.2870419Z [ OK ] Simplify.SimplifyReorderForCond (7 ms) 2022-09-27T16:17:13.2870748Z [ RUN ] Simplify.SimplifyFuseConditions 2022-09-27T16:17:13.2948643Z [ OK ] Simplify.SimplifyFuseConditions (7 ms) 2022-09-27T16:17:13.2949008Z [ RUN ] Simplify.SimplifySyncThreads 2022-09-27T16:17:13.2955908Z [ OK ] Simplify.SimplifySyncThreads (0 ms) 2022-09-27T16:17:13.2956349Z [ RUN ] Simplify.SimplifyRampSubBroadcast 2022-09-27T16:17:13.2958325Z [ OK ] Simplify.SimplifyRampSubBroadcast (0 ms) 2022-09-27T16:17:13.2958774Z [ RUN ] Simplify.SimplifyBroadcastTermExpander 2022-09-27T16:17:13.2965442Z [ OK ] Simplify.SimplifyBroadcastTermExpander (0 ms) 2022-09-27T16:17:13.2966083Z [ RUN ] Simplify.CompareSelectLoopBounds 2022-09-27T16:17:13.4942457Z [ OK ] Simplify.CompareSelectLoopBounds (197 ms) 2022-09-27T16:17:13.4942882Z [ RUN ] Simplify.CompareSelectCondAlwaysInLoopBounds 2022-09-27T16:17:13.4953347Z [ OK ] Simplify.CompareSelectCondAlwaysInLoopBounds (1 ms) 2022-09-27T16:17:13.4953750Z [ RUN ] Simplify.IfThenCondAlwaysInLoopBounds 2022-09-27T16:17:13.4964523Z [ OK ] Simplify.IfThenCondAlwaysInLoopBounds (1 ms) 2022-09-27T16:17:13.4964921Z [ RUN ] Simplify.MultiClauseCondAlwaysInLoopBounds 2022-09-27T16:17:13.4994327Z [ OK ] Simplify.MultiClauseCondAlwaysInLoopBounds (2 ms) 2022-09-27T16:17:13.4995037Z [----------] 92 tests from Simplify (461 ms total) 2022-09-27T16:17:13.4995215Z 2022-09-27T16:17:13.4995352Z [----------] 12 tests from TEFuserPass 2022-09-27T16:17:13.4995654Z [ RUN ] TEFuserPass.FuserPass_1 2022-09-27T16:17:13.5069223Z [ OK ] TEFuserPass.FuserPass_1 (7 ms) 2022-09-27T16:17:13.5069794Z [ RUN ] TEFuserPass.FuserPass_2 2022-09-27T16:17:13.5105997Z [ OK ] TEFuserPass.FuserPass_2 (3 ms) 2022-09-27T16:17:13.5106339Z [ RUN ] TEFuserPass.FuserPass_3 2022-09-27T16:17:13.5139025Z [ OK ] TEFuserPass.FuserPass_3 (3 ms) 2022-09-27T16:17:13.5139588Z [ RUN ] TEFuserPass.FuserPass_0DimInput 2022-09-27T16:17:13.5165403Z [ OK ] TEFuserPass.FuserPass_0DimInput (2 ms) 2022-09-27T16:17:13.5166001Z [ RUN ] TEFuserPass.FuserPass_UnfusibleDevice 2022-09-27T16:17:13.5176707Z [ OK ] TEFuserPass.FuserPass_UnfusibleDevice (1 ms) 2022-09-27T16:17:13.5177332Z [ RUN ] TEFuserPass.FuserPass_UnknownShapes 2022-09-27T16:17:13.5186182Z [ OK ] TEFuserPass.FuserPass_UnknownShapes (0 ms) 2022-09-27T16:17:13.5186770Z [ RUN ] TEFuserPass.FuserPass_Multidevice 2022-09-27T16:17:13.5283525Z [ OK ] TEFuserPass.FuserPass_Multidevice (9 ms) 2022-09-27T16:17:13.5284107Z [ RUN ] TEFuserPass.FuserPass_MergeGroups 2022-09-27T16:17:13.5313352Z [ OK ] TEFuserPass.FuserPass_MergeGroups (3 ms) 2022-09-27T16:17:13.5313990Z [ RUN ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart 2022-09-27T16:17:13.5326357Z [ OK ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart (1 ms) 2022-09-27T16:17:13.5326730Z [ RUN ] TEFuserPass.FuserPass_Where 2022-09-27T16:17:13.5356365Z [ OK ] TEFuserPass.FuserPass_Where (2 ms) 2022-09-27T16:17:13.5356693Z [ RUN ] TEFuserPass.FuserPass_WhereList 2022-09-27T16:17:13.5370477Z [ OK ] TEFuserPass.FuserPass_WhereList (1 ms) 2022-09-27T16:17:13.5370797Z [ RUN ] TEFuserPass.DynamicShapeFusion 2022-09-27T16:17:16.3582280Z [ OK ] TEFuserPass.DynamicShapeFusion (2820 ms) 2022-09-27T16:17:16.3582774Z [----------] 12 tests from TEFuserPass (2858 ms total) 2022-09-27T16:17:16.3582939Z 2022-09-27T16:17:16.3583081Z [----------] 3 tests from Type 2022-09-27T16:17:16.3583384Z [ RUN ] Type.Test01 2022-09-27T16:17:16.3583706Z [ OK ] Type.Test01 (0 ms) 2022-09-27T16:17:16.3583958Z [ RUN ] Type.BitCasting 2022-09-27T16:17:16.3588901Z [ OK ] Type.BitCasting (0 ms) 2022-09-27T16:17:16.3589160Z [ RUN ] Type.Propagation 2022-09-27T16:17:16.3591219Z [ OK ] Type.Propagation (0 ms) 2022-09-27T16:17:16.3591781Z [----------] 3 tests from Type (1 ms total) 2022-09-27T16:17:16.3592049Z 2022-09-27T16:17:16.3592406Z [----------] 1 test from SpecializationsInCustomPasses 2022-09-27T16:17:16.3593055Z [ RUN ] SpecializationsInCustomPasses.Basic 2022-09-27T16:17:16.3721508Z [ OK ] SpecializationsInCustomPasses.Basic (12 ms) 2022-09-27T16:17:16.3722277Z [----------] 1 test from SpecializationsInCustomPasses (12 ms total) 2022-09-27T16:17:16.3722469Z 2022-09-27T16:17:16.3722701Z [----------] Global test environment tear-down 2022-09-27T16:17:16.3940672Z [==========] 645 tests from 23 test suites ran. (431188 ms total) 2022-09-27T16:17:16.3941148Z [ PASSED ] 645 tests. 2022-09-27T16:17:16.3941280Z 2022-09-27T16:17:16.3941409Z  YOU HAVE 5 DISABLED TESTS 2022-09-27T16:17:16.3941535Z 2022-09-27T16:17:16.8872544Z + [[ linux-focal-py3.7-clang7-asan == pytorch-linux-xenial-py3* ]] 2022-09-27T16:17:16.8872905Z + assert_git_not_dirty 2022-09-27T16:17:16.8873182Z + [[ linux-focal-py3.7-clang7-asan != *rocm* ]] 2022-09-27T16:17:16.8873491Z + [[ linux-focal-py3.7-clang7-asan != *xla* ]] 2022-09-27T16:17:16.8874533Z ++ git status --porcelain 2022-09-27T16:17:17.0780407Z + git_status= 2022-09-27T16:17:17.0780798Z + [[ -n '' ]] 2022-09-27T16:17:17.0781016Z + test_aot_compilation 2022-09-27T16:17:17.0781337Z + echo 'Testing Ahead of Time compilation' 2022-09-27T16:17:17.0781566Z Testing Ahead of Time compilation 2022-09-27T16:17:17.0782017Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:17:17.0825147Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorchbind_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:17:17.0867545Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_aot_compilation 2022-09-27T16:17:17.0867910Z + mkdir -p test/test-reports/cpp-unittest/test_aot_compilation 2022-09-27T16:17:17.0919892Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/test_mobile_nnc ']' 2022-09-27T16:17:17.0920585Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/aot_model_compiler_test ']' 2022-09-27T16:17:17.0920981Z + test_custom_script_ops 2022-09-27T16:17:17.0921386Z + [[ linux-focal-py3.7-clang7-asan != *asan* ]] 2022-09-27T16:17:17.0921710Z + test_custom_backend 2022-09-27T16:17:17.0922104Z + [[ linux-focal-py3.7-clang7-asan != *asan* ]] 2022-09-27T16:17:17.0922456Z + test_torch_function_benchmark 2022-09-27T16:17:17.0922729Z + echo 'Testing __torch_function__ benchmarks' 2022-09-27T16:17:17.0922953Z Testing __torch_function__ benchmarks 2022-09-27T16:17:17.0923224Z + pushd benchmarks/overrides_benchmark 2022-09-27T16:17:17.0923629Z ~/workspace/benchmarks/overrides_benchmark ~/workspace 2022-09-27T16:17:17.0924127Z + python bench.py -n 1 -m 2 2022-09-27T16:17:20.5870770Z Type tensor had a minimum time of 0.05435943603515625 us and a standard deviation of 13.017981313169003 us. 2022-09-27T16:17:20.5876080Z Type SubTensor had a minimum time of 0.07104873657226562 us and a standard deviation of 0.11565095337573439 us. 2022-09-27T16:17:20.5880217Z Type WithTorchFunction had a minimum time of 0.03147125244140625 us and a standard deviation of 0.04737305789603852 us. 2022-09-27T16:17:20.5884607Z Type SubWithTorchFunction had a minimum time of 0.06914138793945312 us and a standard deviation of 0.01129535576183116 us. 2022-09-27T16:17:21.0770368Z + python pyspybench.py Tensor -n 1 2022-09-27T16:17:25.0605817Z + python pyspybench.py SubTensor -n 1 2022-09-27T16:17:29.0104220Z + python pyspybench.py WithTorchFunction -n 1 2022-09-27T16:17:32.9602248Z + python pyspybench.py SubWithTorchFunction -n 1 2022-09-27T16:17:36.9798279Z + popd 2022-09-27T16:17:36.9798555Z ~/workspace 2022-09-27T16:17:36.9798735Z + assert_git_not_dirty 2022-09-27T16:17:36.9799182Z + [[ linux-focal-py3.7-clang7-asan != *rocm* ]] 2022-09-27T16:17:36.9799590Z + [[ linux-focal-py3.7-clang7-asan != *xla* ]] 2022-09-27T16:17:36.9800404Z ++ git status --porcelain 2022-09-27T16:17:37.1711624Z + git_status= 2022-09-27T16:17:37.1712230Z + [[ -n '' ]] 2022-09-27T16:17:37.1774226Z Prepare all required actions 2022-09-27T16:17:37.1774534Z Getting action download info 2022-09-27T16:17:37.9899833Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:17:37.9900056Z with: 2022-09-27T16:17:37.9900391Z github-token: *** 2022-09-27T16:17:37.9900546Z env: 2022-09-27T16:17:37.9900720Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:17:37.9900906Z ##[endgroup] 2022-09-27T16:17:37.9926867Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:17:37.9927109Z with: 2022-09-27T16:17:37.9927256Z shell: bash 2022-09-27T16:17:37.9927431Z timeout_minutes: 10 2022-09-27T16:17:37.9927611Z max_attempts: 5 2022-09-27T16:17:37.9927776Z retry_wait_seconds: 30 2022-09-27T16:17:37.9928157Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-09-27T16:17:37.9928591Z polling_interval_seconds: 1 2022-09-27T16:17:37.9928775Z warning_on_retry: true 2022-09-27T16:17:37.9928966Z continue_on_error: false 2022-09-27T16:17:37.9929137Z env: 2022-09-27T16:17:37.9929296Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:17:37.9929601Z GITHUB_TOKEN: *** 2022-09-27T16:17:37.9929774Z ##[endgroup] 2022-09-27T16:17:38.2978969Z 2022-09-27T16:17:38.3025062Z + python3 -m pip install requests==2.26.0 2022-09-27T16:17:39.0012644Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:17:39.0280197Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T16:17:39.0415609Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-09-27T16:17:39.0452059Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-09-27T16:17:39.0482414Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-09-27T16:17:39.0648235Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-09-27T16:17:39.2514806Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-00b60d32058b20b93 2022-09-27T16:17:44.3310414Z + GHA_WORKFLOW_JOB_ID=8576256603 2022-09-27T16:17:44.3311173Z + echo '::set-output name=job-id::8576256603' 2022-09-27T16:17:45.3094369Z Command completed after 1 attempt(s). 2022-09-27T16:17:45.3094668Z 2022-09-27T16:17:45.3197657Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:17:45.3197884Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:17:45.3320119Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:17:45.3320350Z env: 2022-09-27T16:17:45.3320526Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:17:45.3320721Z MONITOR_SCRIPT_PID: 23722 2022-09-27T16:17:45.3320903Z ##[endgroup] 2022-09-27T16:17:45.3411776Z Prepare all required actions 2022-09-27T16:17:45.3412029Z Getting action download info 2022-09-27T16:17:45.5247670Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:17:45.6977448Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:17:45.6977669Z with: 2022-09-27T16:17:45.6977878Z file-suffix: test-default-2-5-linux.2xlarge_8576256603 2022-09-27T16:17:45.6978098Z env: 2022-09-27T16:17:45.6978270Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:17:45.6978439Z ##[endgroup] 2022-09-27T16:17:45.7001763Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T16:17:45.7002053Z # Remove any previous test jsons if they exist 2022-09-27T16:17:45.7002282Z rm -f test-jsons-*.zip 2022-09-27T16:17:45.7002514Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T16:17:45.7013975Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:17:45.7014234Z env: 2022-09-27T16:17:45.7014401Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:17:45.7014646Z FILE_SUFFIX: test-default-2-5-linux.2xlarge_8576256603 2022-09-27T16:17:45.7014873Z ##[endgroup] 2022-09-27T16:17:45.7164865Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T16:17:45.7202015Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T16:17:45.7220011Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T16:17:45.7221328Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T16:17:45.7226728Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T16:17:45.7246313Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:17:45.7246603Z # Remove any previous test reports if they exist 2022-09-27T16:17:45.7246840Z rm -f test-reports-*.zip 2022-09-27T16:17:45.7247083Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T16:17:45.7258012Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:17:45.7258232Z env: 2022-09-27T16:17:45.7258397Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:17:45.7258640Z FILE_SUFFIX: test-default-2-5-linux.2xlarge_8576256603 2022-09-27T16:17:45.7258865Z ##[endgroup] 2022-09-27T16:17:45.7341608Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit.xml (deflated 93%) 2022-09-27T16:17:45.7355260Z adding: test/test-reports/cpp-unittest/test_libtorch/test_jit.xml (deflated 91%) 2022-09-27T16:17:45.7364275Z adding: test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml (deflated 92%) 2022-09-27T16:17:45.7383135Z adding: test/test-reports/cpp-unittest/test_libtorch/test_api.xml (deflated 91%) 2022-09-27T16:17:45.7396258Z adding: test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml (deflated 91%) 2022-09-27T16:17:45.7414957Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:17:45.7415281Z # Remove any previous test reports if they exist 2022-09-27T16:17:45.7415515Z rm -f usage-log-*.zip 2022-09-27T16:17:45.7415780Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T16:17:45.7416063Z # so check to see if the file exists first 2022-09-27T16:17:45.7416290Z if [ -f 'usage_log.txt' ]; then 2022-09-27T16:17:45.7416531Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T16:17:45.7416730Z fi 2022-09-27T16:17:45.7427168Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:17:45.7427386Z env: 2022-09-27T16:17:45.7427550Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:17:45.7427794Z FILE_SUFFIX: test-default-2-5-linux.2xlarge_8576256603 2022-09-27T16:17:45.7428016Z ##[endgroup] 2022-09-27T16:17:45.7603328Z adding: usage_log.txt (deflated 95%) 2022-09-27T16:17:45.7637847Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:17:45.7638066Z with: 2022-09-27T16:17:45.7638345Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:17:45.7638551Z retention-days: 14 2022-09-27T16:17:45.7638746Z if-no-files-found: warn 2022-09-27T16:17:45.7638947Z path: test-jsons-*.zip 2022-09-27T16:17:45.7639133Z name: artifact 2022-09-27T16:17:45.7639304Z s3-bucket: gha-artifacts 2022-09-27T16:17:45.7639494Z region: us-east-1 2022-09-27T16:17:45.7639660Z env: 2022-09-27T16:17:45.7639819Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:17:45.7640004Z ##[endgroup] 2022-09-27T16:17:46.1215380Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:17:46.1215902Z With the provided path, there will be 1 file uploaded 2022-09-27T16:17:46.1216354Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:17:46.1264511Z Starting upload of test-jsons-test-default-2-5-linux.2xlarge_8576256603.zip 2022-09-27T16:17:46.4279145Z Finished upload of test-jsons-test-default-2-5-linux.2xlarge_8576256603.zip 2022-09-27T16:17:46.4402233Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:17:46.4402448Z with: 2022-09-27T16:17:46.4402646Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:17:46.4402850Z retention-days: 14 2022-09-27T16:17:46.4403043Z if-no-files-found: error 2022-09-27T16:17:46.4403242Z path: test-reports-*.zip 2022-09-27T16:17:46.4403414Z name: artifact 2022-09-27T16:17:46.4403593Z s3-bucket: gha-artifacts 2022-09-27T16:17:46.4403779Z region: us-east-1 2022-09-27T16:17:46.4403940Z env: 2022-09-27T16:17:46.4404100Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:17:46.4404282Z ##[endgroup] 2022-09-27T16:17:46.7511081Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:17:46.7511463Z With the provided path, there will be 1 file uploaded 2022-09-27T16:17:46.7511739Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:17:46.7517944Z Starting upload of test-reports-test-default-2-5-linux.2xlarge_8576256603.zip 2022-09-27T16:17:46.9573159Z Finished upload of test-reports-test-default-2-5-linux.2xlarge_8576256603.zip 2022-09-27T16:17:46.9698168Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:17:46.9698382Z with: 2022-09-27T16:17:46.9698586Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:17:46.9698791Z retention-days: 14 2022-09-27T16:17:46.9698986Z if-no-files-found: ignore 2022-09-27T16:17:46.9699186Z path: usage-log-*.zip 2022-09-27T16:17:46.9699353Z name: artifact 2022-09-27T16:17:46.9699533Z s3-bucket: gha-artifacts 2022-09-27T16:17:46.9699726Z region: us-east-1 2022-09-27T16:17:46.9699888Z env: 2022-09-27T16:17:46.9700045Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:17:46.9700228Z ##[endgroup] 2022-09-27T16:17:47.2795878Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:17:47.2796185Z With the provided path, there will be 1 file uploaded 2022-09-27T16:17:47.2796445Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:17:47.2802608Z Starting upload of usage-log-test-default-2-5-linux.2xlarge_8576256603.zip 2022-09-27T16:17:47.4122556Z Finished upload of usage-log-test-default-2-5-linux.2xlarge_8576256603.zip 2022-09-27T16:17:47.4267601Z ##[group]Run set -x 2022-09-27T16:17:47.4267896Z set -x 2022-09-27T16:17:47.4268127Z python3 -m pip install -r requirements.txt 2022-09-27T16:17:47.4268379Z python3 -m pip install boto3==1.19.12 2022-09-27T16:17:47.4268675Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:17:47.4280051Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:17:47.4280269Z env: 2022-09-27T16:17:47.4280446Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:17:47.4280636Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:17:47.4280832Z BRANCH: pull/85462 2022-09-27T16:17:47.4281012Z TEST_CONFIG: default 2022-09-27T16:17:47.4281177Z SHARD_NUMBER: 2 2022-09-27T16:17:47.4281402Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-09-27T16:17:47.4281637Z PR_NUMBER: 85462 2022-09-27T16:17:47.4281813Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:17:47.4282020Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:17:47.4282278Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:17:47.4282458Z TAG: 2022-09-27T16:17:47.4282622Z WORKFLOW_ID: 3133193930 2022-09-27T16:17:47.4282945Z GITHUB_TOKEN: *** 2022-09-27T16:17:47.4283119Z GHA_WORKFLOW_JOB_ID: 8576256603 2022-09-27T16:17:47.4283303Z ##[endgroup] 2022-09-27T16:17:47.4307760Z + python3 -m pip install -r requirements.txt 2022-09-27T16:17:47.6396465Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:17:47.6699517Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-09-27T16:17:47.6724725Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.3) 2022-09-27T16:17:47.6732379Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-09-27T16:17:47.6741972Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.54.6) 2022-09-27T16:17:47.7108840Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-09-27T16:17:47.7117643Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-09-27T16:17:47.7195155Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-09-27T16:17:47.7202624Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-09-27T16:17:47.7421162Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T16:17:47.7587982Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-09-27T16:17:47.7596517Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2022-09-27T16:17:47.7601699Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.3.0) 2022-09-27T16:17:47.7610878Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-09-27T16:17:47.7631821Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2022-09-27T16:17:47.7655472Z Requirement already satisfied: exceptiongroup>=1.0.0rc8; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.0rc9) 2022-09-27T16:17:47.7675626Z Requirement already satisfied: attrs>=19.2.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-09-27T16:17:47.7922942Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-09-27T16:17:47.7933480Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-09-27T16:17:47.7945674Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-09-27T16:17:47.7966197Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-09-27T16:17:47.7974334Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-09-27T16:17:47.8127731Z Requirement already satisfied: mpmath>=0.19 in /home/ec2-user/.local/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-09-27T16:17:47.8752301Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:17:48.0827881Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:17:48.1029713Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T16:17:48.1078635Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-09-27T16:17:48.1120384Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-09-27T16:17:48.1154000Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-09-27T16:17:48.1166110Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-09-27T16:17:48.1316243Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-09-27T16:17:48.1336037Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-09-27T16:17:48.2982142Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:17:58.3310195Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:17:58.3310566Z 2022-09-27T16:17:58.3310850Z ----- Historic stats comparison result ------ 2022-09-27T16:17:58.3311027Z 2022-09-27T16:17:58.3311192Z job: linux-focal-py3.7-clang7-asan 2022-09-27T16:17:58.3311442Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:17:58.3311583Z 2022-09-27T16:17:58.3311729Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:17:58.3311909Z 2022-09-27T16:17:58.3311962Z : (master) 2022-09-27T16:17:58.3312124Z | 2022-09-27T16:17:58.3312318Z | * 52424e2bf3 (HEAD) total time 6023.43s 2022-09-27T16:17:58.3312497Z | | 2022-09-27T16:17:58.3312661Z | : (4 commits) 2022-09-27T16:17:58.3312820Z |/ 2022-09-27T16:17:58.3313109Z * c7c2578f93 (base) 5 reports, total time 4767.80s ± 689.21s 2022-09-27T16:17:58.3313429Z * 99ad8a3048 5 reports, total time 4812.72s ± 737.83s 2022-09-27T16:17:58.3313756Z * 34296e2f4c 5 reports, total time 4681.99s ± 534.69s 2022-09-27T16:17:58.3314296Z * 4523ac7aa1 5 reports, total time 4790.72s ± 755.21s 2022-09-27T16:17:58.3314604Z * f21e77d9a6 5 reports, total time 4841.94s ± 769.82s 2022-09-27T16:17:58.3314915Z * 26a861cb27 5 reports, total time 4910.73s ± 895.35s 2022-09-27T16:17:58.3315223Z * 56a41b5998 5 reports, total time 5078.65s ± 740.57s 2022-09-27T16:17:58.3315518Z * 1910c5847e 5 reports, total time 4965.20s ± 759.35s 2022-09-27T16:17:58.3315832Z * caa0ab557d 5 reports, total time 5012.18s ± 764.34s 2022-09-27T16:17:58.3316051Z * 0336308be5 0 reports 2022-09-27T16:17:58.3316211Z | 2022-09-27T16:17:58.3316361Z : 2022-09-27T16:17:58.3316455Z 2022-09-27T16:17:58.3316574Z Removed (across 486 suites) 0 tests, totaling 0.00s 2022-09-27T16:17:58.3316830Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:17:58.3317076Z Added (across 199 suites) 3835 tests, totaling +6023.43s 2022-09-27T16:17:58.3947274Z Prepare all required actions 2022-09-27T16:17:58.3984189Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T16:17:58.3984397Z with: 2022-09-27T16:17:58.3984540Z env: 2022-09-27T16:17:58.3984715Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:17:58.3984901Z ##[endgroup] 2022-09-27T16:17:58.3999804Z ##[group]Run set -eou pipefail 2022-09-27T16:17:58.4000028Z set -eou pipefail 2022-09-27T16:17:58.4000210Z  2022-09-27T16:17:58.4000448Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T16:17:58.4000689Z for _ in $(seq 1440); do 2022-09-27T16:17:58.4000911Z  # Break if no ssh session exists anymore 2022-09-27T16:17:58.4001130Z  if [ "$(who)" = "" ]; then 2022-09-27T16:17:58.4001300Z  break 2022-09-27T16:17:58.4001469Z  fi 2022-09-27T16:17:58.4001731Z  echo "." 2022-09-27T16:17:58.4001894Z  sleep 5 2022-09-27T16:17:58.4002095Z done 2022-09-27T16:17:58.4013336Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:17:58.4013691Z env: 2022-09-27T16:17:58.4013869Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:17:58.4014053Z ##[endgroup] 2022-09-27T16:17:58.4038074Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T16:17:58.4114949Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:17:58.4115269Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:17:58.4115521Z # shellcheck disable=SC2046 2022-09-27T16:17:58.4115733Z docker stop $(docker ps -q) || true 2022-09-27T16:17:58.4115963Z # Prune all of the docker images 2022-09-27T16:17:58.4116182Z docker system prune -af 2022-09-27T16:17:58.4126861Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:17:58.4127091Z env: 2022-09-27T16:17:58.4127266Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:17:58.4127445Z ##[endgroup] 2022-09-27T16:17:58.8304195Z 2dd7d8907687 2022-09-27T16:18:00.3610837Z Deleted Containers: 2022-09-27T16:18:00.3611248Z 2dd7d8907687ee7b30ec93842dea7adee63cd8f3c2d727e393f649f70393c99d 2022-09-27T16:18:00.3611488Z 2022-09-27T16:18:06.1669759Z Deleted Images: 2022-09-27T16:18:06.1670849Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T16:18:06.1671612Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan@sha256:621ff74ae227a580891e78cb9f36cd6e6d64235361c3039b06e8a7c8f4adfa15 2022-09-27T16:18:06.1672108Z deleted: sha256:bae62e4b152ed013284beab204e466e1d44eb90a6c14469065fbb86d6e8d6732 2022-09-27T16:18:06.1672434Z deleted: sha256:d0629bd966f09bc309b4a1ab1092015e6a2a96fe6c4fe57dc0441b252c853b2e 2022-09-27T16:18:06.1672783Z deleted: sha256:ceea15c0f95cbb47a111e5119060e96b5ec6b961e074c178c67eed1a0ab3d367 2022-09-27T16:18:06.1673135Z deleted: sha256:93a76c739cdb4e6876d28fb95d4ce8abaa7462b0d790e07f4fcb8a5dead056ae 2022-09-27T16:18:06.1673459Z deleted: sha256:eaca1f998e1e556d450d4ffa972381356a30ca976663370ef87c2874b5ec6fe2 2022-09-27T16:18:06.1673777Z deleted: sha256:33b961c09c82bcbf33bc5a41293311348242f062f65cd188ff3b8292b02d1904 2022-09-27T16:18:06.1674084Z deleted: sha256:768e964b98825527ef7ba88c700ab2175491182c4d0c5d0114394800a03255a8 2022-09-27T16:18:06.1674377Z deleted: sha256:6464f01529a7ba0c1989a172591db9703a3986412c2c7de8c9882096da5fcaf6 2022-09-27T16:18:06.1674673Z deleted: sha256:75b410f4adb44117159519a5ca9f41a07f7eddc5f63f11988052aad2e50eddec 2022-09-27T16:18:06.1674988Z deleted: sha256:74d4093890e1b4b7ad5e23cd42dd8e484e3024cd797a24b7c589e8fc48da992c 2022-09-27T16:18:06.1675320Z deleted: sha256:b7ed0134ab95ccea0763cc9bd6b4d16cab9140ba825f7d25a218113d24c28e19 2022-09-27T16:18:06.1675639Z deleted: sha256:ea0d45d7839846e22f9651f1a65453f4a8c7a54b3ce5f1daa9d571c407a47afc 2022-09-27T16:18:06.1676117Z deleted: sha256:fb0e6fdef4dc72f06fa60bb5abc8990d9699cbdc9119fa0dcb0bc7a64ca75cdd 2022-09-27T16:18:06.1676466Z deleted: sha256:7079b46bddc066eeaf77e82bf4e30081ed0139b2859ea259f11c0a4e76cf1dae 2022-09-27T16:18:06.1676788Z deleted: sha256:8d314452f7c71341893bf80370ce31928cc81e716ea80b4830a5aaefefbb4c8b 2022-09-27T16:18:06.1677095Z deleted: sha256:5039c4ca6881dda4919022db568d9ae8151af02381eda99ded65fb9136190759 2022-09-27T16:18:06.1677417Z deleted: sha256:11c684adb708623306fe568b051e6bd915ed9f7bf45bad4a5c478465ffab4431 2022-09-27T16:18:06.1677743Z deleted: sha256:be0a44b48c8d8b2b24c5a2463882ea68ac55b95f8dc06078f04f869cd98fb07d 2022-09-27T16:18:06.1678065Z deleted: sha256:db78585f5cb3691e1b52ea3ef725f1abccb498c994f8e5ea9ea538225d9fe706 2022-09-27T16:18:06.1678406Z deleted: sha256:34c8047a4ef7b1dfa97bbb861ec6d2e18db766fa53af7dacdb3aa01fd097b336 2022-09-27T16:18:06.1678741Z deleted: sha256:23f490ee97bc0b8aa5e6b6b26849b420635f4fe3b81280156a2e9607ce832b4e 2022-09-27T16:18:06.1679127Z deleted: sha256:589154deb334a30c0b8527f8ba76a9cb875048d75d538e91f4cac4577d75b9b9 2022-09-27T16:18:06.1679428Z deleted: sha256:c17b57103d245397a51dc7bd5f1881ca03ed1e110ff36e474d34e2edf3e1f510 2022-09-27T16:18:06.1679737Z deleted: sha256:35b3d7470985ecc176e41ab93c8c419688e56a25b9d0275b190e2a3b99c55389 2022-09-27T16:18:06.1680056Z deleted: sha256:f337e2202e3f3bbdbcb131605df9652a0e9c8d3bec06a16832a26a4eba465cf8 2022-09-27T16:18:06.1680376Z deleted: sha256:157803eec6550eb89a72f637f7aeb7ea3bedbb39dc5324f07cf3babd153ff98e 2022-09-27T16:18:06.1680707Z deleted: sha256:78de954431fc2e64ad21e6ace62a4a20ad19ef9f7c102cc09cf901eb0cc4c84b 2022-09-27T16:18:06.1681037Z deleted: sha256:5752bf1008ba04333b1c296aacd5eb52122470ca8ef27dcc5df622fcf87f7e2e 2022-09-27T16:18:06.1681354Z deleted: sha256:889f11c07ede77523af01dad42f407dd6c80ff6415142019a404a07c1e7c7a73 2022-09-27T16:18:06.1681677Z deleted: sha256:cdaaf9beeac7ee420c948070a92a97f1b7eaf6c384f8e4cc54163a1ed8ae0838 2022-09-27T16:18:06.1682013Z deleted: sha256:c44f52362db589a3f6981653d4a786ebe262fba22c393f0eb02d2445d1ce64b3 2022-09-27T16:18:06.1682341Z deleted: sha256:e5e77a0c018c247c92fbebb7d5f8baa1b13f3e37abc763c1602b322b8f05c302 2022-09-27T16:18:06.1682658Z deleted: sha256:03ec43da4cc31a35baf08f69544f724e41c419949f22dc299115ed7c09278785 2022-09-27T16:18:06.1682965Z deleted: sha256:0c18e2482b15c28cb1fd06992d844f36c6099dea031a2198266f960e86dc28db 2022-09-27T16:18:06.1683280Z deleted: sha256:19edb2aaf791591d0542eacdda85e67f15cd7b3891a7c8fa9054c8c009c85cca 2022-09-27T16:18:06.1683584Z deleted: sha256:b4b879b1601355c78f7a78dd66a332d1686bd82c69f0a114431855dcbb99e390 2022-09-27T16:18:06.1683896Z deleted: sha256:eb2804a64e074efa49227c8eed394dba0c0c216599804f0f772b7ab176ecf202 2022-09-27T16:18:06.1684217Z deleted: sha256:7fbd2ae4513583c4ee82c1f3493e008a229f9f7e5dcd4aa50bf377b10f672d61 2022-09-27T16:18:06.1684550Z deleted: sha256:ad91f94bead5c950eccb58cb12b059c85a65920209d91b327fa468ce5c11dd72 2022-09-27T16:18:06.1684866Z deleted: sha256:ca06c1e04b7425d5566343e16f69b6238dbd6388afed6cb3d4adb20cad541d64 2022-09-27T16:18:06.1685202Z deleted: sha256:9a70ee3fa9aec4a66c7c6155f9b84642368a7d8bebf1f3fb9bba24ade105488f 2022-09-27T16:18:06.1685745Z deleted: sha256:9ff6cca032c1a70a2d5c81b99ee3804a8569950b1898ea9244187fca2e99712d 2022-09-27T16:18:06.1686115Z deleted: sha256:e0c9ba43f325598ccc75b86ba1312647948f2bee547a97210fb95a09f79ad72f 2022-09-27T16:18:06.1686427Z deleted: sha256:6cf3138a8debfcc74b1780853570789261259722674708e2c506e266e5c5e5e1 2022-09-27T16:18:06.1686736Z deleted: sha256:411cb3636cd4ccd8798460bc3f21c0fca28435dd51ff340673c6c2d5fe96bb82 2022-09-27T16:18:06.1687062Z deleted: sha256:6d7b29dce5a236fd56d3f81cf7a8422a622f8d16e3b12782874da96f546e9c75 2022-09-27T16:18:06.1687386Z deleted: sha256:fdd9de12b48735d5aa0db12d522a6d80fd590d99d1ca932e2baee50052379f1b 2022-09-27T16:18:06.1687712Z deleted: sha256:0691d38aa8080365dff7848fd434a7bedc2e318b2705da15ccf859df432fd0d6 2022-09-27T16:18:06.1688042Z deleted: sha256:fdbaf8438f7d28eac1915f62a38ddd665a5f30abc1506a36f6af1862b929339b 2022-09-27T16:18:06.1688426Z deleted: sha256:07545dfc53bc0b0572923cd454172d5d2b4033ff2aa5af44feb37d805cf91dcc 2022-09-27T16:18:06.1688759Z deleted: sha256:ac8ad6e46bb7afaf0367407e20463d31f629efcf1221b9aaae3dd549c59a4b8d 2022-09-27T16:18:06.1689100Z deleted: sha256:a3fab5328befaac6625aa74420ee88ed07e59b9db5b6109de56922dcee73dbf5 2022-09-27T16:18:06.1689430Z deleted: sha256:a4516ff6869b15fa0c0f4b3247d82c7e3ce59b6a42d379761cbad6821bdf3d7e 2022-09-27T16:18:06.1689737Z deleted: sha256:2b2d32d65b0a60ec23beeb499c19d396b5f8b52dd4e2471651a594a33d740b90 2022-09-27T16:18:06.1690071Z deleted: sha256:cdbd445e9f20be8a0708cd8eb0a2dfc3a0d54c20c4b6a02e65db552622ffae72 2022-09-27T16:18:06.1690413Z deleted: sha256:0c4480b52b1b309cbe25cad85094c719bdf8cd840ddf13c42dfc1e76de5c163d 2022-09-27T16:18:06.1690713Z deleted: sha256:b2b4d94145b2b914720547b8d74d010028f06d75b5a2b764752b830f9a9c838d 2022-09-27T16:18:06.1691013Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-09-27T16:18:06.1691221Z 2022-09-27T16:18:06.1691326Z Total reclaimed space: 8.382GB 2022-09-27T16:18:06.1818091Z Post job cleanup. 2022-09-27T16:18:06.1899076Z Post job cleanup. 2022-09-27T16:18:06.6087668Z [command]/usr/bin/git version 2022-09-27T16:18:06.6141225Z git version 2.37.1 2022-09-27T16:18:06.6227528Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/10690e6f-c42f-4b84-84a7-7568ece3d672' before making global git config changes 2022-09-27T16:18:06.6227952Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:18:06.6233569Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T16:18:06.6274732Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:18:06.6307070Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T16:18:06.6626022Z Entering 'android/libs/fbjni' 2022-09-27T16:18:06.6672244Z Entering 'third_party/FP16' 2022-09-27T16:18:06.6723167Z Entering 'third_party/FXdiv' 2022-09-27T16:18:06.6765431Z Entering 'third_party/NNPACK' 2022-09-27T16:18:06.6823882Z Entering 'third_party/QNNPACK' 2022-09-27T16:18:06.6871278Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:18:06.6904805Z Entering 'third_party/XNNPACK' 2022-09-27T16:18:06.7011696Z Entering 'third_party/benchmark' 2022-09-27T16:18:06.7061947Z Entering 'third_party/cpuinfo' 2022-09-27T16:18:06.7109998Z Entering 'third_party/cub' 2022-09-27T16:18:06.7155763Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:18:06.7195073Z Entering 'third_party/cutlass' 2022-09-27T16:18:06.7235406Z Entering 'third_party/eigen' 2022-09-27T16:18:06.7304238Z Entering 'third_party/fbgemm' 2022-09-27T16:18:06.7398498Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:18:06.7460660Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:18:06.7526738Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:18:06.7578066Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:18:06.7623669Z Entering 'third_party/flatbuffers' 2022-09-27T16:18:06.7659579Z Entering 'third_party/fmt' 2022-09-27T16:18:06.7710231Z Entering 'third_party/foxi' 2022-09-27T16:18:06.7751470Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:18:06.7802147Z Entering 'third_party/gloo' 2022-09-27T16:18:06.7849779Z Entering 'third_party/googletest' 2022-09-27T16:18:06.7894090Z Entering 'third_party/ideep' 2022-09-27T16:18:06.7968579Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:18:06.8101972Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:18:06.8175537Z Entering 'third_party/ios-cmake' 2022-09-27T16:18:06.8217812Z Entering 'third_party/ittapi' 2022-09-27T16:18:06.8251705Z Entering 'third_party/kineto' 2022-09-27T16:18:06.8285065Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:18:06.8317402Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:18:06.8351460Z Entering 'third_party/nccl/nccl' 2022-09-27T16:18:06.8399091Z Entering 'third_party/neon2sse' 2022-09-27T16:18:06.8440876Z Entering 'third_party/nlohmann' 2022-09-27T16:18:06.8475559Z Entering 'third_party/onnx' 2022-09-27T16:18:06.8656869Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:18:06.8756824Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:18:06.8805382Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:18:06.8934661Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:18:06.9128913Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:18:06.9230324Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:18:06.9347919Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:18:06.9397853Z Entering 'third_party/pocketfft' 2022-09-27T16:18:06.9431695Z Entering 'third_party/protobuf' 2022-09-27T16:18:06.9552404Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:18:06.9609642Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:18:06.9661832Z Entering 'third_party/psimd' 2022-09-27T16:18:06.9704479Z Entering 'third_party/pthreadpool' 2022-09-27T16:18:06.9748982Z Entering 'third_party/pybind11' 2022-09-27T16:18:06.9793250Z Entering 'third_party/python-enum' 2022-09-27T16:18:06.9834801Z Entering 'third_party/python-peachpy' 2022-09-27T16:18:06.9880154Z Entering 'third_party/python-six' 2022-09-27T16:18:06.9931481Z Entering 'third_party/sleef' 2022-09-27T16:18:06.9975924Z Entering 'third_party/tbb' 2022-09-27T16:18:07.0010715Z Entering 'third_party/tensorpipe' 2022-09-27T16:18:07.0078963Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:18:07.0134750Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:18:07.0196999Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:18:07.0269348Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:18:07.0332237Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:18:07.0384372Z Entering 'third_party/zstd' 2022-09-27T16:18:07.0452888Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:18:07.0480554Z http.https://github.com/.extraheader 2022-09-27T16:18:07.0488843Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:18:07.0522433Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T16:18:07.0771357Z Entering 'android/libs/fbjni' 2022-09-27T16:18:07.0790724Z http.https://github.com/.extraheader 2022-09-27T16:18:07.0817325Z Entering 'third_party/FP16' 2022-09-27T16:18:07.0836879Z http.https://github.com/.extraheader 2022-09-27T16:18:07.0862785Z Entering 'third_party/FXdiv' 2022-09-27T16:18:07.0882246Z http.https://github.com/.extraheader 2022-09-27T16:18:07.0907401Z Entering 'third_party/NNPACK' 2022-09-27T16:18:07.0926701Z http.https://github.com/.extraheader 2022-09-27T16:18:07.0953782Z Entering 'third_party/QNNPACK' 2022-09-27T16:18:07.0973035Z http.https://github.com/.extraheader 2022-09-27T16:18:07.0998490Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:18:07.1017582Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1043158Z Entering 'third_party/XNNPACK' 2022-09-27T16:18:07.1063302Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1098745Z Entering 'third_party/benchmark' 2022-09-27T16:18:07.1118040Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1143470Z Entering 'third_party/cpuinfo' 2022-09-27T16:18:07.1162992Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1188546Z Entering 'third_party/cub' 2022-09-27T16:18:07.1208049Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1234538Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:18:07.1254418Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1285075Z Entering 'third_party/cutlass' 2022-09-27T16:18:07.1305630Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1336996Z Entering 'third_party/eigen' 2022-09-27T16:18:07.1356208Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1383267Z Entering 'third_party/fbgemm' 2022-09-27T16:18:07.1403022Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1428490Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:18:07.1448188Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1473624Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:18:07.1492369Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1519736Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:18:07.1538472Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1563771Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:18:07.1582525Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1608972Z Entering 'third_party/flatbuffers' 2022-09-27T16:18:07.1628860Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1656256Z Entering 'third_party/fmt' 2022-09-27T16:18:07.1676100Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1700935Z Entering 'third_party/foxi' 2022-09-27T16:18:07.1720388Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1745441Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:18:07.1764749Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1790616Z Entering 'third_party/gloo' 2022-09-27T16:18:07.1810317Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1836436Z Entering 'third_party/googletest' 2022-09-27T16:18:07.1857749Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1882783Z Entering 'third_party/ideep' 2022-09-27T16:18:07.1902309Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1926920Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:18:07.1946130Z http.https://github.com/.extraheader 2022-09-27T16:18:07.1973350Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:18:07.1992850Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2024436Z Entering 'third_party/ios-cmake' 2022-09-27T16:18:07.2043740Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2068683Z Entering 'third_party/ittapi' 2022-09-27T16:18:07.2087409Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2112312Z Entering 'third_party/kineto' 2022-09-27T16:18:07.2131057Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2156917Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:18:07.2175733Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2201240Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:18:07.2220171Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2246629Z Entering 'third_party/nccl/nccl' 2022-09-27T16:18:07.2268101Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2293435Z Entering 'third_party/neon2sse' 2022-09-27T16:18:07.2313103Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2337845Z Entering 'third_party/nlohmann' 2022-09-27T16:18:07.2357852Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2384846Z Entering 'third_party/onnx' 2022-09-27T16:18:07.2404637Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2442527Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:18:07.2461589Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2487435Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:18:07.2506999Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2535149Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:18:07.2554583Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2578654Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:18:07.2598150Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2627930Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:18:07.2647384Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2672856Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:18:07.2692091Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2718025Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:18:07.2737300Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2766797Z Entering 'third_party/pocketfft' 2022-09-27T16:18:07.2786472Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2811216Z Entering 'third_party/protobuf' 2022-09-27T16:18:07.2830534Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2869120Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:18:07.2888339Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2914408Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:18:07.2934736Z http.https://github.com/.extraheader 2022-09-27T16:18:07.2962548Z Entering 'third_party/psimd' 2022-09-27T16:18:07.2982754Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3007473Z Entering 'third_party/pthreadpool' 2022-09-27T16:18:07.3027285Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3051880Z Entering 'third_party/pybind11' 2022-09-27T16:18:07.3072561Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3098338Z Entering 'third_party/python-enum' 2022-09-27T16:18:07.3117467Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3143136Z Entering 'third_party/python-peachpy' 2022-09-27T16:18:07.3161723Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3188094Z Entering 'third_party/python-six' 2022-09-27T16:18:07.3208228Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3233466Z Entering 'third_party/sleef' 2022-09-27T16:18:07.3253101Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3278608Z Entering 'third_party/tbb' 2022-09-27T16:18:07.3299114Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3326638Z Entering 'third_party/tensorpipe' 2022-09-27T16:18:07.3346767Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3373047Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:18:07.3392508Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3419251Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:18:07.3438919Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3464612Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:18:07.3483006Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3508740Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:18:07.3528441Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3554356Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:18:07.3573413Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3601854Z Entering 'third_party/zstd' 2022-09-27T16:18:07.3621945Z http.https://github.com/.extraheader 2022-09-27T16:18:07.3851260Z Cleaning up orphan processes