2022-08-17T12:06:33.5641163Z Requested labels: linux.2xlarge 2022-08-17T12:06:33.5641255Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/82657/merge 2022-08-17T12:06:33.5641286Z Waiting for a runner to pick up this job... 2022-08-17T12:06:36.1549124Z Job is about to start running on the runner: i-029f2f2f50f2db911 (repository) 2022-08-17T12:06:42.2864805Z Current runner version: '2.295.0' 2022-08-17T12:06:42.2870365Z Runner name: 'i-029f2f2f50f2db911' 2022-08-17T12:06:42.2870801Z Runner group name: 'Default' 2022-08-17T12:06:42.2871397Z Machine name: 'ip-10-0-6-86' 2022-08-17T12:06:42.2873330Z ##[group]GITHUB_TOKEN Permissions 2022-08-17T12:06:42.2873945Z Actions: read 2022-08-17T12:06:42.2874236Z Checks: read 2022-08-17T12:06:42.2874515Z Contents: read 2022-08-17T12:06:42.2874792Z Deployments: read 2022-08-17T12:06:42.2875086Z Discussions: read 2022-08-17T12:06:42.2875375Z Issues: read 2022-08-17T12:06:42.2875609Z Metadata: read 2022-08-17T12:06:42.2875904Z Packages: read 2022-08-17T12:06:42.2876207Z Pages: read 2022-08-17T12:06:42.2876457Z PullRequests: read 2022-08-17T12:06:42.2876788Z RepositoryProjects: read 2022-08-17T12:06:42.2877109Z SecurityEvents: read 2022-08-17T12:06:42.2877358Z Statuses: read 2022-08-17T12:06:42.2877655Z ##[endgroup] 2022-08-17T12:06:42.2880943Z Secret source: None 2022-08-17T12:06:42.2881515Z Prepare workflow directory 2022-08-17T12:06:42.3798047Z Prepare all required actions 2022-08-17T12:06:42.3959968Z Getting action download info 2022-08-17T12:06:42.5867582Z Download action repository 'pytorch/pytorch@master' (SHA:2a096e940d33a33c4eb6df1c2ed4da607bd31a7f) 2022-08-17T12:06:45.6049515Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-08-17T12:06:45.7211271Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-08-17T12:06:45.9875374Z Getting action download info 2022-08-17T12:06:46.1547858Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-08-17T12:06:46.4207253Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-08-17T12:06:46.4207672Z with: 2022-08-17T12:06:46.4207910Z submodules: recursive 2022-08-17T12:06:46.4208159Z fetch-depth: 0 2022-08-17T12:06:46.4208384Z env: 2022-08-17T12:06:46.4208610Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:06:46.4208888Z ##[endgroup] 2022-08-17T12:06:46.4493604Z ##[group]Run retry () { 2022-08-17T12:06:46.4493877Z retry () { 2022-08-17T12:06:46.4494124Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-08-17T12:06:46.4494327Z } 2022-08-17T12:06:46.4494524Z echo "${GITHUB_WORKSPACE}" 2022-08-17T12:06:46.4494742Z if [ -z "${NO_SUDO}" ]; then 2022-08-17T12:06:46.4494958Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T12:06:46.4495164Z else 2022-08-17T12:06:46.4495364Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T12:06:46.4495563Z fi 2022-08-17T12:06:46.4495783Z mkdir "${GITHUB_WORKSPACE}" 2022-08-17T12:06:46.4511747Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:06:46.4511979Z env: 2022-08-17T12:06:46.4512155Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:06:46.4512338Z NO_SUDO: 2022-08-17T12:06:46.4512501Z ##[endgroup] 2022-08-17T12:06:46.4684000Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:06:46.4992864Z ##[group]Run malfet/checkout@silent-checkout 2022-08-17T12:06:46.4993146Z with: 2022-08-17T12:06:46.4993397Z ref: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:06:46.4993614Z fetch-depth: 0 2022-08-17T12:06:46.4993783Z submodules: recursive 2022-08-17T12:06:46.4993970Z quiet-checkout: true 2022-08-17T12:06:46.4994170Z repository: pytorch/pytorch 2022-08-17T12:06:46.4994541Z token: *** 2022-08-17T12:06:46.4994708Z ssh-strict: true 2022-08-17T12:06:46.4995038Z persist-credentials: true 2022-08-17T12:06:46.4995235Z clean: true 2022-08-17T12:06:46.4995392Z lfs: false 2022-08-17T12:06:46.4995573Z set-safe-directory: true 2022-08-17T12:06:46.4995752Z env: 2022-08-17T12:06:46.4995910Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:06:46.4996095Z ##[endgroup] 2022-08-17T12:06:46.6135483Z Syncing repository: pytorch/pytorch 2022-08-17T12:06:46.6136979Z ##[group]Getting Git version info 2022-08-17T12:06:46.6137732Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-08-17T12:06:46.6138187Z [command]/usr/bin/git version 2022-08-17T12:06:46.6138368Z git version 2.37.1 2022-08-17T12:06:46.6143265Z ##[endgroup] 2022-08-17T12:06:46.6158241Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/cdbdadb2-ae6f-4593-a8d3-785073175e48' before making global git config changes 2022-08-17T12:06:46.6158856Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T12:06:46.6164244Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:06:46.6199470Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-08-17T12:06:46.6202940Z ##[group]Initializing the repository 2022-08-17T12:06:46.6207542Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:06:46.6234169Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-08-17T12:06:46.6234662Z hint: is subject to change. To configure the initial branch name to use in all 2022-08-17T12:06:46.6234987Z hint: of your new repositories, which will suppress this warning, call: 2022-08-17T12:06:46.6235236Z hint: 2022-08-17T12:06:46.6235521Z hint: git config --global init.defaultBranch 2022-08-17T12:06:46.6235733Z hint: 2022-08-17T12:06:46.6236057Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-08-17T12:06:46.6236753Z hint: 'development'. The just-created branch can be renamed via this command: 2022-08-17T12:06:46.6237001Z hint: 2022-08-17T12:06:46.6237361Z hint: git branch -m 2022-08-17T12:06:46.6237730Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-08-17T12:06:46.6244631Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-08-17T12:06:46.6273176Z ##[endgroup] 2022-08-17T12:06:46.6273650Z ##[group]Disabling automatic garbage collection 2022-08-17T12:06:46.6277785Z [command]/usr/bin/git config --local gc.auto 0 2022-08-17T12:06:46.6303088Z ##[endgroup] 2022-08-17T12:06:46.6303775Z ##[group]Setting up auth 2022-08-17T12:06:46.6310819Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T12:06:46.6339075Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-08-17T12:06:46.6588959Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T12:06:46.6617686Z [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-08-17T12:06:46.6858482Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T12:06:46.6900740Z ##[endgroup] 2022-08-17T12:06:46.6901156Z ##[group]Fetching the repository 2022-08-17T12:06:46.6907134Z [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-08-17T12:07:34.1382405Z [command]/usr/bin/git rev-parse --verify --quiet ce6a3c605df99d1df57c0dda75c06d748e54ed2a^{object} 2022-08-17T12:07:34.1414130Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:07:34.8395563Z ##[endgroup] 2022-08-17T12:07:34.8396199Z ##[group]Determining the checkout info 2022-08-17T12:07:34.8397349Z ##[endgroup] 2022-08-17T12:07:34.8398029Z ##[group]Checking out the ref 2022-08-17T12:07:34.8403550Z [command]/usr/bin/git checkout --quiet --force ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:07:36.0555601Z ##[endgroup] 2022-08-17T12:07:36.0556189Z ##[group]Setting up auth for fetching submodules 2022-08-17T12:07:36.0561547Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T12:07:36.0605186Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-08-17T12:07:36.0634874Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-08-17T12:07:36.0661597Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-08-17T12:07:36.0685089Z ##[endgroup] 2022-08-17T12:07:36.0685434Z ##[group]Fetching submodules 2022-08-17T12:07:36.0689490Z [command]/usr/bin/git submodule sync --recursive 2022-08-17T12:07:36.0945793Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-08-17T12:07:36.1198009Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-08-17T12:07:36.1199786Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-08-17T12:07:36.1200384Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-08-17T12:07:36.1201996Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-08-17T12:07:36.1204342Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-08-17T12:07:36.1206706Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-08-17T12:07:36.1209393Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-08-17T12:07:36.1211858Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-08-17T12:07:36.1214646Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-08-17T12:07:36.1217617Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-08-17T12:07:36.1220379Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-08-17T12:07:36.1223396Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-08-17T12:07:36.1227715Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-08-17T12:07:36.1230572Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-08-17T12:07:36.1233951Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-08-17T12:07:36.1237378Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:07:36.1240854Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-08-17T12:07:36.1244445Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-08-17T12:07:36.1248078Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-08-17T12:07:36.1251897Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-08-17T12:07:36.1255998Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-08-17T12:07:36.1260017Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-08-17T12:07:36.1264345Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-08-17T12:07:36.1268566Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-08-17T12:07:36.1272853Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-08-17T12:07:36.1277367Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-08-17T12:07:36.1282417Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-08-17T12:07:36.1286899Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-08-17T12:07:36.1291645Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-08-17T12:07:36.1296534Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-08-17T12:07:36.1301493Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-08-17T12:07:36.1307956Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-08-17T12:07:36.1313044Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-08-17T12:07:36.1318243Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-08-17T12:07:36.1323620Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-08-17T12:07:36.1328899Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-08-17T12:07:36.1334539Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-08-17T12:07:36.1340125Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-08-17T12:07:36.1346066Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-08-17T12:07:36.1373013Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-08-17T12:07:36.4438098Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-08-17T12:07:36.6465618Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-08-17T12:07:36.8556170Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-08-17T12:07:37.1138494Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-08-17T12:07:37.3736327Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-08-17T12:07:42.7322630Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-08-17T12:07:43.1516238Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-08-17T12:07:43.6731265Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-08-17T12:07:45.1900370Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-08-17T12:07:46.2617739Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-08-17T12:07:51.6456610Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-08-17T12:07:52.2611680Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-08-17T12:07:53.6346584Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-08-17T12:07:54.8235385Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-08-17T12:07:55.0423209Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-08-17T12:07:55.4851674Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-08-17T12:07:55.7813627Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-08-17T12:07:56.8034005Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-08-17T12:07:57.2220442Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-08-17T12:07:57.4418834Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-08-17T12:07:57.7071798Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-08-17T12:07:59.0236909Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-08-17T12:07:59.4574659Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-08-17T12:07:59.7980037Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-08-17T12:08:05.6584539Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-08-17T12:08:07.5435949Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-08-17T12:08:08.0212387Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-08-17T12:08:08.2484349Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-08-17T12:08:13.0822930Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-08-17T12:08:13.3032129Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-08-17T12:08:13.5283297Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-08-17T12:08:14.3028760Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-08-17T12:08:14.5297633Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-08-17T12:08:14.9922043Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-08-17T12:08:15.2881166Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-08-17T12:08:15.8516255Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-08-17T12:08:18.0989179Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-08-17T12:08:18.5745617Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-08-17T12:08:20.6169542Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-08-17T12:08:20.6270200Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-08-17T12:08:20.6349640Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-08-17T12:08:20.6564335Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-08-17T12:08:20.6777102Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-08-17T12:08:21.2339847Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-08-17T12:08:21.2535550Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-08-17T12:08:21.3457056Z Submodule path 'third_party/cpuinfo': checked out '5916273f79a21551890fd3d56fc5375a78d1598d' 2022-08-17T12:08:21.3778075Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-08-17T12:08:21.6448986Z Submodule path 'third_party/cudnn_frontend': checked out '43709ab96c47e26eebcdac72f93f946d44ceffa8' 2022-08-17T12:08:21.8646339Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-08-17T12:08:21.9060208Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-08-17T12:08:21.9075164Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:08:21.9077066Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:08:21.9079571Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:08:21.9082122Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:08:21.9105138Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-08-17T12:08:22.7610487Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-08-17T12:08:23.3011155Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-08-17T12:08:24.3294054Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-08-17T12:08:24.6404438Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-08-17T12:08:24.7325195Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-08-17T12:08:24.7864293Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-08-17T12:08:24.7958726Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-08-17T12:08:24.8768151Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-08-17T12:08:24.9081575Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-08-17T12:08:24.9166500Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-08-17T12:08:24.9538157Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-08-17T12:08:24.9760143Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-08-17T12:08:25.0188406Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-08-17T12:08:25.0291404Z Submodule path 'third_party/ideep': checked out '8a114a51c116b55c4ceb689b98746786bd00c29b' 2022-08-17T12:08:25.0303570Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-08-17T12:08:25.0324359Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-08-17T12:08:31.8888436Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-08-17T12:08:31.8903073Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:08:31.8926289Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-08-17T12:08:39.0018497Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-08-17T12:08:39.0113119Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-08-17T12:08:39.0243347Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-08-17T12:08:39.1104248Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-08-17T12:08:39.1117913Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:08:39.1119726Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:08:39.1142610Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-08-17T12:08:40.3942536Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-08-17T12:08:41.4608590Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-08-17T12:08:41.5108623Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-08-17T12:08:41.5287645Z Submodule path 'third_party/nccl/nccl': checked out '19ab67d1727d337d10d0a48cbaf5cd119b8d88f1' 2022-08-17T12:08:41.5419163Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-08-17T12:08:41.6398536Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-08-17T12:08:41.8653265Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-08-17T12:08:41.8679997Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-08-17T12:08:41.8681573Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-08-17T12:08:41.8704885Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-08-17T12:08:42.2454581Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-08-17T12:08:43.0850973Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-08-17T12:08:43.1139209Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-08-17T12:08:43.1278159Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-08-17T12:08:43.1291496Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:08:43.1314017Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-08-17T12:08:44.8868499Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-08-17T12:08:44.8886826Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:08:44.8888576Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:08:44.8911814Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-08-17T12:08:45.3021343Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-08-17T12:08:46.1163579Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-08-17T12:08:46.1758207Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-08-17T12:08:46.1771298Z 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-08-17T12:08:46.1793894Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-08-17T12:08:46.4020047Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-08-17T12:08:46.4103991Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-08-17T12:08:46.6418152Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-08-17T12:08:46.6436931Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:08:46.6439004Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-08-17T12:08:46.6462759Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-08-17T12:08:47.0432013Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-08-17T12:08:48.0192792Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-08-17T12:08:48.0821223Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-08-17T12:08:48.0899990Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-08-17T12:08:48.1000387Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-08-17T12:08:48.1301768Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-08-17T12:08:48.1385445Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-08-17T12:08:48.1648846Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-08-17T12:08:48.1736219Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-08-17T12:08:48.2141867Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-08-17T12:08:48.3131449Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-08-17T12:08:48.3369669Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-08-17T12:08:48.3384341Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:08:48.3386376Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:08:48.3388801Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:08:48.3391356Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:08:48.3414123Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-08-17T12:08:49.3707087Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-08-17T12:08:49.6369863Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-08-17T12:08:50.8639310Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-08-17T12:08:51.8773343Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-08-17T12:08:51.8910419Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-08-17T12:08:51.9524334Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-08-17T12:08:51.9781776Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-08-17T12:08:51.9795607Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:08:51.9817994Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-08-17T12:08:52.2294473Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-08-17T12:08:52.3528664Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-08-17T12:08:52.3557820Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-08-17T12:08:52.3816048Z Entering 'android/libs/fbjni' 2022-08-17T12:08:52.3852252Z Entering 'third_party/FP16' 2022-08-17T12:08:52.3889003Z Entering 'third_party/FXdiv' 2022-08-17T12:08:52.3923761Z Entering 'third_party/NNPACK' 2022-08-17T12:08:52.3959858Z Entering 'third_party/QNNPACK' 2022-08-17T12:08:52.3995080Z Entering 'third_party/XNNPACK' 2022-08-17T12:08:52.4040508Z Entering 'third_party/benchmark' 2022-08-17T12:08:52.4075777Z Entering 'third_party/cpuinfo' 2022-08-17T12:08:52.4111854Z Entering 'third_party/cub' 2022-08-17T12:08:52.4147529Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:08:52.4189100Z Entering 'third_party/eigen' 2022-08-17T12:08:52.4227152Z Entering 'third_party/fbgemm' 2022-08-17T12:08:52.4262781Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:08:52.4296423Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:08:52.4331380Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:08:52.4365925Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:08:52.4402096Z Entering 'third_party/flatbuffers' 2022-08-17T12:08:52.4439656Z Entering 'third_party/fmt' 2022-08-17T12:08:52.4473969Z Entering 'third_party/foxi' 2022-08-17T12:08:52.4509419Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:08:52.4544151Z Entering 'third_party/gloo' 2022-08-17T12:08:52.4579225Z Entering 'third_party/googletest' 2022-08-17T12:08:52.4614882Z Entering 'third_party/ideep' 2022-08-17T12:08:52.4648480Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:08:52.4685299Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:08:52.4726219Z Entering 'third_party/ios-cmake' 2022-08-17T12:08:52.4761431Z Entering 'third_party/ittapi' 2022-08-17T12:08:52.4795919Z Entering 'third_party/kineto' 2022-08-17T12:08:52.4830789Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:08:52.4866624Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:08:52.4901772Z Entering 'third_party/nccl/nccl' 2022-08-17T12:08:52.4937569Z Entering 'third_party/neon2sse' 2022-08-17T12:08:52.4972787Z Entering 'third_party/nlohmann' 2022-08-17T12:08:52.5008997Z Entering 'third_party/onnx' 2022-08-17T12:08:52.5056164Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:08:52.5091794Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:08:52.5129159Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:08:52.5164668Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:08:52.5203571Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:08:52.5238653Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:08:52.5273167Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:08:52.5311475Z Entering 'third_party/pocketfft' 2022-08-17T12:08:52.5346636Z Entering 'third_party/protobuf' 2022-08-17T12:08:52.5385650Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:08:52.5421192Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:08:52.5457331Z Entering 'third_party/psimd' 2022-08-17T12:08:52.5493241Z Entering 'third_party/pthreadpool' 2022-08-17T12:08:52.5527799Z Entering 'third_party/pybind11' 2022-08-17T12:08:52.5563048Z Entering 'third_party/python-enum' 2022-08-17T12:08:52.5597362Z Entering 'third_party/python-peachpy' 2022-08-17T12:08:52.5634598Z Entering 'third_party/python-six' 2022-08-17T12:08:52.5668738Z Entering 'third_party/sleef' 2022-08-17T12:08:52.5704359Z Entering 'third_party/tbb' 2022-08-17T12:08:52.5739971Z Entering 'third_party/tensorpipe' 2022-08-17T12:08:52.5775304Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:08:52.5809873Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:08:52.5843562Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:08:52.5879310Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:08:52.5914026Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:08:52.5950951Z Entering 'third_party/zstd' 2022-08-17T12:08:52.5995610Z ##[endgroup] 2022-08-17T12:08:52.5996245Z ##[group]Persisting credentials for submodules 2022-08-17T12:08:52.6003663Z [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-08-17T12:08:52.6259759Z Entering 'android/libs/fbjni' 2022-08-17T12:08:52.6292277Z Entering 'third_party/FP16' 2022-08-17T12:08:52.6325907Z Entering 'third_party/FXdiv' 2022-08-17T12:08:52.6360083Z Entering 'third_party/NNPACK' 2022-08-17T12:08:52.6396871Z Entering 'third_party/QNNPACK' 2022-08-17T12:08:52.6429847Z Entering 'third_party/XNNPACK' 2022-08-17T12:08:52.6474641Z Entering 'third_party/benchmark' 2022-08-17T12:08:52.6508394Z Entering 'third_party/cpuinfo' 2022-08-17T12:08:52.6542982Z Entering 'third_party/cub' 2022-08-17T12:08:52.6578092Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:08:52.6618969Z Entering 'third_party/eigen' 2022-08-17T12:08:52.6655450Z Entering 'third_party/fbgemm' 2022-08-17T12:08:52.6690682Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:08:52.6724021Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:08:52.6758624Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:08:52.6792073Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:08:52.6825689Z Entering 'third_party/flatbuffers' 2022-08-17T12:08:52.6861993Z Entering 'third_party/fmt' 2022-08-17T12:08:52.6895505Z Entering 'third_party/foxi' 2022-08-17T12:08:52.6928506Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:08:52.6962653Z Entering 'third_party/gloo' 2022-08-17T12:08:52.6996540Z Entering 'third_party/googletest' 2022-08-17T12:08:52.7031063Z Entering 'third_party/ideep' 2022-08-17T12:08:52.7063601Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:08:52.7097883Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:08:52.7136856Z Entering 'third_party/ios-cmake' 2022-08-17T12:08:52.7170775Z Entering 'third_party/ittapi' 2022-08-17T12:08:52.7203044Z Entering 'third_party/kineto' 2022-08-17T12:08:52.7235753Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:08:52.7269793Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:08:52.7304301Z Entering 'third_party/nccl/nccl' 2022-08-17T12:08:52.7337717Z Entering 'third_party/neon2sse' 2022-08-17T12:08:52.7370876Z Entering 'third_party/nlohmann' 2022-08-17T12:08:52.7405256Z Entering 'third_party/onnx' 2022-08-17T12:08:52.7450585Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:08:52.7483898Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:08:52.7518396Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:08:52.7551960Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:08:52.7590261Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:08:52.7623827Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:08:52.7657412Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:08:52.7695237Z Entering 'third_party/pocketfft' 2022-08-17T12:08:52.7729930Z Entering 'third_party/protobuf' 2022-08-17T12:08:52.7766722Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:08:52.7799721Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:08:52.7834630Z Entering 'third_party/psimd' 2022-08-17T12:08:52.7868784Z Entering 'third_party/pthreadpool' 2022-08-17T12:08:52.7902115Z Entering 'third_party/pybind11' 2022-08-17T12:08:52.7936175Z Entering 'third_party/python-enum' 2022-08-17T12:08:52.7969745Z Entering 'third_party/python-peachpy' 2022-08-17T12:08:52.8004796Z Entering 'third_party/python-six' 2022-08-17T12:08:52.8039250Z Entering 'third_party/sleef' 2022-08-17T12:08:52.8073947Z Entering 'third_party/tbb' 2022-08-17T12:08:52.8110495Z Entering 'third_party/tensorpipe' 2022-08-17T12:08:52.8144907Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:08:52.8178904Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:08:52.8212198Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:08:52.8244884Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:08:52.8277980Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:08:52.8313072Z Entering 'third_party/zstd' 2022-08-17T12:08:52.8359630Z [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-08-17T12:08:52.8613626Z Entering 'android/libs/fbjni' 2022-08-17T12:08:52.8644669Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-08-17T12:08:52.8658105Z Entering 'third_party/FP16' 2022-08-17T12:08:52.8689247Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-08-17T12:08:52.8703029Z Entering 'third_party/FXdiv' 2022-08-17T12:08:52.8735308Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-08-17T12:08:52.8748512Z Entering 'third_party/NNPACK' 2022-08-17T12:08:52.8779006Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-08-17T12:08:52.8794361Z Entering 'third_party/QNNPACK' 2022-08-17T12:08:52.8825148Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-08-17T12:08:52.8838945Z Entering 'third_party/XNNPACK' 2022-08-17T12:08:52.8870618Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-08-17T12:08:52.8894134Z Entering 'third_party/benchmark' 2022-08-17T12:08:52.8925231Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:08:52.8939574Z Entering 'third_party/cpuinfo' 2022-08-17T12:08:52.8970698Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-08-17T12:08:52.8985347Z Entering 'third_party/cub' 2022-08-17T12:08:52.9016910Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-08-17T12:08:52.9031499Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:08:52.9061730Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-08-17T12:08:52.9080967Z Entering 'third_party/eigen' 2022-08-17T12:08:52.9112556Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-08-17T12:08:52.9127997Z Entering 'third_party/fbgemm' 2022-08-17T12:08:52.9161913Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-08-17T12:08:52.9175601Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:08:52.9206796Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-08-17T12:08:52.9220808Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:08:52.9252441Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-08-17T12:08:52.9267140Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:08:52.9299069Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:08:52.9312973Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:08:52.9344083Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-08-17T12:08:52.9358309Z Entering 'third_party/flatbuffers' 2022-08-17T12:08:52.9391011Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-08-17T12:08:52.9406882Z Entering 'third_party/fmt' 2022-08-17T12:08:52.9439010Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-08-17T12:08:52.9454666Z Entering 'third_party/foxi' 2022-08-17T12:08:52.9486030Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-08-17T12:08:52.9500325Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:08:52.9532435Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-08-17T12:08:52.9546582Z Entering 'third_party/gloo' 2022-08-17T12:08:52.9578180Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-08-17T12:08:52.9592496Z Entering 'third_party/googletest' 2022-08-17T12:08:52.9624844Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:08:52.9637203Z Entering 'third_party/ideep' 2022-08-17T12:08:52.9668269Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-08-17T12:08:52.9681534Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:08:52.9712712Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-08-17T12:08:52.9728231Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:08:52.9761161Z 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-08-17T12:08:52.9781382Z Entering 'third_party/ios-cmake' 2022-08-17T12:08:52.9813573Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-08-17T12:08:52.9828646Z Entering 'third_party/ittapi' 2022-08-17T12:08:52.9860603Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-08-17T12:08:52.9875131Z Entering 'third_party/kineto' 2022-08-17T12:08:52.9906723Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-08-17T12:08:52.9920537Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:08:52.9953697Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-08-17T12:08:52.9967826Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:08:52.9999596Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-08-17T12:08:53.0014703Z Entering 'third_party/nccl/nccl' 2022-08-17T12:08:53.0046800Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-08-17T12:08:53.0061124Z Entering 'third_party/neon2sse' 2022-08-17T12:08:53.0093285Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-08-17T12:08:53.0107262Z Entering 'third_party/nlohmann' 2022-08-17T12:08:53.0140163Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-08-17T12:08:53.0156506Z Entering 'third_party/onnx' 2022-08-17T12:08:53.0188499Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-08-17T12:08:53.0214337Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:08:53.0247415Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:08:53.0261596Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:08:53.0294313Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:08:53.0310867Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:08:53.0343721Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-08-17T12:08:53.0357606Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:08:53.0389898Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-08-17T12:08:53.0408118Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:08:53.0440396Z 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-08-17T12:08:53.0454252Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:08:53.0486692Z 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-08-17T12:08:53.0500299Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:08:53.0533074Z 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-08-17T12:08:53.0552006Z Entering 'third_party/pocketfft' 2022-08-17T12:08:53.0585242Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-08-17T12:08:53.0599167Z Entering 'third_party/protobuf' 2022-08-17T12:08:53.0632051Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-08-17T12:08:53.0648994Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:08:53.0680666Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:08:53.0693729Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:08:53.0725897Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:08:53.0741497Z Entering 'third_party/psimd' 2022-08-17T12:08:53.0772756Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-08-17T12:08:53.0787459Z Entering 'third_party/pthreadpool' 2022-08-17T12:08:53.0819635Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-08-17T12:08:53.0833393Z Entering 'third_party/pybind11' 2022-08-17T12:08:53.0866239Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:08:53.0880107Z Entering 'third_party/python-enum' 2022-08-17T12:08:53.0912354Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-08-17T12:08:53.0926196Z Entering 'third_party/python-peachpy' 2022-08-17T12:08:53.0958308Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-08-17T12:08:53.0972525Z Entering 'third_party/python-six' 2022-08-17T12:08:53.1004230Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-08-17T12:08:53.1018098Z Entering 'third_party/sleef' 2022-08-17T12:08:53.1049342Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-08-17T12:08:53.1064448Z Entering 'third_party/tbb' 2022-08-17T12:08:53.1096882Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-08-17T12:08:53.1113287Z Entering 'third_party/tensorpipe' 2022-08-17T12:08:53.1144918Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-08-17T12:08:53.1159144Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:08:53.1191228Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:08:53.1205072Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:08:53.1235555Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-08-17T12:08:53.1249512Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:08:53.1280271Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-08-17T12:08:53.1295006Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:08:53.1326594Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:08:53.1339509Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:08:53.1372168Z 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-08-17T12:08:53.1389467Z Entering 'third_party/zstd' 2022-08-17T12:08:53.1421348Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-08-17T12:08:53.2045145Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-08-17T12:08:53.2302309Z Entering 'android/libs/fbjni' 2022-08-17T12:08:53.2336960Z Entering 'third_party/FP16' 2022-08-17T12:08:53.2371505Z Entering 'third_party/FXdiv' 2022-08-17T12:08:53.2406518Z Entering 'third_party/NNPACK' 2022-08-17T12:08:53.2442398Z Entering 'third_party/QNNPACK' 2022-08-17T12:08:53.2477316Z Entering 'third_party/XNNPACK' 2022-08-17T12:08:53.2522951Z Entering 'third_party/benchmark' 2022-08-17T12:08:53.2559223Z Entering 'third_party/cpuinfo' 2022-08-17T12:08:53.2594940Z Entering 'third_party/cub' 2022-08-17T12:08:53.2631041Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:08:53.2671603Z Entering 'third_party/eigen' 2022-08-17T12:08:53.2709668Z Entering 'third_party/fbgemm' 2022-08-17T12:08:53.2745668Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:08:53.2779603Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:08:53.2814057Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:08:53.2848250Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:08:53.2886345Z Entering 'third_party/flatbuffers' 2022-08-17T12:08:53.2923644Z Entering 'third_party/fmt' 2022-08-17T12:08:53.2957867Z Entering 'third_party/foxi' 2022-08-17T12:08:53.2993286Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:08:53.3027189Z Entering 'third_party/gloo' 2022-08-17T12:08:53.3062164Z Entering 'third_party/googletest' 2022-08-17T12:08:53.3096866Z Entering 'third_party/ideep' 2022-08-17T12:08:53.3131039Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:08:53.3167014Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:08:53.3207215Z Entering 'third_party/ios-cmake' 2022-08-17T12:08:53.3241721Z Entering 'third_party/ittapi' 2022-08-17T12:08:53.3276562Z Entering 'third_party/kineto' 2022-08-17T12:08:53.3310600Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:08:53.3345805Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:08:53.3380935Z Entering 'third_party/nccl/nccl' 2022-08-17T12:08:53.3415332Z Entering 'third_party/neon2sse' 2022-08-17T12:08:53.3449341Z Entering 'third_party/nlohmann' 2022-08-17T12:08:53.3485686Z Entering 'third_party/onnx' 2022-08-17T12:08:53.3532401Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:08:53.3566500Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:08:53.3602454Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:08:53.3637167Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:08:53.3675246Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:08:53.3710215Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:08:53.3744427Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:08:53.3782369Z Entering 'third_party/pocketfft' 2022-08-17T12:08:53.3817355Z Entering 'third_party/protobuf' 2022-08-17T12:08:53.3854462Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:08:53.3888693Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:08:53.3924584Z Entering 'third_party/psimd' 2022-08-17T12:08:53.3958712Z Entering 'third_party/pthreadpool' 2022-08-17T12:08:53.3993736Z Entering 'third_party/pybind11' 2022-08-17T12:08:53.4028373Z Entering 'third_party/python-enum' 2022-08-17T12:08:53.4062035Z Entering 'third_party/python-peachpy' 2022-08-17T12:08:53.4097544Z Entering 'third_party/python-six' 2022-08-17T12:08:53.4131295Z Entering 'third_party/sleef' 2022-08-17T12:08:53.4165722Z Entering 'third_party/tbb' 2022-08-17T12:08:53.4201398Z Entering 'third_party/tensorpipe' 2022-08-17T12:08:53.4237238Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:08:53.4271847Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:08:53.4305848Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:08:53.4339695Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:08:53.4373466Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:08:53.4410232Z Entering 'third_party/zstd' 2022-08-17T12:08:53.4456550Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-08-17T12:08:53.4714186Z Entering 'android/libs/fbjni' 2022-08-17T12:08:53.4750088Z Entering 'third_party/FP16' 2022-08-17T12:08:53.4785654Z Entering 'third_party/FXdiv' 2022-08-17T12:08:53.4820046Z Entering 'third_party/NNPACK' 2022-08-17T12:08:53.4854997Z Entering 'third_party/QNNPACK' 2022-08-17T12:08:53.4891525Z Entering 'third_party/XNNPACK' 2022-08-17T12:08:53.4937913Z Entering 'third_party/benchmark' 2022-08-17T12:08:53.4973400Z Entering 'third_party/cpuinfo' 2022-08-17T12:08:53.5009609Z Entering 'third_party/cub' 2022-08-17T12:08:53.5046703Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:08:53.5087598Z Entering 'third_party/eigen' 2022-08-17T12:08:53.5124928Z Entering 'third_party/fbgemm' 2022-08-17T12:08:53.5161488Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:08:53.5195060Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:08:53.5231101Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:08:53.5264868Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:08:53.5299638Z Entering 'third_party/flatbuffers' 2022-08-17T12:08:53.5337344Z Entering 'third_party/fmt' 2022-08-17T12:08:53.5372711Z Entering 'third_party/foxi' 2022-08-17T12:08:53.5407201Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:08:53.5443826Z Entering 'third_party/gloo' 2022-08-17T12:08:53.5478081Z Entering 'third_party/googletest' 2022-08-17T12:08:53.5513008Z Entering 'third_party/ideep' 2022-08-17T12:08:53.5546927Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:08:53.5582350Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:08:53.5624478Z Entering 'third_party/ios-cmake' 2022-08-17T12:08:53.5659647Z Entering 'third_party/ittapi' 2022-08-17T12:08:53.5693981Z Entering 'third_party/kineto' 2022-08-17T12:08:53.5728686Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:08:53.5763414Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:08:53.5798359Z Entering 'third_party/nccl/nccl' 2022-08-17T12:08:53.5833579Z Entering 'third_party/neon2sse' 2022-08-17T12:08:53.5867981Z Entering 'third_party/nlohmann' 2022-08-17T12:08:53.5904609Z Entering 'third_party/onnx' 2022-08-17T12:08:53.5950943Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:08:53.5985957Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:08:53.6022250Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:08:53.6056122Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:08:53.6095103Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:08:53.6130099Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:08:53.6164145Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:08:53.6203445Z Entering 'third_party/pocketfft' 2022-08-17T12:08:53.6239850Z Entering 'third_party/protobuf' 2022-08-17T12:08:53.6278276Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:08:53.6312362Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:08:53.6347749Z Entering 'third_party/psimd' 2022-08-17T12:08:53.6382137Z Entering 'third_party/pthreadpool' 2022-08-17T12:08:53.6417647Z Entering 'third_party/pybind11' 2022-08-17T12:08:53.6452499Z Entering 'third_party/python-enum' 2022-08-17T12:08:53.6487436Z Entering 'third_party/python-peachpy' 2022-08-17T12:08:53.6522738Z Entering 'third_party/python-six' 2022-08-17T12:08:53.6557662Z Entering 'third_party/sleef' 2022-08-17T12:08:53.6593130Z Entering 'third_party/tbb' 2022-08-17T12:08:53.6630227Z Entering 'third_party/tensorpipe' 2022-08-17T12:08:53.6664655Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:08:53.6699582Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:08:53.6734109Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:08:53.6768604Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:08:53.6803025Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:08:53.6839988Z Entering 'third_party/zstd' 2022-08-17T12:08:53.6882840Z ##[endgroup] 2022-08-17T12:08:53.6921310Z [command]/usr/bin/git log -1 --format='%H' 2022-08-17T12:08:53.6947132Z 'ce6a3c605df99d1df57c0dda75c06d748e54ed2a' 2022-08-17T12:08:53.7066581Z Prepare all required actions 2022-08-17T12:08:53.7095351Z ##[group]Run ./.github/actions/setup-linux 2022-08-17T12:08:53.7095610Z env: 2022-08-17T12:08:53.7095825Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:53.7096097Z ##[endgroup] 2022-08-17T12:08:53.7114736Z ##[group]Run set -euo pipefail 2022-08-17T12:08:53.7115030Z set -euo pipefail 2022-08-17T12:08:53.7115262Z function get_ec2_metadata() { 2022-08-17T12:08:53.7143293Z  # Pulled from instance metadata endpoint for EC2 2022-08-17T12:08:53.7144508Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-08-17T12:08:53.7144814Z  category=$1 2022-08-17T12:08:53.7145050Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-08-17T12:08:53.7145272Z } 2022-08-17T12:08:53.7145474Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-08-17T12:08:53.7145765Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-08-17T12:08:53.7146043Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-08-17T12:08:53.7146278Z echo "system info $(uname -a)" 2022-08-17T12:08:53.7157848Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:08:53.7158070Z env: 2022-08-17T12:08:53.7158231Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:53.7158417Z ##[endgroup] 2022-08-17T12:08:53.7236381Z ami-id: ami-096198a0bccc6bad4 2022-08-17T12:08:53.7287628Z instance-id: i-029f2f2f50f2db911 2022-08-17T12:08:53.7336173Z instance-type: c5.2xlarge 2022-08-17T12:08:53.7342401Z system info Linux ip-10-0-6-86.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-08-17T12:08:53.7360104Z ##[group]Run if systemctl is-active --quiet docker; then 2022-08-17T12:08:53.7360391Z if systemctl is-active --quiet docker; then 2022-08-17T12:08:53.7360638Z  echo "Docker daemon is running..."; 2022-08-17T12:08:53.7360833Z else 2022-08-17T12:08:53.7361072Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-08-17T12:08:53.7361303Z fi 2022-08-17T12:08:53.7372289Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:08:53.7372510Z env: 2022-08-17T12:08:53.7372684Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:53.7372980Z ##[endgroup] 2022-08-17T12:08:53.7414516Z Docker daemon is running... 2022-08-17T12:08:53.7431179Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-08-17T12:08:53.7431530Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-08-17T12:08:53.7431814Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:08:53.7432344Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-08-17T12:08:53.7432686Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-08-17T12:08:53.7443432Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:08:53.7443647Z env: 2022-08-17T12:08:53.7443806Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:53.7443998Z AWS_RETRY_MODE: standard 2022-08-17T12:08:53.7444188Z AWS_MAX_ATTEMPTS: 5 2022-08-17T12:08:53.7444372Z AWS_DEFAULT_REGION: us-east-1 2022-08-17T12:08:53.7444562Z ##[endgroup] 2022-08-17T12:08:54.5488576Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-08-17T12:08:54.5489141Z Configure a credential helper to remove this warning. See 2022-08-17T12:08:54.5489773Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-08-17T12:08:54.5490096Z 2022-08-17T12:08:54.5490952Z Login Succeeded 2022-08-17T12:08:54.5558959Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:08:54.5559272Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:08:54.5559618Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:08:54.5571238Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:08:54.5571457Z env: 2022-08-17T12:08:54.5571630Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:54.5571806Z ##[endgroup] 2022-08-17T12:08:54.5642631Z Prepare all required actions 2022-08-17T12:08:54.5643083Z Getting action download info 2022-08-17T12:08:54.7110110Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-08-17T12:08:54.8990979Z ##[group]Run ./.github/actions/setup-ssh 2022-08-17T12:08:54.8991194Z with: 2022-08-17T12:08:54.8991587Z github-secret: *** 2022-08-17T12:08:54.8991764Z env: 2022-08-17T12:08:54.8991940Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:54.8992112Z ##[endgroup] 2022-08-17T12:08:54.9013010Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-08-17T12:08:54.9013224Z with: 2022-08-17T12:08:54.9013531Z GITHUB_TOKEN: *** 2022-08-17T12:08:54.9013715Z activate-with-label: false 2022-08-17T12:08:54.9013916Z label: with-ssh 2022-08-17T12:08:54.9014112Z remove-existing-keys: true 2022-08-17T12:08:54.9014280Z env: 2022-08-17T12:08:54.9014453Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:54.9014638Z ##[endgroup] 2022-08-17T12:08:55.3322658Z Grabbing public ssh keys from https://github.com/IvanYashchuk.keys 2022-08-17T12:08:55.4324703Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-08-17T12:08:55.4337597Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-08-17T12:08:55.4359547Z Login using: ssh ec2-user@ec2-54-89-100-48.compute-1.amazonaws.com 2022-08-17T12:08:55.4404679Z Prepare all required actions 2022-08-17T12:08:55.4422917Z ##[group]Run ./.github/actions/pull-docker-image 2022-08-17T12:08:55.4423135Z with: 2022-08-17T12:08:55.4423670Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:08:55.4423979Z env: 2022-08-17T12:08:55.4424158Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:55.4424344Z ##[endgroup] 2022-08-17T12:08:55.4437346Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:08:55.4437628Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:08:55.4437897Z # ignore output since only exit code is used for conditional 2022-08-17T12:08:55.4438164Z # only pull docker image if it's not available locally 2022-08-17T12:08:55.4438462Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-08-17T12:08:55.4438768Z  retry docker pull "${DOCKER_IMAGE}" 2022-08-17T12:08:55.4438953Z fi 2022-08-17T12:08:55.4450117Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:08:55.4450336Z env: 2022-08-17T12:08:55.4450499Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:55.4450847Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:08:55.4451182Z ##[endgroup] 2022-08-17T12:08:55.6864669Z a347f7e7645f04fc68e4f87c73cf0385233153b8: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-08-17T12:08:55.6865194Z 3b65ec22a9e9: Pulling fs layer 2022-08-17T12:08:55.6865385Z ef46a21e4004: Pulling fs layer 2022-08-17T12:08:55.6865611Z 0cd966808131: Pulling fs layer 2022-08-17T12:08:55.6865928Z d96ffce08e66: Pulling fs layer 2022-08-17T12:08:55.6866281Z 6c71e48d181e: Pulling fs layer 2022-08-17T12:08:55.6866605Z 3e0259f02183: Pulling fs layer 2022-08-17T12:08:55.6866842Z 9dc5c789901b: Pulling fs layer 2022-08-17T12:08:55.6867147Z 4ec60a8f4b0d: Pulling fs layer 2022-08-17T12:08:55.6867471Z efb8d44a1237: Pulling fs layer 2022-08-17T12:08:55.6867755Z d96ffce08e66: Waiting 2022-08-17T12:08:55.6868036Z 0846fd5f50b1: Pulling fs layer 2022-08-17T12:08:55.6868349Z 2f02b9c38fdd: Pulling fs layer 2022-08-17T12:08:55.6868672Z 5e6332363e8c: Pulling fs layer 2022-08-17T12:08:55.6868941Z 7864323978cb: Pulling fs layer 2022-08-17T12:08:55.6869509Z 4ce5b8109bcb: Pulling fs layer 2022-08-17T12:08:55.6869872Z 9a5798f00c55: Pulling fs layer 2022-08-17T12:08:55.6870144Z b477457c93ae: Pulling fs layer 2022-08-17T12:08:55.6870481Z b8835462091e: Pulling fs layer 2022-08-17T12:08:55.6870783Z 5c88d6b28819: Pulling fs layer 2022-08-17T12:08:55.6871075Z 8b38f067771b: Pulling fs layer 2022-08-17T12:08:55.6871416Z b5dbbce4b04e: Pulling fs layer 2022-08-17T12:08:55.6871711Z 3e0259f02183: Waiting 2022-08-17T12:08:55.6871990Z 6c71e48d181e: Waiting 2022-08-17T12:08:55.6872220Z 00a3d832f66e: Pulling fs layer 2022-08-17T12:08:55.6872414Z 682b682d9e93: Pulling fs layer 2022-08-17T12:08:55.6872697Z f62d6a29ee25: Pulling fs layer 2022-08-17T12:08:55.6873012Z 9f2aa5b7f4ee: Pulling fs layer 2022-08-17T12:08:55.6873313Z 7864323978cb: Waiting 2022-08-17T12:08:55.6873630Z c1cc323d4a98: Pulling fs layer 2022-08-17T12:08:55.6873990Z d323eef1e7e1: Pulling fs layer 2022-08-17T12:08:55.6874312Z b477457c93ae: Waiting 2022-08-17T12:08:55.6874639Z 4ce5b8109bcb: Waiting 2022-08-17T12:08:55.6874980Z ade3e8c67ae6: Pulling fs layer 2022-08-17T12:08:55.6875299Z 9dc5c789901b: Waiting 2022-08-17T12:08:55.6875614Z 4ec60a8f4b0d: Waiting 2022-08-17T12:08:55.6875946Z a492728f4507: Pulling fs layer 2022-08-17T12:08:55.6876257Z 0846fd5f50b1: Waiting 2022-08-17T12:08:55.6876555Z 9a5798f00c55: Waiting 2022-08-17T12:08:55.6876809Z fd9ccd86a681: Pulling fs layer 2022-08-17T12:08:55.6877008Z 5e6332363e8c: Waiting 2022-08-17T12:08:55.6877282Z 2f02b9c38fdd: Waiting 2022-08-17T12:08:55.6877626Z d932c4ca853a: Pulling fs layer 2022-08-17T12:08:55.6878151Z 15c8440a96aa: Pulling fs layer 2022-08-17T12:08:55.6878403Z 337a233ac028: Pulling fs layer 2022-08-17T12:08:55.6878709Z efb8d44a1237: Waiting 2022-08-17T12:08:55.6879015Z b8835462091e: Waiting 2022-08-17T12:08:55.6879408Z 97be5b091dd9: Pulling fs layer 2022-08-17T12:08:55.6879613Z 8b38f067771b: Waiting 2022-08-17T12:08:55.6879806Z 2ada12616b22: Pulling fs layer 2022-08-17T12:08:55.6879988Z 9f2aa5b7f4ee: Waiting 2022-08-17T12:08:55.6880168Z f62d6a29ee25: Waiting 2022-08-17T12:08:55.6880324Z d323eef1e7e1: Waiting 2022-08-17T12:08:55.6880494Z 00a3d832f66e: Waiting 2022-08-17T12:08:55.6880674Z e69a2cbb6fd4: Pulling fs layer 2022-08-17T12:08:55.6880866Z 0044ee4ac606: Pulling fs layer 2022-08-17T12:08:55.6881040Z e601349e520b: Pulling fs layer 2022-08-17T12:08:55.6881226Z 591a21ed2ab8: Pulling fs layer 2022-08-17T12:08:55.6881453Z e4521e0c3854: Pulling fs layer 2022-08-17T12:08:55.6881729Z f568ee9f41e3: Pulling fs layer 2022-08-17T12:08:55.6882023Z 5c88d6b28819: Waiting 2022-08-17T12:08:55.6882313Z 19df37b4c74c: Pulling fs layer 2022-08-17T12:08:55.6882613Z c363a482236a: Pulling fs layer 2022-08-17T12:08:55.6882929Z 2ada12616b22: Waiting 2022-08-17T12:08:55.6883246Z b5dbbce4b04e: Waiting 2022-08-17T12:08:55.6883566Z dcf43507e80e: Pulling fs layer 2022-08-17T12:08:55.6883922Z cdeff5e8900e: Pulling fs layer 2022-08-17T12:08:55.6884255Z a492728f4507: Waiting 2022-08-17T12:08:55.6884561Z 432ead746a51: Pulling fs layer 2022-08-17T12:08:55.6884883Z ade3e8c67ae6: Waiting 2022-08-17T12:08:55.6885140Z 682b682d9e93: Waiting 2022-08-17T12:08:55.6885454Z 7887f902330e: Pulling fs layer 2022-08-17T12:08:55.6885792Z fd9ccd86a681: Waiting 2022-08-17T12:08:55.6885995Z 0107d101d703: Pulling fs layer 2022-08-17T12:08:55.6886170Z 424513ba624b: Pulling fs layer 2022-08-17T12:08:55.6886361Z d9c9fd17b60c: Pulling fs layer 2022-08-17T12:08:55.6886542Z 591a21ed2ab8: Waiting 2022-08-17T12:08:55.6886699Z d932c4ca853a: Waiting 2022-08-17T12:08:55.6886868Z e4521e0c3854: Waiting 2022-08-17T12:08:55.6887049Z aa1eabed864f: Pulling fs layer 2022-08-17T12:08:55.6887219Z 15c8440a96aa: Waiting 2022-08-17T12:08:55.6887394Z c483592d5074: Pulling fs layer 2022-08-17T12:08:55.6887584Z f568ee9f41e3: Waiting 2022-08-17T12:08:55.6887761Z 07f2aa52159a: Pulling fs layer 2022-08-17T12:08:55.6887923Z 337a233ac028: Waiting 2022-08-17T12:08:55.6888091Z e69a2cbb6fd4: Waiting 2022-08-17T12:08:55.6888273Z 13f262da6a6c: Pulling fs layer 2022-08-17T12:08:55.6888437Z 19df37b4c74c: Waiting 2022-08-17T12:08:55.6888704Z 1e128c6311be: Pulling fs layer 2022-08-17T12:08:55.6888881Z c363a482236a: Waiting 2022-08-17T12:08:55.6889037Z cdeff5e8900e: Waiting 2022-08-17T12:08:55.6889216Z 0a364ea25255: Pulling fs layer 2022-08-17T12:08:55.6889391Z dcf43507e80e: Waiting 2022-08-17T12:08:55.6889558Z 9b8f9a96d4e8: Pulling fs layer 2022-08-17T12:08:55.6889744Z 708682444671: Pulling fs layer 2022-08-17T12:08:55.6889916Z 7887f902330e: Waiting 2022-08-17T12:08:55.6890080Z 589913fd2607: Pulling fs layer 2022-08-17T12:08:55.6890256Z e601349e520b: Waiting 2022-08-17T12:08:55.6890433Z 7b3f9f48221a: Pulling fs layer 2022-08-17T12:08:55.6890600Z 424513ba624b: Waiting 2022-08-17T12:08:55.6890767Z 432ead746a51: Waiting 2022-08-17T12:08:55.6890932Z 9b8f9a96d4e8: Waiting 2022-08-17T12:08:55.6891083Z 0107d101d703: Waiting 2022-08-17T12:08:55.6891247Z 07f2aa52159a: Waiting 2022-08-17T12:08:55.6891415Z 97be5b091dd9: Waiting 2022-08-17T12:08:55.6891574Z 589913fd2607: Waiting 2022-08-17T12:08:55.6891739Z 1e128c6311be: Waiting 2022-08-17T12:08:55.6891904Z 0a364ea25255: Waiting 2022-08-17T12:08:55.6892056Z c483592d5074: Waiting 2022-08-17T12:08:55.6892225Z aa1eabed864f: Waiting 2022-08-17T12:08:55.6892395Z 7b3f9f48221a: Waiting 2022-08-17T12:08:55.7621768Z ef46a21e4004: Download complete 2022-08-17T12:08:55.8460998Z d96ffce08e66: Verifying Checksum 2022-08-17T12:08:55.8461386Z d96ffce08e66: Download complete 2022-08-17T12:08:55.9220079Z 6c71e48d181e: Download complete 2022-08-17T12:08:55.9930900Z 3e0259f02183: Verifying Checksum 2022-08-17T12:08:56.0164852Z 3e0259f02183: Download complete 2022-08-17T12:08:56.0165262Z 3b65ec22a9e9: Download complete 2022-08-17T12:08:56.0656916Z 9dc5c789901b: Verifying Checksum 2022-08-17T12:08:56.0657329Z 9dc5c789901b: Download complete 2022-08-17T12:08:56.0937128Z 4ec60a8f4b0d: Verifying Checksum 2022-08-17T12:08:56.0938163Z 4ec60a8f4b0d: Download complete 2022-08-17T12:08:56.1355557Z efb8d44a1237: Verifying Checksum 2022-08-17T12:08:56.1355932Z efb8d44a1237: Download complete 2022-08-17T12:08:56.1646869Z 0846fd5f50b1: Download complete 2022-08-17T12:08:56.2491358Z 5e6332363e8c: Verifying Checksum 2022-08-17T12:08:56.2491780Z 5e6332363e8c: Download complete 2022-08-17T12:08:56.3277434Z 7864323978cb: Download complete 2022-08-17T12:08:56.7214071Z 3b65ec22a9e9: Pull complete 2022-08-17T12:08:56.8505995Z ef46a21e4004: Pull complete 2022-08-17T12:08:57.0085741Z 2f02b9c38fdd: Verifying Checksum 2022-08-17T12:08:57.0086278Z 2f02b9c38fdd: Download complete 2022-08-17T12:08:57.0844110Z 9a5798f00c55: Download complete 2022-08-17T12:08:57.1523744Z b477457c93ae: Verifying Checksum 2022-08-17T12:08:57.1524219Z b477457c93ae: Download complete 2022-08-17T12:08:57.6586659Z b8835462091e: Verifying Checksum 2022-08-17T12:08:57.6587017Z b8835462091e: Download complete 2022-08-17T12:08:57.7494061Z 5c88d6b28819: Download complete 2022-08-17T12:08:57.8462865Z 8b38f067771b: Verifying Checksum 2022-08-17T12:08:57.8463143Z 8b38f067771b: Download complete 2022-08-17T12:08:57.9164020Z b5dbbce4b04e: Verifying Checksum 2022-08-17T12:08:57.9796401Z b5dbbce4b04e: Download complete 2022-08-17T12:08:57.9796708Z 00a3d832f66e: Verifying Checksum 2022-08-17T12:08:57.9797034Z 00a3d832f66e: Download complete 2022-08-17T12:08:58.0629055Z 682b682d9e93: Verifying Checksum 2022-08-17T12:08:58.0629407Z 682b682d9e93: Download complete 2022-08-17T12:08:58.3158080Z f62d6a29ee25: Verifying Checksum 2022-08-17T12:08:58.3158464Z f62d6a29ee25: Download complete 2022-08-17T12:08:58.4015820Z 9f2aa5b7f4ee: Verifying Checksum 2022-08-17T12:08:58.4016077Z 9f2aa5b7f4ee: Download complete 2022-08-17T12:08:58.4816133Z c1cc323d4a98: Verifying Checksum 2022-08-17T12:08:58.4816444Z c1cc323d4a98: Download complete 2022-08-17T12:08:58.8121638Z 0cd966808131: Verifying Checksum 2022-08-17T12:08:58.8122706Z 0cd966808131: Download complete 2022-08-17T12:08:58.8982245Z ade3e8c67ae6: Verifying Checksum 2022-08-17T12:08:58.8982564Z ade3e8c67ae6: Download complete 2022-08-17T12:08:58.9824254Z a492728f4507: Verifying Checksum 2022-08-17T12:08:58.9824673Z a492728f4507: Download complete 2022-08-17T12:08:59.0931125Z fd9ccd86a681: Verifying Checksum 2022-08-17T12:08:59.0931550Z fd9ccd86a681: Download complete 2022-08-17T12:08:59.1876743Z d932c4ca853a: Download complete 2022-08-17T12:08:59.2470841Z 15c8440a96aa: Verifying Checksum 2022-08-17T12:08:59.2471249Z 15c8440a96aa: Download complete 2022-08-17T12:08:59.5449095Z d323eef1e7e1: Verifying Checksum 2022-08-17T12:08:59.5449558Z d323eef1e7e1: Download complete 2022-08-17T12:08:59.6308277Z 97be5b091dd9: Verifying Checksum 2022-08-17T12:08:59.6308717Z 97be5b091dd9: Download complete 2022-08-17T12:08:59.7126529Z 2ada12616b22: Verifying Checksum 2022-08-17T12:08:59.7126944Z 2ada12616b22: Download complete 2022-08-17T12:08:59.8073982Z e69a2cbb6fd4: Verifying Checksum 2022-08-17T12:08:59.8074437Z e69a2cbb6fd4: Download complete 2022-08-17T12:08:59.8888094Z 0044ee4ac606: Verifying Checksum 2022-08-17T12:08:59.8888519Z 0044ee4ac606: Download complete 2022-08-17T12:08:59.9956790Z e601349e520b: Download complete 2022-08-17T12:09:00.0586498Z 591a21ed2ab8: Verifying Checksum 2022-08-17T12:09:00.0586939Z 591a21ed2ab8: Download complete 2022-08-17T12:09:00.1314454Z e4521e0c3854: Verifying Checksum 2022-08-17T12:09:00.1314848Z e4521e0c3854: Download complete 2022-08-17T12:09:00.2051753Z f568ee9f41e3: Verifying Checksum 2022-08-17T12:09:00.2052168Z f568ee9f41e3: Download complete 2022-08-17T12:09:00.2807745Z 19df37b4c74c: Verifying Checksum 2022-08-17T12:09:00.2808159Z 19df37b4c74c: Download complete 2022-08-17T12:09:00.3682262Z c363a482236a: Verifying Checksum 2022-08-17T12:09:00.3682636Z c363a482236a: Download complete 2022-08-17T12:09:00.4518698Z dcf43507e80e: Verifying Checksum 2022-08-17T12:09:00.4519015Z dcf43507e80e: Download complete 2022-08-17T12:09:00.5371011Z cdeff5e8900e: Verifying Checksum 2022-08-17T12:09:00.5371302Z cdeff5e8900e: Download complete 2022-08-17T12:09:01.0076366Z 432ead746a51: Verifying Checksum 2022-08-17T12:09:01.0076773Z 432ead746a51: Download complete 2022-08-17T12:09:01.0891386Z 7887f902330e: Verifying Checksum 2022-08-17T12:09:01.0891803Z 7887f902330e: Download complete 2022-08-17T12:09:01.1660844Z 0107d101d703: Verifying Checksum 2022-08-17T12:09:01.1661258Z 0107d101d703: Download complete 2022-08-17T12:09:01.2415133Z 424513ba624b: Download complete 2022-08-17T12:09:01.3022254Z d9c9fd17b60c: Verifying Checksum 2022-08-17T12:09:01.3022672Z d9c9fd17b60c: Download complete 2022-08-17T12:09:01.4910451Z 337a233ac028: Verifying Checksum 2022-08-17T12:09:01.4910983Z 337a233ac028: Download complete 2022-08-17T12:09:01.5515124Z aa1eabed864f: Verifying Checksum 2022-08-17T12:09:01.5515424Z aa1eabed864f: Download complete 2022-08-17T12:09:01.5650477Z c483592d5074: Download complete 2022-08-17T12:09:01.6260784Z 07f2aa52159a: Verifying Checksum 2022-08-17T12:09:01.6261159Z 07f2aa52159a: Download complete 2022-08-17T12:09:01.7130477Z 1e128c6311be: Verifying Checksum 2022-08-17T12:09:01.7132228Z 1e128c6311be: Download complete 2022-08-17T12:09:01.8011752Z 0a364ea25255: Download complete 2022-08-17T12:09:01.8877245Z 9b8f9a96d4e8: Verifying Checksum 2022-08-17T12:09:01.9543102Z 9b8f9a96d4e8: Download complete 2022-08-17T12:09:01.9543359Z 708682444671: Download complete 2022-08-17T12:09:02.0163560Z 589913fd2607: Verifying Checksum 2022-08-17T12:09:02.0163989Z 589913fd2607: Download complete 2022-08-17T12:09:02.6052159Z 7b3f9f48221a: Verifying Checksum 2022-08-17T12:09:02.6052542Z 7b3f9f48221a: Download complete 2022-08-17T12:09:04.6200170Z 13f262da6a6c: Verifying Checksum 2022-08-17T12:09:04.6200624Z 13f262da6a6c: Download complete 2022-08-17T12:09:05.3377302Z 0cd966808131: Pull complete 2022-08-17T12:09:05.5440240Z d96ffce08e66: Pull complete 2022-08-17T12:09:05.7729337Z 6c71e48d181e: Pull complete 2022-08-17T12:09:05.9419341Z 3e0259f02183: Pull complete 2022-08-17T12:09:06.1106841Z 9dc5c789901b: Pull complete 2022-08-17T12:09:06.2542156Z 4ec60a8f4b0d: Pull complete 2022-08-17T12:09:06.4740336Z efb8d44a1237: Pull complete 2022-08-17T12:09:06.7162142Z 0846fd5f50b1: Pull complete 2022-08-17T12:09:08.5568880Z 2f02b9c38fdd: Pull complete 2022-08-17T12:09:08.7959670Z 5e6332363e8c: Pull complete 2022-08-17T12:09:09.0273883Z 7864323978cb: Pull complete 2022-08-17T12:09:12.7791719Z 4ce5b8109bcb: Verifying Checksum 2022-08-17T12:09:12.7792030Z 4ce5b8109bcb: Download complete 2022-08-17T12:09:37.0389121Z 4ce5b8109bcb: Pull complete 2022-08-17T12:09:37.1327540Z 9a5798f00c55: Pull complete 2022-08-17T12:09:37.2227043Z b477457c93ae: Pull complete 2022-08-17T12:09:37.9718165Z b8835462091e: Pull complete 2022-08-17T12:09:38.0734597Z 5c88d6b28819: Pull complete 2022-08-17T12:09:38.1875461Z 8b38f067771b: Pull complete 2022-08-17T12:09:38.2703957Z b5dbbce4b04e: Pull complete 2022-08-17T12:09:38.3738487Z 00a3d832f66e: Pull complete 2022-08-17T12:09:38.4709923Z 682b682d9e93: Pull complete 2022-08-17T12:09:38.8872498Z f62d6a29ee25: Pull complete 2022-08-17T12:09:39.0266886Z 9f2aa5b7f4ee: Pull complete 2022-08-17T12:09:39.1353507Z c1cc323d4a98: Pull complete 2022-08-17T12:09:41.0736900Z d323eef1e7e1: Pull complete 2022-08-17T12:09:41.2367277Z ade3e8c67ae6: Pull complete 2022-08-17T12:09:41.4055001Z a492728f4507: Pull complete 2022-08-17T12:09:41.6069514Z fd9ccd86a681: Pull complete 2022-08-17T12:09:41.7999924Z d932c4ca853a: Pull complete 2022-08-17T12:09:42.0068197Z 15c8440a96aa: Pull complete 2022-08-17T12:09:46.5466790Z 337a233ac028: Pull complete 2022-08-17T12:09:46.6856772Z 97be5b091dd9: Pull complete 2022-08-17T12:09:46.7899343Z 2ada12616b22: Pull complete 2022-08-17T12:09:46.8815339Z e69a2cbb6fd4: Pull complete 2022-08-17T12:09:46.9710387Z 0044ee4ac606: Pull complete 2022-08-17T12:09:47.0591636Z e601349e520b: Pull complete 2022-08-17T12:09:47.1590639Z 591a21ed2ab8: Pull complete 2022-08-17T12:09:47.2580464Z e4521e0c3854: Pull complete 2022-08-17T12:09:47.3525383Z f568ee9f41e3: Pull complete 2022-08-17T12:09:47.4469359Z 19df37b4c74c: Pull complete 2022-08-17T12:09:47.5846910Z c363a482236a: Pull complete 2022-08-17T12:09:47.6754858Z dcf43507e80e: Pull complete 2022-08-17T12:09:47.7693843Z cdeff5e8900e: Pull complete 2022-08-17T12:09:48.9948052Z 432ead746a51: Pull complete 2022-08-17T12:09:49.1856958Z 7887f902330e: Pull complete 2022-08-17T12:09:49.4085369Z 0107d101d703: Pull complete 2022-08-17T12:09:49.6303304Z 424513ba624b: Pull complete 2022-08-17T12:09:49.8443454Z d9c9fd17b60c: Pull complete 2022-08-17T12:09:50.2672660Z aa1eabed864f: Pull complete 2022-08-17T12:09:50.4999363Z c483592d5074: Pull complete 2022-08-17T12:09:50.7437312Z 07f2aa52159a: Pull complete 2022-08-17T12:09:54.6292384Z 13f262da6a6c: Pull complete 2022-08-17T12:09:54.7821421Z 1e128c6311be: Pull complete 2022-08-17T12:09:54.9955208Z 0a364ea25255: Pull complete 2022-08-17T12:09:55.2013415Z 9b8f9a96d4e8: Pull complete 2022-08-17T12:09:55.3625683Z 708682444671: Pull complete 2022-08-17T12:09:55.4958220Z 589913fd2607: Pull complete 2022-08-17T12:09:56.9709515Z 7b3f9f48221a: Pull complete 2022-08-17T12:09:56.9889118Z Digest: sha256:594372be36f848ede98fd4597227797d5fa59cc4886edb7b024f352b98e83e00 2022-08-17T12:09:56.9920825Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:09:56.9952090Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:09:57.0004524Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-08-17T12:09:57.0004805Z python3 -m pip install psutil==5.9.1 2022-08-17T12:09:57.0005045Z python3 -m pip install pynvml==11.4.1 2022-08-17T12:09:57.0005303Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-08-17T12:09:57.0005572Z echo "::set-output name=monitor-script-pid::${!}" 2022-08-17T12:09:57.0017168Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:09:57.0017392Z env: 2022-08-17T12:09:57.0017554Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:57.0017744Z ##[endgroup] 2022-08-17T12:09:57.6297508Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:09:57.8907621Z Collecting psutil==5.9.1 2022-08-17T12:09:57.9064941Z Downloading psutil-5.9.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281 kB) 2022-08-17T12:09:57.9551707Z Installing collected packages: psutil 2022-08-17T12:09:58.0784676Z Successfully installed psutil-5.9.1 2022-08-17T12:09:58.4446564Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:09:58.5001281Z Collecting pynvml==11.4.1 2022-08-17T12:09:58.5171813Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-08-17T12:09:58.5526432Z Installing collected packages: pynvml 2022-08-17T12:09:58.5973731Z Successfully installed pynvml-11.4.1 2022-08-17T12:09:58.6529688Z Prepare all required actions 2022-08-17T12:09:58.6529932Z Getting action download info 2022-08-17T12:09:58.8635126Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-08-17T12:09:59.0452954Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-08-17T12:09:59.1712658Z ##[group]Run ./.github/actions/download-build-artifacts 2022-08-17T12:09:59.1712885Z with: 2022-08-17T12:09:59.1713056Z name: linux-focal-py3.7-gcc7 2022-08-17T12:09:59.1713242Z env: 2022-08-17T12:09:59.1713422Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:59.1713591Z ##[endgroup] 2022-08-17T12:09:59.1737872Z ##[group]Run seemethere/download-artifact-s3@v4 2022-08-17T12:09:59.1738089Z with: 2022-08-17T12:09:59.1738279Z name: linux-focal-py3.7-gcc7 2022-08-17T12:09:59.1738475Z s3-bucket: gha-artifacts 2022-08-17T12:09:59.1738664Z region: us-east-1 2022-08-17T12:09:59.1738833Z env: 2022-08-17T12:09:59.1739032Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:59.1739213Z ##[endgroup] 2022-08-17T12:09:59.5861029Z Found 1 objects with prefix pytorch/pytorch/2875102080/linux-focal-py3.7-gcc7/ 2022-08-17T12:09:59.5861508Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-08-17T12:10:02.9040309Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-08-17T12:10:02.9040704Z 2022-08-17T12:10:02.9042363Z Artifact download has finished successfully 2022-08-17T12:10:02.9139572Z ##[group]Run unzip -o artifacts.zip 2022-08-17T12:10:02.9139819Z unzip -o artifacts.zip 2022-08-17T12:10:02.9151807Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:10:02.9152030Z env: 2022-08-17T12:10:02.9152205Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:02.9152408Z ##[endgroup] 2022-08-17T12:10:02.9205398Z Archive: artifacts.zip 2022-08-17T12:10:02.9206297Z creating: dist/ 2022-08-17T12:10:03.6574831Z inflating: dist/torch-1.13.0a0+gitce6a3c6-cp37-cp37m-linux_x86_64.whl 2022-08-17T12:10:03.6575265Z creating: build/custom_test_artifacts/ 2022-08-17T12:10:03.6575572Z creating: build/custom_test_artifacts/custom-op-build/ 2022-08-17T12:10:03.6575932Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-08-17T12:10:03.6577061Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:10:03.6577779Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-08-17T12:10:03.6578524Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-08-17T12:10:03.6579024Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-08-17T12:10:03.6579439Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-08-17T12:10:03.6580447Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:10:03.6581792Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-08-17T12:10:03.6582574Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-08-17T12:10:03.6583043Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-08-17T12:10:03.6584588Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:10:03.6585881Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-08-17T12:10:03.6587340Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:10:03.6588192Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-08-17T12:10:03.6589416Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:10:03.6590279Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-08-17T12:10:03.6590983Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:10:03.6591717Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-08-17T12:10:03.6592472Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-08-17T12:10:03.6593182Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-08-17T12:10:03.6593993Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-08-17T12:10:03.6594852Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-08-17T12:10:03.6595684Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-08-17T12:10:03.6596117Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-08-17T12:10:03.6596553Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-08-17T12:10:03.6596987Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-08-17T12:10:03.6597429Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-08-17T12:10:03.6597856Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-08-17T12:10:03.6598293Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-08-17T12:10:03.6611173Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-08-17T12:10:03.6698817Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-08-17T12:10:03.6699588Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-08-17T12:10:03.6700417Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-08-17T12:10:03.6701292Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-08-17T12:10:03.6702134Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-08-17T12:10:03.6702929Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-08-17T12:10:03.6703700Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-08-17T12:10:03.6704158Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-08-17T12:10:03.6704618Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-08-17T12:10:03.6705064Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-08-17T12:10:03.6705520Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-08-17T12:10:03.6718777Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-08-17T12:10:03.6781375Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-08-17T12:10:03.6782195Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:10:03.6783041Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:10:03.6783961Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-08-17T12:10:03.6784907Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-08-17T12:10:03.6785353Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-08-17T12:10:03.6786054Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-08-17T12:10:03.6786735Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-08-17T12:10:03.6787364Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-08-17T12:10:03.6858826Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-08-17T12:10:03.6906709Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-08-17T12:10:03.6907371Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-08-17T12:10:03.6907729Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-08-17T12:10:03.6909581Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:10:03.6910307Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-08-17T12:10:03.6911060Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-08-17T12:10:03.6911465Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-08-17T12:10:03.6911873Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-08-17T12:10:03.6912721Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:10:03.6914081Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-08-17T12:10:03.6914846Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-08-17T12:10:03.6915302Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-08-17T12:10:03.6916566Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:10:03.6917839Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-08-17T12:10:03.6919194Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:10:03.6920046Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-08-17T12:10:03.6921145Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:10:03.6921998Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-08-17T12:10:03.6922722Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:10:03.6923408Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-08-17T12:10:03.6924153Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-08-17T12:10:03.6924885Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-08-17T12:10:03.6925679Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-08-17T12:10:03.6926226Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-08-17T12:10:03.6927310Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-08-17T12:10:03.6928124Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-08-17T12:10:03.6928582Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-08-17T12:10:03.6929024Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-08-17T12:10:03.6929472Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-08-17T12:10:03.6929999Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-08-17T12:10:03.6930433Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-08-17T12:10:03.6943904Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-08-17T12:10:03.6993053Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-08-17T12:10:03.6993936Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:10:03.6994742Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:10:03.6995522Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-08-17T12:10:03.6995961Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-08-17T12:10:03.6996569Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-08-17T12:10:03.6997261Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-08-17T12:10:03.6997929Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-08-17T12:10:03.6998345Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-08-17T12:10:03.7036284Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-08-17T12:10:03.7036970Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-08-17T12:10:03.7037346Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-08-17T12:10:03.7039247Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:10:03.7039980Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-08-17T12:10:03.7040737Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-08-17T12:10:03.7041177Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-08-17T12:10:03.7041612Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-08-17T12:10:03.7042416Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:10:03.7044166Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-08-17T12:10:03.7044979Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-08-17T12:10:03.7045589Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-08-17T12:10:03.7047100Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:10:03.7048269Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-08-17T12:10:03.7049653Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:10:03.7050538Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-08-17T12:10:03.7051586Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:10:03.7052695Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-08-17T12:10:03.7053495Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:10:03.7054251Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-08-17T12:10:03.7055023Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-08-17T12:10:03.7055893Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-08-17T12:10:03.7056771Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-08-17T12:10:03.7057671Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-08-17T12:10:03.7058571Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-08-17T12:10:03.7059033Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-08-17T12:10:03.7059503Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-08-17T12:10:03.7059972Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-08-17T12:10:03.7060431Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-08-17T12:10:03.7060910Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-08-17T12:10:03.7061668Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-08-17T12:10:03.7062345Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-08-17T12:10:03.7175296Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-08-17T12:10:03.7176163Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-08-17T12:10:03.7177037Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-08-17T12:10:03.7177960Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-08-17T12:10:03.7178868Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-08-17T12:10:03.7179608Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-08-17T12:10:03.7180093Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-08-17T12:10:03.7180576Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-08-17T12:10:03.7181047Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-08-17T12:10:03.7181521Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-08-17T12:10:03.7182004Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-08-17T12:10:03.7195041Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-08-17T12:10:03.7239352Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-08-17T12:10:03.7240254Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:10:03.7241371Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:10:03.7242193Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-08-17T12:10:03.7242630Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-08-17T12:10:03.7243331Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-08-17T12:10:03.7244078Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-08-17T12:10:03.7244819Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-08-17T12:10:03.7245206Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-08-17T12:10:03.7336401Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-08-17T12:10:03.7371229Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-08-17T12:10:03.7371721Z creating: build/lib/ 2022-08-17T12:10:03.7372108Z inflating: build/lib/libclog.a 2022-08-17T12:10:03.7424373Z inflating: build/lib/libgtest.a 2022-08-17T12:10:03.7432375Z inflating: build/lib/libpthreadpool.a 2022-08-17T12:10:03.7505275Z inflating: build/lib/libbenchmark.a 2022-08-17T12:10:03.7588533Z inflating: build/lib/libprotobuf-lite.a 2022-08-17T12:10:03.7595378Z inflating: build/lib/libittnotify.a 2022-08-17T12:10:03.7620656Z inflating: build/lib/libtensorpipe_uv.a 2022-08-17T12:10:03.7713001Z inflating: build/lib/libgloo.a 2022-08-17T12:10:03.8135687Z inflating: build/lib/libprotobuf.a 2022-08-17T12:10:03.8197469Z inflating: build/lib/libasmjit.a 2022-08-17T12:10:03.8213350Z inflating: build/lib/libfmt.a 2022-08-17T12:10:03.8213992Z inflating: build/lib/libfoxi_loader.a 2022-08-17T12:10:03.8270673Z inflating: build/lib/libc10.so 2022-08-17T12:10:03.8271716Z inflating: build/lib/libtorch_global_deps.so 2022-08-17T12:10:03.8279775Z inflating: build/lib/libcpuinfo.a 2022-08-17T12:10:03.8287873Z inflating: build/lib/libcpuinfo_internals.a 2022-08-17T12:10:03.8300860Z inflating: build/lib/libqnnpack.a 2022-08-17T12:10:03.8303177Z inflating: build/lib/libnnpack_reference_layers.a 2022-08-17T12:10:03.8752408Z inflating: build/lib/libprotoc.a 2022-08-17T12:10:03.8767200Z inflating: build/lib/libgmock.a 2022-08-17T12:10:03.8787182Z inflating: build/lib/libpytorch_qnnpack.a 2022-08-17T12:10:03.8787603Z inflating: build/lib/libgtest_main.a 2022-08-17T12:10:03.8788216Z inflating: build/lib/libbenchmark_main.a 2022-08-17T12:10:04.5104368Z inflating: build/lib/libdnnl.a 2022-08-17T12:10:04.5121610Z inflating: build/lib/libnnpack.a 2022-08-17T12:10:04.5633289Z inflating: build/lib/libtensorpipe.a 2022-08-17T12:10:04.6818355Z inflating: build/lib/libfbgemm.a 2022-08-17T12:10:04.7699465Z inflating: build/lib/libdnnl_graph.a 2022-08-17T12:10:04.7699954Z inflating: build/lib/libgmock_main.a 2022-08-17T12:10:04.7892898Z inflating: build/lib/libkineto.a 2022-08-17T12:10:04.7928950Z inflating: build/lib/libcaffe2_protos.a 2022-08-17T12:10:04.7967157Z inflating: build/lib/libonnx_proto.a 2022-08-17T12:10:04.8079182Z inflating: build/lib/libXNNPACK.a 2022-08-17T12:10:04.8610107Z inflating: build/lib/libonnx.a 2022-08-17T12:10:06.6381770Z inflating: build/lib/libtorch_cpu.so 2022-08-17T12:10:06.6382400Z inflating: build/lib/libtorch.so 2022-08-17T12:10:06.6402118Z inflating: build/lib/libjitbackend_test.so 2022-08-17T12:10:06.6444460Z inflating: build/lib/libtorchbind_test.so 2022-08-17T12:10:06.6469292Z inflating: build/lib/libbackend_with_compiler.so 2022-08-17T12:10:06.6473209Z inflating: build/lib/libshm.so 2022-08-17T12:10:06.7743890Z inflating: build/lib/libtorch_python.so 2022-08-17T12:10:06.7775425Z inflating: build/lib/libnnapi_backend.so 2022-08-17T12:10:06.7775828Z creating: build/bin/ 2022-08-17T12:10:06.7817944Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-08-17T12:10:06.7862295Z inflating: build/bin/c10_DeviceGuard_test 2022-08-17T12:10:06.7905489Z inflating: build/bin/c10_Device_test 2022-08-17T12:10:06.7956512Z inflating: build/bin/c10_DispatchKeySet_test 2022-08-17T12:10:06.7997657Z inflating: build/bin/c10_StreamGuard_test 2022-08-17T12:10:06.8040666Z inflating: build/bin/c10_SymInt_test 2022-08-17T12:10:06.8088628Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-08-17T12:10:06.8136387Z inflating: build/bin/c10_InlineStreamGuard_test 2022-08-17T12:10:06.8186124Z inflating: build/bin/c10_SizesAndStrides_test 2022-08-17T12:10:06.8227027Z inflating: build/bin/c10_Array_test 2022-08-17T12:10:06.8272518Z inflating: build/bin/c10_Bitset_test 2022-08-17T12:10:06.8316513Z inflating: build/bin/c10_C++17_test 2022-08-17T12:10:06.8357566Z inflating: build/bin/c10_ConstexprCrc_test 2022-08-17T12:10:06.8399584Z inflating: build/bin/c10_DeadlockDetection_test 2022-08-17T12:10:06.8442430Z inflating: build/bin/c10_Half_test 2022-08-17T12:10:06.8490795Z inflating: build/bin/c10_LeftRight_test 2022-08-17T12:10:06.8544460Z inflating: build/bin/c10_Metaprogramming_test 2022-08-17T12:10:06.8587439Z inflating: build/bin/c10_Synchronized_test 2022-08-17T12:10:06.8709766Z inflating: build/bin/c10_SmallVectorTest 2022-08-17T12:10:06.8758458Z inflating: build/bin/c10_ThreadLocal_test 2022-08-17T12:10:06.8801650Z inflating: build/bin/c10_TypeList_test 2022-08-17T12:10:06.8842920Z inflating: build/bin/c10_TypeTraits_test 2022-08-17T12:10:06.8888048Z inflating: build/bin/c10_TypeIndex_test 2022-08-17T12:10:06.8932092Z inflating: build/bin/c10_accumulate_test 2022-08-17T12:10:06.8979857Z inflating: build/bin/c10_bfloat16_test 2022-08-17T12:10:06.9026255Z inflating: build/bin/c10_complex_math_test 2022-08-17T12:10:06.9074078Z inflating: build/bin/c10_complex_test 2022-08-17T12:10:06.9167388Z inflating: build/bin/c10_either_test 2022-08-17T12:10:06.9211937Z inflating: build/bin/c10_exception_test 2022-08-17T12:10:06.9254961Z inflating: build/bin/c10_flags_test 2022-08-17T12:10:06.9298144Z inflating: build/bin/c10_irange_test 2022-08-17T12:10:06.9441469Z inflating: build/bin/c10_intrusive_ptr_test 2022-08-17T12:10:06.9490904Z inflating: build/bin/c10_logging_test 2022-08-17T12:10:06.9555020Z inflating: build/bin/c10_optional_test 2022-08-17T12:10:06.9601799Z inflating: build/bin/c10_registry_test 2022-08-17T12:10:06.9655639Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-08-17T12:10:06.9706342Z inflating: build/bin/c10_string_view_test 2022-08-17T12:10:06.9750127Z inflating: build/bin/c10_tempfile_test 2022-08-17T12:10:06.9798381Z inflating: build/bin/c10_typeid_test 2022-08-17T12:10:06.9846971Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-08-17T12:10:07.0261712Z inflating: build/bin/protoc-3.13.0.0 2022-08-17T12:10:07.0675784Z inflating: build/bin/protoc 2022-08-17T12:10:07.0954020Z inflating: build/bin/vec_test_all_types_AVX2 2022-08-17T12:10:07.1203024Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-08-17T12:10:07.1249102Z inflating: build/bin/HashStoreTest 2022-08-17T12:10:07.1300913Z inflating: build/bin/TCPStoreTest 2022-08-17T12:10:07.1346870Z inflating: build/bin/FileStoreTest 2022-08-17T12:10:07.1349770Z inflating: build/bin/example_allreduce 2022-08-17T12:10:07.1405320Z inflating: build/bin/ProcessGroupGlooTest 2022-08-17T12:10:07.1454404Z inflating: build/bin/scalar_test 2022-08-17T12:10:07.1499333Z inflating: build/bin/Dimname_test 2022-08-17T12:10:07.1550431Z inflating: build/bin/apply_utils_test 2022-08-17T12:10:07.1600695Z inflating: build/bin/atest 2022-08-17T12:10:07.1652391Z inflating: build/bin/basic 2022-08-17T12:10:07.1714862Z inflating: build/bin/Dict_test 2022-08-17T12:10:07.1764794Z inflating: build/bin/NamedTensor_test 2022-08-17T12:10:07.1812455Z inflating: build/bin/half_test 2022-08-17T12:10:07.1856013Z inflating: build/bin/wrapdim_test 2022-08-17T12:10:07.1902085Z inflating: build/bin/broadcast_test 2022-08-17T12:10:07.1944935Z inflating: build/bin/dlconvertor_test 2022-08-17T12:10:07.1993008Z inflating: build/bin/scalar_tensor_test 2022-08-17T12:10:07.2040916Z inflating: build/bin/native_test 2022-08-17T12:10:07.2085473Z inflating: build/bin/undefined_tensor_test 2022-08-17T12:10:07.2087096Z inflating: build/bin/verify_api_visibility 2022-08-17T12:10:07.2089644Z inflating: build/bin/thread_init_test 2022-08-17T12:10:07.2138147Z inflating: build/bin/test_parallel 2022-08-17T12:10:07.2187361Z inflating: build/bin/quantized_test 2022-08-17T12:10:07.2230767Z inflating: build/bin/weakref_test 2022-08-17T12:10:07.2273799Z inflating: build/bin/operators_test 2022-08-17T12:10:07.2322810Z inflating: build/bin/extension_backend_test 2022-08-17T12:10:07.2364947Z inflating: build/bin/lazy_tensor_test 2022-08-17T12:10:07.2431705Z inflating: build/bin/tensor_iterator_test 2022-08-17T12:10:07.2476772Z inflating: build/bin/math_kernel_test 2022-08-17T12:10:07.2520895Z inflating: build/bin/memory_overlapping_test 2022-08-17T12:10:07.2565703Z inflating: build/bin/cpu_profiling_allocator_test 2022-08-17T12:10:07.2616033Z inflating: build/bin/cpu_generator_test 2022-08-17T12:10:07.2658386Z inflating: build/bin/variant_test 2022-08-17T12:10:07.2702736Z inflating: build/bin/mobile_memory_cleanup 2022-08-17T12:10:07.2758388Z inflating: build/bin/pow_test 2022-08-17T12:10:07.2800902Z inflating: build/bin/reduce_ops_test 2022-08-17T12:10:07.2845709Z inflating: build/bin/memory_format_test 2022-08-17T12:10:07.2889120Z inflating: build/bin/reportMemoryUsage_test 2022-08-17T12:10:07.2970204Z inflating: build/bin/ivalue_test 2022-08-17T12:10:07.3028796Z inflating: build/bin/vmap_test 2022-08-17T12:10:07.3103799Z inflating: build/bin/cpu_rng_test 2022-08-17T12:10:07.3155572Z inflating: build/bin/type_test 2022-08-17T12:10:07.3198295Z inflating: build/bin/dispatch_key_set_test 2022-08-17T12:10:07.3242131Z inflating: build/bin/stride_properties_test 2022-08-17T12:10:07.3335215Z inflating: build/bin/List_test 2022-08-17T12:10:07.3386484Z inflating: build/bin/IListRef_test 2022-08-17T12:10:07.3487872Z inflating: build/bin/kernel_function_legacy_test 2022-08-17T12:10:07.3542810Z inflating: build/bin/KernelFunction_test 2022-08-17T12:10:07.3624826Z inflating: build/bin/kernel_function_test 2022-08-17T12:10:07.3731692Z inflating: build/bin/kernel_lambda_legacy_test 2022-08-17T12:10:07.3818845Z inflating: build/bin/kernel_lambda_test 2022-08-17T12:10:07.3870235Z inflating: build/bin/kernel_stackbased_test 2022-08-17T12:10:07.3951746Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-08-17T12:10:07.3994776Z inflating: build/bin/CppSignature_test 2022-08-17T12:10:07.4035969Z inflating: build/bin/op_allowlist_test 2022-08-17T12:10:07.4084804Z inflating: build/bin/backend_fallback_test 2022-08-17T12:10:07.4130055Z inflating: build/bin/inline_container_test 2022-08-17T12:10:07.4370132Z inflating: build/bin/op_registration_test 2022-08-17T12:10:07.4384069Z inflating: build/bin/tutorial_tensorexpr 2022-08-17T12:10:07.4430018Z inflating: build/bin/test_dist_autograd 2022-08-17T12:10:07.4489316Z inflating: build/bin/test_cpp_rpc 2022-08-17T12:10:07.4491814Z inflating: build/bin/parallel_benchmark 2022-08-17T12:10:07.4551472Z inflating: build/bin/test_mobile_nnc 2022-08-17T12:10:07.5235465Z inflating: build/bin/test_tensorexpr 2022-08-17T12:10:07.5244355Z inflating: build/bin/aot_model_compiler_test 2022-08-17T12:10:07.5544453Z inflating: build/bin/test_lazy 2022-08-17T12:10:07.6549999Z inflating: build/bin/test_api 2022-08-17T12:10:07.6554538Z inflating: build/bin/torch_shm_manager 2022-08-17T12:10:07.7039105Z inflating: build/bin/test_jit 2022-08-17T12:10:07.7039961Z inflating: .pytorch-test-times.json 2022-08-17T12:10:07.7063722Z ##[group]Run df -H 2022-08-17T12:10:07.7063915Z df -H 2022-08-17T12:10:07.7075327Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:10:07.7075546Z env: 2022-08-17T12:10:07.7075721Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:07.7075895Z ##[endgroup] 2022-08-17T12:10:07.7108233Z Filesystem Size Used Avail Use% Mounted on 2022-08-17T12:10:07.7108551Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-08-17T12:10:07.7108762Z tmpfs 8.2G 0 8.2G 0% /dev/shm 2022-08-17T12:10:07.7109075Z tmpfs 8.2G 463k 8.2G 1% /run 2022-08-17T12:10:07.7109287Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-08-17T12:10:07.7110029Z /dev/nvme0n1p1 162G 16G 146G 10% / 2022-08-17T12:10:07.7110411Z tmpfs 1.7G 0 1.7G 0% /run/user/0 2022-08-17T12:10:07.7158231Z ##[group]Run .github/scripts/parse_ref.py 2022-08-17T12:10:07.7158490Z .github/scripts/parse_ref.py 2022-08-17T12:10:07.7169574Z shell: /usr/bin/bash -e {0} 2022-08-17T12:10:07.7169746Z env: 2022-08-17T12:10:07.7169922Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:07.7170113Z ##[endgroup] 2022-08-17T12:10:07.7397319Z ##[group]Run set -x 2022-08-17T12:10:07.7397601Z set -x 2022-08-17T12:10:07.7397765Z  2022-08-17T12:10:07.7397960Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-08-17T12:10:07.7398202Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-08-17T12:10:07.7398458Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-08-17T12:10:07.7398695Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-08-17T12:10:07.7398898Z else 2022-08-17T12:10:07.7399086Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-08-17T12:10:07.7399284Z fi 2022-08-17T12:10:07.7399440Z  2022-08-17T12:10:07.7399661Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-08-17T12:10:07.7399901Z  2022-08-17T12:10:07.7400118Z # sanitize the input commit message and PR body here: 2022-08-17T12:10:07.7400319Z # 2022-08-17T12:10:07.7400599Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-08-17T12:10:07.7400975Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-08-17T12:10:07.7401275Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-08-17T12:10:07.7401506Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-08-17T12:10:07.7401690Z  2022-08-17T12:10:07.7401934Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-08-17T12:10:07.7402209Z # wreak havoc internally 2022-08-17T12:10:07.7402444Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-08-17T12:10:07.7402681Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-08-17T12:10:07.7402859Z  2022-08-17T12:10:07.7403082Z # detached container should get cleaned up by teardown_ec2_linux 2022-08-17T12:10:07.7403376Z # TODO: Stop building test binaries as part of the build phase 2022-08-17T12:10:07.7403635Z # Used for GPU_FLAG since that doesn't play nice 2022-08-17T12:10:07.7403872Z # shellcheck disable=SC2086,SC2090 2022-08-17T12:10:07.7404092Z container_name=$(docker run \ 2022-08-17T12:10:07.7404291Z  ${GPU_FLAG:-} \ 2022-08-17T12:10:07.7404473Z  -e BUILD_ENVIRONMENT \ 2022-08-17T12:10:07.7404669Z  -e PR_NUMBER \ 2022-08-17T12:10:07.7404859Z  -e GITHUB_ACTIONS \ 2022-08-17T12:10:07.7405032Z  -e BASE_SHA \ 2022-08-17T12:10:07.7405210Z  -e BRANCH \ 2022-08-17T12:10:07.7405387Z  -e SHA1 \ 2022-08-17T12:10:07.7405562Z  -e AWS_DEFAULT_REGION \ 2022-08-17T12:10:07.7405758Z  -e IN_WHEEL_TEST \ 2022-08-17T12:10:07.7406052Z  -e SHARD_NUMBER \ 2022-08-17T12:10:07.7406228Z  -e TEST_CONFIG \ 2022-08-17T12:10:07.7406424Z  -e NUM_TEST_SHARDS \ 2022-08-17T12:10:07.7406615Z  -e PR_BODY \ 2022-08-17T12:10:07.7406793Z  -e COMMIT_MESSAGES \ 2022-08-17T12:10:07.7407005Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-08-17T12:10:07.7407235Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-08-17T12:10:07.7407431Z  -e PR_LABELS \ 2022-08-17T12:10:07.7407643Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-08-17T12:10:07.7407857Z  -e SCCACHE_BUCKET \ 2022-08-17T12:10:07.7408045Z  -e XLA_CUDA \ 2022-08-17T12:10:07.7408240Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-08-17T12:10:07.7408489Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-08-17T12:10:07.7408727Z  --ulimit stack=10485760:83886080 \ 2022-08-17T12:10:07.7408941Z  --security-opt seccomp=unconfined \ 2022-08-17T12:10:07.7409169Z  --cap-add=SYS_PTRACE \ 2022-08-17T12:10:07.7409363Z  --ipc=host \ 2022-08-17T12:10:07.7409542Z  --shm-size="${SHM_SIZE}" \ 2022-08-17T12:10:07.7409729Z  --tty \ 2022-08-17T12:10:07.7409954Z  --detach \ 2022-08-17T12:10:07.7410141Z  --name="${container_name}" \ 2022-08-17T12:10:07.7410338Z  --user jenkins \ 2022-08-17T12:10:07.7410671Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-08-17T12:10:07.7410928Z  -w /var/lib/jenkins/workspace \ 2022-08-17T12:10:07.7411174Z  "${DOCKER_IMAGE}" 2022-08-17T12:10:07.7411346Z ) 2022-08-17T12:10:07.7411591Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-08-17T12:10:07.7423083Z shell: /usr/bin/bash -e {0} 2022-08-17T12:10:07.7423272Z env: 2022-08-17T12:10:07.7423605Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:07.7423866Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-08-17T12:10:07.7424097Z PR_NUMBER: 82657 2022-08-17T12:10:07.7424277Z BRANCH: pull/82657 2022-08-17T12:10:07.7424482Z SHA1: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:10:07.7424736Z BASE_SHA: 343b5f86512f75f8f3bd4b90749c0459743b9e72 2022-08-17T12:10:07.7424958Z PYTORCH_RETRY_TEST_CASES: 1 2022-08-17T12:10:07.7425152Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-08-17T12:10:07.7425355Z TEST_CONFIG: jit_legacy 2022-08-17T12:10:07.7425533Z SHARD_NUMBER: 1 2022-08-17T12:10:07.7425708Z NUM_TEST_SHARDS: 1 2022-08-17T12:10:07.7426308Z PR_BODY: ### Description This PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser. Partitioning of the graph is removed because it's handled by the `execute(..., executor="nvfuser")` function. ### Testing Existing tests in `test/test_fx_backends.py`. 2022-08-17T12:10:07.7426893Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-08-17T12:10:07.7427123Z SHM_SIZE: 1g 2022-08-17T12:10:07.7427457Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:10:07.7427764Z XLA_CUDA: 2022-08-17T12:10:07.7428034Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-08-17T12:10:07.7428298Z ##[endgroup] 2022-08-17T12:10:07.7453559Z + [[ jit_legacy == \m\u\l\t\i\g\p\u ]] 2022-08-17T12:10:07.7454009Z + [[ linux-focal-py3.7-gcc7 == *onnx* ]] 2022-08-17T12:10:07.7454232Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-08-17T12:10:07.7456525Z ++ git cherry -v origin/master 2022-08-17T12:10:07.7559230Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx 2022-08-17T12:10:07.7559865Z + 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table 2022-08-17T12:10:07.7560361Z + e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser 2022-08-17T12:10:07.7560952Z + a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec 2022-08-17T12:10:07.7561301Z + fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests 2022-08-17T12:10:07.7561721Z + 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path 2022-08-17T12:10:07.7562078Z + d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py 2022-08-17T12:10:07.7562512Z + ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:10:07.7565657Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:10:07.7567561Z + PR_BODY='### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because it'\''s handled by the `execute(..., executor="nvfuser")` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:10:07.7569977Z + export 'COMMIT_MESSAGES=+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:10:07.7572512Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:10:07.7575140Z + export 'PR_BODY=### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:10:07.7577052Z + PR_BODY='### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:10:07.7579380Z +++ nproc --ignore=2 2022-08-17T12:10:07.7605645Z ++ 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 XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_2875102080 --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.7-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:10:19.1181944Z + container_name=9bd791850f37d47f57172acd251b100cdcf84de6c3682c5d3972e2591e347476 2022-08-17T12:10:19.1182933Z + docker exec -t 9bd791850f37d47f57172acd251b100cdcf84de6c3682c5d3972e2591e347476 sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-08-17T12:10:19.5791560Z Processing ./dist/torch-1.13.0a0+gitce6a3c6-cp37-cp37m-linux_x86_64.whl 2022-08-17T12:10:19.6518561Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitce6a3c6) (4.3.0) 2022-08-17T12:10:20.1140388Z Installing collected packages: torch 2022-08-17T12:10:26.7942883Z Successfully installed torch-1.13.0a0+gitce6a3c6 2022-08-17T12:10:26.8779411Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-08-17T12:10:26.8940058Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-08-17T12:10:26.8940776Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-08-17T12:10:26.8941164Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-08-17T12:10:26.8941522Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-08-17T12:10:26.8941752Z + BUILD_DIR=build 2022-08-17T12:10:26.8942029Z + BUILD_RENAMED_DIR=build_renamed 2022-08-17T12:10:26.8942304Z + BUILD_BIN_DIR=build/bin 2022-08-17T12:10:26.8942609Z + [[ linux-focal-py3.7-gcc7 != *bazel* ]] 2022-08-17T12:10:26.8942843Z ++ realpath build/custom_test_artifacts 2022-08-17T12:10:26.8949575Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-08-17T12:10:26.8952134Z ++ dirname .jenkins/pytorch/test.sh 2022-08-17T12:10:26.8957853Z + source .jenkins/pytorch/common.sh 2022-08-17T12:10:26.8960501Z +++ dirname .jenkins/pytorch/common.sh 2022-08-17T12:10:26.8965705Z ++ source .jenkins/pytorch/common_utils.sh 2022-08-17T12:10:26.8967405Z +++ declare -f -t trap_add 2022-08-17T12:10:26.8972367Z ++ set -ex 2022-08-17T12:10:26.8972974Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-08-17T12:10:26.8973309Z ++ BUILD_TEST_LIBTORCH=0 2022-08-17T12:10:26.8973672Z ++ [[ jit_legacy == *xla* ]] 2022-08-17T12:10:26.8974191Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-08-17T12:10:26.8974551Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-08-17T12:10:26.8974847Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-08-17T12:10:26.8975060Z ++ which conda 2022-08-17T12:10:26.8980422Z /opt/conda/bin/conda 2022-08-17T12:10:26.8981170Z ++ conda install -q -y cmake 2022-08-17T12:10:28.8849190Z Collecting package metadata (current_repodata.json): ...working... done 2022-08-17T12:10:29.3205765Z Solving environment: ...working... done 2022-08-17T12:10:29.4036235Z 2022-08-17T12:10:29.4036461Z ## Package Plan ## 2022-08-17T12:10:29.4036657Z 2022-08-17T12:10:29.4036837Z environment location: /opt/conda 2022-08-17T12:10:29.4037060Z 2022-08-17T12:10:29.4037183Z added / updated specs: 2022-08-17T12:10:29.4037688Z - cmake 2022-08-17T12:10:29.4055245Z 2022-08-17T12:10:29.4055251Z 2022-08-17T12:10:29.4055453Z The following packages will be downloaded: 2022-08-17T12:10:29.4055609Z 2022-08-17T12:10:29.4055941Z package | build 2022-08-17T12:10:29.4056293Z ---------------------------|----------------- 2022-08-17T12:10:29.4056705Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-08-17T12:10:29.4057015Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-08-17T12:10:29.4057291Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-08-17T12:10:29.4057571Z expat-2.4.4 | h295c915_0 169 KB 2022-08-17T12:10:29.4057854Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-08-17T12:10:29.4058128Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-08-17T12:10:29.4058429Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-08-17T12:10:29.4058710Z libev-4.33 | h7f8727e_1 111 KB 2022-08-17T12:10:29.4058996Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-08-17T12:10:29.4059279Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-08-17T12:10:29.4059555Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-08-17T12:10:29.4059829Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-08-17T12:10:29.4060175Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-08-17T12:10:29.4060458Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-08-17T12:10:29.4060760Z ------------------------------------------------------------ 2022-08-17T12:10:29.4060995Z Total: 12.0 MB 2022-08-17T12:10:29.4061119Z 2022-08-17T12:10:29.4061230Z The following NEW packages will be INSTALLED: 2022-08-17T12:10:29.4061371Z 2022-08-17T12:10:29.4074214Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-08-17T12:10:29.4074644Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-08-17T12:10:29.4074995Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-08-17T12:10:29.4075364Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-08-17T12:10:29.4075707Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-08-17T12:10:29.4076060Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 2022-08-17T12:10:29.4076418Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-08-17T12:10:29.4076766Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-08-17T12:10:29.4077129Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-08-17T12:10:29.4077499Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-08-17T12:10:29.4077831Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-08-17T12:10:29.4078171Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-08-17T12:10:29.4078514Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-08-17T12:10:29.4078839Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-08-17T12:10:29.4078986Z 2022-08-17T12:10:29.4078991Z 2022-08-17T12:10:30.3105730Z Preparing transaction: ...working... done 2022-08-17T12:10:30.7355575Z Verifying transaction: ...working... done 2022-08-17T12:10:31.0328426Z Executing transaction: ...working... done 2022-08-17T12:10:31.2933588Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-08-17T12:10:31.2934108Z + echo 'Environment variables' 2022-08-17T12:10:31.2934301Z Environment variables 2022-08-17T12:10:31.2934478Z + env 2022-08-17T12:10:31.2952365Z INSTALLED_DB=yes 2022-08-17T12:10:31.2952981Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:10:31.2953577Z BUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 2022-08-17T12:10:31.2953938Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-08-17T12:10:31.2954141Z HOSTNAME=9bd791850f37 2022-08-17T12:10:31.2954540Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_45b66f73-0834-4f99-9e88-24557a7504e9 2022-08-17T12:10:31.2955168Z GITHUB_ACTION=__self 2022-08-17T12:10:31.2955363Z GITHUB_RUN_NUMBER=40757 2022-08-17T12:10:31.2955542Z TEST_CONFIG=jit_legacy 2022-08-17T12:10:31.2955804Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-08-17T12:10:31.2956051Z GITHUB_TRIGGERING_ACTOR=IvanYashchuk 2022-08-17T12:10:31.2956257Z GITHUB_REF_TYPE=branch 2022-08-17T12:10:31.2956459Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-08-17T12:10:31.2956687Z BASE_SHA=343b5f86512f75f8f3bd4b90749c0459743b9e72 2022-08-17T12:10:31.2956881Z XLA_CUDA= 2022-08-17T12:10:31.2957635Z *** 2022-08-17T12:10:31.2957826Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-08-17T12:10:31.2958067Z GITHUB_ACTIONS=true 2022-08-17T12:10:31.2958277Z SHA1=ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:10:31.2958528Z GITHUB_SHA=e9efe573711d9f8141e152403ee143f5875669e7 2022-08-17T12:10:31.2958738Z UCC_HOME=/usr 2022-08-17T12:10:31.2958915Z GITHUB_REF=refs/pull/82657/merge 2022-08-17T12:10:31.2959108Z SHARD_NUMBER=1 2022-08-17T12:10:31.2959294Z GITHUB_REF_PROTECTED=false 2022-08-17T12:10:31.2959478Z HOME=/var/lib/jenkins 2022-08-17T12:10:31.2959698Z GITHUB_API_URL=https://api.github.com 2022-08-17T12:10:31.2959909Z INSTALLED_THRIFT= 2022-08-17T12:10:31.2960074Z UCX_COMMIT=v1.13.x 2022-08-17T12:10:31.2960263Z NUM_TEST_SHARDS=1 2022-08-17T12:10:31.2960543Z UCX_HOME=/usr 2022-08-17T12:10:31.2960732Z PYTORCH_RETRY_TEST_CASES=1 2022-08-17T12:10:31.2961144Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_45b66f73-0834-4f99-9e88-24557a7504e9 2022-08-17T12:10:31.2961584Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-08-17T12:10:31.2961859Z GITHUB_EVENT_NAME=pull_request 2022-08-17T12:10:31.2962041Z GITHUB_RUN_ID=2875102080 2022-08-17T12:10:31.2962448Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_45b66f73-0834-4f99-9e88-24557a7504e9 2022-08-17T12:10:31.2962757Z GITHUB_ACTOR=IvanYashchuk 2022-08-17T12:10:31.2962937Z PR_NUMBER=82657 2022-08-17T12:10:31.2963108Z DESIRED_CUDA= 2022-08-17T12:10:31.2963288Z GITHUB_RUN_ATTEMPT=1 2022-08-17T12:10:31.2963513Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-08-17T12:10:31.2963733Z TERM=xterm 2022-08-17T12:10:31.2963903Z INSTALLED_VISION=yes 2022-08-17T12:10:31.2964072Z BRANCH=pull/82657 2022-08-17T12:10:31.2964263Z OPENSSL_ROOT_DIR=/opt/openssl 2022-08-17T12:10:31.2964463Z CUDA_PATH=/usr/local/cuda 2022-08-17T12:10:31.2964842Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-08-17T12:10:31.2965132Z GITHUB_SERVER_URL=https://github.com 2022-08-17T12:10:31.2965387Z UCC_COMMIT=a7bda274b10f8adf5bb729f01da064f4e735fb23 2022-08-17T12:10:31.2965614Z INSTALLED_ANDROID= 2022-08-17T12:10:31.2965776Z SHLVL=1 2022-08-17T12:10:31.2965934Z MAX_JOBS=6 2022-08-17T12:10:31.2967396Z COMMIT_MESSAGES=+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test 2022-08-17T12:10:31.2968316Z GITHUB_REF_NAME=82657/merge 2022-08-17T12:10:31.2968666Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-08-17T12:10:31.2968913Z GITHUB_JOB=test 2022-08-17T12:10:31.2969115Z GITHUB_REPOSITORY=pytorch/pytorch 2022-08-17T12:10:31.2969331Z GITHUB_RETENTION_DAYS=90 2022-08-17T12:10:31.2969513Z OPENSSL_DIR=/opt/openssl 2022-08-17T12:10:31.2969713Z GITHUB_ACTION_REPOSITORY= 2022-08-17T12:10:31.2970039Z 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-08-17T12:10:31.2970398Z GITHUB_BASE_REF=master 2022-08-17T12:10:31.2970559Z CI=true 2022-08-17T12:10:31.2970742Z GITHUB_REPOSITORY_OWNER=pytorch 2022-08-17T12:10:31.2970946Z INSTALLED_PROTOBUF=yes 2022-08-17T12:10:31.2971187Z GITHUB_HEAD_REF=fx-passes-nvfuser 2022-08-17T12:10:31.2971390Z GITHUB_ACTION_REF= 2022-08-17T12:10:31.2971673Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-08-17T12:10:31.2971894Z GITHUB_WORKFLOW=pull 2022-08-17T12:10:31.2972095Z DEBIAN_FRONTEND=noninteractive 2022-08-17T12:10:31.2972737Z PR_BODY=### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`. 2022-08-17T12:10:31.2973263Z _=/usr/bin/env 2022-08-17T12:10:31.2973468Z + echo 'Testing pytorch' 2022-08-17T12:10:31.2973653Z Testing pytorch 2022-08-17T12:10:31.2973849Z + export LANG=C.UTF-8 2022-08-17T12:10:31.2974024Z + LANG=C.UTF-8 2022-08-17T12:10:31.3052932Z + PR_NUMBER=82657 2022-08-17T12:10:31.3053538Z + [[ jit_legacy == \d\e\f\a\u\l\t ]] 2022-08-17T12:10:31.3053938Z + [[ jit_legacy == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-08-17T12:10:31.3054288Z + [[ jit_legacy == \s\l\o\w ]] 2022-08-17T12:10:31.3054694Z + [[ linux-focal-py3.7-gcc7 == *slow-gradcheck* ]] 2022-08-17T12:10:31.3054973Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-08-17T12:10:31.3055242Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-08-17T12:10:31.3055518Z + [[ linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-08-17T12:10:31.3055747Z + [[ jit_legacy == *crossref* ]] 2022-08-17T12:10:31.3056047Z + [[ jit_legacy == *dynamo* ]] 2022-08-17T12:10:31.3056298Z + [[ -n 82657 ]] 2022-08-17T12:10:31.3056485Z + [[ -z '' ]] 2022-08-17T12:10:31.3056679Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-08-17T12:10:31.3056924Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-08-17T12:10:31.3057187Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-08-17T12:10:31.3057449Z + [[ linux-focal-py3.7-gcc7 != *-bazel-* ]] 2022-08-17T12:10:31.3057695Z + pip_install --user ninja 2022-08-17T12:10:31.3057956Z + pip install --progress-bar off --user ninja 2022-08-17T12:10:31.7455594Z Collecting ninja 2022-08-17T12:10:31.7648512Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-08-17T12:10:32.1868670Z Installing collected packages: ninja 2022-08-17T12:10:32.1959295Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-08-17T12:10:32.1959836Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T12:10:32.2014448Z Successfully installed ninja-1.10.2.3 2022-08-17T12:10:32.2845506Z + 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-08-17T12:10:32.2846180Z + 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-08-17T12:10:32.2847008Z + [[ linux-focal-py3.7-gcc7 == *asan* ]] 2022-08-17T12:10:32.2847271Z + [[ jit_legacy == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-08-17T12:10:32.2847486Z + [[ jit_legacy == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-08-17T12:10:32.2850487Z + [[ linux-focal-py3.7-gcc7 == *tbb* ]] 2022-08-17T12:10:32.2861271Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-08-17T12:10:32.2861797Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-08-17T12:10:32.2864017Z + cd test 2022-08-17T12:10:32.2864750Z + python -c 'import torch; print(torch.__config__.show())' 2022-08-17T12:10:33.2400826Z PyTorch built with: 2022-08-17T12:10:33.2401187Z - GCC 7.5 2022-08-17T12:10:33.2401409Z - C++ Version: 201402 2022-08-17T12:10:33.2402036Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-08-17T12:10:33.2402466Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-08-17T12:10:33.2402766Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-08-17T12:10:33.2403040Z - LAPACK is enabled (usually provided by MKL) 2022-08-17T12:10:33.2403278Z - NNPACK is enabled 2022-08-17T12:10:33.2403502Z - CPU capability usage: AVX2 2022-08-17T12:10:33.2405862Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -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-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-08-17T12:10:33.2407529Z 2022-08-17T12:10:33.4362385Z + cd test 2022-08-17T12:10:33.4362866Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-08-17T12:10:34.3754563Z ATen/Parallel: 2022-08-17T12:10:34.3754820Z at::get_num_threads() : 4 2022-08-17T12:10:34.3755045Z at::get_num_interop_threads() : 4 2022-08-17T12:10:34.3755323Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-08-17T12:10:34.3755524Z omp_get_max_threads() : 4 2022-08-17T12:10:34.3756084Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-08-17T12:10:34.3756361Z mkl_get_max_threads() : 4 2022-08-17T12:10:34.3756750Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-08-17T12:10:34.3757022Z std::thread::hardware_concurrency() : 8 2022-08-17T12:10:34.3757231Z Environment variables: 2022-08-17T12:10:34.3757431Z OMP_NUM_THREADS : [not set] 2022-08-17T12:10:34.3757664Z MKL_NUM_THREADS : [not set] 2022-08-17T12:10:34.3757858Z ATen parallel backend: OpenMP 2022-08-17T12:10:34.3757970Z 2022-08-17T12:10:34.6035365Z + [[ jit_legacy == *deploy* ]] 2022-08-17T12:10:34.6035733Z + [[ jit_legacy == *backward* ]] 2022-08-17T12:10:34.6036038Z + [[ jit_legacy == *xla* ]] 2022-08-17T12:10:34.6036334Z + [[ jit_legacy == \j\i\t\_\l\e\g\a\c\y ]] 2022-08-17T12:10:34.6036677Z + test_python_legacy_jit 2022-08-17T12:10:34.6037338Z + python test/run_test.py --include test_jit_legacy test_jit_fuser_legacy --verbose 2022-08-17T12:10:35.9653785Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T12:10:36.0287737Z Ignoring disabled issues: [] 2022-08-17T12:10:36.0400123Z Selected tests: 2022-08-17T12:10:36.0400363Z test_jit_legacy 2022-08-17T12:10:36.0400693Z test_jit_fuser_legacy 2022-08-17T12:10:36.0700828Z Prioritized test from test file changes. 2022-08-17T12:10:36.0701316Z reordering tests for PR: 2022-08-17T12:10:36.0701521Z prioritized: [] 2022-08-17T12:10:36.0701868Z the rest: ['test_jit_legacy', 'test_jit_fuser_legacy'] 2022-08-17T12:10:36.0702015Z 2022-08-17T12:10:36.0702427Z 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-08-17T12:10:36.0917031Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-08-17T12:10:36.1294280Z Running test_jit_legacy ... [2022-08-17 12:10:36.129125] 2022-08-17T12:10:36.1294835Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_legacy.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:10:36.129181] 2022-08-17T12:10:38.5498321Z CUDA not available, skipping tests 2022-08-17T12:10:38.5701471Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-08-17T12:10:38.7305244Z Test results will be stored in test-reports/python-unittest/test_jit_legacy 2022-08-17T12:10:38.7501350Z 2022-08-17T12:10:38.7501792Z Running tests... 2022-08-17T12:10:38.7502461Z ---------------------------------------------------------------------- 2022-08-17T12:10:38.7524372Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.002s) 2022-08-17T12:10:38.7635849Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.011s) 2022-08-17T12:10:38.7805058Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.017s) 2022-08-17T12:10:38.7819010Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.001s) 2022-08-17T12:10:38.7919620Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.010s) 2022-08-17T12:10:38.8360714Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.044s) 2022-08-17T12:10:38.8796491Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.043s) 2022-08-17T12:10:38.8897735Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.010s) 2022-08-17T12:10:38.8927810Z test_async_python (jit.test_async.TestAsync) ... ok (0.003s) 2022-08-17T12:10:38.8998537Z test_async_script (jit.test_async.TestAsync) ... ok (0.007s) 2022-08-17T12:10:38.9092841Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.009s) 2022-08-17T12:10:38.9411629Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.032s) 2022-08-17T12:10:38.9584138Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.017s) 2022-08-17T12:10:38.9654129Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.007s) 2022-08-17T12:10:38.9763912Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.011s) 2022-08-17T12:10:38.9781271Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.002s) 2022-08-17T12:10:39.0128605Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.035s) 2022-08-17T12:10:39.0138259Z test_future_subtyping (jit.test_async.TestAsync) 2022-08-17T12:10:39.0234649Z Test that futures subtype each other properly. ... ok (0.011s) 2022-08-17T12:10:39.0251598Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.002s) 2022-08-17T12:10:39.0357714Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.010s) 2022-08-17T12:10:39.0442728Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.008s) 2022-08-17T12:10:39.0573240Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.013s) 2022-08-17T12:10:39.0596379Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.002s) 2022-08-17T12:10:39.0848637Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.025s) 2022-08-17T12:10:39.1012074Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.016s) 2022-08-17T12:10:39.1055905Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-08-17T12:10:39.1248809Z 1. Testing a = int, b = int ... ok (0.024s) 2022-08-17T12:10:39.1354063Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.010s) 2022-08-17T12:10:39.1398414Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.004s) 2022-08-17T12:10:39.1455109Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.006s) 2022-08-17T12:10:39.1507637Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.005s) 2022-08-17T12:10:39.1629737Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.012s) 2022-08-17T12:10:39.1660613Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.003s) 2022-08-17T12:10:39.2038199Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.038s) 2022-08-17T12:10:39.2683985Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.065s) 2022-08-17T12:10:39.2754321Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-08-17T12:10:39.2912167Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-08-17T12:10:39.2920938Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: This threshold is only valid for Profiling Executor (0.001s) 2022-08-17T12:10:39.2937038Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.002s) 2022-08-17T12:10:39.3015299Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-08-17T12:10:39.3086992Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-08-17T12:10:39.3103608Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.002s) 2022-08-17T12:10:39.3207129Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-08-17T12:10:39.3284366Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-08-17T12:10:39.3364125Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-08-17T12:10:39.3443359Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-08-17T12:10:39.3517452Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-08-17T12:10:39.3607311Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-08-17T12:10:39.3682576Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-08-17T12:10:39.3760072Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-08-17T12:10:39.3826328Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-08-17T12:10:39.3898015Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-08-17T12:10:39.4063148Z test_errors (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-08-17T12:10:39.5462254Z ok (0.156s) 2022-08-17T12:10:39.5641765Z test_execution (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-08-17T12:10:39.6946258Z ok (0.147s) 2022-08-17T12:10:39.7135221Z test_save_load (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-08-17T12:10:39.9232656Z ok (0.227s) 2022-08-17T12:10:39.9752805Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... ok (0.049s) 2022-08-17T12:10:40.0259576Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... ok (0.050s) 2022-08-17T12:10:40.0337280Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-08-17T12:10:40.0412247Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-08-17T12:10:40.0482929Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-08-17T12:10:40.0574096Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-08-17T12:10:40.0668301Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-08-17T12:10:40.0760226Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-08-17T12:10:40.0868973Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.011s) 2022-08-17T12:10:40.0980842Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.011s) 2022-08-17T12:10:40.1053281Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.007s) 2022-08-17T12:10:40.1150300Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.010s) 2022-08-17T12:10:40.1344413Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.019s) 2022-08-17T12:10:40.1442700Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.010s) 2022-08-17T12:10:40.1565346Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-08-17T12:10:40.1577905Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-08-17T12:10:40.1622080Z Test that the error message displayed when convering a class type ... ok (0.006s) 2022-08-17T12:10:40.1987857Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.036s) 2022-08-17T12:10:40.2040852Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-08-17T12:10:40.2072054Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-08-17T12:10:40.2080460Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-08-17T12:10:40.2187439Z Test that inheritance is detected in ... ok (0.011s) 2022-08-17T12:10:40.2773103Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.058s) 2022-08-17T12:10:40.2898959Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.013s) 2022-08-17T12:10:40.2981954Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-08-17T12:10:40.2988103Z test_classmethod (jit.test_class_type.TestClassType) 2022-08-17T12:10:40.3066672Z Test classmethods on class types. ... ok (0.008s) 2022-08-17T12:10:40.3092964Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-08-17T12:10:40.3103881Z test_custom_delete (jit.test_class_type.TestClassType) 2022-08-17T12:10:40.3230886Z Test that del can be called on an instance of a class that ... ok (0.014s) 2022-08-17T12:10:40.3255861Z test_default_args (jit.test_class_type.TestClassType) 2022-08-17T12:10:40.3758550Z Test that methods on class types can have default arguments. ... ok (0.053s) 2022-08-17T12:10:40.3813715Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-08-17T12:10:40.3841280Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-08-17T12:10:40.3853242Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.001s) 2022-08-17T12:10:40.4005587Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.015s) 2022-08-17T12:10:40.4067394Z test_in (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-08-17T12:10:40.4099074Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-08-17T12:10:40.4556514Z test_interface (jit.test_class_type.TestClassType) ... ok (0.046s) 2022-08-17T12:10:40.4606036Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-08-17T12:10:40.4677457Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-08-17T12:10:40.5927802Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.125s) 2022-08-17T12:10:40.5948635Z test_properties (jit.test_class_type.TestClassType) 2022-08-17T12:10:40.6196256Z Test that a scripted class can make use of the @property decorator. ... ok (0.027s) 2022-08-17T12:10:40.6263797Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-08-17T12:10:40.6325382Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-08-17T12:10:40.6329408Z test_recursive_class (jit.test_class_type.TestClassType) 2022-08-17T12:10:40.6353025Z Recursive class types not yet supported. We should give a good error message. ... ok (0.003s) 2022-08-17T12:10:40.6367171Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-08-17T12:10:40.6747367Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.039s) 2022-08-17T12:10:40.6754317Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-08-17T12:10:40.6877069Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.013s) 2022-08-17T12:10:40.6883382Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-08-17T12:10:40.6981423Z Test that class types are recursively scripted when an Python instance of one ... ok (0.010s) 2022-08-17T12:10:40.6992648Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-08-17T12:10:40.7128452Z Test that class types module attributes that fail to script ... ok (0.015s) 2022-08-17T12:10:40.7137171Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-08-17T12:10:40.7213939Z Test that modifications made to a class instance in TorchScript ... ok (0.009s) 2022-08-17T12:10:40.7304709Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-08-17T12:10:40.7457722Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.015s) 2022-08-17T12:10:40.7555377Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-08-17T12:10:40.7559664Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-08-17T12:10:40.9893268Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.234s) 2022-08-17T12:10:40.9900852Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-08-17T12:10:41.0018528Z Test that a scripted class can have a method that refers to the class itself ... ok (0.013s) 2022-08-17T12:10:41.0091993Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-08-17T12:10:41.0123293Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-08-17T12:10:41.0150129Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-08-17T12:10:41.0160595Z test_staticmethod (jit.test_class_type.TestClassType) 2022-08-17T12:10:41.0338888Z Test static methods on class types. ... ok (0.019s) 2022-08-17T12:10:41.0346637Z test_type_annotation (jit.test_class_type.TestClassType) 2022-08-17T12:10:41.0412029Z Test that annotating container attributes with types works correctly ... ok (0.007s) 2022-08-17T12:10:41.0447105Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-08-17T12:10:41.0511829Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-08-17T12:10:41.0525488Z test_unused_method (jit.test_class_type.TestClassType) 2022-08-17T12:10:41.0650834Z Test unused methods on scripted classes. ... ok (0.014s) 2022-08-17T12:10:41.0836887Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.018s) 2022-08-17T12:10:41.0974520Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.014s) 2022-08-17T12:10:41.5488416Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.451s) 2022-08-17T12:10:41.5996451Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.051s) 2022-08-17T12:10:41.6034919Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.004s) 2022-08-17T12:10:41.6100519Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.006s) 2022-08-17T12:10:41.6143800Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.004s) 2022-08-17T12:10:41.6183885Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.004s) 2022-08-17T12:10:41.6220914Z test_div (jit.test_complex.TestComplex) ... ok (0.004s) 2022-08-17T12:10:41.6301647Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.008s) 2022-08-17T12:10:41.6381412Z test_pickle (jit.test_complex.TestComplex) ... ok (0.008s) 2022-08-17T12:10:41.6412618Z test_script (jit.test_complex.TestComplex) ... ok (0.003s) 2022-08-17T12:10:41.6480281Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.007s) 2022-08-17T12:10:41.6895548Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.041s) 2022-08-17T12:10:41.6934280Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.004s) 2022-08-17T12:10:41.6988381Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.005s) 2022-08-17T12:10:41.7000066Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T12:10:41.7016256Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-08-17T12:10:41.7024725Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T12:10:41.7035424Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T12:10:41.7045864Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T12:10:41.7055342Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T12:10:41.7065040Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T12:10:41.7075017Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T12:10:41.7107032Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-08-17T12:10:41.7112131Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.000s) 2022-08-17T12:10:41.7122381Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T12:10:41.7155814Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-08-17T12:10:41.7210035Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.005s) 2022-08-17T12:10:41.7292078Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.008s) 2022-08-17T12:10:41.7296864Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-08-17T12:10:41.7301040Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-08-17T12:10:41.7311901Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-08-17T12:10:41.7320546Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-08-17T12:10:41.7324869Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-08-17T12:10:42.8181030Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (1.085s) 2022-08-17T12:10:44.5742707Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (1.756s) 2022-08-17T12:10:44.5839641Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.010s) 2022-08-17T12:10:44.5858629Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-08-17T12:10:44.5867183Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... skip: InitVar not supported in Python < 3.8 (0.001s) 2022-08-17T12:10:44.6012726Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.014s) 2022-08-17T12:10:44.6029537Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-08-17T12:10:44.6116124Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.008s) 2022-08-17T12:10:44.6144154Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-08-17T12:10:44.6178449Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-08-17T12:10:44.6217307Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-08-17T12:10:44.6264607Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-08-17T12:10:44.6301208Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-08-17T12:10:44.6337246Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-08-17T12:10:44.6345272Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.001s) 2022-08-17T12:10:44.6386930Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-08-17T12:10:44.6419784Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-08-17T12:10:44.6473979Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-08-17T12:10:44.6578073Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.010s) 2022-08-17T12:10:44.6616649Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-08-17T12:10:44.7990923Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.137s) 2022-08-17T12:10:44.7994943Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.000s) 2022-08-17T12:10:44.8232078Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.023s) 2022-08-17T12:10:44.8410247Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.018s) 2022-08-17T12:10:44.8658799Z test_basic (jit.test_list_dict.TestDict) ... ok (0.025s) 2022-08-17T12:10:44.8703397Z test_clear (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-08-17T12:10:44.8757394Z test_copy (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-08-17T12:10:44.8850245Z test_del (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-08-17T12:10:44.9077316Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.023s) 2022-08-17T12:10:45.0016707Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.094s) 2022-08-17T12:10:45.0072690Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-08-17T12:10:45.0085811Z test_dict_variance (jit.test_list_dict.TestDict) 2022-08-17T12:10:45.0200596Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.013s) 2022-08-17T12:10:45.0289157Z test_get (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-08-17T12:10:45.0388037Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-08-17T12:10:45.0422914Z test_items (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-08-17T12:10:45.0440763Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-08-17T12:10:45.0502012Z test_keys (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-08-17T12:10:45.0540096Z test_len (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-08-17T12:10:45.0584079Z test_loop (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-08-17T12:10:45.0670130Z test_membership (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-08-17T12:10:45.0705830Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-08-17T12:10:45.0828541Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-08-17T12:10:45.0986140Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-08-17T12:10:45.1104452Z test_pop (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-08-17T12:10:45.1145542Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-08-17T12:10:45.1232636Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-08-17T12:10:45.1240271Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-08-17T12:10:45.1261106Z Test that the use of a Dict type annotation without contained ... ok (0.003s) 2022-08-17T12:10:45.1377382Z test_update (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-08-17T12:10:45.1434426Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-08-17T12:10:45.1472739Z test_values (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-08-17T12:10:45.1532586Z test_view (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-08-17T12:10:45.1611784Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.008s) 2022-08-17T12:10:45.1691268Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... /var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py:165: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T12:10:45.1691794Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-08-17T12:10:45.2294423Z ok (0.068s) 2022-08-17T12:10:45.2377184Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.008s) 2022-08-17T12:10:45.2552824Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.017s) 2022-08-17T12:10:45.2753514Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.020s) 2022-08-17T12:10:45.3105077Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.035s) 2022-08-17T12:10:45.3226456Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.012s) 2022-08-17T12:10:45.3339644Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.011s) 2022-08-17T12:10:45.3407889Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.3472779Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.3537886Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.3605078Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.3671955Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.3738945Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.3803533Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.3867906Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.3932106Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.3997715Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.4062301Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.4126934Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.4179522Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T12:10:45.4231999Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T12:10:45.4284599Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T12:10:45.4364306Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.4429260Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.4509242Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.4584640Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.4666191Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.4717440Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T12:10:45.4798959Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.4877539Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.4927751Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T12:10:45.5009248Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.5086922Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.5156061Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.5224877Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.5293531Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.5390791Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T12:10:45.5480480Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:45.5571848Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:45.5658754Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:45.5754699Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T12:10:45.5848077Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:45.5941951Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:45.6036606Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:45.6134178Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T12:10:45.6222595Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:45.6317918Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:45.6413572Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:45.6501684Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:45.6601503Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T12:10:45.6695390Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:45.6750883Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.6806664Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T12:10:45.6862560Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.6930655Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.6998445Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.7064648Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.7119806Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T12:10:45.7174971Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T12:10:45.7229737Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T12:10:45.7283608Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T12:10:45.7335900Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T12:10:45.7396456Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.7456799Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.7517515Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.7589433Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.7654790Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.7719697Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:45.7802900Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.7886497Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.7971696Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.8043656Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.8116410Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.8189911Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.8262103Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.8333711Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.8404624Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.8478678Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.8553957Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.8628822Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.8701554Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.8774795Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.8847914Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.8919759Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.8997487Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.9076704Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.9157403Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.9233911Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.9310790Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.9388207Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.9463243Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:45.9552028Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:45.9637550Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.9722577Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:45.9822511Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T12:10:46.0072357Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.025s) 2022-08-17T12:10:46.0316334Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.024s) 2022-08-17T12:10:46.0408835Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:46.0499647Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:46.0587911Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:46.0689148Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T12:10:46.0946482Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.026s) 2022-08-17T12:10:46.1204413Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.026s) 2022-08-17T12:10:46.1301727Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T12:10:46.1399076Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T12:10:46.1497264Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T12:10:46.1592164Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:46.1691340Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T12:10:46.1784871Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:46.1850813Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:46.1918978Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:46.1986449Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T12:10:46.2070395Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:46.2155989Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:46.2238281Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T12:10:46.2332664Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:46.2427278Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:46.2522509Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:46.2610744Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:46.2698273Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T12:10:46.2761151Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:46.2821719Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:46.2880394Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T12:10:46.2960037Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.008s) 2022-08-17T12:10:46.3018679Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.006s) 2022-08-17T12:10:46.3093112Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.007s) 2022-08-17T12:10:46.3149018Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.006s) 2022-08-17T12:10:46.3228244Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.008s) 2022-08-17T12:10:46.3236980Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-08-17T12:10:46.3315212Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.008s) 2022-08-17T12:10:46.3371681Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.006s) 2022-08-17T12:10:46.3443070Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.007s) 2022-08-17T12:10:46.3497020Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.005s) 2022-08-17T12:10:46.3557760Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.006s) 2022-08-17T12:10:46.3613970Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.006s) 2022-08-17T12:10:46.3804339Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.019s) 2022-08-17T12:10:46.3843515Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.004s) 2022-08-17T12:10:46.3884027Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.004s) 2022-08-17T12:10:46.3959727Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.007s) 2022-08-17T12:10:46.4027841Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... ok (0.007s) 2022-08-17T12:10:46.4038045Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.001s) 2022-08-17T12:10:46.4060275Z test_compressed_zipfile (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:53: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T12:10:46.4060782Z export_type=torch.onnx.ExportTypes.COMPRESSED_ZIP_ARCHIVE) 2022-08-17T12:10:46.4114766Z ok (0.008s) 2022-08-17T12:10:46.4137720Z test_directory (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:60: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T12:10:46.4138218Z export_type=torch.onnx.ExportTypes.DIRECTORY) 2022-08-17T12:10:46.4191874Z ok (0.008s) 2022-08-17T12:10:46.4229034Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.004s) 2022-08-17T12:10:46.4257352Z test_onnx_multiple_return (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:69: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T12:10:46.4257819Z torch.onnx._export(foo, (x,), f) 2022-08-17T12:10:46.4270138Z ok (0.004s) 2022-08-17T12:10:46.4291893Z test_protobuf (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:39: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T12:10:46.4292372Z export_type=torch.onnx.ExportTypes.PROTOBUF_FILE) 2022-08-17T12:10:46.4342829Z ok (0.007s) 2022-08-17T12:10:46.4364350Z test_zipfile (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:46: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T12:10:46.4365053Z export_type=torch.onnx.ExportTypes.ZIP_ARCHIVE) 2022-08-17T12:10:46.4415791Z ok (0.007s) 2022-08-17T12:10:46.4574644Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-08-17T12:10:46.4710687Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-08-17T12:10:46.7268914Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.256s) 2022-08-17T12:10:46.7361152Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-08-17T12:10:46.7473418Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-08-17T12:10:46.7543750Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T12:10:46.7681789Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-08-17T12:10:46.7756659Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T12:10:46.7831585Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T12:10:46.7897028Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-08-17T12:10:46.7962413Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-08-17T12:10:46.8067694Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-08-17T12:10:46.8145388Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-08-17T12:10:46.8238436Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-08-17T12:10:46.8308620Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T12:10:46.8441782Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-08-17T12:10:46.8546843Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-08-17T12:10:46.8670576Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-08-17T12:10:46.8776690Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-08-17T12:10:46.8847994Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T12:10:46.8921464Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T12:10:46.8996102Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T12:10:46.9050190Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-08-17T12:10:46.9105280Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-08-17T12:10:46.9337175Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.023s) 2022-08-17T12:10:46.9593534Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.026s) 2022-08-17T12:10:46.9800597Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-08-17T12:10:46.9815791Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-08-17T12:10:47.0173175Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.037s) 2022-08-17T12:10:47.0278128Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-08-17T12:10:47.0409979Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-08-17T12:10:47.0560213Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-08-17T12:10:47.0822738Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.026s) 2022-08-17T12:10:47.0988890Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-08-17T12:10:47.1069699Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-08-17T12:10:47.1158792Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-08-17T12:10:47.1267869Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-08-17T12:10:47.1323134Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-08-17T12:10:47.1439677Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-08-17T12:10:47.1532946Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-08-17T12:10:47.1620811Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-08-17T12:10:47.1690823Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T12:10:47.1804524Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-08-17T12:10:47.1894451Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-08-17T12:10:47.1975255Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-08-17T12:10:47.2883193Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.091s) 2022-08-17T12:10:47.2988611Z test_instancing_error (test_jit.TestFrontend) ... ok (0.010s) 2022-08-17T12:10:47.3142997Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.015s) 2022-08-17T12:10:48.6953692Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.381s) 2022-08-17T12:10:49.0676080Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.372s) 2022-08-17T12:10:49.0690697Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-08-17T12:10:49.0823688Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.013s) 2022-08-17T12:10:49.0839184Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.002s) 2022-08-17T12:10:49.1624524Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.078s) 2022-08-17T12:10:49.2025302Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.040s) 2022-08-17T12:10:49.2032031Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-08-17T12:10:49.2051471Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-08-17T12:10:49.2066675Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.001s) 2022-08-17T12:10:49.2139216Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.007s) 2022-08-17T12:10:49.2225061Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-08-17T12:10:49.2295692Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.007s) 2022-08-17T12:10:49.2386388Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-08-17T12:10:49.4345771Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.196s) 2022-08-17T12:10:49.4356606Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-08-17T12:10:49.4368208Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-08-17T12:10:49.4369004Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.001s) 2022-08-17T12:10:49.4379649Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-08-17T12:10:49.4380249Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.001s) 2022-08-17T12:10:49.4393768Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-08-17T12:10:49.4444013Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-08-17T12:10:49.4493393Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-08-17T12:10:49.4502917Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.001s) 2022-08-17T12:10:49.4724192Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.022s) 2022-08-17T12:10:49.4848730Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-08-17T12:10:49.5052066Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.020s) 2022-08-17T12:10:49.8462035Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.341s) 2022-08-17T12:10:50.6893476Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.843s) 2022-08-17T12:10:50.6935463Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.004s) 2022-08-17T12:10:50.6972295Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.004s) 2022-08-17T12:10:50.7466383Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.049s) 2022-08-17T12:10:50.8030870Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.056s) 2022-08-17T12:10:51.0465139Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.243s) 2022-08-17T12:10:51.1187946Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.072s) 2022-08-17T12:10:51.1286751Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.010s) 2022-08-17T12:10:51.1292728Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.001s) 2022-08-17T12:10:51.1349265Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.005s) 2022-08-17T12:10:51.1662099Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.031s) 2022-08-17T12:10:51.1733937Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.007s) 2022-08-17T12:10:51.1800092Z test_hash_device (jit.test_hash.TestHash) ... ok (0.007s) 2022-08-17T12:10:51.1891004Z test_hash_float (jit.test_hash.TestHash) ... ok (0.009s) 2022-08-17T12:10:51.1964581Z test_hash_int (jit.test_hash.TestHash) ... ok (0.007s) 2022-08-17T12:10:51.1997877Z test_hash_none (jit.test_hash.TestHash) ... ok (0.003s) 2022-08-17T12:10:51.2054192Z test_hash_string (jit.test_hash.TestHash) ... ok (0.006s) 2022-08-17T12:10:51.2058762Z test_hash_tensor (jit.test_hash.TestHash) 2022-08-17T12:10:51.2109731Z Tensors should hash by identity ... ok (0.005s) 2022-08-17T12:10:51.2176251Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.007s) 2022-08-17T12:10:51.2207792Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.003s) 2022-08-17T12:10:51.2385983Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.018s) 2022-08-17T12:10:51.2395637Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... ok (0.001s) 2022-08-17T12:10:51.2483588Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.009s) 2022-08-17T12:10:51.2564151Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.008s) 2022-08-17T12:10:51.2700117Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.014s) 2022-08-17T12:10:51.2926100Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-08-17T12:10:51.3129675Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-08-17T12:10:51.3329599Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-08-17T12:10:51.3649202Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.032s) 2022-08-17T12:10:51.3934889Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.028s) 2022-08-17T12:10:51.4097988Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.016s) 2022-08-17T12:10:51.4304341Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-08-17T12:10:51.4454021Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.015s) 2022-08-17T12:10:51.4672065Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-08-17T12:10:51.4913461Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-08-17T12:10:51.5134593Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-08-17T12:10:51.5348788Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-08-17T12:10:51.5557019Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-08-17T12:10:51.5894849Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-08-17T12:10:51.6191939Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.030s) 2022-08-17T12:10:51.6358980Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.017s) 2022-08-17T12:10:51.6597431Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-08-17T12:10:51.6982891Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.038s) 2022-08-17T12:10:51.7445088Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.046s) 2022-08-17T12:10:51.7479602Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.003s) 2022-08-17T12:10:51.7524284Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.004s) 2022-08-17T12:10:51.7674100Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.015s) 2022-08-17T12:10:51.7723246Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.005s) 2022-08-17T12:10:51.7773741Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.005s) 2022-08-17T12:10:51.8206775Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.043s) 2022-08-17T12:10:51.8211800Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.001s) 2022-08-17T12:10:51.8262495Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T12:10:51.8324563Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-08-17T12:10:51.8385878Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-08-17T12:10:51.8403254Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-08-17T12:10:51.8451260Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T12:10:51.8460775Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-08-17T12:10:51.8472081Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-08-17T12:10:51.8517594Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-08-17T12:10:51.8563959Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T12:10:51.8619409Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T12:10:51.8691318Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-08-17T12:10:51.8736408Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-08-17T12:10:51.8789449Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T12:10:51.8846505Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-08-17T12:10:51.8864782Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-08-17T12:10:51.8914837Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T12:10:51.8960560Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T12:10:51.8971896Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-08-17T12:10:51.9027644Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T12:10:51.9070347Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-08-17T12:10:51.9088837Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-08-17T12:10:51.9130347Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-08-17T12:10:51.9173605Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-08-17T12:10:51.9228033Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T12:10:51.9304006Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-08-17T12:10:51.9322429Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-08-17T12:10:51.9394567Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-08-17T12:10:51.9438443Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-08-17T12:10:51.9589536Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.015s) 2022-08-17T12:10:52.0156624Z test_ModuleList (test_jit.TestJit) ... ok (0.057s) 2022-08-17T12:10:52.0405128Z test_Sequential (test_jit.TestJit) ... ok (0.025s) 2022-08-17T12:10:52.0608788Z test_T_mT_H_mH (test_jit.TestJit) ... ok (0.020s) 2022-08-17T12:10:52.0914150Z test_add_relu_fusion (test_jit.TestJit) ... ok (0.030s) 2022-08-17T12:10:52.0930527Z test_arg_configurations (test_jit.TestJit) 2022-08-17T12:10:52.0932160Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-08-17T12:10:52.0989203Z test_attrs (test_jit.TestJit) ... ok (0.006s) 2022-08-17T12:10:52.1023869Z test_batchnorm (test_jit.TestJit) ... ok (0.003s) 2022-08-17T12:10:52.1034458Z test_big (test_jit.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-08-17T12:10:52.1079415Z test_conj_transpose (test_jit.TestJit) ... ok (0.004s) 2022-08-17T12:10:56.7518719Z test_constant_insertion (test_jit.TestJit) ... ok (4.644s) 2022-08-17T12:10:56.7579056Z test_constant_prop_aliasing_type (test_jit.TestJit) ... ok (0.006s) 2022-08-17T12:10:56.7630511Z test_constant_prop_exception (test_jit.TestJit) ... ok (0.005s) 2022-08-17T12:10:56.7686824Z test_constant_prop_if_constant (test_jit.TestJit) ... ok (0.006s) 2022-08-17T12:10:56.7716540Z test_constant_prop_if_inline (test_jit.TestJit) ... ok (0.003s) 2022-08-17T12:10:56.7766152Z test_constant_prop_loop_constant (test_jit.TestJit) ... ok (0.005s) 2022-08-17T12:10:56.7810014Z test_constant_prop_nested (test_jit.TestJit) ... ok (0.004s) 2022-08-17T12:10:56.7870334Z test_constant_prop_none (test_jit.TestJit) ... ok (0.006s) 2022-08-17T12:10:56.7905692Z test_constant_prop_print (test_jit.TestJit) ... ok (0.003s) 2022-08-17T12:10:56.7938932Z test_constant_prop_rand (test_jit.TestJit) ... ok (0.003s) 2022-08-17T12:10:56.7982334Z test_constant_prop_remove_output (test_jit.TestJit) ... ok (0.004s) 2022-08-17T12:10:56.8019704Z test_constant_prop_simple (test_jit.TestJit) ... ok (0.004s) 2022-08-17T12:10:56.8047958Z test_constants_pkl (test_jit.TestJit) ... ok (0.003s) 2022-08-17T12:10:56.8253368Z test_cpp (test_jit.TestJit) ... ok (0.020s) 2022-08-17T12:10:56.8360999Z test_cse (test_jit.TestJit) ... ok (0.011s) 2022-08-17T12:10:56.8425858Z test_cse_not_introduce_aliasing (test_jit.TestJit) ... ok (0.006s) 2022-08-17T12:10:56.8437846Z test_cu_escaped_number (test_jit.TestJit) ... ok (0.001s) 2022-08-17T12:10:56.8449351Z test_cuda_export_restore (test_jit.TestJit) ... skip: requires CUDA (0.001s) 2022-08-17T12:10:56.8461357Z test_debug_flush_compilation_cache (test_jit.TestJit) ... skip: Not implemented for Simple or Legacy (0.001s) 2022-08-17T12:10:56.8551348Z test_decompose_addmm (test_jit.TestJit) ... ok (0.009s) 2022-08-17T12:10:56.8557853Z test_device_not_equal (test_jit.TestJit) ... skip: requires CUDA (0.001s) 2022-08-17T12:10:56.8602849Z test_diff_subgraph_clones_constants (test_jit.TestJit) ... ok (0.004s) 2022-08-17T12:10:56.8617710Z test_disabled (test_jit.TestJit) ... ok (0.001s) 2022-08-17T12:10:56.8640281Z test_dropout (test_jit.TestJit) ... ok (0.002s) 2022-08-17T12:10:56.8652518Z test_dropout_cuda (test_jit.TestJit) ... skip: test_dropout_cuda require CUDA (0.001s) 2022-08-17T12:10:56.9008286Z test_dropout_func_requires_grad (test_jit.TestJit) ... STAGE:2022-08-17 12:10:56 525:525 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T12:10:56.9024602Z STAGE:2022-08-17 12:10:56 525:525 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T12:10:56.9033678Z STAGE:2022-08-17 12:10:56 525:525 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T12:10:56.9039767Z STAGE:2022-08-17 12:10:56 525:525 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T12:10:56.9288364Z STAGE:2022-08-17 12:10:56 525:525 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T12:10:56.9307327Z STAGE:2022-08-17 12:10:56 525:525 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T12:10:56.9314170Z STAGE:2022-08-17 12:10:56 525:525 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T12:10:56.9318415Z STAGE:2022-08-17 12:10:56 525:525 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T12:10:56.9322194Z ok (0.067s) 2022-08-17T12:10:56.9344928Z test_dropout_module_requires_grad (test_jit.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:10:56.9602532Z test_einsum (test_jit.TestJit) ... ok (0.026s) 2022-08-17T12:10:56.9636955Z test_element_size (test_jit.TestJit) ... ok (0.003s) 2022-08-17T12:10:56.9645500Z test_expand_fold_quant_inputs (test_jit.TestJit) ... ok (0.001s) 2022-08-17T12:10:56.9652932Z test_expand_quantlint (test_jit.TestJit) ... ok (0.001s) 2022-08-17T12:10:56.9667618Z test_export_batchnorm (test_jit.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:10:56.9735363Z test_export_dropout (test_jit.TestJit) ... ok (0.007s) 2022-08-17T12:10:57.0158217Z test_export_lstm (test_jit.TestJit) ... ok (0.042s) 2022-08-17T12:10:57.0295183Z test_export_opnames (test_jit.TestJit) ... ok (0.014s) 2022-08-17T12:10:57.1036638Z test_export_rnn (test_jit.TestJit) ... ok (0.074s) 2022-08-17T12:10:57.1054700Z test_flags (test_jit.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-08-17T12:10:57.1216989Z test_function_default_values (test_jit.TestJit) ... ok (0.016s) 2022-08-17T12:10:57.1249354Z test_hide_source_ranges_context_manager (test_jit.TestJit) ... ok (0.003s) 2022-08-17T12:10:57.1296903Z test_import_method (test_jit.TestJit) ... ok (0.005s) 2022-08-17T12:10:57.1318928Z test_inferred_as_tensor (test_jit.TestJit) ... ok (0.002s) 2022-08-17T12:10:57.1353193Z test_layout (test_jit.TestJit) ... ok (0.003s) 2022-08-17T12:10:57.1395428Z test_matrix_conj_transpose (test_jit.TestJit) ... ok (0.004s) 2022-08-17T12:10:57.1430528Z test_matrix_transpose (test_jit.TestJit) ... ok (0.003s) 2022-08-17T12:10:57.1486072Z test_module_default_values (test_jit.TestJit) ... ok (0.005s) 2022-08-17T12:10:57.1535487Z test_mutable_default_values (test_jit.TestJit) ... ok (0.005s) 2022-08-17T12:10:57.1548638Z test_native_dropout_corner_case (test_jit.TestJit) ... skip: test requires CUDA (0.001s) 2022-08-17T12:10:57.3999838Z test_nn_conv (test_jit.TestJit) ... ok (0.245s) 2022-08-17T12:10:57.4460853Z test_nn_lp_pool1d (test_jit.TestJit) ... ok (0.046s) 2022-08-17T12:10:57.4933238Z test_nn_lp_pool2d (test_jit.TestJit) ... ok (0.047s) 2022-08-17T12:10:57.7181578Z test_nn_padding (test_jit.TestJit) ... ok (0.225s) 2022-08-17T12:10:57.7426543Z test_nn_padding_functional (test_jit.TestJit) ... ok (0.024s) 2022-08-17T12:10:57.7470877Z test_no_erroneous_warnings (test_jit.TestJit) ... ok (0.004s) 2022-08-17T12:10:57.7479285Z test_non_ascii_string (test_jit.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-08-17T12:10:57.7509371Z test_numel (test_jit.TestJit) ... ok (0.003s) 2022-08-17T12:10:57.7804548Z test_pattern_based_module_rewrite (test_jit.TestJit) ... ok (0.029s) 2022-08-17T12:10:57.7826897Z test_pattern_based_rewrite (test_jit.TestJit) ... ok (0.002s) 2022-08-17T12:10:57.8033435Z test_pattern_based_rewrite_with_source_range_preserved (test_jit.TestJit) ... ok (0.020s) 2022-08-17T12:10:57.8214144Z test_peephole_optimize_shape_ops (test_jit.TestJit) ... ok (0.018s) 2022-08-17T12:10:57.8247484Z test_permute_inputs_binding (test_jit.TestJit) ... ok (0.003s) 2022-08-17T12:10:57.8484803Z test_pretty_printer (test_jit.TestJit) ... ok (0.024s) 2022-08-17T12:10:57.8493397Z test_print_classes_module (test_jit.TestJit) ... ok (0.001s) 2022-08-17T12:10:57.8502088Z test_print_op_module (test_jit.TestJit) ... ok (0.001s) 2022-08-17T12:10:57.8511210Z test_print_torch_ops_modules (test_jit.TestJit) ... ok (0.001s) 2022-08-17T12:10:57.8528091Z test_profiler (test_jit.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81626 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-08-17T12:10:57.9482867Z test_python_bindings (test_jit.TestJit) ... ok (0.095s) 2022-08-17T12:10:57.9520356Z test_python_ir (test_jit.TestJit) ... ok (0.004s) 2022-08-17T12:10:57.9564657Z test_python_ir_utils (test_jit.TestJit) ... ok (0.004s) 2022-08-17T12:10:57.9637594Z test_python_ir_utils_graph (test_jit.TestJit) ... ok (0.007s) 2022-08-17T12:10:57.9655202Z test_python_ivalue (test_jit.TestJit) ... ok (0.002s) 2022-08-17T12:10:59.1482539Z test_pytorch_jit_env_off (test_jit.TestJit) ... ok (1.182s) 2022-08-17T12:10:59.1505517Z test_recursive_cse (test_jit.TestJit) ... ok (0.002s) 2022-08-17T12:10:59.1563386Z test_repeat_interleave_script (test_jit.TestJit) ... ok (0.006s) 2022-08-17T12:10:59.1619290Z test_restore_device (test_jit.TestJit) ... ok (0.006s) 2022-08-17T12:10:59.1638357Z test_restore_device_cuda (test_jit.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-08-17T12:10:59.1651384Z test_restore_shared_storage_on_cuda (test_jit.TestJit) ... skip: restore device requires CUDA (0.001s) 2022-08-17T12:10:59.2055923Z test_script_autograd_grad (test_jit.TestJit) ... ok (0.040s) 2022-08-17T12:10:59.2214167Z test_script_backward (test_jit.TestJit) ... ok (0.016s) 2022-08-17T12:10:59.2234416Z test_script_backward_twice (test_jit.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_script.py:1244: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-08-17T12:10:59.2234916Z "`optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead" 2022-08-17T12:10:59.2381691Z ok (0.017s) 2022-08-17T12:10:59.2418402Z test_script_fn_pkl (test_jit.TestJit) ... ok (0.004s) 2022-08-17T12:10:59.2468669Z test_script_tensor_type (test_jit.TestJit) ... ok (0.005s) 2022-08-17T12:10:59.2503644Z test_shape_analysis_broadcast (test_jit.TestJit) ... ok (0.003s) 2022-08-17T12:10:59.2516387Z test_shape_analysis_masked_select (test_jit.TestJit) ... ok (0.001s) 2022-08-17T12:10:59.2528036Z test_shape_analysis_unsqueeze_in_loop (test_jit.TestJit) ... ok (0.001s) 2022-08-17T12:10:59.2567477Z test_sparse_csr_tensors (test_jit.TestJit) ... ok (0.004s) 2022-08-17T12:10:59.2930724Z test_sparse_tensors (test_jit.TestJit) ... ok (0.036s) 2022-08-17T12:10:59.3082086Z test_torch_complex (test_jit.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T12:10:59.3082839Z return callable(*args, **kwargs) 2022-08-17T12:10:59.3125725Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T12:10:59.3126405Z return callable(*args, **kwargs) 2022-08-17T12:10:59.3233019Z ok (0.030s) 2022-08-17T12:10:59.3240835Z test_torch_load_error (test_jit.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-08-17T12:10:59.3277322Z test_torch_load_zipfile_check (test_jit.TestJit) ... ok (0.004s) 2022-08-17T12:10:59.3305656Z test_torch_ops_kwonly (test_jit.TestJit) ... ok (0.003s) 2022-08-17T12:10:59.3327423Z test_torch_ops_overloaded (test_jit.TestJit) ... ok (0.002s) 2022-08-17T12:10:59.3436322Z test_torch_sum (test_jit.TestJit) ... ok (0.011s) 2022-08-17T12:10:59.3506308Z test_trace_retains_train (test_jit.TestJit) ... ok (0.007s) 2022-08-17T12:10:59.3989523Z test_train_eval (test_jit.TestJit) ... ok (0.048s) 2022-08-17T12:10:59.4032091Z test_transpose (test_jit.TestJit) ... ok (0.004s) 2022-08-17T12:10:59.4137318Z test_unchecked_cast (test_jit.TestJit) ... ok (0.010s) 2022-08-17T12:10:59.4152582Z test_unique_state_dict (test_jit.TestJit) ... ok (0.002s) 2022-08-17T12:10:59.4161562Z test_verify (test_jit.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-08-17T12:10:59.4267331Z test_warnings (test_jit.TestJit) ... ok (0.010s) 2022-08-17T12:10:59.4645753Z test_nn_AdaptiveAvgPool1d (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T12:10:59.5020017Z test_nn_AdaptiveAvgPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T12:10:59.5392742Z test_nn_AdaptiveAvgPool1d_one_output (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T12:10:59.5843435Z test_nn_AdaptiveAvgPool2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:10:59.6294050Z test_nn_AdaptiveAvgPool2d_single (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:10:59.6741218Z test_nn_AdaptiveAvgPool2d_single_1x1output (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:10:59.7200077Z test_nn_AdaptiveAvgPool2d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:10:59.7231109Z test_nn_AdaptiveAvgPool2d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:10:59.7683916Z test_nn_AdaptiveAvgPool3d_last_dim (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:10:59.8141973Z test_nn_AdaptiveAvgPool3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:10:59.8603688Z test_nn_AdaptiveAvgPool3d_single (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:10:59.9069441Z test_nn_AdaptiveAvgPool3d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:10:59.9100408Z test_nn_AdaptiveAvgPool3d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:10:59.9633487Z test_nn_AdaptiveMaxPool1d (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T12:11:00.0104031Z test_nn_AdaptiveMaxPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-08-17T12:11:00.0680151Z test_nn_AdaptiveMaxPool2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:00.1187114Z test_nn_AdaptiveMaxPool2d_single (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-08-17T12:11:00.1704507Z test_nn_AdaptiveMaxPool2d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T12:11:00.1737127Z test_nn_AdaptiveMaxPool2d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:00.2329778Z test_nn_AdaptiveMaxPool3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:00.2860817Z test_nn_AdaptiveMaxPool3d_single (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T12:11:00.3381463Z test_nn_AdaptiveMaxPool3d_single_nonatomic (test_jit.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T12:11:00.3904814Z test_nn_AdaptiveMaxPool3d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T12:11:00.4432943Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T12:11:00.4462987Z test_nn_AdaptiveMaxPool3d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:00.4893846Z test_nn_AvgPool1d (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T12:11:00.5313862Z test_nn_AvgPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:00.5739130Z test_nn_AvgPool1d_stride (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:00.6167014Z test_nn_AvgPool1d_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T12:11:00.6607519Z test_nn_AvgPool2d (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:00.7046935Z test_nn_AvgPool2d_divisor (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:00.7480064Z test_nn_AvgPool2d_divisor_stride (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T12:11:00.7919182Z test_nn_AvgPool2d_divisor_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:00.8356440Z test_nn_AvgPool2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:00.8794652Z test_nn_AvgPool2d_stride (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:00.9242314Z test_nn_AvgPool2d_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:11:00.9698143Z test_nn_AvgPool3d (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:11:01.0146831Z test_nn_AvgPool3d_divisor (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:11:01.0588445Z test_nn_AvgPool3d_divisor_stride (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:01.1026429Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:01.1486764Z test_nn_AvgPool3d_divisor_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:11:01.1946579Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:11:01.2409855Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:11:01.2868934Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:11:01.3331187Z test_nn_AvgPool3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:11:01.3783639Z test_nn_AvgPool3d_stride (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:11:01.4236091Z test_nn_AvgPool3d_stride1_pad0_gpu_input (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:11:01.4691200Z test_nn_AvgPool3d_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:11:01.5145993Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:11:01.5605648Z test_nn_AvgPool3d_stride_pad_gpu_general_output (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:11:01.6065309Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:11:01.6656933Z test_nn_BCELoss (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:01.7001816Z test_nn_BCELoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T12:11:01.7347438Z test_nn_BCELoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T12:11:01.7692711Z test_nn_BCELoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T12:11:01.7723866Z test_nn_BCELoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:01.7754993Z test_nn_BCELoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:01.8109686Z test_nn_BCELoss_scalar_weights (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:01.8468413Z test_nn_BCELoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T12:11:01.8497142Z test_nn_BCELoss_weights_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:01.8525071Z test_nn_BCELoss_weights_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:01.8962305Z test_nn_BCEWithLogitsLoss (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:01.8991565Z test_nn_BCEWithLogitsLoss_legacy_enum (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:01.9340159Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:01.9688102Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:02.0033310Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:02.0064551Z test_nn_BCEWithLogitsLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:02.0092520Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:02.0453562Z test_nn_BCEWithLogitsLoss_scalar_weights (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T12:11:02.0811603Z test_nn_BCEWithLogitsLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T12:11:02.1767427Z test_nn_BatchNorm1d_3d_input (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-08-17T12:11:02.2709041Z test_nn_BatchNorm1d_3d_input_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.094s) 2022-08-17T12:11:02.3670368Z test_nn_BatchNorm1d_affine (test_jit.TestJitGeneratedModule) ... ok (0.096s) 2022-08-17T12:11:02.4663832Z test_nn_BatchNorm1d_affine_simple_average (test_jit.TestJitGeneratedModule) ... ok (0.099s) 2022-08-17T12:11:02.5615769Z test_nn_BatchNorm1d_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-08-17T12:11:02.6539353Z test_nn_BatchNorm1d_not_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.092s) 2022-08-17T12:11:02.7465891Z test_nn_BatchNorm1d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.093s) 2022-08-17T12:11:02.8456066Z test_nn_BatchNorm2d (test_jit.TestJitGeneratedModule) ... ok (0.099s) 2022-08-17T12:11:02.9552501Z test_nn_BatchNorm2d_2d_simple_average (test_jit.TestJitGeneratedModule) ... ok (0.110s) 2022-08-17T12:11:03.0517977Z test_nn_BatchNorm2d_momentum (test_jit.TestJitGeneratedModule) ... ok (0.096s) 2022-08-17T12:11:03.1467098Z test_nn_BatchNorm2d_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-08-17T12:11:03.2389018Z test_nn_BatchNorm2d_not_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.092s) 2022-08-17T12:11:03.3320775Z test_nn_BatchNorm2d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.093s) 2022-08-17T12:11:03.4289295Z test_nn_BatchNorm3d (test_jit.TestJitGeneratedModule) ... ok (0.097s) 2022-08-17T12:11:03.5300141Z test_nn_BatchNorm3d_3d_simple_average (test_jit.TestJitGeneratedModule) ... ok (0.101s) 2022-08-17T12:11:03.6263995Z test_nn_BatchNorm3d_momentum (test_jit.TestJitGeneratedModule) ... ok (0.096s) 2022-08-17T12:11:03.7208492Z test_nn_BatchNorm3d_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.094s) 2022-08-17T12:11:03.8136926Z test_nn_BatchNorm3d_not_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.093s) 2022-08-17T12:11:03.9072551Z test_nn_BatchNorm3d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.094s) 2022-08-17T12:11:03.9558400Z test_nn_Bilinear (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-08-17T12:11:04.0001019Z test_nn_CELU (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:04.0438266Z test_nn_CELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:04.0871031Z test_nn_CELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T12:11:04.0900711Z test_nn_CTCLoss_2d_int_target_lengths_intlists (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-08-17T12:11:04.1215426Z test_nn_CTCLoss_2d_int_target_lengths_tensors (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:04.1474884Z test_nn_CTCLoss_2d_lengths_tensors (test_jit.TestJitGeneratedModule) ... ok (0.026s) 2022-08-17T12:11:04.1505341Z test_nn_CTCLoss_lengths_intlists (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-08-17T12:11:04.1772682Z test_nn_CTCLoss_lengths_tensors (test_jit.TestJitGeneratedModule) ... ok (0.027s) 2022-08-17T12:11:04.2165080Z test_nn_ConstantPad1d (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:04.2563761Z test_nn_ConstantPad1d_batch (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:04.2964170Z test_nn_ConstantPad1d_complex (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:04.3372815Z test_nn_ConstantPad2d (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T12:11:04.3774144Z test_nn_ConstantPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:04.4183763Z test_nn_ConstantPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T12:11:04.4603040Z test_nn_ConstantPad3d (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:04.5022214Z test_nn_ConstantPad3d_complex (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:04.5426525Z test_nn_ConstantPad3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:04.6006617Z test_nn_Conv1d (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:04.6614083Z test_nn_Conv1d_circular_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-08-17T12:11:04.7190144Z test_nn_Conv1d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:04.7762263Z test_nn_Conv1d_groups (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T12:11:04.8340288Z test_nn_Conv1d_pad1 (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:04.8906942Z test_nn_Conv1d_pad1size1 (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T12:11:04.9488006Z test_nn_Conv1d_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:05.0117375Z test_nn_Conv1d_pad2size1 (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-08-17T12:11:05.0684432Z test_nn_Conv1d_pad_same (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T12:11:05.1271332Z test_nn_Conv1d_pad_same2 (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:05.1860586Z test_nn_Conv1d_pad_same_dilated (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:05.2446214Z test_nn_Conv1d_pad_valid (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:05.3066997Z test_nn_Conv1d_reflect_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-08-17T12:11:05.3691302Z test_nn_Conv1d_replicate_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-08-17T12:11:05.4296098Z test_nn_Conv1d_stride (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T12:11:05.4851467Z test_nn_Conv1d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-08-17T12:11:05.5425682Z test_nn_Conv1d_zeros_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T12:11:05.6017725Z test_nn_Conv2d (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:05.6635838Z test_nn_Conv2d_circular_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-08-17T12:11:05.7226662Z test_nn_Conv2d_depthwise (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:05.7826388Z test_nn_Conv2d_depthwise_dilated (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T12:11:05.8421058Z test_nn_Conv2d_depthwise_padded (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:05.9006970Z test_nn_Conv2d_depthwise_strided (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:05.9672751Z test_nn_Conv2d_depthwise_with_multiplier (test_jit.TestJitGeneratedModule) ... ok (0.066s) 2022-08-17T12:11:06.0299140Z test_nn_Conv2d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-08-17T12:11:06.0886529Z test_nn_Conv2d_groups (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:06.1473879Z test_nn_Conv2d_groups_thnn (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:06.2047347Z test_nn_Conv2d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T12:11:06.2612005Z test_nn_Conv2d_pad_same (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-08-17T12:11:06.3188359Z test_nn_Conv2d_pad_same_dilated (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:06.3762217Z test_nn_Conv2d_pad_valid (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T12:11:06.4335658Z test_nn_Conv2d_padding (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T12:11:06.4943640Z test_nn_Conv2d_reflect_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-08-17T12:11:06.5554231Z test_nn_Conv2d_replicate_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-08-17T12:11:06.6148137Z test_nn_Conv2d_strided (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:06.6706349Z test_nn_Conv2d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-08-17T12:11:06.7274880Z test_nn_Conv2d_zeros_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T12:11:06.7858319Z test_nn_Conv3d (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:06.8438757Z test_nn_Conv3d_1x1x1_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:06.9080646Z test_nn_Conv3d_circular_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-08-17T12:11:06.9674485Z test_nn_Conv3d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:07.0356899Z test_nn_Conv3d_dilated_strided (test_jit.TestJitGeneratedModule) ... ok (0.068s) 2022-08-17T12:11:07.0952672Z test_nn_Conv3d_groups (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:07.1535046Z test_nn_Conv3d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:07.2141225Z test_nn_Conv3d_pad_same (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-08-17T12:11:07.2758908Z test_nn_Conv3d_pad_same_dilated (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-08-17T12:11:07.3353895Z test_nn_Conv3d_pad_valid (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:07.3965714Z test_nn_Conv3d_replicate_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-08-17T12:11:07.4560362Z test_nn_Conv3d_stride (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:07.5155522Z test_nn_Conv3d_stride_padding (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:07.5713301Z test_nn_Conv3d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-08-17T12:11:07.6309439Z test_nn_Conv3d_zeros_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T12:11:07.7405664Z test_nn_ConvTranspose1d (test_jit.TestJitGeneratedModule) ... ok (0.110s) 2022-08-17T12:11:07.8500390Z test_nn_ConvTranspose1d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.109s) 2022-08-17T12:11:07.9602072Z test_nn_ConvTranspose1d_groups (test_jit.TestJitGeneratedModule) ... ok (0.110s) 2022-08-17T12:11:08.0682806Z test_nn_ConvTranspose1d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.108s) 2022-08-17T12:11:08.1787907Z test_nn_ConvTranspose2d (test_jit.TestJitGeneratedModule) ... ok (0.110s) 2022-08-17T12:11:08.2888490Z test_nn_ConvTranspose2d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.110s) 2022-08-17T12:11:08.3990789Z test_nn_ConvTranspose2d_groups (test_jit.TestJitGeneratedModule) ... ok (0.110s) 2022-08-17T12:11:08.5086714Z test_nn_ConvTranspose2d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.109s) 2022-08-17T12:11:08.6209371Z test_nn_ConvTranspose3d (test_jit.TestJitGeneratedModule) ... ok (0.112s) 2022-08-17T12:11:08.7332540Z test_nn_ConvTranspose3d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.112s) 2022-08-17T12:11:08.7728226Z test_nn_CosineEmbeddingLoss (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:08.8044787Z test_nn_CosineEmbeddingLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:08.8354189Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:08.8655455Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:08.8964566Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:08.9354724Z test_nn_CrossEntropyLoss (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:08.9666471Z test_nn_CrossEntropyLoss_2d (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:08.9987060Z test_nn_CrossEntropyLoss_2d_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.0302584Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:09.0623800Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.0945311Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.1274543Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T12:11:09.1588735Z test_nn_CrossEntropyLoss_2d_prob_target (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:09.1899102Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:09.2213251Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:09.2536554Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.2851229Z test_nn_CrossEntropyLoss_2d_prob_target_weights (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:09.3171359Z test_nn_CrossEntropyLoss_2d_weights (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.3495827Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.3813171Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.4130697Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.4444466Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:09.4768499Z test_nn_CrossEntropyLoss_3d_prob_target (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.5089614Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.5406618Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.5724116Z test_nn_CrossEntropyLoss_3d_prob_target_weights (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.6040885Z test_nn_CrossEntropyLoss_4d_prob_target (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.6357521Z test_nn_CrossEntropyLoss_4d_prob_target_weights (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.6668603Z test_nn_CrossEntropyLoss_dim_is_3 (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:09.6982739Z test_nn_CrossEntropyLoss_higher_dim (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:09.7298865Z test_nn_CrossEntropyLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:09.7330320Z test_nn_CrossMapLRN2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:09.7764144Z test_nn_ELU (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T12:11:09.8184459Z test_nn_ELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:09.8607861Z test_nn_ELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:09.8955286Z test_nn_Embedding (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:09.9626215Z test_nn_EmbeddingBag_discontiguous (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-08-17T12:11:10.0120541Z test_nn_EmbeddingBag_max (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T12:11:10.0614348Z test_nn_EmbeddingBag_max_padding_idx (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T12:11:10.1107314Z test_nn_EmbeddingBag_mean (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T12:11:10.1608805Z test_nn_EmbeddingBag_mean_padding_idx (test_jit.TestJitGeneratedModule) ... ok (0.050s) 2022-08-17T12:11:10.2097931Z test_nn_EmbeddingBag_sparse (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T12:11:10.2583975Z test_nn_EmbeddingBag_sum (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T12:11:10.3088488Z test_nn_EmbeddingBag_sum_padding_idx (test_jit.TestJitGeneratedModule) ... ok (0.050s) 2022-08-17T12:11:10.3371394Z test_nn_Embedding_discontiguous (test_jit.TestJitGeneratedModule) ... ok (0.028s) 2022-08-17T12:11:10.3644696Z test_nn_Embedding_sparse (test_jit.TestJitGeneratedModule) ... ok (0.027s) 2022-08-17T12:11:10.4018391Z test_nn_Flatten (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T12:11:10.4391498Z test_nn_Flatten_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T12:11:10.5016968Z test_nn_Fold (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-08-17T12:11:10.5589624Z test_nn_Fold_int_input (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T12:11:10.6171297Z test_nn_Fold_no_batch_dim_input (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:10.6737974Z test_nn_Fold_no_batch_dim_int_input (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T12:11:10.7662236Z test_nn_FractionalMaxPool2d_ratio (test_jit.TestJitGeneratedModule) ... ok (0.092s) 2022-08-17T12:11:10.8438911Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.078s) 2022-08-17T12:11:10.9235389Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.080s) 2022-08-17T12:11:10.9980821Z test_nn_FractionalMaxPool2d_ratio_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.074s) 2022-08-17T12:11:11.0750546Z test_nn_FractionalMaxPool2d_size (test_jit.TestJitGeneratedModule) ... ok (0.077s) 2022-08-17T12:11:11.1633355Z test_nn_FractionalMaxPool2d_size_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.088s) 2022-08-17T12:11:11.2412481Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.078s) 2022-08-17T12:11:11.3372016Z test_nn_FractionalMaxPool3d_asymsize (test_jit.TestJitGeneratedModule) ... ok (0.096s) 2022-08-17T12:11:11.4191106Z test_nn_FractionalMaxPool3d_ratio (test_jit.TestJitGeneratedModule) ... ok (0.082s) 2022-08-17T12:11:11.5015721Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.082s) 2022-08-17T12:11:11.5838443Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.082s) 2022-08-17T12:11:11.6619029Z test_nn_FractionalMaxPool3d_ratio_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.078s) 2022-08-17T12:11:11.7429838Z test_nn_FractionalMaxPool3d_size (test_jit.TestJitGeneratedModule) ... ok (0.081s) 2022-08-17T12:11:11.8241725Z test_nn_FractionalMaxPool3d_size_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.081s) 2022-08-17T12:11:11.9066379Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.082s) 2022-08-17T12:11:11.9435416Z test_nn_GELU (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T12:11:11.9793448Z test_nn_GELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T12:11:12.0150930Z test_nn_GELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T12:11:12.0618428Z test_nn_GLU (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-08-17T12:11:12.1071084Z test_nn_GLU_dim (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:11:12.1521355Z test_nn_GLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:11:12.2339264Z test_nn_GRUCell (test_jit.TestJitGeneratedModule) ... ok (0.082s) 2022-08-17T12:11:12.3139724Z test_nn_GroupNorm_1d_affine (test_jit.TestJitGeneratedModule) ... ok (0.080s) 2022-08-17T12:11:12.3873165Z test_nn_GroupNorm_1d_affine_GN (test_jit.TestJitGeneratedModule) ... ok (0.073s) 2022-08-17T12:11:12.4630501Z test_nn_GroupNorm_1d_affine_large_batch (test_jit.TestJitGeneratedModule) ... ok (0.076s) 2022-08-17T12:11:12.5387870Z test_nn_GroupNorm_1d_no_affine_IN (test_jit.TestJitGeneratedModule) ... ok (0.076s) 2022-08-17T12:11:12.6078182Z test_nn_GroupNorm_1d_no_affine_LN (test_jit.TestJitGeneratedModule) ... ok (0.069s) 2022-08-17T12:11:12.6823825Z test_nn_GroupNorm_2d_affine (test_jit.TestJitGeneratedModule) ... ok (0.074s) 2022-08-17T12:11:12.7629952Z test_nn_GroupNorm_2d_affine_large_feature (test_jit.TestJitGeneratedModule) ... ok (0.081s) 2022-08-17T12:11:12.8327898Z test_nn_GroupNorm_2d_no_affine_IN (test_jit.TestJitGeneratedModule) ... ok (0.070s) 2022-08-17T12:11:12.9016135Z test_nn_GroupNorm_2d_no_affine_LN (test_jit.TestJitGeneratedModule) ... ok (0.069s) 2022-08-17T12:11:12.9855882Z test_nn_GroupNorm_2d_no_affine_large_feature (test_jit.TestJitGeneratedModule) ... ok (0.084s) 2022-08-17T12:11:13.0229893Z test_nn_Hardshrink (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T12:11:13.0580314Z test_nn_Hardshrink_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:13.0929178Z test_nn_Hardshrink_scalar (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:13.0958332Z test_nn_Hardsigmoid_no_batch_dim (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-08-17T12:11:13.0985839Z test_nn_Hardswish_no_batch_dim (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-08-17T12:11:13.1425431Z test_nn_Hardtanh (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:13.1872293Z test_nn_Hardtanh_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:13.2330559Z test_nn_Hardtanh_scalar (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:11:13.2706029Z test_nn_HingeEmbeddingLoss (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T12:11:13.3006349Z test_nn_HingeEmbeddingLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:13.3036926Z test_nn_HingeEmbeddingLoss_margin_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:13.3338023Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:13.3632236Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-08-17T12:11:13.3964530Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-08-17T12:11:13.3965294Z test_nn_HingeEmbeddingLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:13.4260601Z test_nn_HingeEmbeddingLoss_scalar_margin (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:13.4587005Z test_nn_HuberLoss (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T12:11:13.4616366Z test_nn_HuberLoss_delta (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:13.4869390Z test_nn_HuberLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.025s) 2022-08-17T12:11:13.5117818Z test_nn_HuberLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.025s) 2022-08-17T12:11:13.5367406Z test_nn_HuberLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.025s) 2022-08-17T12:11:13.6319423Z test_nn_InstanceNorm1d (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-08-17T12:11:13.7259804Z test_nn_InstanceNorm1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.094s) 2022-08-17T12:11:13.8290063Z test_nn_InstanceNorm1d_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-08-17T12:11:13.9325713Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-08-17T12:11:14.0265601Z test_nn_InstanceNorm2d (test_jit.TestJitGeneratedModule) ... ok (0.094s) 2022-08-17T12:11:14.1239281Z test_nn_InstanceNorm2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.097s) 2022-08-17T12:11:14.2303979Z test_nn_InstanceNorm2d_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.106s) 2022-08-17T12:11:14.3357374Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.105s) 2022-08-17T12:11:14.4322908Z test_nn_InstanceNorm3d (test_jit.TestJitGeneratedModule) ... ok (0.097s) 2022-08-17T12:11:14.5301063Z test_nn_InstanceNorm3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.098s) 2022-08-17T12:11:14.6324282Z test_nn_InstanceNorm3d_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.102s) 2022-08-17T12:11:14.7350990Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-08-17T12:11:14.7819571Z test_nn_KLDivLoss (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-08-17T12:11:14.8173094Z test_nn_KLDivLoss_log_target (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:14.8521888Z test_nn_KLDivLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:14.8883687Z test_nn_KLDivLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T12:11:14.9224486Z test_nn_KLDivLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T12:11:14.9254064Z test_nn_KLDivLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:14.9281524Z test_nn_KLDivLoss_no_reduce_log_target (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:14.9308939Z test_nn_KLDivLoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:14.9335847Z test_nn_KLDivLoss_no_reduce_scalar_log_target (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:14.9683596Z test_nn_KLDivLoss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:15.0027685Z test_nn_KLDivLoss_scalar_log_target (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T12:11:15.0058389Z test_nn_KLDivLoss_with_log_target_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:15.0086623Z test_nn_KLDivLoss_with_target_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:15.0479026Z test_nn_L1Loss (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:15.0780859Z test_nn_L1Loss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:15.1082613Z test_nn_L1Loss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:15.1388042Z test_nn_L1Loss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:15.1417129Z test_nn_L1Loss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:15.1445211Z test_nn_L1Loss_no_reduce_complex (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:15.1472771Z test_nn_L1Loss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:15.1780364Z test_nn_L1Loss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:15.2522877Z test_nn_LPPool1d (test_jit.TestJitGeneratedModule) ... ok (0.074s) 2022-08-17T12:11:15.3269894Z test_nn_LPPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.075s) 2022-08-17T12:11:15.4013053Z test_nn_LPPool1d_norm (test_jit.TestJitGeneratedModule) ... ok (0.074s) 2022-08-17T12:11:15.4832751Z test_nn_LPPool2d (test_jit.TestJitGeneratedModule) ... ok (0.082s) 2022-08-17T12:11:15.5682437Z test_nn_LPPool2d_norm (test_jit.TestJitGeneratedModule) ... ok (0.085s) 2022-08-17T12:11:15.6518211Z test_nn_LSTMCell (test_jit.TestJitGeneratedModule) ... ok (0.083s) 2022-08-17T12:11:15.7165176Z test_nn_LayerNorm_1d_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.065s) 2022-08-17T12:11:15.7649885Z test_nn_LayerNorm_1d_empty_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-08-17T12:11:15.8116923Z test_nn_LayerNorm_1d_no_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-08-17T12:11:15.8607596Z test_nn_LayerNorm_3d_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T12:11:16.0297106Z test_nn_LayerNorm_3d_no_affine_large_feature (test_jit.TestJitGeneratedModule) ... ok (0.169s) 2022-08-17T12:11:16.0791439Z test_nn_LayerNorm_3d_no_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T12:11:16.1294724Z test_nn_LeakyReLU (test_jit.TestJitGeneratedModule) ... ok (0.050s) 2022-08-17T12:11:16.1792711Z test_nn_LeakyReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.050s) 2022-08-17T12:11:16.2283032Z test_nn_LeakyReLU_with_negval (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T12:11:16.2776019Z test_nn_LeakyReLU_with_negval_scalar (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T12:11:16.3236898Z test_nn_LeakyReLU_with_zero_negval (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:11:16.3665521Z test_nn_Linear (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T12:11:16.4073754Z test_nn_Linear_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T12:11:16.4479666Z test_nn_Linear_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T12:11:16.5536133Z test_nn_LocalResponseNorm_1d (test_jit.TestJitGeneratedModule) ... ok (0.106s) 2022-08-17T12:11:16.6505302Z test_nn_LocalResponseNorm_2d_uneven_pad (test_jit.TestJitGeneratedModule) ... ok (0.097s) 2022-08-17T12:11:16.7482510Z test_nn_LocalResponseNorm_3d_custom_params (test_jit.TestJitGeneratedModule) ... ok (0.098s) 2022-08-17T12:11:16.7846395Z test_nn_LogSigmoid (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T12:11:16.8188464Z test_nn_LogSigmoid_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T12:11:16.8522236Z test_nn_LogSigmoid_scalar (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T12:11:16.9055176Z test_nn_LogSoftmax (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T12:11:16.9592556Z test_nn_LogSoftmax_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-08-17T12:11:17.0125038Z test_nn_LogSoftmax_multiparam_scalar (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T12:11:17.0659592Z test_nn_LogSoftmax_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T12:11:17.1050972Z test_nn_MSELoss (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:17.1355419Z test_nn_MSELoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:17.1663606Z test_nn_MSELoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:17.1963774Z test_nn_MSELoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:17.1994520Z test_nn_MSELoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:17.2022472Z test_nn_MSELoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:17.2430869Z test_nn_MSELoss_prec (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T12:11:17.2735066Z test_nn_MSELoss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:17.3157615Z test_nn_MarginRankingLoss (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:17.3489647Z test_nn_MarginRankingLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T12:11:17.3814745Z test_nn_MarginRankingLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:17.4144819Z test_nn_MarginRankingLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T12:11:17.4472527Z test_nn_MarginRankingLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T12:11:17.5029704Z test_nn_MaxPool1d (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-08-17T12:11:17.5628780Z test_nn_MaxPool1d_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T12:11:17.6146146Z test_nn_MaxPool1d_stride (test_jit.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T12:11:17.6670788Z test_nn_MaxPool2d_3d_input (test_jit.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T12:11:17.7197466Z test_nn_MaxPool2d_4d_input (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T12:11:17.7789560Z test_nn_MaxPool2d_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T12:11:17.8325218Z test_nn_MaxPool3d (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T12:11:17.8935316Z test_nn_MaxPool3d_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-08-17T12:11:17.9464427Z test_nn_MaxPool3d_stride (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T12:11:18.0000506Z test_nn_MaxPool3d_stride_padding (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T12:11:18.0437471Z test_nn_Mish (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:18.0839896Z test_nn_Mish_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:18.1244084Z test_nn_Mish_scalar (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:18.1610202Z test_nn_MultiLabelMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T12:11:18.1641073Z test_nn_MultiLabelMarginLoss_0d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.1935956Z test_nn_MultiLabelMarginLoss_1d (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-08-17T12:11:18.1966414Z test_nn_MultiLabelMarginLoss_1d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.1995718Z test_nn_MultiLabelMarginLoss_index_neg (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.2291700Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-08-17T12:11:18.2580024Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-08-17T12:11:18.2870276Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-08-17T12:11:18.2900558Z test_nn_MultiLabelMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.3323507Z test_nn_MultiLabelSoftMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:18.3667644Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T12:11:18.4008791Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T12:11:18.4345314Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T12:11:18.4382482Z test_nn_MultiLabelSoftMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T12:11:18.4733129Z test_nn_MultiLabelSoftMarginLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:18.4769437Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T12:11:18.5192776Z test_nn_MultiMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:18.5521577Z test_nn_MultiMarginLoss_1d (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T12:11:18.5552166Z test_nn_MultiMarginLoss_1d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.5888394Z test_nn_MultiMarginLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T12:11:18.5918382Z test_nn_MultiMarginLoss_margin_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.5946629Z test_nn_MultiMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.6279234Z test_nn_MultiMarginLoss_p (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T12:11:18.6309596Z test_nn_MultiMarginLoss_p_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.6651376Z test_nn_MultiMarginLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T12:11:18.6680901Z test_nn_MultiMarginLoss_weights_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.6708859Z test_nn_MultiheadAttention (test_jit.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T12:11:18.7082311Z test_nn_NLLLoss (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T12:11:18.7112219Z test_nn_NLLLoss2d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.7140273Z test_nn_NLLLoss2d_no_reduce_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.7167859Z test_nn_NLLLoss2d_no_reduce_weights (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.7195301Z test_nn_NLLLossNd_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.7222389Z test_nn_NLLLossNd_no_reduce_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.7249366Z test_nn_NLLLossNd_no_reduce_weights (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.7549684Z test_nn_NLLLoss_2d (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:18.7849977Z test_nn_NLLLoss_2d_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:18.8145414Z test_nn_NLLLoss_2d_weights (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-08-17T12:11:18.8447791Z test_nn_NLLLoss_dim_is_3 (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:18.8744791Z test_nn_NLLLoss_higher_dim (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:18.9038768Z test_nn_NLLLoss_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-08-17T12:11:18.9331631Z test_nn_NLLLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-08-17T12:11:18.9633359Z test_nn_NLLLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:18.9934574Z test_nn_NLLLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:18.9964321Z test_nn_NLLLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:18.9992631Z test_nn_NLLLoss_no_reduce_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:19.0020040Z test_nn_NLLLoss_no_reduce_weights (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:19.0047565Z test_nn_NLLLoss_no_reduce_weights_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:19.0075094Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:19.0379204Z test_nn_NLLLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:19.0681893Z test_nn_NLLLoss_weights_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:19.0994376Z test_nn_NLLLoss_weights_ignore_index_neg (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:19.1373462Z test_nn_PReLU_1d (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T12:11:19.1751266Z test_nn_PReLU_1d_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T12:11:19.2153345Z test_nn_PReLU_2d (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:19.2540522Z test_nn_PReLU_2d_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:19.2923773Z test_nn_PReLU_3d (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T12:11:19.3310179Z test_nn_PReLU_3d_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:19.3681219Z test_nn_PReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T12:11:19.4052900Z test_nn_PReLU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T12:11:19.4081492Z test_nn_Padding122112_3dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:19.4109827Z test_nn_Padding1221_2dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:19.4137171Z test_nn_Padding12_1dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:19.4164557Z test_nn_Padding2322_2dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:19.4191748Z test_nn_Padding31_1dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:19.4218941Z test_nn_Padding322112_3dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:19.4245876Z test_nn_Padding332122_3dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:19.4272631Z test_nn_Padding3331_2dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:19.4299232Z test_nn_Padding33_1dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:19.4695393Z test_nn_PairwiseDistance (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:19.5145149Z test_nn_PairwiseDistance_broadcast_lhs (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:11:19.5544902Z test_nn_PairwiseDistance_broadcast_rhs (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:19.5933904Z test_nn_PairwiseDistance_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:19.6335919Z test_nn_PairwiseDistance_with_non_default_args (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:19.6722516Z test_nn_PixelShuffle (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:19.7105943Z test_nn_PixelUnshuffle (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T12:11:19.7510732Z test_nn_PoissonNLLLoss_full_loss (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:19.7836691Z test_nn_PoissonNLLLoss_full_loss_no_log_input (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:19.8155478Z test_nn_PoissonNLLLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:19.8471051Z test_nn_PoissonNLLLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:19.8788098Z test_nn_PoissonNLLLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:19.9108521Z test_nn_PoissonNLLLoss_no_full_loss (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:19.9431809Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:19.9460656Z test_nn_PoissonNLLLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:20.0200580Z test_nn_RNNCell (test_jit.TestJitGeneratedModule) ... ok (0.074s) 2022-08-17T12:11:20.0661689Z test_nn_RReLU (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:11:20.1123107Z test_nn_RReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:11:20.1592285Z test_nn_RReLU_with_up_down (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-08-17T12:11:20.2058524Z test_nn_RReLU_with_up_down_scalar (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-08-17T12:11:20.2474651Z test_nn_ReLU (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:20.2935910Z test_nn_ReLU6 (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T12:11:20.3381901Z test_nn_ReLU6_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:20.3831461Z test_nn_ReLU6_scalar (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:11:20.4237540Z test_nn_ReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:20.4641576Z test_nn_ReLU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:20.5045052Z test_nn_ReflectionPad1d (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:20.5457906Z test_nn_ReflectionPad1d_batch (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T12:11:20.5877383Z test_nn_ReflectionPad1d_complex (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:20.6306244Z test_nn_ReflectionPad2d (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T12:11:20.6743205Z test_nn_ReflectionPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:20.7176581Z test_nn_ReflectionPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T12:11:20.7622818Z test_nn_ReflectionPad3d (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:11:20.8091374Z test_nn_ReflectionPad3d_complex (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-08-17T12:11:20.8528267Z test_nn_ReflectionPad3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:20.8932656Z test_nn_ReplicationPad1d (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:20.9314929Z test_nn_ReplicationPad1d_batch (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T12:11:20.9705106Z test_nn_ReplicationPad1d_complex (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:21.0091828Z test_nn_ReplicationPad2d (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:21.0484285Z test_nn_ReplicationPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:21.0874321Z test_nn_ReplicationPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:21.1270061Z test_nn_ReplicationPad3d (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:21.1667457Z test_nn_ReplicationPad3d_complex (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:21.2058879Z test_nn_ReplicationPad3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:21.2472480Z test_nn_SELU (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T12:11:21.2874111Z test_nn_SELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:21.3300093Z test_nn_SELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T12:11:21.3742331Z test_nn_SiLU (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:21.4172014Z test_nn_SiLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T12:11:21.4590579Z test_nn_SiLU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:21.4952218Z test_nn_Sigmoid (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T12:11:21.5307300Z test_nn_Sigmoid_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:21.5666653Z test_nn_Sigmoid_scalar (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T12:11:21.6061208Z test_nn_SmoothL1Loss (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:21.6091307Z test_nn_SmoothL1Loss_beta (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:21.6397198Z test_nn_SmoothL1Loss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:21.6703109Z test_nn_SmoothL1Loss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T12:11:21.7009325Z test_nn_SmoothL1Loss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T12:11:21.7038899Z test_nn_SmoothL1Loss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:21.7067153Z test_nn_SmoothL1Loss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:21.7384749Z test_nn_SmoothL1Loss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T12:11:21.7414905Z test_nn_SmoothL1Loss_zero_beta (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:21.7786210Z test_nn_SoftMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T12:11:21.8080064Z test_nn_SoftMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-08-17T12:11:21.8375279Z test_nn_SoftMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-08-17T12:11:21.8668477Z test_nn_SoftMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-08-17T12:11:21.8698468Z test_nn_SoftMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:21.9280685Z test_nn_Softmax (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:21.9846464Z test_nn_Softmax2d (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T12:11:22.0424119Z test_nn_Softmax2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:22.0948677Z test_nn_Softmax_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T12:11:22.1474871Z test_nn_Softmax_scalar (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T12:11:22.2090409Z test_nn_Softmin (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-08-17T12:11:22.2653024Z test_nn_Softmin_multidim (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-08-17T12:11:22.3212384Z test_nn_Softmin_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-08-17T12:11:22.3746491Z test_nn_Softmin_scalar (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T12:11:22.4110340Z test_nn_Softplus (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T12:11:22.4475996Z test_nn_Softplus_beta (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T12:11:22.4848495Z test_nn_Softplus_beta_threshold (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T12:11:22.5205639Z test_nn_Softplus_beta_threshold_scalar (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T12:11:22.5560252Z test_nn_Softplus_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:22.5919832Z test_nn_Softshrink (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T12:11:22.6274899Z test_nn_Softshrink_lambda (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:22.6627628Z test_nn_Softshrink_lambda_scalar (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:22.6973056Z test_nn_Softshrink_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T12:11:22.7472476Z test_nn_Softsign (test_jit.TestJitGeneratedModule) ... ok (0.050s) 2022-08-17T12:11:22.7950545Z test_nn_Softsign_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-08-17T12:11:22.8432649Z test_nn_Softsign_scalar (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-08-17T12:11:22.8782591Z test_nn_Tanh (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T12:11:22.9121583Z test_nn_Tanh_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T12:11:22.9464533Z test_nn_Tanh_scalar (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T12:11:22.9946782Z test_nn_Tanhshrink (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-08-17T12:11:23.0398111Z test_nn_Tanhshrink_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T12:11:23.0822827Z test_nn_Tanhshrink_scalar (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:23.1300323Z test_nn_Threshold_large_value (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-08-17T12:11:23.1728365Z test_nn_Threshold_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T12:11:23.2166575Z test_nn_Threshold_threshold_value (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:23.2600874Z test_nn_Threshold_threshold_value_scalar (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T12:11:23.2629799Z test_nn_Transformer (test_jit.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T12:11:25.2217818Z test_nn_TransformerDecoderLayer_gelu_activation (test_jit.TestJitGeneratedModule) ... ok (1.959s) 2022-08-17T12:11:27.0723181Z test_nn_TransformerDecoderLayer_relu_activation (test_jit.TestJitGeneratedModule) ... ok (1.850s) 2022-08-17T12:11:28.7728194Z test_nn_TransformerEncoderLayer_gelu_activation (test_jit.TestJitGeneratedModule) ... ok (1.700s) 2022-08-17T12:11:30.4898258Z test_nn_TransformerEncoderLayer_relu_activation (test_jit.TestJitGeneratedModule) ... ok (1.717s) 2022-08-17T12:11:36.0342112Z test_nn_Transformer_multilayer_coder (test_jit.TestJitGeneratedModule) ... ok (5.544s) 2022-08-17T12:11:36.0785169Z test_nn_TripletMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:36.1127155Z test_nn_TripletMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T12:11:36.1499973Z test_nn_TripletMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T12:11:36.1895567Z test_nn_Unflatten_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T12:11:36.2532912Z test_nn_Unfold (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-08-17T12:11:36.3115743Z test_nn_Unfold_int_input (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T12:11:36.3552836Z test_nn_ZeroPad2d (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T12:11:36.3972645Z test_nn_ZeroPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:36.4375345Z test_nn_ZeroPad2d_negative_dims (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T12:11:36.4791525Z test_nn_ZeroPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T12:11:36.4821991Z test_nn_interpolate_bicubic_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.4850036Z test_nn_interpolate_bicubic_2d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.4878550Z test_nn_interpolate_bicubic_scale_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.4906755Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.4934847Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.4963066Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.4990673Z test_nn_interpolate_bicubic_tuple_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5017439Z test_nn_interpolate_bicubic_tuple_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5044586Z test_nn_interpolate_bilinear_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5072054Z test_nn_interpolate_bilinear_2d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5098452Z test_nn_interpolate_bilinear_scale_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5125133Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5152127Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5179049Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5206070Z test_nn_interpolate_bilinear_tuple_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5232735Z test_nn_interpolate_bilinear_tuple_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5259249Z test_nn_interpolate_linear_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5286485Z test_nn_interpolate_linear_1d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5313110Z test_nn_interpolate_linear_1d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5340048Z test_nn_interpolate_linear_scale_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5366922Z test_nn_interpolate_linear_scale_1d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5394473Z test_nn_interpolate_linear_tuple_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5421185Z test_nn_interpolate_nearest_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5447917Z test_nn_interpolate_nearest_1d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5474782Z test_nn_interpolate_nearest_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5501319Z test_nn_interpolate_nearest_2d_launch_configs (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5528683Z test_nn_interpolate_nearest_2d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5555693Z test_nn_interpolate_nearest_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5582539Z test_nn_interpolate_nearest_3d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5609302Z test_nn_interpolate_nearest_scale_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5637256Z test_nn_interpolate_nearest_scale_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5664405Z test_nn_interpolate_nearest_scale_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5690843Z test_nn_interpolate_nearest_tuple_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5717732Z test_nn_interpolate_nearest_tuple_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5744452Z test_nn_interpolate_nearest_tuple_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5771155Z test_nn_interpolate_trilinear_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5798012Z test_nn_interpolate_trilinear_3d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5825227Z test_nn_interpolate_trilinear_scale_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5851815Z test_nn_interpolate_trilinear_scale_3d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5879913Z test_nn_interpolate_trilinear_tuple_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5906797Z test_nn_interpolate_trilinear_tuple_3d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5933904Z test_nn_log_softmax_dim0 (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5961032Z test_nn_log_softmax_dim3 (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.5987779Z test_nn_log_softmax_lastdim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.6014409Z test_nn_log_softmax_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.6041155Z test_nn_log_softmax_spatial (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.6068021Z test_nn_log_softmax_spatial_special (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.6094953Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.6123947Z test_nn_softmax_functional_dim0 (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.6150275Z test_nn_softmax_functional_dim3 (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.6176780Z test_nn_softmax_functional_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.6203472Z test_nn_softmax_lastdim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.6229856Z test_nn_softmax_lastdim_dtype (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.6256125Z test_nn_softmax_spatial (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.6282846Z test_nn_softmax_spatial_dtype (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.6309268Z test_nn_softmax_spatial_special (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T12:11:36.6334137Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-08-17T12:11:36.6338354Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.000s) 2022-08-17T12:11:36.6345816Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T12:11:36.6349931Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.000s) 2022-08-17T12:11:36.6358452Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T12:11:36.6366112Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T12:11:36.6373647Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T12:11:36.6381829Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T12:11:36.6583239Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.020s) 2022-08-17T12:11:36.6656333Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T12:11:36.6736072Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.008s) 2022-08-17T12:11:36.6812596Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.008s) 2022-08-17T12:11:36.6885439Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T12:11:36.6919655Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-08-17T12:11:36.6960570Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:36.7080100Z test_del (jit.test_list_dict.TestList) ... ok (0.012s) 2022-08-17T12:11:36.7124959Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:36.7184494Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:36.7245609Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:36.7278900Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.003s) 2022-08-17T12:11:36.7308302Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-08-17T12:11:36.7366057Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:36.7421117Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T12:11:36.7480072Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:36.7554063Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T12:11:36.7595201Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:36.7638602Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:36.7659370Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.002s) 2022-08-17T12:11:36.7715211Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:36.7754424Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:36.7798568Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:36.7839816Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:36.7898157Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:36.8038362Z test_in_check (jit.test_list_dict.TestList) ... ok (0.014s) 2022-08-17T12:11:36.8231952Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.019s) 2022-08-17T12:11:36.8308295Z test_list_count (jit.test_list_dict.TestList) ... ok (0.008s) 2022-08-17T12:11:36.8347598Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:36.8468099Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.012s) 2022-08-17T12:11:36.8538118Z test_list_index (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T12:11:36.8723895Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.018s) 2022-08-17T12:11:36.8882628Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.016s) 2022-08-17T12:11:36.8950417Z test_list_len (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T12:11:36.9084573Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.013s) 2022-08-17T12:11:36.9093393Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-08-17T12:11:36.9843337Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.075s) 2022-08-17T12:11:37.0079578Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.024s) 2022-08-17T12:11:37.0456197Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.038s) 2022-08-17T12:11:37.0472936Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.002s) 2022-08-17T12:11:37.0484570Z test_list_variance (jit.test_list_dict.TestList) 2022-08-17T12:11:37.0580960Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.011s) 2022-08-17T12:11:37.0624781Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.1259853Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.063s) 2022-08-17T12:11:37.1698745Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.044s) 2022-08-17T12:11:37.1749424Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T12:11:37.1797677Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T12:11:37.1842619Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.1889648Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T12:11:37.1947141Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:37.2017869Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T12:11:37.2069113Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T12:11:37.2114320Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.2171943Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:37.2216722Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.2261820Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.2306609Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.2350758Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.2410309Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:37.2450001Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.2491185Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.2530649Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.2572080Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.2612396Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.2654009Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.2719359Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:37.2767544Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T12:11:37.2843148Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T12:11:37.2885106Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.2951867Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T12:11:37.3013922Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:37.3057406Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.3095977Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T12:11:37.3153265Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:37.3187001Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.003s) 2022-08-17T12:11:37.3472846Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.028s) 2022-08-17T12:11:37.3535758Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:37.3595243Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:37.3654475Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T12:11:37.3851425Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.019s) 2022-08-17T12:11:37.3927054Z test_to_list (jit.test_list_dict.TestList) 2022-08-17T12:11:37.6562640Z Unit tests for Tensor.tolist() function. ... ok (0.271s) 2022-08-17T12:11:37.6574108Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-08-17T12:11:37.6580615Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.002s) 2022-08-17T12:11:37.6671709Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.009s) 2022-08-17T12:11:37.6752000Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.008s) 2022-08-17T12:11:37.6760804Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-08-17T12:11:37.6792226Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.003s) 2022-08-17T12:11:37.6869590Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.008s) 2022-08-17T12:11:37.6938487Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.007s) 2022-08-17T12:11:37.7157783Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.022s) 2022-08-17T12:11:37.7275183Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.012s) 2022-08-17T12:11:37.7411186Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.013s) 2022-08-17T12:11:37.7524181Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.011s) 2022-08-17T12:11:37.7531708Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-08-17T12:11:37.7591705Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.007s) 2022-08-17T12:11:37.7825162Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.023s) 2022-08-17T12:11:37.7860144Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.004s) 2022-08-17T12:11:37.7880901Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.002s) 2022-08-17T12:11:37.7884825Z test_if_returning_any (jit.test_misc.TestMisc) 2022-08-17T12:11:37.7934279Z Check that an if statement can return different ... ok (0.005s) 2022-08-17T12:11:37.7978374Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.004s) 2022-08-17T12:11:37.8066903Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.009s) 2022-08-17T12:11:37.8250188Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.018s) 2022-08-17T12:11:37.8343739Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.009s) 2022-08-17T12:11:37.8374336Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.003s) 2022-08-17T12:11:37.8385827Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.001s) 2022-08-17T12:11:37.8396388Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.001s) 2022-08-17T12:11:37.8406078Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.001s) 2022-08-17T12:11:37.8438996Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.003s) 2022-08-17T12:11:37.8469651Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-08-17T12:11:37.8498619Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.003s) 2022-08-17T12:11:37.8526291Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-08-17T12:11:37.8565354Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.004s) 2022-08-17T12:11:37.8597990Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-08-17T12:11:37.8624358Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.003s) 2022-08-17T12:11:37.8744869Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-08-17T12:11:37.8925427Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.018s) 2022-08-17T12:11:37.9001681Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-08-17T12:11:37.9109915Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-08-17T12:11:37.9207842Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-08-17T12:11:37.9343768Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.013s) 2022-08-17T12:11:37.9463210Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-08-17T12:11:37.9917419Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.045s) 2022-08-17T12:11:38.0201361Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.028s) 2022-08-17T12:11:38.0413907Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.021s) 2022-08-17T12:11:38.0536996Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-08-17T12:11:38.0660155Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-08-17T12:11:38.0919809Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.026s) 2022-08-17T12:11:38.0934269Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-08-17T12:11:38.1054949Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.013s) 2022-08-17T12:11:38.2657932Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.160s) 2022-08-17T12:11:38.2677346Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-08-17T12:11:38.2936276Z Tracing over a script function returning a dictionary should work. ... ok (0.028s) 2022-08-17T12:11:38.3026314Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-08-17T12:11:38.3369439Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.034s) 2022-08-17T12:11:38.3597350Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.023s) 2022-08-17T12:11:38.3683445Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-08-17T12:11:38.3770317Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-08-17T12:11:38.3778830Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-08-17T12:11:38.3783802Z test_dcgan_models (jit.test_models.TestModels) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79142 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-08-17T12:11:38.3786162Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T12:11:38.3792923Z test_mnist (jit.test_models.TestModels) ... skip: Bug found in deprecated executor (0.001s) 2022-08-17T12:11:38.3795898Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T12:11:38.3803139Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-08-17T12:11:38.3809491Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:11:38.3812557Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T12:11:38.4235121Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.042s) 2022-08-17T12:11:38.4241627Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-08-17T12:11:38.4282462Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.004s) 2022-08-17T12:11:38.4290320Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-08-17T12:11:38.4297840Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:11:38.4301074Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T12:11:38.8807181Z test_snli_quantized (jit.test_models.TestModels) ... ok (0.450s) 2022-08-17T12:11:38.8815738Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:11:38.8819925Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T12:11:39.0020743Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.120s) 2022-08-17T12:11:39.1667161Z test_vae (jit.test_models.TestModels) ... ok (0.164s) 2022-08-17T12:11:39.1671915Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-08-17T12:11:39.2538810Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.086s) 2022-08-17T12:11:39.2557687Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-08-17T12:11:39.2904112Z Tests that customized state dict methods are in effect ... ok (0.036s) 2022-08-17T12:11:39.2911245Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-08-17T12:11:39.3186481Z Tests that default state dict methods are automatically available ... ok (0.028s) 2022-08-17T12:11:39.3202388Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-08-17T12:11:39.3652819Z Tests that customized state dict methods on submodules are in effect ... ok (0.046s) 2022-08-17T12:11:39.4426411Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.077s) 2022-08-17T12:11:39.4650633Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.022s) 2022-08-17T12:11:39.4852625Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.020s) 2022-08-17T12:11:39.5413112Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.056s) 2022-08-17T12:11:39.5753335Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.034s) 2022-08-17T12:11:39.7772486Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.202s) 2022-08-17T12:11:39.8131340Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.036s) 2022-08-17T12:11:39.8256904Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.012s) 2022-08-17T12:11:39.8262922Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-08-17T12:11:39.8292774Z Test that an attempt to script a module with a regular list attribute ... ok (0.003s) 2022-08-17T12:11:39.8442894Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.015s) 2022-08-17T12:11:39.8904277Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.046s) 2022-08-17T12:11:39.9548373Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.064s) 2022-08-17T12:11:39.9805162Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.026s) 2022-08-17T12:11:40.0917459Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.111s) 2022-08-17T12:11:40.1197152Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.028s) 2022-08-17T12:11:40.1469451Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.027s) 2022-08-17T12:11:40.1487801Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-08-17T12:11:40.2038433Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.057s) 2022-08-17T12:11:40.2057317Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-08-17T12:11:40.2513249Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.047s) 2022-08-17T12:11:40.2711595Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.020s) 2022-08-17T12:11:40.2862162Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.015s) 2022-08-17T12:11:40.3079826Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.022s) 2022-08-17T12:11:40.3262393Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.018s) 2022-08-17T12:11:40.3445931Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.018s) 2022-08-17T12:11:40.3532093Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.009s) 2022-08-17T12:11:40.3700931Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-08-17T12:11:40.4031955Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.033s) 2022-08-17T12:11:40.4041974Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-08-17T12:11:40.4387174Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.034s) 2022-08-17T12:11:40.4566261Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.018s) 2022-08-17T12:11:40.4773059Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.021s) 2022-08-17T12:11:40.4947376Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-08-17T12:11:40.5098933Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.015s) 2022-08-17T12:11:40.5177206Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.008s) 2022-08-17T12:11:40.5369654Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-08-17T12:11:40.5375677Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-08-17T12:11:40.5466225Z Test that a module that has __constants__ set to something ... ok (0.010s) 2022-08-17T12:11:40.5515236Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-08-17T12:11:40.5570286Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-08-17T12:11:40.5602579Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-08-17T12:11:40.5642828Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-08-17T12:11:40.5677610Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-08-17T12:11:40.5721758Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-08-17T12:11:40.5729262Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-08-17T12:11:40.5767686Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-08-17T12:11:40.5801078Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-08-17T12:11:40.5819794Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-08-17T12:11:40.5864197Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-08-17T12:11:40.5881827Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... /var/lib/jenkins/workspace/test/test_nnapi.py:14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-08-17T12:11:40.5882484Z t = torch.tensor(t) 2022-08-17T12:11:40.7360522Z ok (0.149s) 2022-08-17T12:11:41.5477346Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.812s) 2022-08-17T12:11:41.5974018Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.050s) 2022-08-17T12:11:41.6064259Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.009s) 2022-08-17T12:11:43.6004174Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (1.994s) 2022-08-17T12:11:43.8539493Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.253s) 2022-08-17T12:11:43.8671111Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.013s) 2022-08-17T12:11:43.8914392Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.024s) 2022-08-17T12:11:43.9975465Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.106s) 2022-08-17T12:11:44.0249031Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.027s) 2022-08-17T12:11:44.0506245Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.026s) 2022-08-17T12:11:44.0525222Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1185: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-08-17T12:11:44.0525788Z return forward_call(*input, **kwargs) 2022-08-17T12:11:44.0546603Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-08-17T12:11:44.0546996Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-08-17T12:11:44.0741798Z ok (0.023s) 2022-08-17T12:11:44.4194037Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.345s) 2022-08-17T12:11:44.4901344Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.071s) 2022-08-17T12:11:44.5030738Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.013s) 2022-08-17T12:11:44.6096938Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.107s) 2022-08-17T12:11:44.6572410Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.047s) 2022-08-17T12:11:44.7053789Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.048s) 2022-08-17T12:11:44.7420350Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.037s) 2022-08-17T12:11:44.8889765Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.147s) 2022-08-17T12:11:44.9594901Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.070s) 2022-08-17T12:11:44.9722179Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.013s) 2022-08-17T12:11:45.0001096Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.028s) 2022-08-17T12:11:45.0121354Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.012s) 2022-08-17T12:11:45.0558000Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.044s) 2022-08-17T12:11:45.0578289Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1185: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-08-17T12:11:45.0578765Z return forward_call(*input, **kwargs) 2022-08-17T12:11:45.0596422Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-08-17T12:11:45.0596845Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-08-17T12:11:45.0917619Z ok (0.036s) 2022-08-17T12:11:45.1174202Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.026s) 2022-08-17T12:11:45.1490896Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.032s) 2022-08-17T12:11:45.2054110Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.056s) 2022-08-17T12:11:45.5930728Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.388s) 2022-08-17T12:11:45.6401762Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.047s) 2022-08-17T12:11:45.6849723Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.045s) 2022-08-17T12:11:45.7121865Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.027s) 2022-08-17T12:11:45.7398092Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.028s) 2022-08-17T12:11:45.7657630Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.026s) 2022-08-17T12:11:45.7918807Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.026s) 2022-08-17T12:11:45.8032703Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.011s) 2022-08-17T12:11:45.8141572Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.011s) 2022-08-17T12:11:45.8216602Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.007s) 2022-08-17T12:11:45.8564943Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.035s) 2022-08-17T12:11:45.8573357Z test_traceable (jit.test_parametrization.TestParametrization) 2022-08-17T12:11:45.8889327Z Test the jit scripting and tracing of a parametrized model. ... ok (0.032s) 2022-08-17T12:11:45.9587999Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.070s) 2022-08-17T12:11:45.9783368Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.019s) 2022-08-17T12:11:45.9961895Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-08-17T12:11:46.0008355Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-08-17T12:11:46.0054285Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-08-17T12:11:46.0107079Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-08-17T12:11:46.0162146Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-08-17T12:11:46.0256527Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-08-17T12:11:46.0285309Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... You have not run this instance of FileCheck! 2022-08-17T12:11:46.0285672Z FileCheck checks: 2022-08-17T12:11:46.0288379Z ok (0.003s) 2022-08-17T12:11:46.0344912Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-08-17T12:11:46.0354133Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.001s) 2022-08-17T12:11:46.0389605Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T12:11:46.0421432Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T12:11:46.0450607Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T12:11:46.0478215Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T12:11:46.0506987Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T12:11:46.0544874Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-08-17T12:11:46.0641996Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-08-17T12:11:46.0672429Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T12:11:46.0702509Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T12:11:46.0733741Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T12:11:46.0771949Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-08-17T12:11:46.0803110Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T12:11:46.0830554Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T12:11:46.0895048Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-08-17T12:11:46.1352872Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.046s) 2022-08-17T12:11:46.1495349Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-08-17T12:11:46.1551836Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-08-17T12:11:46.1584394Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T12:11:46.1629577Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-08-17T12:11:46.1748668Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-08-17T12:11:46.1785413Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-08-17T12:11:46.1818591Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T12:11:46.1944575Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-08-17T12:11:46.2062297Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-08-17T12:11:46.2122090Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-08-17T12:11:46.2171571Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-08-17T12:11:46.2205711Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T12:11:46.2266147Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-08-17T12:11:46.2272406Z test_version (test_jit.TestProducerVersion) ... ok (0.001s) 2022-08-17T12:11:46.2753420Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.048s) 2022-08-17T12:11:46.3164827Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.041s) 2022-08-17T12:11:46.3413823Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.025s) 2022-08-17T12:11:46.3884978Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.047s) 2022-08-17T12:11:46.4153784Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.027s) 2022-08-17T12:11:46.4173994Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-08-17T12:11:46.4431433Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.026s) 2022-08-17T12:11:46.5391677Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.096s) 2022-08-17T12:11:46.5632606Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.024s) 2022-08-17T12:11:46.5881925Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.025s) 2022-08-17T12:11:46.6420233Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.054s) 2022-08-17T12:11:46.6688149Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.027s) 2022-08-17T12:11:46.6727219Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-08-17T12:11:46.6742908Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-08-17T12:11:46.6784513Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-08-17T12:11:46.6841178Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.006s) 2022-08-17T12:11:46.6859843Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-08-17T12:11:46.6892390Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-08-17T12:11:46.6925164Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-08-17T12:11:46.6990669Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-08-17T12:11:46.7226714Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.023s) 2022-08-17T12:11:46.7468065Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.024s) 2022-08-17T12:11:46.7513336Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.004s) 2022-08-17T12:11:46.7796820Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.028s) 2022-08-17T12:11:46.8782907Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.098s) 2022-08-17T12:11:46.8849440Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-08-17T12:11:46.8912778Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-08-17T12:11:46.8964363Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-08-17T12:11:46.9274599Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.031s) 2022-08-17T12:11:46.9311095Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.004s) 2022-08-17T12:11:46.9455008Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.014s) 2022-08-17T12:11:46.9520505Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-08-17T12:11:46.9594089Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-08-17T12:11:46.9640172Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-08-17T12:11:46.9683492Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.004s) 2022-08-17T12:11:46.9935900Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.025s) 2022-08-17T12:11:47.0090362Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.015s) 2022-08-17T12:11:47.0238386Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.015s) 2022-08-17T12:11:47.0730410Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.049s) 2022-08-17T12:11:47.0777245Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-08-17T12:11:47.0803802Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-08-17T12:11:47.0827444Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-08-17T12:11:47.0904180Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-08-17T12:11:47.0938827Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-08-17T12:11:47.1147104Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.021s) 2022-08-17T12:11:47.1186189Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-08-17T12:11:47.1267143Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-08-17T12:11:47.1277130Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-08-17T12:11:47.1473419Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.019s) 2022-08-17T12:11:47.2013450Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.054s) 2022-08-17T12:11:47.2117778Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-08-17T12:11:47.2273192Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.015s) 2022-08-17T12:11:47.2446047Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.017s) 2022-08-17T12:11:47.2492066Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-08-17T12:11:47.2713671Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.022s) 2022-08-17T12:11:47.2933817Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.022s) 2022-08-17T12:11:47.2972349Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-08-17T12:11:47.3038494Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-08-17T12:11:47.3076252Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-08-17T12:11:47.3641153Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.056s) 2022-08-17T12:11:47.3718724Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-08-17T12:11:47.3773789Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-08-17T12:11:47.3865983Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-08-17T12:11:47.3929305Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-08-17T12:11:47.4110239Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.018s) 2022-08-17T12:11:47.4116839Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-08-17T12:11:47.4246741Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.014s) 2022-08-17T12:11:47.4431701Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.018s) 2022-08-17T12:11:47.4752301Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.032s) 2022-08-17T12:11:47.4797103Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-08-17T12:11:47.4869434Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.007s) 2022-08-17T12:11:47.5037652Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.017s) 2022-08-17T12:11:47.5098774Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.006s) 2022-08-17T12:11:47.5140582Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-08-17T12:11:47.5250568Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.011s) 2022-08-17T12:11:47.5267267Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-08-17T12:11:47.5504669Z Exercise the situation where we have the same qualified name ... ok (0.025s) 2022-08-17T12:11:47.5526340Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-08-17T12:11:47.5777044Z Exercise the situation where we have the same qualified name ... ok (0.027s) 2022-08-17T12:11:47.5796053Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-08-17T12:11:47.6156114Z Exercise the situation where we have the same qualified name ... ok (0.038s) 2022-08-17T12:11:47.6655808Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.050s) 2022-08-17T12:11:47.6673778Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-08-17T12:11:47.6864589Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.021s) 2022-08-17T12:11:47.6880926Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-08-17T12:11:47.6957154Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.009s) 2022-08-17T12:11:47.7023331Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.007s) 2022-08-17T12:11:47.7175605Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.015s) 2022-08-17T12:11:47.7181073Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-08-17T12:11:47.7260252Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.008s) 2022-08-17T12:11:47.7265497Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-08-17T12:11:47.7335375Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.007s) 2022-08-17T12:11:47.7416866Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.008s) 2022-08-17T12:11:47.7430040Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T12:11:47.7430484Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T12:11:47.7449674Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T12:11:47.7450389Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-08-17T12:11:47.7465446Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T12:11:47.7465859Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-08-17T12:11:47.7491479Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-08-17T12:11:47.7500657Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T12:11:47.7516197Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T12:11:47.7517114Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-08-17T12:11:47.7523006Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T12:11:47.7529146Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T12:11:47.7530034Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T12:11:47.7535224Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T12:11:47.7535704Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T12:11:47.7540704Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T12:11:47.7541439Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-08-17T12:11:47.8557448Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-08-17T12:11:47.8558176Z self=, 2022-08-17T12:11:47.8558739Z sample_input=(2, 3, 2.0, 3.0), 2022-08-17T12:11:47.8559083Z ) 2022-08-17T12:11:47.8559418Z skip: Failed to load fixture! (0.102s) 2022-08-17T12:11:48.2933989Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.437s) 2022-08-17T12:11:48.4074837Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.114s) 2022-08-17T12:11:48.4140628Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.007s) 2022-08-17T12:11:48.5152238Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.101s) 2022-08-17T12:11:49.0715128Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.556s) 2022-08-17T12:11:50.2806867Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.209s) 2022-08-17T12:11:50.2906822Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-08-17T12:11:50.2994049Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-08-17T12:11:50.3089408Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-08-17T12:11:50.3177884Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-08-17T12:11:50.3240516Z test_add_out (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:50.3299407Z test_add_tuple_different_types (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:50.3368818Z test_add_tuple_non_optional (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:50.3427153Z test_add_tuple_optional (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:50.3486268Z test_add_tuple_same_types (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:50.3496180Z test_addmm_grad (test_jit.TestScript) 2022-08-17T12:11:50.3547236Z This test checks several things: ... ok (0.006s) 2022-08-17T12:11:50.3608885Z test_alias_covariant_type_containers (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:50.3713476Z test_all (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:50.3934415Z test_annot_ast_mypy_fn (test_jit.TestScript) ... ok (0.022s) 2022-08-17T12:11:50.4310623Z test_annot_ast_mypy_method (test_jit.TestScript) ... ok (0.037s) 2022-08-17T12:11:50.4545444Z test_annot_ast_py3_fn (test_jit.TestScript) ... ok (0.023s) 2022-08-17T12:11:50.4949304Z test_annot_ast_py3_method (test_jit.TestScript) ... ok (0.040s) 2022-08-17T12:11:50.4986187Z test_annot_string_mypy_fn (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:50.5275758Z test_annot_string_mypy_method (test_jit.TestScript) ... ok (0.029s) 2022-08-17T12:11:50.5311693Z test_annot_string_py3_fn (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:50.5603201Z test_annot_string_py3_method (test_jit.TestScript) ... ok (0.029s) 2022-08-17T12:11:50.5632487Z test_annotated_script_fn (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:50.5650591Z test_annotated_script_fn_arg_mismatch (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:50.5666719Z test_annotated_script_fn_return_mismatch (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:50.5712463Z test_annotated_script_method (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:50.5765496Z test_annoying_doubles (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:50.5983978Z test_any (test_jit.TestScript) ... ok (0.022s) 2022-08-17T12:11:50.6017771Z test_assert_is_scripting_metacompile (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:50.6069954Z test_assertion_optional_refinement (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:50.6309024Z test_attr_module_constants (test_jit.TestScript) ... ok (0.024s) 2022-08-17T12:11:50.6368324Z test_attr_qscheme_script (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:50.6397624Z test_attribute_in_init (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:50.6526972Z test_attribute_serialization (test_jit.TestScript) ... ok (0.013s) 2022-08-17T12:11:50.6631295Z test_attribute_unpickling (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:50.6691868Z test_augmented_assign (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:50.6704390Z test_autodiff_complex (test_jit.TestScript) ... skip: no CUDA (0.001s) 2022-08-17T12:11:50.6735023Z test_backend_cudnn_enabled (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:50.6760156Z test_bad_multiline_annotations (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:50.6856863Z test_bailout_loop_carried_deps_name_clash (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:50.6941485Z test_bailout_loop_counter_transition (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:50.6961710Z test_batch_norm_inference_backward_cuda (test_jit.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.002s) 2022-08-17T12:11:50.9667512Z test_batchnorm_fuser_cpu (test_jit.TestScript) ... ok (0.270s) 2022-08-17T12:11:50.9709521Z test_big_float_literals (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:50.9762059Z test_big_int_literals (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:51.1911378Z test_binary_op_shape (test_jit.TestScript) ... ok (0.215s) 2022-08-17T12:11:51.2128875Z test_bitwise_ops (test_jit.TestScript) ... ok (0.022s) 2022-08-17T12:11:51.2189467Z test_block_input_grad_in_loop (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:51.2256088Z test_bool_augassign_bitwise_and (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:51.2320259Z test_bool_augassign_bitwise_or (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:51.2384268Z test_bool_augassign_bitwise_xor (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:51.2670411Z test_bool_dispatch (test_jit.TestScript) ... ok (0.028s) 2022-08-17T12:11:51.2823925Z test_boolean_literal_constant_metacompile (test_jit.TestScript) ... ok (0.015s) 2022-08-17T12:11:51.2850426Z test_break_continue_error (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:51.3995256Z test_breaks_continues (test_jit.TestScript) ... ok (0.114s) 2022-08-17T12:11:51.4124371Z test_builtin_args (test_jit.TestScript) ... ok (0.013s) 2022-08-17T12:11:51.4189796Z test_builtin_args_fails (test_jit.TestScript) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T12:11:51.4190551Z File "/var/lib/jenkins/workspace/test/test_jit.py", line 10867 2022-08-17T12:11:51.4190874Z @torch.jit.script 2022-08-17T12:11:51.4191175Z def f6(a): 2022-08-17T12:11:51.4191506Z a.expand(size=[3, [4]]) 2022-08-17T12:11:51.4192055Z ~~~~~~ <--- HERE 2022-08-17T12:11:51.4192370Z (function emitListLiteral) 2022-08-17T12:11:51.4192563Z ok (0.007s) 2022-08-17T12:11:51.4276458Z test_builtin_function_attributes (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:51.4292236Z test_builtin_use_as_value (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:51.4344361Z test_call_ge (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:51.4376585Z test_call_python_fn_from_script_fn (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:51.4423927Z test_call_python_fn_from_script_module (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:51.4519710Z test_call_python_fn_from_traced_module (test_jit.TestScript) ... ok (0.009s) 2022-08-17T12:11:51.4580099Z test_call_python_fn_from_tracing_fn (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:51.4605799Z test_call_python_mod_from_script_fn (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:51.4669856Z test_call_python_mod_from_script_module (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:51.4829874Z test_call_python_mod_from_traced_module (test_jit.TestScript) ... ok (0.016s) 2022-08-17T12:11:51.4911498Z test_call_python_mod_from_tracing_fn (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:51.4965548Z test_call_script_fn_from_script_fn (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:51.5040261Z test_call_script_fn_from_script_module (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:51.5126867Z test_call_script_fn_from_tracing_fn (test_jit.TestScript) ... ok (0.009s) 2022-08-17T12:11:51.5187290Z test_call_script_mod_from_script_fn (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:51.5288538Z test_call_script_mod_from_script_module (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:51.5296554Z test_call_script_mod_from_tracing_fn (test_jit.TestScript) ... skip: error in first class mode (0.001s) 2022-08-17T12:11:51.5402566Z test_call_traced_fn_from_tracing_fn (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:51.5410804Z test_call_traced_mod_from_tracing_fn (test_jit.TestScript) ... skip: error in first class mode (0.001s) 2022-08-17T12:11:51.5563544Z test_canonicalize_control_outputs (test_jit.TestScript) ... ok (0.015s) 2022-08-17T12:11:51.5569610Z test_cast (test_jit.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-08-17T12:11:51.5740900Z test_cat (test_jit.TestScript) ... ok (0.017s) 2022-08-17T12:11:51.5819798Z test_cat_lifts (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:51.5863064Z test_chr (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:51.5874226Z test_circular_dependency (test_jit.TestScript) 2022-08-17T12:11:51.6178615Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.031s) 2022-08-17T12:11:51.6339233Z test_class_as_attribute (test_jit.TestScript) ... ok (0.016s) 2022-08-17T12:11:51.6371140Z test_class_attribute (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:51.6404031Z test_class_attribute_in_script (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:51.6461152Z test_class_with_comment_at_lower_indentation (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:51.6468591Z test_code_with_constants (test_jit.TestScript) 2022-08-17T12:11:51.6536118Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.007s) 2022-08-17T12:11:51.6543649Z test_code_with_constants_restore (test_jit.TestScript) 2022-08-17T12:11:51.6630743Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.009s) 2022-08-17T12:11:51.6697373Z test_comment_ignore_indent (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:51.6757479Z test_compare_two_bool_inputs (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:51.6771991Z test_compile_module_with_constant (test_jit.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:11:51.7229393Z test_conditional_casting (test_jit.TestScript) ... ok (0.046s) 2022-08-17T12:11:51.7289657Z test_constant_as_attr (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:51.7327471Z test_constant_pooling_introduce_aliasing (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:51.7391067Z test_constant_pooling_none (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:51.7436909Z test_constant_pooling_same_identity (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:51.7609113Z test_context_manager (test_jit.TestScript) ... ok (0.017s) 2022-08-17T12:11:51.7690748Z test_conv_error (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:51.7916784Z test_convert_base (test_jit.TestScript) ... ok (0.022s) 2022-08-17T12:11:51.7969532Z test_cpp_function_tensor_str (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:51.8086701Z test_cpp_module_iterator (test_jit.TestScript) ... ok (0.012s) 2022-08-17T12:11:51.8161429Z test_desugar_module (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:51.8205941Z test_device_kwarg (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:51.8254483Z test_device_type (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:51.8258440Z test_device_type_cuda (test_jit.TestScript) ... skip: Requires CUDA (0.000s) 2022-08-17T12:11:51.8283838Z test_dir (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:51.8605399Z test_divmod (test_jit.TestScript) ... ok (0.032s) 2022-08-17T12:11:51.8626641Z test_dominated_bailout (test_jit.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-08-17T12:11:52.0436449Z test_dropout_eval (test_jit.TestScript) ... ok (0.181s) 2022-08-17T12:11:52.0660040Z test_dropout_script (test_jit.TestScript) ... ok (0.022s) 2022-08-17T12:11:52.0713496Z test_dtype_attr (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:52.1076656Z test_dtype_op_shape (test_jit.TestScript) ... ok (0.036s) 2022-08-17T12:11:52.1562000Z test_dtype_op_shape2 (test_jit.TestScript) ... ok (0.048s) 2022-08-17T12:11:52.1595463Z test_early_return_closure (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:52.1678083Z test_early_return_fork_join (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:52.1893285Z test_early_return_rewrite (test_jit.TestScript) ... ok (0.021s) 2022-08-17T12:11:52.1932972Z test_early_return_type_refinement (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:52.2295829Z test_early_returns_loops (test_jit.TestScript) ... ok (0.036s) 2022-08-17T12:11:52.2349508Z test_ellipsis_const_end (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:52.2406154Z test_ellipsis_const_mid (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:52.2471650Z test_ellipsis_const_mid_select (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:52.2524902Z test_ellipsis_const_start (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:52.2576273Z test_ellipsis_end (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:52.2631142Z test_ellipsis_mid (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:52.2696371Z test_ellipsis_mid_select (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:52.2750310Z test_ellipsis_start (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:52.2928176Z test_embedding_renorm_grad_error (test_jit.TestScript) ... ok (0.018s) 2022-08-17T12:11:52.2972619Z test_empty_like_memory_format_bc (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:52.2982473Z test_empty_tuple_str (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:52.3341735Z test_enumerate_modlist_range (test_jit.TestScript) ... ok (0.036s) 2022-08-17T12:11:52.3378306Z test_erase_number_types (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:52.3584573Z test_error (test_jit.TestScript) ... ok (0.020s) 2022-08-17T12:11:52.3745034Z test_error_stacktrace (test_jit.TestScript) ... ok (0.016s) 2022-08-17T12:11:52.4067918Z test_error_stacktrace_interface (test_jit.TestScript) ... ok (0.032s) 2022-08-17T12:11:52.4181699Z test_eval_python (test_jit.TestScript) ... ok (0.011s) 2022-08-17T12:11:52.4208587Z test_exception_exits_closure (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:52.4579261Z test_exceptions_with_control_flow (test_jit.TestScript) ... ok (0.037s) 2022-08-17T12:11:52.4623591Z test_expand (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:52.4722293Z test_fibb (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:52.4781112Z test_fibb_totally_better (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:52.4798618Z test_file_format_serialization (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:52.4818648Z test_file_line_error (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:52.4959468Z test_file_line_error_class_defn (test_jit.TestScript) ... ok (0.014s) 2022-08-17T12:11:52.4994997Z test_file_line_graph (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:52.5112360Z test_file_line_save_load (test_jit.TestScript) ... ok (0.012s) 2022-08-17T12:11:52.5124642Z test_file_line_string (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:52.5181443Z test_file_line_trace (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:52.5225778Z test_filecheck (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:52.5249491Z test_filecheck_parse (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:52.5425879Z test_first_class_calls (test_jit.TestScript) ... ok (0.017s) 2022-08-17T12:11:52.5484617Z test_first_class_module (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:52.5588810Z test_floor_div (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:52.5807627Z test_floordiv (test_jit.TestScript) ... ok (0.022s) 2022-08-17T12:11:52.5824607Z test_for_else (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:52.5925814Z test_for_in_dict (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:52.6240049Z test_for_in_enumerate (test_jit.TestScript) ... ok (0.031s) 2022-08-17T12:11:52.6298348Z test_for_in_range (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:52.6479719Z test_for_in_range_ast (test_jit.TestScript) ... ok (0.018s) 2022-08-17T12:11:52.6552950Z test_for_in_range_dynamic (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:52.6628663Z test_for_in_range_if_ast (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:52.6689559Z test_for_in_range_start_end (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:52.6850767Z test_for_in_range_start_end_step (test_jit.TestScript) ... ok (0.016s) 2022-08-17T12:11:52.6897819Z test_for_in_range_zero_step (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:52.7054199Z test_for_in_string (test_jit.TestScript) ... ok (0.016s) 2022-08-17T12:11:52.7158319Z test_for_in_tensors (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:52.7177253Z test_for_in_tensors_fail_scalar (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:52.7285702Z test_for_in_tensors_nested (test_jit.TestScript) ... ok (0.011s) 2022-08-17T12:11:52.7362675Z test_for_in_tensors_rank0 (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:52.7591851Z test_for_in_zip (test_jit.TestScript) ... ok (0.023s) 2022-08-17T12:11:52.7768622Z test_for_in_zip_enumerate (test_jit.TestScript) ... ok (0.018s) 2022-08-17T12:11:52.7861761Z test_for_tuple_assign (test_jit.TestScript) ... ok (0.009s) 2022-08-17T12:11:52.8027480Z test_for_tuple_unpack (test_jit.TestScript) ... ok (0.016s) 2022-08-17T12:11:52.8102084Z test_format (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:52.8213394Z test_func_call (test_jit.TestScript) ... ok (0.011s) 2022-08-17T12:11:52.8261894Z test_function_compilation_caching (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:52.8429306Z test_function_overload_misuse (test_jit.TestScript) ... ok (0.017s) 2022-08-17T12:11:52.8568819Z test_function_overloading_isinstance (test_jit.TestScript) ... ok (0.014s) 2022-08-17T12:11:52.9144445Z test_function_overloads (test_jit.TestScript) ... ok (0.057s) 2022-08-17T12:11:52.9153953Z test_fuser_double_float_codegen (test_jit.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:11:53.0249589Z test_fuser_double_literal_precision (test_jit.TestScript) ... ok (0.109s) 2022-08-17T12:11:53.0289382Z test_fuser_multiple_blocks (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:53.0347068Z test_gather_dynamic_index (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:53.0367304Z test_generic_list_errors (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:53.0688628Z test_get_set_state (test_jit.TestScript) ... ok (0.032s) 2022-08-17T12:11:53.0784687Z test_get_set_state_with_tensors (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:53.0829101Z test_grad_from_script (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:53.0915931Z test_hash (test_jit.TestScript) ... ok (0.009s) 2022-08-17T12:11:53.1041684Z test_hex_literals (test_jit.TestScript) ... ok (0.012s) 2022-08-17T12:11:53.1183941Z test_id (test_jit.TestScript) ... ok (0.014s) 2022-08-17T12:11:53.1244670Z test_if (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:53.1346126Z test_if_define (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:53.1397823Z test_if_different_type (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:53.1497240Z test_if_for_in_range (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:53.1705373Z test_if_is_none_dispatch (test_jit.TestScript) ... ok (0.021s) 2022-08-17T12:11:53.1744005Z test_if_list_cat (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:53.2288837Z test_if_nest_while (test_jit.TestScript) ... ok (0.054s) 2022-08-17T12:11:53.2362830Z test_if_noelse (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:53.2392561Z test_if_not_defined_error (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:53.2439620Z test_if_supertype (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:53.2529446Z test_ignore_decorator (test_jit.TestScript) ... ok (0.009s) 2022-08-17T12:11:53.2631335Z test_ignored_as_value (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:53.2704805Z test_ignored_method_binding (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:53.2760504Z test_ignored_props (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:53.2882409Z test_import_constants_not_specialized (test_jit.TestScript) ... ok (0.012s) 2022-08-17T12:11:53.2990833Z test_in_for_and_comp_expr (test_jit.TestScript) ... ok (0.011s) 2022-08-17T12:11:53.3029050Z test_in_operator_with_two_strings (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:53.3892832Z test_index (test_jit.TestScript) ... ok (0.086s) 2022-08-17T12:11:53.3933659Z test_index_select_shape_prop (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:53.4008296Z test_index_with_tuple (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:53.4024566Z test_indexing_error (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:53.4073761Z test_infer_size (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:53.4077115Z test_inferred_error_msg (test_jit.TestScript) 2022-08-17T12:11:53.4101068Z Test that when we get a type mismatch on a function where we inferred ... ok (0.003s) 2022-08-17T12:11:53.4238526Z test_inherit_method (test_jit.TestScript) ... ok (0.014s) 2022-08-17T12:11:53.4245071Z test_inline_and_run_annotated_script_fn (test_jit.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-08-17T12:11:53.4255570Z test_inlined_graph (test_jit.TestScript) 2022-08-17T12:11:53.4369169Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.012s) 2022-08-17T12:11:53.4422351Z test_inlining_cleanup (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:53.4472105Z test_inplace_add (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:53.4523451Z test_inplace_copy_script (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:53.4563083Z test_input_keyword_in_schema (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:53.4598503Z test_int_cast (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:53.4612373Z test_integral_shape_inference (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:53.4624309Z test_interpret_graph (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:53.7620579Z test_interpreter_fuzz (test_jit.TestScript) ... ok (0.299s) 2022-08-17T12:11:53.7754277Z test_intlist_args (test_jit.TestScript) ... ok (0.013s) 2022-08-17T12:11:53.7772230Z test_invalid_call_arguments (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:53.7783365Z test_invalid_lhs_assignment (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:53.7807907Z test_invalid_prefix_annotation (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:53.7816076Z test_irparser (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:53.7939754Z test_is_after_use (test_jit.TestScript) ... ok (0.012s) 2022-08-17T12:11:53.8370561Z test_is_isnot (test_jit.TestScript) ... ok (0.043s) 2022-08-17T12:11:53.8381353Z test_is_optional (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:53.8410811Z test_is_scripting (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:53.8441848Z test_is_scripting_metacompile (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:53.8518680Z test_isinstance (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:53.8571426Z test_isinstance_dynamic (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:53.8646477Z test_isinstance_metacompile (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:53.8795404Z test_isinstance_refinement (test_jit.TestScript) ... ok (0.015s) 2022-08-17T12:11:53.8861472Z test_jitter_bug (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:53.8900220Z test_keyword (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:53.8914901Z test_kwarg_expansion_error (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:53.8942714Z test_kwargs_error_msg (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:53.9156827Z test_lazy_script (test_jit.TestScript) ... ok (0.021s) 2022-08-17T12:11:53.9223387Z test_lhs_advanced_indexing_assignment (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:53.9291051Z test_lhs_advanced_indexing_augmented_assignment (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:53.9341698Z test_lhs_indexing (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:53.9388138Z test_lhs_indexing_increment (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:53.9449018Z test_lhs_indexing_increment_list (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:53.9495622Z test_lhs_indexing_increment_list_prim (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:53.9543018Z test_lhs_indexing_list (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:53.9599617Z test_lhs_indexing_multi (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:53.9693451Z test_linear_grad (test_jit.TestScript) ... ok (0.009s) 2022-08-17T12:11:54.0216423Z test_list_comprehension_modulelist (test_jit.TestScript) ... ok (0.052s) 2022-08-17T12:11:54.0262142Z test_list_comprehension_variable_write (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:54.0273953Z test_list_iterables (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:54.0342701Z test_list_python_op (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:54.0419947Z test_list_unify (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:54.0595134Z test_literal (test_jit.TestScript) ... ok (0.017s) 2022-08-17T12:11:54.0646137Z test_literals (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:54.0876097Z test_logical_short_circuit (test_jit.TestScript) ... ok (0.023s) 2022-08-17T12:11:54.0931266Z test_loop_liveness (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:54.1055062Z test_loop_unroll_negative (test_jit.TestScript) ... ok (0.012s) 2022-08-17T12:11:54.1091192Z test_loop_unroll_unused_counter (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:54.1182489Z test_loop_unrolling (test_jit.TestScript) ... ok (0.009s) 2022-08-17T12:11:54.1272710Z test_loop_unrolling_const (test_jit.TestScript) ... ok (0.009s) 2022-08-17T12:11:54.1754192Z test_loop_unrolling_nested (test_jit.TestScript) ... ok (0.048s) 2022-08-17T12:11:54.1787608Z test_lower_nested_tuples (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:54.3926016Z test_math_ops (test_jit.TestScript) ... ok (0.214s) 2022-08-17T12:11:54.3933715Z test_maxpool_guard_elimination (test_jit.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-08-17T12:11:54.3977391Z test_meshgrid (test_jit.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:484: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:2985.) 2022-08-17T12:11:54.3978005Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-08-17T12:11:54.4014531Z ok (0.008s) 2022-08-17T12:11:54.4063306Z test_method_casts_script (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:54.4095949Z test_method_no_self (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:54.5694601Z test_method_overloading (test_jit.TestScript) ... ok (0.160s) 2022-08-17T12:11:54.5739248Z test_missing_getstate (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:54.6832987Z test_mm_batching (test_jit.TestScript) ... ok (0.109s) 2022-08-17T12:11:54.7363027Z test_module_apis (test_jit.TestScript) ... ok (0.053s) 2022-08-17T12:11:54.7416882Z test_module_attrs (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:54.7513482Z test_module_copy_with_attributes (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:54.7696000Z test_module_copying (test_jit.TestScript) ... ok (0.018s) 2022-08-17T12:11:54.7709149Z test_module_error (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:54.7756553Z test_module_method_reassignment (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:54.7801764Z test_module_none_attrs (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:54.8086688Z test_module_parameters_and_buffers (test_jit.TestScript) ... ok (0.028s) 2022-08-17T12:11:54.8152076Z test_module_str (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:54.8211820Z test_module_with_params_called_fails (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:54.8222486Z test_multi_reduction (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:54.8232941Z test_multi_starred_expr_lhs (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:54.8486640Z test_multiline_annot_ast_py3_fn (test_jit.TestScript) ... ok (0.025s) 2022-08-17T12:11:54.8518105Z test_multiline_optional_future_refinement (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:54.8548954Z test_multiline_string_dedents (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:54.8628635Z test_multiple_assign (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:54.8692194Z test_multiple_assignment (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:54.8730881Z test_mutable_dce (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:54.8780886Z test_mutable_dce_block (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:54.8814255Z test_mutable_dce_graph_input (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:54.8879772Z test_mutable_dce_indirect_wildcard_write (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:54.8956953Z test_mutable_dce_indirect_wildcards (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:54.9000854Z test_mutable_dce_list (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:54.9050909Z test_mutable_dce_loop (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:54.9119446Z test_mutable_dce_wildcards (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:54.9159368Z test_mutate_constant (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:54.9198910Z test_mypy_type_ignore (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:54.9674311Z test_named_buffers_are_iterable (test_jit.TestScript) ... ok (0.047s) 2022-08-17T12:11:54.9753321Z test_namedtuple_attr (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:54.9841551Z test_namedtuple_default_values_Tensor_type (test_jit.TestScript) ... ok (0.009s) 2022-08-17T12:11:54.9992989Z test_namedtuple_default_values_container_type (test_jit.TestScript) ... ok (0.015s) 2022-08-17T12:11:55.0121463Z test_namedtuple_default_values_missing (test_jit.TestScript) ... ok (0.013s) 2022-08-17T12:11:55.0251782Z test_namedtuple_default_values_simple_type (test_jit.TestScript) ... ok (0.013s) 2022-08-17T12:11:55.0283607Z test_namedtuple_default_values_using_factory_constructor (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:55.0382392Z test_namedtuple_python (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:55.0429298Z test_namedtuple_type_inference (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:55.0473147Z test_narrow_copy (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:55.0873462Z test_nested_aug_assign (test_jit.TestScript) ... ok (0.040s) 2022-08-17T12:11:55.0976875Z test_nested_bailouts (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:55.1247293Z test_nested_breaks (test_jit.TestScript) ... ok (0.027s) 2022-08-17T12:11:55.1291958Z test_nested_list_construct (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:55.1480875Z test_nested_select_assign (test_jit.TestScript) ... ok (0.019s) 2022-08-17T12:11:55.2583782Z test_nn_GRU (test_jit.TestScript) ... ok (0.110s) 2022-08-17T12:11:55.3434888Z test_nn_LSTM (test_jit.TestScript) ... ok (0.085s) 2022-08-17T12:11:55.4309398Z test_nn_LSTM_with_layers (test_jit.TestScript) ... ok (0.087s) 2022-08-17T12:11:55.4684066Z test_nn_init (test_jit.TestScript) ... ok (0.037s) 2022-08-17T12:11:55.4753010Z test_no_dtype_shape (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:55.4807454Z test_no_self_arg_ignore_function (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:55.5564370Z test_non_final_return (test_jit.TestScript) ... ok (0.076s) 2022-08-17T12:11:55.5573240Z test_none_type_str (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:55.5618710Z test_not (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:55.5630040Z test_not_initialized_err (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:55.5741163Z test_ntuple_builtins (test_jit.TestScript) ... ok (0.011s) 2022-08-17T12:11:55.5881463Z test_number_abs (test_jit.TestScript) ... ok (0.014s) 2022-08-17T12:11:55.5916513Z test_number_augassign (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:55.5952332Z test_number_augassign_bitwise_lshift (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:55.5986994Z test_number_augassign_bitwise_pow (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:55.6021251Z test_number_augassign_bitwise_rshift (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:55.6115683Z test_number_div (test_jit.TestScript) ... ok (0.009s) 2022-08-17T12:11:57.5505349Z test_number_math (test_jit.TestScript) ... ok (1.939s) 2022-08-17T12:11:57.5571373Z test_number_neg (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:57.5580330Z test_old_models_bc (test_jit.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-08-17T12:11:57.5618760Z test_oneline_func (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:57.5687577Z test_op_dtype (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:57.5771689Z test_operator_precedence (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:57.6035155Z test_optional_list (test_jit.TestScript) ... ok (0.026s) 2022-08-17T12:11:57.6289123Z test_optional_tensor (test_jit.TestScript) ... ok (0.025s) 2022-08-17T12:11:57.6380618Z test_ord (test_jit.TestScript) ... ok (0.009s) 2022-08-17T12:11:57.6498912Z test_override_magic (test_jit.TestScript) ... ok (0.012s) 2022-08-17T12:11:57.6642827Z test_pack_padded_pad_packed_trace (test_jit.TestScript) ... /var/lib/jenkins/workspace/test/test_jit.py:9784: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T12:11:57.6653805Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-08-17T12:11:57.6755645Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:70: UserWarning: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-08-17T12:11:57.6756253Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-08-17T12:11:57.6813377Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:70: UserWarning: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-08-17T12:11:57.6813975Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-08-17T12:11:57.6822227Z ok (0.032s) 2022-08-17T12:11:57.6835539Z test_pack_tuple_into_non_var (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.7154941Z test_pack_unpack_nested (test_jit.TestScript) ... ok (0.032s) 2022-08-17T12:11:57.7316478Z test_pack_unpack_state (test_jit.TestScript) ... ok (0.016s) 2022-08-17T12:11:57.7375377Z test_parameter_order (test_jit.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-08-17T12:11:57.7375735Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-08-17T12:11:57.7375969Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-08-17T12:11:57.7376181Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-08-17T12:11:57.7376383Z grad_fn=) 2022-08-17T12:11:57.7382873Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-08-17T12:11:57.7383379Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-08-17T12:11:57.7383960Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-08-17T12:11:57.7384174Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-08-17T12:11:57.7384362Z grad_fn=) 2022-08-17T12:11:57.7426353Z ok (0.011s) 2022-08-17T12:11:57.7439121Z test_parse_empty_tuple_annotation (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.7451176Z test_parse_empty_tuple_annotation_element_error (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.7471681Z test_parse_nested_names (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:57.7481951Z test_parse_none_type_annotation (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.7524431Z test_parse_tensor_constants (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:57.7540783Z test_parser_kwargonly (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:57.7552559Z test_parser_type_annotations (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.7564402Z test_parser_type_annotations_comment (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.7575239Z test_parser_type_annotations_incompatible_expression (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.7585871Z test_parser_type_annotations_subscript_non_ident (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.7595673Z test_parser_type_annotations_subscript_tensor (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.7605823Z test_parser_type_annotations_unknown_type (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.7655089Z test_partial_returns (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:57.7694758Z test_pass (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:57.7825799Z test_pickle_checkpoint (test_jit.TestScript) ... ok (0.013s) 2022-08-17T12:11:57.7829175Z test_pickle_checkpoint_cuda (test_jit.TestScript) ... skip: no CUDA (0.000s) 2022-08-17T12:11:57.7866331Z test_pickle_checkpoint_tup (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:57.7876316Z test_pow_scalar_backward_cuda (test_jit.TestScript) ... skip: device tests require CUDA (0.001s) 2022-08-17T12:11:57.8182126Z test_pretty_print_function (test_jit.TestScript) ... ok (0.030s) 2022-08-17T12:11:57.8248350Z test_prim_grad_undefined (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:57.8352674Z test_print (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:57.8364232Z test_print_kwargs (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.8374900Z test_profiling_graph_executor (test_jit.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-08-17T12:11:57.8384606Z test_profiling_merge (test_jit.TestScript) ... skip: skip if profiling isn't enabled (0.001s) 2022-08-17T12:11:57.8412240Z test_pybind_type_comparisons (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:57.8462699Z test_python_call (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:57.8522936Z test_python_call_annotation (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:57.8542466Z test_python_call_annoytation_failure (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:57.8576598Z test_python_call_failure (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:57.8647618Z test_python_call_non_tensor (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:57.8675735Z test_python_call_non_tensor_wrong (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:57.8699936Z test_python_frontend (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:57.8713209Z test_python_frontend_py3 (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.8725741Z test_python_frontend_source_range (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.8766380Z test_python_op_builtins (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:57.8788574Z test_python_op_name (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:57.8803052Z test_python_val_doesnt_have_attr (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.8944309Z test_rand (test_jit.TestScript) ... ok (0.014s) 2022-08-17T12:11:57.8955114Z test_rand_profiling (test_jit.TestScript) ... skip: the profiling version of test_rand (0.001s) 2022-08-17T12:11:57.8982098Z test_range_args (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:57.9014042Z test_reassign_module_lhs (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:57.9045458Z test_reassign_module_rhs (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:57.9054659Z test_refine_tuple_types (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:57.9184389Z test_remove_dropout (test_jit.TestScript) ... ok (0.013s) 2022-08-17T12:11:57.9212489Z test_repeated_script_on_function (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:57.9261621Z test_request_bailout (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:57.9331469Z test_requires_grad_loop (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:57.9621737Z test_rescripting_loaded_modules (test_jit.TestScript) ... ok (0.029s) 2022-08-17T12:11:57.9737991Z test_resize_input_ops (test_jit.TestScript) ... ok (0.012s) 2022-08-17T12:11:57.9887428Z test_return (test_jit.TestScript) ... ok (0.015s) 2022-08-17T12:11:57.9937412Z test_return_stmt_not_at_end (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:57.9989720Z test_return_tuple (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:58.3297465Z test_rnn_trace_override (test_jit.TestScript) ... ok (0.331s) 2022-08-17T12:11:58.3360606Z test_robust_op_resolution (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:58.3427650Z test_round (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:58.3506283Z test_save_load_attr_error (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:58.3542595Z test_script_annotation (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:58.3575500Z test_script_bool_constant (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:58.3615694Z test_script_chunk (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:58.3768403Z test_script_clamp_none (test_jit.TestScript) ... ok (0.015s) 2022-08-17T12:11:58.3827864Z test_script_copy (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:58.3842633Z test_script_cu (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:58.3903057Z test_script_define_order (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:58.3938810Z test_script_define_order_recursive_fail (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:58.3964945Z test_script_docstring (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:58.4037475Z test_script_forward_method_replacement (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:58.4042079Z test_script_get_device_cuda (test_jit.TestScript) ... skip: requires CUDA (0.000s) 2022-08-17T12:11:58.4091699Z test_script_get_tracing_state (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:58.4168951Z test_script_is_tracing (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:58.4233556Z test_script_kwargs_fn_call (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:58.4277066Z test_script_method_docstring (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:58.4341949Z test_script_method_torch_function_overload (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:58.4542944Z test_script_module (test_jit.TestScript) ... ok (0.020s) 2022-08-17T12:11:58.4604800Z test_script_module_call_noscript (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:58.4660099Z test_script_module_const (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:58.4884349Z test_script_module_const_submodule_fail (test_jit.TestScript) ... ok (0.022s) 2022-08-17T12:11:58.5007888Z test_script_module_export_blocks (test_jit.TestScript) ... ok (0.012s) 2022-08-17T12:11:58.5105551Z test_script_module_export_shared_storage (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:58.5329134Z test_script_module_export_submodule (test_jit.TestScript) ... ok (0.022s) 2022-08-17T12:11:58.5340194Z test_script_module_export_tensor_cuda (test_jit.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-08-17T12:11:58.5448952Z test_script_module_export_tensor_type (test_jit.TestScript) ... ok (0.011s) 2022-08-17T12:11:58.5482022Z test_script_module_fail_exist (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:58.5533832Z test_script_module_for (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:58.5887353Z test_script_module_for2 (test_jit.TestScript) ... ok (0.035s) 2022-08-17T12:11:58.5915027Z test_script_module_invalid_consts (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:58.6025371Z test_script_module_nochange_submodule (test_jit.TestScript) ... ok (0.011s) 2022-08-17T12:11:58.6034012Z test_script_module_none_exist_fail (test_jit.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-08-17T12:11:58.6068491Z test_script_module_not_tuple (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:58.6126280Z test_script_module_param_buffer_mutation (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:58.6282121Z test_script_module_star_assign2 (test_jit.TestScript) ... ok (0.015s) 2022-08-17T12:11:58.6430328Z test_script_module_star_assign2_inplace (test_jit.TestScript) ... ok (0.015s) 2022-08-17T12:11:58.6460884Z test_script_module_star_assign_fail_builtin (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:58.6498725Z test_script_module_star_assign_fail_pythonop (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:58.6527681Z test_script_module_tensor_subclass_argument (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:58.6910284Z test_script_nested_mod_list (test_jit.TestScript) ... ok (0.038s) 2022-08-17T12:11:58.6947874Z test_script_non_tensor_args_outputs (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:58.7084104Z test_script_optional_none (test_jit.TestScript) ... ok (0.014s) 2022-08-17T12:11:58.7125555Z test_script_outputs (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:58.7528634Z test_script_pack_padded_sequence (test_jit.TestScript) ... ok (0.040s) 2022-08-17T12:11:58.7858165Z test_script_pad_sequence_pack_sequence (test_jit.TestScript) ... ok (0.033s) 2022-08-17T12:11:58.7865934Z test_script_scope (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:58.8123424Z test_script_sequential_for (test_jit.TestScript) ... ok (0.026s) 2022-08-17T12:11:58.8568533Z test_script_sequential_in_mod_list (test_jit.TestScript) ... ok (0.044s) 2022-08-17T12:11:58.8717994Z test_script_sequential_multi_output_fail (test_jit.TestScript) ... ok (0.015s) 2022-08-17T12:11:58.9041773Z test_script_sequential_orderdict (test_jit.TestScript) ... ok (0.032s) 2022-08-17T12:11:58.9383997Z test_script_sequential_sliced_iteration (test_jit.TestScript) ... ok (0.034s) 2022-08-17T12:11:58.9505685Z test_script_star_assign (test_jit.TestScript) ... ok (0.012s) 2022-08-17T12:11:58.9719643Z test_script_star_expr (test_jit.TestScript) ... ok (0.021s) 2022-08-17T12:11:58.9926004Z test_script_star_expr_string (test_jit.TestScript) ... ok (0.021s) 2022-08-17T12:11:59.0003530Z test_scriptable_fn_as_attr (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:59.0017392Z test_scriptmodule_multi_head_attn_cuda (test_jit.TestScript) ... skip: no CUDA (0.001s) 2022-08-17T12:11:59.0028586Z test_scriptmodule_releases_tensors_cuda (test_jit.TestScript) ... skip: no CUDA (0.001s) 2022-08-17T12:11:59.0040424Z test_scriptmodule_transformer_cuda (test_jit.TestScript) ... skip: no CUDA (0.001s) 2022-08-17T12:11:59.0096306Z test_select_after_chunk (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:59.0125362Z test_sequence_parsing (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:59.0390896Z test_sequential_intermediary_types (test_jit.TestScript) ... ok (0.026s) 2022-08-17T12:11:59.0490668Z test_serialization_big_ints (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:11:59.0574726Z test_serialization_sharing (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:59.0638938Z test_serialize_long_lines (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:59.0829934Z test_serialized_source_ranges (test_jit.TestScript) ... ok (0.019s) 2022-08-17T12:11:59.0963884Z test_serialized_source_ranges2 (test_jit.TestScript) ... ok (0.013s) 2022-08-17T12:11:59.1821661Z test_serialized_source_ranges_dont_jitter (test_jit.TestScript) ... ok (0.086s) 2022-08-17T12:11:59.1955689Z test_serialized_source_ranges_graph (test_jit.TestScript) ... ok (0.013s) 2022-08-17T12:11:59.2082786Z test_serialized_source_ranges_no_dups (test_jit.TestScript) ... ok (0.013s) 2022-08-17T12:11:59.2147705Z test_set_attribute_through_optional (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:59.2184866Z test_shape_analysis_grad_property (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:59.2241943Z test_shape_analysis_loop (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:59.2277500Z test_shape_prop_promote_scalar_arg (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:59.2309998Z test_shape_prop_promotion (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:59.2386023Z test_signed_float_zero (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:59.2398396Z test_single_starred_expr_for_loop (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:59.2410653Z test_single_starred_lhs (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:59.2455685Z test_singleton_tuple_unpack (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:59.2462843Z test_slice_guard_elimination (test_jit.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-08-17T12:11:59.2524018Z test_split (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:59.2632086Z test_stack (test_jit.TestScript) ... ok (0.011s) 2022-08-17T12:11:59.3328724Z test_static_if_prop (test_jit.TestScript) ... ok (0.070s) 2022-08-17T12:11:59.3337458Z test_static_method_on_module (test_jit.TestScript) 2022-08-17T12:11:59.3416105Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.009s) 2022-08-17T12:11:59.3624525Z test_static_methods (test_jit.TestScript) ... ok (0.021s) 2022-08-17T12:11:59.3655088Z test_str_cast (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:59.3666181Z test_string_cu (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:59.3706984Z test_string_device_implicit_conversion (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:59.3755710Z test_string_frontend_elif (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:59.3798312Z test_string_index (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:59.3849040Z test_string_len (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:59.3892876Z test_string_list (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:59.3904055Z test_string_new_line (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:59.3947536Z test_string_ops (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:59.3997719Z test_string_print (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:59.4007024Z test_string_single_escape (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:11:59.4137317Z test_string_slicing (test_jit.TestScript) ... ok (0.013s) 2022-08-17T12:11:59.4181730Z test_string_sort (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:59.4223596Z test_string_sorted (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:59.4401531Z test_submodule_attribute_serialization (test_jit.TestScript) ... ok (0.018s) 2022-08-17T12:11:59.4467933Z test_submodule_twice (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:59.4523081Z test_sum (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:59.4585466Z test_sum_list_diff_elms (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:59.4643317Z test_sum_list_empty (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:59.4698361Z test_sum_list_literal (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:59.4755452Z test_sum_list_one (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:11:59.4771372Z test_sum_list_wrong_type (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:11:59.4798699Z test_sys_stdout_override (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:59.4917942Z test_tensor_as_tensor_shape_prop (test_jit.TestScript) ... ok (0.012s) 2022-08-17T12:11:59.4952399Z test_tensor_data (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:11:59.4959498Z test_tensor_device (test_jit.TestScript) ... skip: device tests require CUDA (0.001s) 2022-08-17T12:11:59.5042383Z test_tensor_dtype (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:59.5125082Z test_tensor_grad (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:11:59.5174476Z test_tensor_import_export (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:59.5211173Z test_tensor_len (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:59.9113371Z test_tensor_number_math (test_jit.TestScript) ... ok (0.390s) 2022-08-17T12:11:59.9117422Z test_tensor_number_math_cuda (test_jit.TestScript) ... skip: No CUDA (0.001s) 2022-08-17T12:11:59.9167809Z test_tensor_requires_grad (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:59.9209474Z test_tensor_shape (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:11:59.9229209Z test_tensor_subclasses (test_jit.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/jit/annotations.py:299: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-08-17T12:11:59.9229744Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-08-17T12:11:59.9292678Z ok (0.008s) 2022-08-17T12:11:59.9482879Z test_tensor_to (test_jit.TestScript) ... ok (0.019s) 2022-08-17T12:11:59.9528189Z test_tensor_to_cpu (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:11:59.9534781Z test_tensor_to_cuda (test_jit.TestScript) ... skip: device tests require CUDA (0.001s) 2022-08-17T12:11:59.9539833Z test_tensor_to_device (test_jit.TestScript) ... skip: device tests require CUDA (0.000s) 2022-08-17T12:11:59.9607321Z test_ternary (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:11:59.9991097Z test_ternary_module_type_hint (test_jit.TestScript) ... ok (0.038s) 2022-08-17T12:12:00.0069243Z test_ternary_right_associative (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:12:00.0171015Z test_ternary_static_if (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:12:00.0337960Z test_torch_any (test_jit.TestScript) ... ok (0.017s) 2022-08-17T12:12:00.0365767Z test_torch_functional (test_jit.TestScript) ... skip: Skipping while landing PR stack (0.003s) 2022-08-17T12:12:00.0824449Z test_torch_functional_tensordot_int (test_jit.TestScript) ... ok (0.046s) 2022-08-17T12:12:00.0910579Z test_torch_functional_tensordot_list (test_jit.TestScript) ... ok (0.009s) 2022-08-17T12:12:00.1143680Z test_torch_functional_tensordot_tensor (test_jit.TestScript) ... ok (0.023s) 2022-08-17T12:12:00.1229199Z test_torch_functional_tensordot_tuple (test_jit.TestScript) ... ok (0.009s) 2022-08-17T12:12:00.1319713Z test_torch_ignore_conversion_to_none (test_jit.TestScript) ... ok (0.009s) 2022-08-17T12:12:00.1383199Z test_torch_manual_seed (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:12:00.1719627Z test_torch_pow (test_jit.TestScript) ... ok (0.034s) 2022-08-17T12:12:00.7019324Z test_torch_tensor_as_tensor (test_jit.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-08-17T12:12:00.7019841Z return callable(*args, **kwargs) 2022-08-17T12:12:00.7068101Z ok (0.535s) 2022-08-17T12:12:00.7136431Z test_torch_tensor_as_tensor_empty_list (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:12:00.7425161Z test_torch_tensor_bad_input (test_jit.TestScript) ... ok (0.029s) 2022-08-17T12:12:00.7540070Z test_torch_tensor_dtype (test_jit.TestScript) ... ok (0.011s) 2022-08-17T12:12:00.7572271Z test_torchscript_memoryformat (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:12:00.8383730Z test_torchscript_multi_head_attn (test_jit.TestScript) ... ok (0.081s) 2022-08-17T12:12:01.0035884Z test_torchscript_multi_head_attn_fast_path (test_jit.TestScript) ... ok (0.165s) 2022-08-17T12:12:01.0113130Z test_training_param (test_jit.TestScript) ... ok (0.008s) 2022-08-17T12:12:01.0462699Z test_tuple_assignments (test_jit.TestScript) ... ok (0.035s) 2022-08-17T12:12:01.0480917Z test_tuple_error_msg (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:12:01.0552117Z test_tuple_index_to_list (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:12:01.0765090Z test_tuple_indexing (test_jit.TestScript) ... ok (0.021s) 2022-08-17T12:12:01.0817717Z test_tuple_len (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:12:01.0879503Z test_tuple_nested_sort (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:12:01.0931189Z test_tuple_sort (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:12:01.0983166Z test_tuple_sort_reverse (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:12:01.1033043Z test_tuple_sorted (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:12:01.1083484Z test_tuple_to_opt_list (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:12:01.1120695Z test_tuple_unsortable_diff_type (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:12:01.1160386Z test_tuple_unsortable_element_type (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:12:01.1196179Z test_tuple_unsortable_nested_diff_type (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:12:01.1348492Z test_type_annotate (test_jit.TestScript) ... ok (0.015s) 2022-08-17T12:12:01.1486683Z test_type_annotation_module (test_jit.TestScript) ... ok (0.014s) 2022-08-17T12:12:01.1601277Z test_type_annotation_py3 (test_jit.TestScript) ... ok (0.011s) 2022-08-17T12:12:01.1782306Z test_type_annotations (test_jit.TestScript) ... ok (0.018s) 2022-08-17T12:12:01.1930224Z test_type_annotations_repeated_list (test_jit.TestScript) ... ok (0.015s) 2022-08-17T12:12:01.2056236Z test_type_annotations_varargs (test_jit.TestScript) ... ok (0.013s) 2022-08-17T12:12:01.2081084Z test_type_call_in_script (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:12:01.2132243Z test_type_cast (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:12:01.2181309Z test_type_comments_in_body (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:12:01.2186559Z test_type_inferred_from_empty_annotation (test_jit.TestScript) 2022-08-17T12:12:01.2210970Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.003s) 2022-08-17T12:12:01.2284459Z test_unbind (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:12:01.2318904Z test_unfold_zero_dim (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:12:01.2355026Z test_unicode_comments (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:12:01.2424777Z test_uninitialized (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:12:01.2457667Z test_union_to_number (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:12:01.2472862Z test_unknown_builtin (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:12:01.2511161Z test_unmatched_type_annotation (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:12:01.2516573Z test_unspecialized_any_binding (test_jit.TestScript) ... skip: bug persists in deprecated executor (0.001s) 2022-08-17T12:12:01.2523043Z test_unsqueeze_guard_elimination (test_jit.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-08-17T12:12:01.2539560Z test_unsupported_builtin_error (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:12:01.2599714Z test_unused_decorator (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:12:01.2829663Z test_unwrap_optional_builtin (test_jit.TestScript) ... ok (0.023s) 2022-08-17T12:12:01.3237035Z test_var_aug_assign (test_jit.TestScript) ... ok (0.041s) 2022-08-17T12:12:01.3284726Z test_vararg_zeros (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:12:01.3326011Z test_view_listconstruct_shape_prop (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:12:01.3343577Z test_view_shape_prop (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:12:01.3408731Z test_view_write (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:12:01.3415839Z test_weak_cuda (test_jit.TestScript) ... skip: no CUDA (0.001s) 2022-08-17T12:12:01.3467836Z test_where (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:12:01.3515204Z test_where_method (test_jit.TestScript) ... ok (0.005s) 2022-08-17T12:12:01.3582615Z test_while (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:12:01.4001216Z test_while_nest_if (test_jit.TestScript) ... ok (0.042s) 2022-08-17T12:12:01.4311388Z test_while_nonexistent_cond_value (test_jit.TestScript) ... ok (0.031s) 2022-08-17T12:12:01.4322544Z test_while_nonexistent_value (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:12:01.4392198Z test_while_write_outer_then_read (test_jit.TestScript) ... ok (0.007s) 2022-08-17T12:12:01.4408758Z test_wrong_attr_lookup (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:12:01.4466288Z test_wrong_implicit_expand (test_jit.TestScript) ... ok (0.006s) 2022-08-17T12:12:01.4502622Z test_wrong_method_call_inputs (test_jit.TestScript) ... ok (0.004s) 2022-08-17T12:12:01.4519384Z test_wrong_module_attr_lookup (test_jit.TestScript) ... ok (0.002s) 2022-08-17T12:12:01.4553808Z test_wrong_return_type (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:12:01.4567766Z test_wrong_use_as_callable (test_jit.TestScript) ... ok (0.001s) 2022-08-17T12:12:01.4601042Z test_wrong_use_as_tuple (test_jit.TestScript) ... ok (0.003s) 2022-08-17T12:12:01.4701031Z test_zeros (test_jit.TestScript) ... ok (0.010s) 2022-08-17T12:12:01.9453006Z test_zip_enumerate_modulelist (test_jit.TestScript) ... ok (0.475s) 2022-08-17T12:12:01.9462342Z test_bool (jit.test_list_dict.TestScriptDict) 2022-08-17T12:12:01.9472989Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-08-17T12:12:01.9478334Z test_contains (jit.test_list_dict.TestScriptDict) 2022-08-17T12:12:01.9487766Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-08-17T12:12:01.9493054Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-08-17T12:12:01.9502940Z Test deletion. ... ok (0.001s) 2022-08-17T12:12:01.9507596Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-08-17T12:12:01.9519968Z Test accessing dictionary values using the [] operator. ... ok (0.002s) 2022-08-17T12:12:01.9523793Z test_items (jit.test_list_dict.TestScriptDict) 2022-08-17T12:12:01.9531281Z Test .items(). ... ok (0.001s) 2022-08-17T12:12:01.9534916Z test_iter (jit.test_list_dict.TestScriptDict) 2022-08-17T12:12:01.9542408Z Test iteration over a dictionary's keys. ... ok (0.001s) 2022-08-17T12:12:01.9545599Z test_len (jit.test_list_dict.TestScriptDict) 2022-08-17T12:12:01.9553432Z Test len() builtin function. ... ok (0.001s) 2022-08-17T12:12:01.9560845Z test_nested (jit.test_list_dict.TestScriptDict) 2022-08-17T12:12:01.9561439Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-08-17T12:12:01.9565597Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-08-17T12:12:01.9599248Z Test that reference semantics are honoured; that modifications made ... ok (0.004s) 2022-08-17T12:12:01.9601609Z test_repr (jit.test_list_dict.TestScriptDict) 2022-08-17T12:12:01.9608774Z Test the __repr__ method. ... ok (0.001s) 2022-08-17T12:12:01.9614232Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-08-17T12:12:01.9622642Z Test setting dictionary values using the [] operator. ... ok (0.001s) 2022-08-17T12:12:01.9626939Z test_append (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9634724Z Test append method. ... ok (0.001s) 2022-08-17T12:12:01.9637891Z test_bool (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9644259Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-08-17T12:12:01.9646982Z test_clear (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9651961Z Test clear. ... ok (0.001s) 2022-08-17T12:12:01.9656832Z test_contains (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9664874Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-08-17T12:12:01.9668801Z test_count (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9676096Z Test count method. ... ok (0.001s) 2022-08-17T12:12:01.9681225Z test_delitem (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9689847Z Test deletion. ... ok (0.001s) 2022-08-17T12:12:01.9701211Z test_extend (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9713143Z Test extend. ... ok (0.002s) 2022-08-17T12:12:01.9722782Z test_getitem (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9750019Z Test accessing list elements using the [] operator. ... ok (0.004s) 2022-08-17T12:12:01.9755842Z test_insert (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9766141Z Test insert. ... ok (0.002s) 2022-08-17T12:12:01.9769695Z test_iter (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9776846Z Test iteration over a list's elements. ... ok (0.001s) 2022-08-17T12:12:01.9779975Z test_len (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9787443Z Test len() builtin function. ... ok (0.001s) 2022-08-17T12:12:01.9795617Z test_nested (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9796067Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.001s) 2022-08-17T12:12:01.9801234Z test_pop (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9813380Z Test pop. ... ok (0.002s) 2022-08-17T12:12:01.9816902Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9850598Z Test that reference semantics are honoured; that modifications made ... ok (0.004s) 2022-08-17T12:12:01.9854868Z test_remove (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9863235Z Test remove method. ... ok (0.001s) 2022-08-17T12:12:01.9865641Z test_repr (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9871562Z Test the __repr__ method. ... ok (0.001s) 2022-08-17T12:12:01.9881371Z test_setitem (jit.test_list_dict.TestScriptList) 2022-08-17T12:12:01.9894015Z Test setting list elements using the [] operator. ... ok (0.002s) 2022-08-17T12:12:01.9970773Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-08-17T12:12:02.0041343Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-08-17T12:12:02.0111579Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-08-17T12:12:02.0172873Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-08-17T12:12:02.0228591Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-08-17T12:12:02.0283381Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-08-17T12:12:02.0360937Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-08-17T12:12:02.0431514Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-08-17T12:12:02.0509683Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-08-17T12:12:02.0583664Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-08-17T12:12:02.0644988Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-08-17T12:12:02.0702516Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-08-17T12:12:02.0758552Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-08-17T12:12:02.0814710Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-08-17T12:12:02.1550243Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.073s) 2022-08-17T12:12:02.1562871Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-08-17T12:12:02.2311290Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.075s) 2022-08-17T12:12:02.2892699Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.058s) 2022-08-17T12:12:02.5006645Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.211s) 2022-08-17T12:12:02.5236430Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.023s) 2022-08-17T12:12:02.5283137Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T12:12:02.5336518Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T12:12:02.5355525Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.002s) 2022-08-17T12:12:02.5410045Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T12:12:02.5457831Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T12:12:02.5505243Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T12:12:02.5552429Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T12:12:02.5603554Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T12:12:02.5649445Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T12:12:02.5699915Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T12:12:02.5740602Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.004s) 2022-08-17T12:12:02.5788716Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T12:12:02.5841496Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T12:12:02.5892566Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T12:12:02.5945071Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T12:12:02.5996302Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T12:12:02.6060079Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.006s) 2022-08-17T12:12:02.6142640Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-08-17T12:12:02.6233558Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.009s) 2022-08-17T12:12:02.6304157Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.007s) 2022-08-17T12:12:02.6382073Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-08-17T12:12:02.6422585Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T12:12:02.6459043Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T12:12:02.6494400Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-08-17T12:12:02.6528608Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-08-17T12:12:02.6563507Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-08-17T12:12:02.6632135Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-08-17T12:12:02.6669137Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T12:12:02.6738421Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-08-17T12:12:02.6777472Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T12:12:02.6847833Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-08-17T12:12:02.6883866Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T12:12:02.6918957Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-08-17T12:12:02.6953255Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-08-17T12:12:02.6992566Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T12:12:02.7061150Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-08-17T12:12:02.7099337Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T12:12:02.7132514Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-08-17T12:12:02.7166221Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-08-17T12:12:02.7207279Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T12:12:02.7276516Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-08-17T12:12:02.7350095Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-08-17T12:12:02.7421372Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-08-17T12:12:02.7664389Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.024s) 2022-08-17T12:12:02.7855995Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.019s) 2022-08-17T12:12:02.7909558Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-08-17T12:12:02.7954382Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-08-17T12:12:02.8103621Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.015s) 2022-08-17T12:12:02.8145911Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-08-17T12:12:02.8264799Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.012s) 2022-08-17T12:12:02.8581860Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.032s) 2022-08-17T12:12:02.8807515Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.023s) 2022-08-17T12:12:02.8936412Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.013s) 2022-08-17T12:12:02.9033539Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-08-17T12:12:02.9099851Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-08-17T12:12:02.9868256Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.077s) 2022-08-17T12:12:03.0031327Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-08-17T12:12:03.0039666Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-08-17T12:12:03.0053670Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-08-17T12:12:03.0105860Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-08-17T12:12:03.0323381Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.022s) 2022-08-17T12:12:03.0486811Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-08-17T12:12:03.0493430Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-08-17T12:12:03.0513825Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-08-17T12:12:03.0540813Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-08-17T12:12:03.0571490Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-08-17T12:12:03.0592293Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.002s) 2022-08-17T12:12:03.0700426Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.011s) 2022-08-17T12:12:03.0754410Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.005s) 2022-08-17T12:12:03.0891825Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.014s) 2022-08-17T12:12:03.1154674Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.026s) 2022-08-17T12:12:03.1159548Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-08-17T12:12:03.1209201Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-08-17T12:12:03.1256898Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-08-17T12:12:03.1304905Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-08-17T12:12:03.1354851Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-08-17T12:12:03.1402406Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-08-17T12:12:03.1454477Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-08-17T12:12:03.1513663Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.006s) 2022-08-17T12:12:03.1529829Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.002s) 2022-08-17T12:12:03.1622993Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.009s) 2022-08-17T12:12:03.1632953Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T12:12:03.1643075Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-08-17 12:12:03 525:525 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T12:12:03.1646334Z STAGE:2022-08-17 12:12:03 525:525 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T12:12:03.1651443Z ok (0.002s) 2022-08-17T12:12:03.1676200Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T12:12:03.1762037Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-08-17T12:12:03.1770816Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T12:12:03.1808145Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-08-17T12:12:03.1862077Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-08-17T12:12:03.1899535Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-08-17T12:12:03.1966893Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-08-17T12:12:03.2010352Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-08-17T12:12:03.2056100Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-08-17T12:12:03.2063956Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T12:12:03.2119101Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-08-17T12:12:03.2137458Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T12:12:03.2154790Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T12:12:03.2172137Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T12:12:03.2208981Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-08-17T12:12:03.2221398Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T12:12:03.2233562Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T12:12:03.2244217Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T12:12:03.2264769Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T12:12:03.2287680Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T12:12:03.2305719Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T12:12:03.2342980Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-08-17T12:12:03.2360217Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T12:12:03.2383274Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T12:12:03.2436024Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-08-17T12:12:03.2511083Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-08-17T12:12:03.2652816Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-08-17T12:12:03.2865933Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-08-17T12:12:03.2972990Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-08-17T12:12:03.3064186Z test_constant (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T12:12:03.3200341Z test_conv (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-08-17T12:12:03.3375980Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-08-17T12:12:03.3476025Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-08-17T12:12:03.3567734Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T12:12:03.3708203Z test_ge (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-08-17T12:12:03.3711941Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-08-17T12:12:05.2274277Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (1.856s) 2022-08-17T12:12:05.2679359Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.040s) 2022-08-17T12:12:05.2756815Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T12:12:05.2824533Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:05.2884467Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T12:12:05.2911379Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-08-17T12:12:05.2978598Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:05.3043770Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T12:12:05.3073974Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-08-17T12:12:05.3126623Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T12:12:05.3204665Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T12:12:05.3267663Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T12:12:05.3291846Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-08-17T12:12:05.3315980Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-08-17T12:12:05.3325542Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-08-17T12:12:05.3422632Z Check that dictionary access doesn't care about insertion order ... ok (0.010s) 2022-08-17T12:12:05.3497552Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:05.3566434Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:05.3656580Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T12:12:05.3666702Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-08-17T12:12:05.3779862Z Check that the trace remembers which keys were in a dict input ... ok (0.012s) 2022-08-17T12:12:05.3843985Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T12:12:05.3849063Z test_input_flatten (jit.test_tracer.TestTracer) 2022-08-17T12:12:05.3971965Z Check that inputs to traced functions are flattened ... ok (0.013s) 2022-08-17T12:12:05.4004744Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-08-17T12:12:05.4066752Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T12:12:05.4137013Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:05.4217857Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T12:12:05.4296197Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T12:12:05.4547209Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-08-17T12:12:05.4559704Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-08-17T12:12:05.4663186Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-08-17T12:12:05.4728878Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:05.4857369Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-08-17T12:12:05.4905364Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T12:12:05.4927160Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-08-17T12:12:05.4931605Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-08-17T12:12:05.5009554Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.008s) 2022-08-17T12:12:05.5058881Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T12:12:05.5127933Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:05.5201827Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:05.5278581Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T12:12:05.5298903Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-08-17T12:12:05.5468472Z test_simple (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-08-17T12:12:05.5484150Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-08-17T12:12:05.5578201Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T12:12:05.5636182Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T12:12:05.5826516Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-08-17T12:12:05.6024462Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-08-17T12:12:05.6109012Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T12:12:05.6139140Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.003s) 2022-08-17T12:12:05.6540570Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.040s) 2022-08-17T12:12:05.6613397Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:05.6672087Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T12:12:05.6726682Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T12:12:05.6888507Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-08-17T12:12:05.6958077Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:05.7023888Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T12:12:05.7140820Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-08-17T12:12:05.7229722Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T12:12:05.7320508Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T12:12:05.7370211Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T12:12:05.7436950Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:05.7504918Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:05.7534328Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-08-17T12:12:05.7583898Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T12:12:05.7614666Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-08-17T12:12:05.7730862Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-08-17T12:12:05.7912055Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-08-17T12:12:05.8121258Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-08-17T12:12:05.8598295Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.048s) 2022-08-17T12:12:05.8946608Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-08-17T12:12:05.9031602Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T12:12:05.9084446Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T12:12:05.9142186Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T12:12:05.9200636Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T12:12:05.9285905Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T12:12:05.9451107Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-08-17T12:12:05.9500435Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T12:12:05.9713150Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-08-17T12:12:05.9818605Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-08-17T12:12:06.0162304Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-08-17T12:12:06.0427332Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-08-17T12:12:06.0498714Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-08-17T12:12:06.0499279Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-08-17T12:12:06.0499602Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-08-17T12:12:06.0500194Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1437:0 2022-08-17T12:12:06.0500978Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1438:0 2022-08-17T12:12:06.0501692Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1439:0 2022-08-17T12:12:06.0502664Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-08-17T12:12:06.0503092Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-08-17T12:12:06.0503380Z return (%12) 2022-08-17T12:12:06.0503631Z 2022-08-17T12:12:06.0505150Z ok (0.008s) 2022-08-17T12:12:06.0564304Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T12:12:06.0663729Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-08-17T12:12:06.0829295Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-08-17T12:12:06.0878190Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T12:12:06.0959795Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T12:12:06.1115498Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-08-17T12:12:06.1170979Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T12:12:06.1202259Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-08-17T12:12:06.1304233Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-08-17T12:12:06.1374788Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:06.1645583Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-08-17T12:12:06.1690073Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T12:12:06.1771872Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T12:12:06.1858528Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T12:12:06.1927213Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:06.2378657Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.045s) 2022-08-17T12:12:06.2467801Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T12:12:06.2540048Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:06.2619363Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T12:12:06.3084003Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-08-17T12:12:06.3459944Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.037s) 2022-08-17T12:12:06.3489920Z test_trace_topk (jit.test_tracer.TestTracer) ... /var/lib/jenkins/workspace/test/jit/test_tracer.py:158: TracerWarning: Converting a tensor to a Python integer might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs! 2022-08-17T12:12:06.3490479Z return x.topk(y, dim=1)[1] 2022-08-17T12:12:06.3561291Z ok (0.010s) 2022-08-17T12:12:06.3664087Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-08-17T12:12:06.3721665Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T12:12:06.3811477Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T12:12:06.3878067Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:06.3915927Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-08-17T12:12:06.3947574Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-08-17T12:12:06.4098237Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-08-17T12:12:06.4118890Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.002s) 2022-08-17T12:12:06.4133821Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-08-17T12:12:06.4585965Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.045s) 2022-08-17T12:12:06.5840499Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.125s) 2022-08-17T12:12:06.5895786Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T12:12:06.5962748Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T12:12:06.5975288Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.6324863Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.036s) 2022-08-17T12:12:06.6393032Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.007s) 2022-08-17T12:12:06.6472615Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-08-17T12:12:06.6536623Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-08-17T12:12:06.6543902Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.6658033Z Types should be shared for identical constant values, and different for different constant values ... ok (0.012s) 2022-08-17T12:12:06.6664603Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.6724057Z Types should be shared even if attribute values differ ... ok (0.007s) 2022-08-17T12:12:06.6729775Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.6755985Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.003s) 2022-08-17T12:12:06.6820473Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-08-17T12:12:06.6826418Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.6955122Z Simple example with a real nn Module ... ok (0.013s) 2022-08-17T12:12:06.7131795Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.018s) 2022-08-17T12:12:06.7140385Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.7473196Z We should be able to differentiate between two ModuleDict instances ... ok (0.034s) 2022-08-17T12:12:06.7481963Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.7684279Z Mutating the value of an attribute should not change type sharing ... ok (0.021s) 2022-08-17T12:12:06.7690356Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.7770080Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.009s) 2022-08-17T12:12:06.7776451Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.7888023Z Different functions passed in should lead to different types ... ok (0.012s) 2022-08-17T12:12:06.7893852Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.7972520Z Same functions passed in should lead to same types ... ok (0.008s) 2022-08-17T12:12:06.7985026Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.8220445Z Even if everything about the module is the same, different originating ... ok (0.025s) 2022-08-17T12:12:06.8226755Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.8336729Z Different functions passed in should lead to different types ... ok (0.012s) 2022-08-17T12:12:06.8342963Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.8419594Z Same functions passed in should lead to same types ... ok (0.008s) 2022-08-17T12:12:06.8648005Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.023s) 2022-08-17T12:12:06.8657245Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.9125993Z If submodules differ, the types should differ. ... ok (0.048s) 2022-08-17T12:12:06.9133709Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.9264257Z Since we can't guarantee that methods are the same between different ... ok (0.014s) 2022-08-17T12:12:06.9272092Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.9346101Z Test that types are not shared if the exclusion of their ... ok (0.008s) 2022-08-17T12:12:06.9352400Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.9409971Z Test that types are shared if the exclusion of their ... ok (0.006s) 2022-08-17T12:12:06.9415139Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.9491012Z Tests that types between instances of a ScriptModule ... ok (0.008s) 2022-08-17T12:12:06.9501736Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-08-17T12:12:06.9707195Z Test that type sharing can be disabled. ... ok (0.022s) 2022-08-17T12:12:06.9768573Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-08-17T12:12:06.9789973Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-08-17T12:12:06.9842371Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.005s) 2022-08-17T12:12:06.9855696Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-08-17T12:12:06.9921759Z Test that module attributes can be ignored. ... ok (0.008s) 2022-08-17T12:12:06.9954587Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-08-17T12:12:06.9968648Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-08-17T12:12:06.9976353Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-08-17T12:12:06.9998643Z Test that using an optional with no contained types produces an error. ... ok (0.003s) 2022-08-17T12:12:07.0004800Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-08-17T12:12:07.0088939Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.008s) 2022-08-17T12:12:07.0111217Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-08-17T12:12:07.0128094Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-08-17T12:12:07.0135971Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-08-17T12:12:07.0158059Z Test that using a tuple with no contained types produces an error. ... ok (0.003s) 2022-08-17T12:12:07.0276858Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.012s) 2022-08-17T12:12:07.0396934Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.012s) 2022-08-17T12:12:07.0425251Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-08-17T12:12:07.0462488Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.004s) 2022-08-17T12:12:07.0518204Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.005s) 2022-08-17T12:12:07.0585488Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.007s) 2022-08-17T12:12:07.0657123Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.007s) 2022-08-17T12:12:07.0897194Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.024s) 2022-08-17T12:12:07.0930161Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.003s) 2022-08-17T12:12:07.0950423Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T12:12:07.0951108Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-08-17T12:12:07.0951584Z def fn(): 2022-08-17T12:12:07.0951751Z l1 = [1, 2, "foo", 3] 2022-08-17T12:12:07.0952092Z ~~~~~~~~~~~~~~~ <--- HERE 2022-08-17T12:12:07.0952304Z l2 = ["foo", "bar", "baz", "qux"] 2022-08-17T12:12:07.0952540Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-08-17T12:12:07.0952755Z (function emitListLiteral) 2022-08-17T12:12:07.0954600Z ok (0.002s) 2022-08-17T12:12:07.0974670Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T12:12:07.0975748Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-08-17T12:12:07.0976154Z def fn(): 2022-08-17T12:12:07.0976494Z l1 = ["foo", "bar", "baz", "qux"] 2022-08-17T12:12:07.0976831Z l2 = [1, 2, "foo", 3] 2022-08-17T12:12:07.0977228Z ~~~~~~~~~~~~~~~ <--- HERE 2022-08-17T12:12:07.0977768Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-08-17T12:12:07.0978107Z return d 2022-08-17T12:12:07.0978380Z (function emitListLiteral) 2022-08-17T12:12:07.0978713Z ok (0.002s) 2022-08-17T12:12:07.1080713Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.010s) 2022-08-17T12:12:07.1242716Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.016s) 2022-08-17T12:12:07.1340185Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.010s) 2022-08-17T12:12:07.1505827Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.016s) 2022-08-17T12:12:07.1560097Z test_list_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-08-17T12:12:07.1569862Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-08-17T12:12:07.1698512Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.013s) 2022-08-17T12:12:07.1714672Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.002s) 2022-08-17T12:12:07.1802219Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.009s) 2022-08-17T12:12:07.1882351Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.008s) 2022-08-17T12:12:07.1917796Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.003s) 2022-08-17T12:12:07.1959478Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.004s) 2022-08-17T12:12:07.2037832Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.008s) 2022-08-17T12:12:07.2092344Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.005s) 2022-08-17T12:12:07.2131111Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.004s) 2022-08-17T12:12:07.2280862Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.015s) 2022-08-17T12:12:07.2316195Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.003s) 2022-08-17T12:12:07.2385053Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.007s) 2022-08-17T12:12:07.2429419Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.004s) 2022-08-17T12:12:07.2490411Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.006s) 2022-08-17T12:12:07.2550322Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.006s) 2022-08-17T12:12:07.2603349Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.005s) 2022-08-17T12:12:07.2661891Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.006s) 2022-08-17T12:12:07.2678488Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.002s) 2022-08-17T12:12:07.2892654Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.021s) 2022-08-17T12:12:07.2946984Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.005s) 2022-08-17T12:12:07.2993414Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-08-17T12:12:07.3043447Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.005s) 2022-08-17T12:12:07.3105706Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.006s) 2022-08-17T12:12:07.3150053Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T12:12:07.3271483Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.012s) 2022-08-17T12:12:07.3316067Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T12:12:07.3364920Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.005s) 2022-08-17T12:12:07.3400356Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T12:12:07.3442697Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T12:12:07.3476565Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T12:12:07.3558605Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.008s) 2022-08-17T12:12:07.3611631Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.005s) 2022-08-17T12:12:07.3653672Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T12:12:07.3674184Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-08-17T12:12:07.3694000Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-08-17T12:12:07.3749295Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.005s) 2022-08-17T12:12:07.3765126Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-08-17T12:12:07.3779560Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.001s) 2022-08-17T12:12:07.3796333Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-08-17T12:12:07.3849249Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.005s) 2022-08-17T12:12:07.3879794Z test_union_memory_aliasing (jit.test_union.TestUnion) ... /opt/conda/lib/python3.7/site-packages/torch/_jit_internal.py:1283: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-08-17T12:12:07.3880408Z "The inner type of a container is lost when " 2022-08-17T12:12:07.3924688Z ok (0.008s) 2022-08-17T12:12:07.3984067Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.006s) 2022-08-17T12:12:07.4090484Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.011s) 2022-08-17T12:12:07.4153705Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.006s) 2022-08-17T12:12:07.4182286Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T12:12:07.4211857Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T12:12:07.4240822Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T12:12:07.4270851Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T12:12:07.4305450Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T12:12:07.4393232Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.009s) 2022-08-17T12:12:07.4466741Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.007s) 2022-08-17T12:12:07.4504701Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T12:12:07.4576292Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.007s) 2022-08-17T12:12:07.4654546Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.008s) 2022-08-17T12:12:07.4714177Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.006s) 2022-08-17T12:12:07.4772196Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.006s) 2022-08-17T12:12:07.4843616Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.007s) 2022-08-17T12:12:07.4915735Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.007s) 2022-08-17T12:12:07.4950049Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T12:12:07.4990905Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T12:12:07.5101754Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.011s) 2022-08-17T12:12:07.5185507Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.008s) 2022-08-17T12:12:07.5222650Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T12:12:07.5264340Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T12:12:07.5357729Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.009s) 2022-08-17T12:12:07.5429176Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.007s) 2022-08-17T12:12:07.5700071Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.027s) 2022-08-17T12:12:07.5786133Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.008s) 2022-08-17T12:12:07.5905096Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T12:12:07.5905774Z File "", line 3 2022-08-17T12:12:07.5905895Z 2022-08-17T12:12:07.5905973Z def fn(): 2022-08-17T12:12:07.5906211Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-08-17T12:12:07.5906661Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-08-17T12:12:07.5906914Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-08-17T12:12:07.5907145Z x.append(torch.tensor(3)) 2022-08-17T12:12:07.5907338Z (function emitListLiteral) 2022-08-17T12:12:07.5988262Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T12:12:07.5988739Z File "", line 3 2022-08-17T12:12:07.5988915Z 2022-08-17T12:12:07.5988981Z def fn(): 2022-08-17T12:12:07.5989206Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-08-17T12:12:07.5989647Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-08-17T12:12:07.5989897Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-08-17T12:12:07.5990115Z x.append(torch.tensor(3)) 2022-08-17T12:12:07.5990330Z (function emitListLiteral) 2022-08-17T12:12:07.5992122Z ok (0.021s) 2022-08-17T12:12:07.6044446Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.005s) 2022-08-17T12:12:07.6071259Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T12:12:07.6098813Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T12:12:07.6134467Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.003s) 2022-08-17T12:12:07.6308297Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.017s) 2022-08-17T12:12:07.6322795Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.001s) 2022-08-17T12:12:07.6369701Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-08-17T12:12:07.6410063Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-08-17T12:12:07.6442538Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-08-17T12:12:07.6475689Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-08-17T12:12:07.6531055Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-08-17T12:12:07.6557658Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-08-17T12:12:07.6584937Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-08-17T12:12:07.6613847Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-08-17T12:12:07.6641096Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-08-17T12:12:07.6670075Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-08-17T12:12:07.6734751Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-08-17T12:12:07.6771170Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-08-17T12:12:07.6806740Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-08-17T12:12:07.6838050Z test_warn (jit.test_warn.TestWarn) ... ok (0.003s) 2022-08-17T12:12:07.6868969Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.003s) 2022-08-17T12:12:07.6948719Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.008s) 2022-08-17T12:12:07.7018368Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.007s) 2022-08-17T12:12:07.7094188Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.008s) 2022-08-17T12:12:07.7126930Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.003s) 2022-08-17T12:12:07.7179508Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.005s) 2022-08-17T12:12:07.7211464Z test_with_as (jit.test_with.TestWith) 2022-08-17T12:12:07.7830356Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.065s) 2022-08-17T12:12:07.7852861Z test_with_errors (jit.test_with.TestWith) 2022-08-17T12:12:07.7966962Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.014s) 2022-08-17T12:12:07.7986683Z test_with_exceptions (jit.test_with.TestWith) 2022-08-17T12:12:07.8220381Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.025s) 2022-08-17T12:12:07.8249682Z test_with_no_as (jit.test_with.TestWith) 2022-08-17T12:12:07.8879969Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.066s) 2022-08-17T12:12:07.8895322Z test_with_no_grad (jit.test_with.TestWith) 2022-08-17T12:12:07.9066335Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.019s) 2022-08-17T12:12:07.9076707Z test_with_record_function (jit.test_with.TestWith) 2022-08-17T12:12:07.9217918Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-08-17 12:12:07 525:525 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T12:12:07.9235554Z STAGE:2022-08-17 12:12:07 525:525 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T12:12:07.9252129Z ok (0.019s) 2022-08-17T12:12:07.9252654Z 2022-08-17T12:12:07.9252963Z ---------------------------------------------------------------------- 2022-08-17T12:12:07.9253418Z Ran 2641 tests in 89.175s 2022-08-17T12:12:07.9253634Z 2022-08-17T12:12:07.9253838Z OK (skipped=118, expected failures=7) 2022-08-17T12:12:07.9254088Z 2022-08-17T12:12:07.9254200Z Generating XML reports... 2022-08-17T12:12:07.9308777Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220817121038.xml 2022-08-17T12:12:07.9331966Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_async.TestAsync-20220817121038.xml 2022-08-17T12:12:07.9334527Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_aten_pow.TestAtenPow-20220817121038.xml 2022-08-17T12:12:07.9340261Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_autodiff.TestAutodiffJit-20220817121038.xml 2022-08-17T12:12:07.9357129Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220817121038.xml 2022-08-17T12:12:07.9361853Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backends.TestBackends-20220817121038.xml 2022-08-17T12:12:07.9365106Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backends.TestBackendsWithCompiler-20220817121038.xml 2022-08-17T12:12:07.9372852Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_batch_mm.TestBatchMM-20220817121038.xml 2022-08-17T12:12:07.9377600Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_builtins.TestBuiltins-20220817121038.xml 2022-08-17T12:12:07.9413361Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_class_type.TestClassType-20220817121038.xml 2022-08-17T12:12:07.9424581Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_complex.TestComplex-20220817121038.xml 2022-08-17T12:12:07.9436790Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_custom_operators.TestCustomOperators-20220817121038.xml 2022-08-17T12:12:07.9439724Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dce.TestDCE-20220817121038.xml 2022-08-17T12:12:07.9446623Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dataclasses.TestDataclasses-20220817121038.xml 2022-08-17T12:12:07.9460780Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220817121038.xml 2022-08-17T12:12:07.9482267Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestDict-20220817121038.xml 2022-08-17T12:12:07.9488426Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220817121038.xml 2022-08-17T12:12:07.9572727Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220817121038.xml 2022-08-17T12:12:07.9585860Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_enum.TestEnum-20220817121038.xml 2022-08-17T12:12:07.9594613Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_export_modes.TestExportModes-20220817121038.xml 2022-08-17T12:12:07.9640440Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestFreezing-20220817121038.xml 2022-08-17T12:12:07.9642477Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestFrontend-20220817121038.xml 2022-08-17T12:12:07.9667408Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestFrozenOptimizations-20220817121038.xml 2022-08-17T12:12:07.9669879Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220817121038.xml 2022-08-17T12:12:07.9674763Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220817121038.xml 2022-08-17T12:12:07.9677097Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_attr.TestGetDefaultAttr-20220817121038.xml 2022-08-17T12:12:07.9679818Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220817121038.xml 2022-08-17T12:12:07.9688616Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_hash.TestHash-20220817121038.xml 2022-08-17T12:12:07.9706483Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_hooks.TestHooks-20220817121038.xml 2022-08-17T12:12:07.9709528Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220817121038.xml 2022-08-17T12:12:07.9714635Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220817121038.xml 2022-08-17T12:12:07.9718048Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220817121038.xml 2022-08-17T12:12:07.9739437Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_isinstance.TestIsinstance-20220817121038.xml 2022-08-17T12:12:07.9814633Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestJit-20220817121038.xml 2022-08-17T12:12:08.0228361Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestJitGeneratedModule-20220817121038.xml 2022-08-17T12:12:08.0235717Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_jit_utils.TestJitUtils-20220817121038.xml 2022-08-17T12:12:08.0293531Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestList-20220817121038.xml 2022-08-17T12:12:08.0299320Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_logging.TestLogging-20220817121038.xml 2022-08-17T12:12:08.0304173Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220817121038.xml 2022-08-17T12:12:08.0325556Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_misc.TestMisc-20220817121038.xml 2022-08-17T12:12:08.0341774Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tracer.TestMixTracingScripting-20220817121038.xml 2022-08-17T12:12:08.0360419Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_models.TestModels-20220817121038.xml 2022-08-17T12:12:08.0364913Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_apis.TestModuleAPIs-20220817121038.xml 2022-08-17T12:12:08.0378927Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_containers.TestModuleContainers-20220817121038.xml 2022-08-17T12:12:08.0391979Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_interface.TestModuleInterface-20220817121038.xml 2022-08-17T12:12:08.0394374Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_modules.TestModules-20220817121038.xml 2022-08-17T12:12:08.0403876Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestNamedTuple-20220817121038.xml 2022-08-17T12:12:08.0428301Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220817121038.xml 2022-08-17T12:12:08.0431352Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_op_decompositions.TestOpDecompositions-20220817121038.xml 2022-08-17T12:12:08.0438188Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220817121038.xml 2022-08-17T12:12:08.0441481Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_parametrization.TestParametrization-20220817121038.xml 2022-08-17T12:12:08.0470550Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_peephole.TestPeephole-20220817121038.xml 2022-08-17T12:12:08.0473028Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestProducerVersion-20220817121038.xml 2022-08-17T12:12:08.0482994Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_profiler.TestProfiler-20220817121038.xml 2022-08-17T12:12:08.0489959Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_bindings.TestPythonBindings-20220817121038.xml 2022-08-17T12:12:08.0502054Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220817121038.xml 2022-08-17T12:12:08.0504930Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_ir.TestPythonIr-20220817121038.xml 2022-08-17T12:12:08.0528146Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_recursive_script.TestRecursiveScript-20220817121038.xml 2022-08-17T12:12:08.0535777Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_remove_mutation.TestRemoveMutation-20220817121038.xml 2022-08-17T12:12:08.0546458Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load.TestSaveLoad-20220817121038.xml 2022-08-17T12:12:08.0556913Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220817121038.xml 2022-08-17T12:12:08.0977913Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestScript-20220817121038.xml 2022-08-17T12:12:08.0988953Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestScriptDict-20220817121038.xml 2022-08-17T12:12:08.1004143Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestScriptList-20220817121038.xml 2022-08-17T12:12:08.1016085Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220817121038.xml 2022-08-17T12:12:08.1027428Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_script_profile.TestScriptProfile-20220817121038.xml 2022-08-17T12:12:08.1040601Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_slice.TestSlice-20220817121038.xml 2022-08-17T12:12:08.1045055Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_sparse.TestSparse-20220817121038.xml 2022-08-17T12:12:08.1062244Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_string_formatting.TestStringFormatting-20220817121038.xml 2022-08-17T12:12:08.1080225Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220817121038.xml 2022-08-17T12:12:08.1086254Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_builtins.TestTensorBuiltins-20220817121038.xml 2022-08-17T12:12:08.1092251Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220817121038.xml 2022-08-17T12:12:08.1096168Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tensor_methods.TestTensorMethods-20220817121038.xml 2022-08-17T12:12:08.1117821Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_torchbind.TestTorchbind-20220817121038.xml 2022-08-17T12:12:08.1206294Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tracer.TestTracer-20220817121038.xml 2022-08-17T12:12:08.1227322Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_type_sharing.TestTypeSharing-20220817121038.xml 2022-08-17T12:12:08.1239799Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_types.TestTypesAndAnnotation-20220817121038.xml 2022-08-17T12:12:08.1274806Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_typing.TestTyping-20220817121038.xml 2022-08-17T12:12:08.1309205Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_union.TestUnion-20220817121038.xml 2022-08-17T12:12:08.1312094Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220817121038.xml 2022-08-17T12:12:08.1322911Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_upgraders.TestUpgraders-20220817121038.xml 2022-08-17T12:12:08.1329182Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_warn.TestWarn-20220817121038.xml 2022-08-17T12:12:08.1336621Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_with.TestWith-20220817121038.xml 2022-08-17T12:12:08.1342735Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_data_parallel.TestDataParallel-20220817121038.xml 2022-08-17T12:12:08.1353780Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220817121038.xml 2022-08-17T12:12:08.7125174Z Running test_jit_fuser_legacy ... [2022-08-17 12:12:08.712111] 2022-08-17T12:12:08.7125945Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_legacy.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:12:08.712206] 2022-08-17T12:12:10.9539137Z CUDA not available, skipping tests 2022-08-17T12:12:10.9566304Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-08-17T12:12:11.0023214Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_legacy 2022-08-17T12:12:11.0037684Z 2022-08-17T12:12:11.0037780Z Running tests... 2022-08-17T12:12:11.0038260Z ---------------------------------------------------------------------- 2022-08-17T12:12:11.0045706Z test_abs_cpu (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0050904Z test_abs_cpu_unicode_temp_dir (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0053595Z test_abs_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0061543Z test_addcmul_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0068712Z test_arg_configurations_smoke_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0075263Z test_broadcast_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0081387Z test_checks_cat_inputs (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0085661Z test_chunk_correctness (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0088501Z test_chunk_correctness_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0094490Z test_chunk_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0101908Z test_chunk_distributes_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0110499Z test_chunk_motion_deduplicates_inputs (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0119738Z test_chunk_multiple_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0133642Z test_clamp (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0141057Z test_comparison_eq_ne (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0149537Z test_comparison_ge_le_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0154599Z test_comparison_gt_lt_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0161395Z test_concat_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0170009Z test_concat_invariant_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0175590Z test_cuda_bfloat16 (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0189055Z test_cuda_half (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0196681Z test_dropout (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0203069Z test_erf_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0208370Z test_exp_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0208996Z test_fuse_decompose_normalization (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0213687Z test_fuser_deduplication (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0218599Z test_fuser_iou (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0222761Z test_fusion_reuse_multi_gpu (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0238914Z test_grad_sum_to_size_elimination (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.002s) 2022-08-17T12:12:11.0243314Z test_kernel_cache_multi_gpu (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0252456Z test_lerp (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0256755Z test_lstm_concat_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0264556Z test_lstm_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0274052Z test_lstm_gates_permutations_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0278880Z test_lstm_traced_cpu (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0284028Z test_lstm_traced_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0290178Z test_milstm_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0298750Z test_minmax (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0305249Z test_nonzero_device_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0315809Z test_rand_broadcast_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0325929Z test_rand_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0330892Z test_relu_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0337226Z test_remainder_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0342006Z test_scalar (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0350528Z test_scalar_arg_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0356333Z test_small_constant_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0365293Z test_tensor_scalar_ops_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-08-17T12:12:11.0370545Z test_threshold (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0375509Z test_where_and_typing (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0380771Z test_zero_element_tensors (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-08-17T12:12:11.0381095Z 2022-08-17T12:12:11.0381503Z ---------------------------------------------------------------------- 2022-08-17T12:12:11.0381858Z Ran 50 tests in 0.034s 2022-08-17T12:12:11.0381981Z 2022-08-17T12:12:11.0382071Z OK (skipped=50) 2022-08-17T12:12:11.0382228Z 2022-08-17T12:12:11.0382575Z Generating XML reports... 2022-08-17T12:12:11.0453159Z Generated XML report: test-reports/python-unittest/test_jit_fuser_legacy/TEST-test_jit_fuser.TestFuser-20220817121210.xml 2022-08-17T12:12:11.8500978Z 2022-08-17T12:12:11.8501415Z real 1m37.247s 2022-08-17T12:12:11.8501772Z user 2m19.433s 2022-08-17T12:12:11.8502102Z sys 0m8.488s 2022-08-17T12:12:11.8502367Z + assert_git_not_dirty 2022-08-17T12:12:11.8502839Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-08-17T12:12:11.8503109Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-08-17T12:12:11.8504798Z ++ git status --porcelain 2022-08-17T12:12:13.2638200Z + git_status= 2022-08-17T12:12:13.2638635Z + [[ -n '' ]] 2022-08-17T12:12:13.2696453Z Prepare all required actions 2022-08-17T12:12:13.2696771Z Getting action download info 2022-08-17T12:12:13.4781705Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-08-17T12:12:13.4781928Z with: 2022-08-17T12:12:13.4782264Z github-token: *** 2022-08-17T12:12:13.4782420Z env: 2022-08-17T12:12:13.4782591Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:13.4782772Z ##[endgroup] 2022-08-17T12:12:13.4808190Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-08-17T12:12:13.4808423Z with: 2022-08-17T12:12:13.4808569Z shell: bash 2022-08-17T12:12:13.4808746Z timeout_minutes: 10 2022-08-17T12:12:13.4808929Z max_attempts: 5 2022-08-17T12:12:13.4809105Z retry_wait_seconds: 30 2022-08-17T12:12:13.4809473Z 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-08-17T12:12:13.4809883Z polling_interval_seconds: 1 2022-08-17T12:12:13.4810076Z warning_on_retry: true 2022-08-17T12:12:13.4810249Z continue_on_error: false 2022-08-17T12:12:13.4810421Z env: 2022-08-17T12:12:13.4810588Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:13.4810885Z GITHUB_TOKEN: *** 2022-08-17T12:12:13.4811057Z ##[endgroup] 2022-08-17T12:12:13.7473363Z 2022-08-17T12:12:13.7522708Z + python3 -m pip install requests==2.26.0 2022-08-17T12:12:13.9645398Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:12:14.0672199Z Collecting requests==2.26.0 2022-08-17T12:12:14.0844617Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-08-17T12:12:14.1274677Z Collecting idna<4,>=2.5; python_version >= "3" 2022-08-17T12:12:14.1330894Z Downloading idna-3.3-py3-none-any.whl (61 kB) 2022-08-17T12:12:14.2022390Z Collecting urllib3<1.27,>=1.21.1 2022-08-17T12:12:14.2065848Z Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB) 2022-08-17T12:12:14.2774781Z Collecting certifi>=2017.4.17 2022-08-17T12:12:14.2817076Z Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 2022-08-17T12:12:14.3374185Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2022-08-17T12:12:14.3420505Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-08-17T12:12:14.4022266Z Installing collected packages: idna, urllib3, certifi, charset-normalizer, requests 2022-08-17T12:12:14.5660300Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T12:12:14.5660817Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T12:12:14.6031691Z Successfully installed certifi-2022.6.15 charset-normalizer-2.0.12 idna-3.3 requests-2.26.0 urllib3-1.26.11 2022-08-17T12:12:14.6489040Z ++ python3 .github/scripts/get_workflow_job_id.py 2875102080 i-029f2f2f50f2db911 2022-08-17T12:12:17.5805582Z + GHA_WORKFLOW_JOB_ID=7878166469 2022-08-17T12:12:17.5806325Z + echo '::set-output name=job-id::7878166469' 2022-08-17T12:12:17.7544272Z Command completed after 1 attempt(s). 2022-08-17T12:12:17.7544561Z 2022-08-17T12:12:17.7671448Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-08-17T12:12:17.7671683Z kill "$MONITOR_SCRIPT_PID" 2022-08-17T12:12:17.7691805Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:12:17.7692123Z env: 2022-08-17T12:12:17.7692292Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:17.7692494Z MONITOR_SCRIPT_PID: 14252 2022-08-17T12:12:17.7692682Z ##[endgroup] 2022-08-17T12:12:17.7780037Z Prepare all required actions 2022-08-17T12:12:17.7780291Z Getting action download info 2022-08-17T12:12:17.9357199Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-08-17T12:12:18.1155264Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-08-17T12:12:18.1155489Z with: 2022-08-17T12:12:18.1155696Z file-suffix: test-jit_legacy-1-1-linux.2xlarge_7878166469 2022-08-17T12:12:18.1155911Z env: 2022-08-17T12:12:18.1156085Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:18.1156279Z ##[endgroup] 2022-08-17T12:12:18.1180286Z ##[group]Run # Remove any previous test jsons if they exist 2022-08-17T12:12:18.1180573Z # Remove any previous test jsons if they exist 2022-08-17T12:12:18.1180801Z rm -f test-jsons-*.zip 2022-08-17T12:12:18.1181032Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-08-17T12:12:18.1192728Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:12:18.1192983Z env: 2022-08-17T12:12:18.1193145Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:18.1193398Z FILE_SUFFIX: test-jit_legacy-1-1-linux.2xlarge_7878166469 2022-08-17T12:12:18.1193620Z ##[endgroup] 2022-08-17T12:12:18.1317774Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-08-17T12:12:18.1385302Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-08-17T12:12:18.1391233Z adding: test/profiler_utils_mock_events.json (deflated 87%) 2022-08-17T12:12:18.1392516Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-08-17T12:12:18.1397234Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-08-17T12:12:18.1418430Z ##[group]Run # Remove any previous test reports if they exist 2022-08-17T12:12:18.1418730Z # Remove any previous test reports if they exist 2022-08-17T12:12:18.1418966Z rm -f test-reports-*.zip 2022-08-17T12:12:18.1419204Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-08-17T12:12:18.1430691Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:12:18.1430912Z env: 2022-08-17T12:12:18.1431346Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:18.1431588Z FILE_SUFFIX: test-jit_legacy-1-1-linux.2xlarge_7878166469 2022-08-17T12:12:18.1431823Z ##[endgroup] 2022-08-17T12:12:18.1510778Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220817121038.xml (deflated 66%) 2022-08-17T12:12:18.1511452Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_async.TestAsync-20220817121038.xml (deflated 85%) 2022-08-17T12:12:18.1511999Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_aten_pow.TestAtenPow-20220817121038.xml (deflated 48%) 2022-08-17T12:12:18.1512582Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_autodiff.TestAutodiffJit-20220817121038.xml (deflated 74%) 2022-08-17T12:12:18.1513312Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220817121038.xml (deflated 86%) 2022-08-17T12:12:18.1514125Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backends.TestBackends-20220817121038.xml (deflated 74%) 2022-08-17T12:12:18.1514762Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backends.TestBackendsWithCompiler-20220817121038.xml (deflated 59%) 2022-08-17T12:12:18.1515336Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_batch_mm.TestBatchMM-20220817121038.xml (deflated 81%) 2022-08-17T12:12:18.1515864Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_builtins.TestBuiltins-20220817121038.xml (deflated 70%) 2022-08-17T12:12:18.1516457Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_class_type.TestClassType-20220817121038.xml (deflated 83%) 2022-08-17T12:12:18.1517113Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_complex.TestComplex-20220817121038.xml (deflated 84%) 2022-08-17T12:12:18.1517782Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_custom_operators.TestCustomOperators-20220817121038.xml (deflated 83%) 2022-08-17T12:12:18.1518369Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dce.TestDCE-20220817121038.xml (deflated 56%) 2022-08-17T12:12:18.1518965Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dataclasses.TestDataclasses-20220817121038.xml (deflated 75%) 2022-08-17T12:12:18.1519573Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220817121038.xml (deflated 85%) 2022-08-17T12:12:18.1520524Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestDict-20220817121038.xml (deflated 82%) 2022-08-17T12:12:18.1521421Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220817121038.xml (deflated 70%) 2022-08-17T12:12:18.1523706Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220817121038.xml (deflated 96%) 2022-08-17T12:12:18.1524772Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_enum.TestEnum-20220817121038.xml (deflated 84%) 2022-08-17T12:12:18.1525499Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_export_modes.TestExportModes-20220817121038.xml (deflated 81%) 2022-08-17T12:12:18.1526537Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestFreezing-20220817121038.xml (deflated 89%) 2022-08-17T12:12:18.1527249Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestFrontend-20220817121038.xml (deflated 44%) 2022-08-17T12:12:18.1528273Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestFrozenOptimizations-20220817121038.xml (deflated 86%) 2022-08-17T12:12:18.1529401Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220817121038.xml (deflated 51%) 2022-08-17T12:12:18.1530662Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220817121038.xml (deflated 72%) 2022-08-17T12:12:18.1531832Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_attr.TestGetDefaultAttr-20220817121038.xml (deflated 46%) 2022-08-17T12:12:18.1532921Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220817121038.xml (deflated 52%) 2022-08-17T12:12:18.1533487Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_hash.TestHash-20220817121038.xml (deflated 79%) 2022-08-17T12:12:18.1534004Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_hooks.TestHooks-20220817121038.xml (deflated 87%) 2022-08-17T12:12:18.1534569Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220817121038.xml (deflated 62%) 2022-08-17T12:12:18.1535612Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220817121038.xml (deflated 73%) 2022-08-17T12:12:18.1536366Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220817121038.xml (deflated 62%) 2022-08-17T12:12:18.1537015Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_isinstance.TestIsinstance-20220817121038.xml (deflated 90%) 2022-08-17T12:12:18.1537549Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestJit-20220817121038.xml (deflated 85%) 2022-08-17T12:12:18.1543283Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestJitGeneratedModule-20220817121038.xml (deflated 95%) 2022-08-17T12:12:18.1544442Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_jit_utils.TestJitUtils-20220817121038.xml (deflated 78%) 2022-08-17T12:12:18.1545761Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestList-20220817121038.xml (deflated 89%) 2022-08-17T12:12:18.1546763Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_logging.TestLogging-20220817121038.xml (deflated 76%) 2022-08-17T12:12:18.1547813Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220817121038.xml (deflated 69%) 2022-08-17T12:12:18.1548758Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_misc.TestMisc-20220817121038.xml (deflated 82%) 2022-08-17T12:12:18.1549812Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tracer.TestMixTracingScripting-20220817121038.xml (deflated 84%) 2022-08-17T12:12:18.1550818Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_models.TestModels-20220817121038.xml (deflated 84%) 2022-08-17T12:12:18.1551829Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_apis.TestModuleAPIs-20220817121038.xml (deflated 69%) 2022-08-17T12:12:18.1552738Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_containers.TestModuleContainers-20220817121038.xml (deflated 84%) 2022-08-17T12:12:18.1553872Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_interface.TestModuleInterface-20220817121038.xml (deflated 87%) 2022-08-17T12:12:18.1554902Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_modules.TestModules-20220817121038.xml (deflated 49%) 2022-08-17T12:12:18.1555769Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestNamedTuple-20220817121038.xml (deflated 81%) 2022-08-17T12:12:18.1556821Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220817121038.xml (deflated 84%) 2022-08-17T12:12:18.1557943Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_op_decompositions.TestOpDecompositions-20220817121038.xml (deflated 64%) 2022-08-17T12:12:18.1559234Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220817121038.xml (deflated 83%) 2022-08-17T12:12:18.1560518Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_parametrization.TestParametrization-20220817121038.xml (deflated 60%) 2022-08-17T12:12:18.1561383Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_peephole.TestPeephole-20220817121038.xml (deflated 89%) 2022-08-17T12:12:18.1561922Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestProducerVersion-20220817121038.xml (deflated 45%) 2022-08-17T12:12:18.1562473Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_profiler.TestProfiler-20220817121038.xml (deflated 81%) 2022-08-17T12:12:18.1563055Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_bindings.TestPythonBindings-20220817121038.xml (deflated 79%) 2022-08-17T12:12:18.1563765Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220817121038.xml (deflated 86%) 2022-08-17T12:12:18.1564334Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_ir.TestPythonIr-20220817121038.xml (deflated 47%) 2022-08-17T12:12:18.1564896Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_recursive_script.TestRecursiveScript-20220817121038.xml (deflated 88%) 2022-08-17T12:12:18.1565501Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_remove_mutation.TestRemoveMutation-20220817121038.xml (deflated 80%) 2022-08-17T12:12:18.1566059Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load.TestSaveLoad-20220817121038.xml (deflated 80%) 2022-08-17T12:12:18.1566710Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220817121038.xml (deflated 82%) 2022-08-17T12:12:18.1574230Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestScript-20220817121038.xml (deflated 89%) 2022-08-17T12:12:18.1575194Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestScriptDict-20220817121038.xml (deflated 78%) 2022-08-17T12:12:18.1576190Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestScriptList-20220817121038.xml (deflated 83%) 2022-08-17T12:12:18.1577435Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220817121038.xml (deflated 87%) 2022-08-17T12:12:18.1578692Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_script_profile.TestScriptProfile-20220817121038.xml (deflated 76%) 2022-08-17T12:12:18.1579643Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_slice.TestSlice-20220817121038.xml (deflated 86%) 2022-08-17T12:12:18.1580612Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_sparse.TestSparse-20220817121038.xml (deflated 72%) 2022-08-17T12:12:18.1581712Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_string_formatting.TestStringFormatting-20220817121038.xml (deflated 90%) 2022-08-17T12:12:18.1582480Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220817121038.xml (deflated 87%) 2022-08-17T12:12:18.1583090Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_builtins.TestTensorBuiltins-20220817121038.xml (deflated 74%) 2022-08-17T12:12:18.1584006Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220817121038.xml (deflated 81%) 2022-08-17T12:12:18.1584932Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tensor_methods.TestTensorMethods-20220817121038.xml (deflated 62%) 2022-08-17T12:12:18.1585710Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_torchbind.TestTorchbind-20220817121038.xml (deflated 88%) 2022-08-17T12:12:18.1586709Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tracer.TestTracer-20220817121038.xml (deflated 88%) 2022-08-17T12:12:18.1587623Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_type_sharing.TestTypeSharing-20220817121038.xml (deflated 83%) 2022-08-17T12:12:18.1588406Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_types.TestTypesAndAnnotation-20220817121038.xml (deflated 82%) 2022-08-17T12:12:18.1589411Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_typing.TestTyping-20220817121038.xml (deflated 89%) 2022-08-17T12:12:18.1590368Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_union.TestUnion-20220817121038.xml (deflated 87%) 2022-08-17T12:12:18.1591548Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220817121038.xml (deflated 61%) 2022-08-17T12:12:18.1592563Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_upgraders.TestUpgraders-20220817121038.xml (deflated 85%) 2022-08-17T12:12:18.1593317Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_warn.TestWarn-20220817121038.xml (deflated 78%) 2022-08-17T12:12:18.1594035Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_with.TestWith-20220817121038.xml (deflated 73%) 2022-08-17T12:12:18.1594581Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_data_parallel.TestDataParallel-20220817121038.xml (deflated 78%) 2022-08-17T12:12:18.1595266Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220817121038.xml (deflated 84%) 2022-08-17T12:12:18.1595849Z adding: test/test-reports/python-unittest/test_jit_fuser_legacy/TEST-test_jit_fuser.TestFuser-20220817121210.xml (deflated 93%) 2022-08-17T12:12:18.1635668Z ##[group]Run # Remove any previous test reports if they exist 2022-08-17T12:12:18.1636002Z # Remove any previous test reports if they exist 2022-08-17T12:12:18.1636238Z rm -f usage-log-*.zip 2022-08-17T12:12:18.1636503Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-08-17T12:12:18.1636794Z # so check to see if the file exists first 2022-08-17T12:12:18.1637026Z if [ -f 'usage_log.txt' ]; then 2022-08-17T12:12:18.1637276Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-08-17T12:12:18.1637483Z fi 2022-08-17T12:12:18.1648807Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:12:18.1649036Z env: 2022-08-17T12:12:18.1649214Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:18.1649455Z FILE_SUFFIX: test-jit_legacy-1-1-linux.2xlarge_7878166469 2022-08-17T12:12:18.1649687Z ##[endgroup] 2022-08-17T12:12:18.1695928Z adding: usage_log.txt (deflated 94%) 2022-08-17T12:12:18.1752397Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T12:12:18.1752599Z with: 2022-08-17T12:12:18.1752802Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T12:12:18.1753022Z retention-days: 14 2022-08-17T12:12:18.1753215Z if-no-files-found: warn 2022-08-17T12:12:18.1753401Z path: test-jsons-*.zip 2022-08-17T12:12:18.1753583Z name: artifact 2022-08-17T12:12:18.1753765Z s3-bucket: gha-artifacts 2022-08-17T12:12:18.1753939Z region: us-east-1 2022-08-17T12:12:18.1754385Z env: 2022-08-17T12:12:18.1754558Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:18.1754726Z ##[endgroup] 2022-08-17T12:12:18.5283120Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T12:12:18.5283429Z With the provided path, there will be 1 file uploaded 2022-08-17T12:12:18.5283709Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T12:12:18.5335608Z Starting upload of test-jsons-test-jit_legacy-1-1-linux.2xlarge_7878166469.zip 2022-08-17T12:12:18.6944461Z Finished upload of test-jsons-test-jit_legacy-1-1-linux.2xlarge_7878166469.zip 2022-08-17T12:12:18.7062901Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T12:12:18.7063118Z with: 2022-08-17T12:12:18.7063321Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T12:12:18.7063768Z retention-days: 14 2022-08-17T12:12:18.7063970Z if-no-files-found: error 2022-08-17T12:12:18.7064177Z path: test-reports-*.zip 2022-08-17T12:12:18.7064350Z name: artifact 2022-08-17T12:12:18.7064530Z s3-bucket: gha-artifacts 2022-08-17T12:12:18.7064717Z region: us-east-1 2022-08-17T12:12:18.7064878Z env: 2022-08-17T12:12:18.7065037Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:18.7065219Z ##[endgroup] 2022-08-17T12:12:19.0245463Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T12:12:19.0245901Z With the provided path, there will be 1 file uploaded 2022-08-17T12:12:19.0246594Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T12:12:19.0254139Z Starting upload of test-reports-test-jit_legacy-1-1-linux.2xlarge_7878166469.zip 2022-08-17T12:12:19.1683287Z Finished upload of test-reports-test-jit_legacy-1-1-linux.2xlarge_7878166469.zip 2022-08-17T12:12:19.1798987Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T12:12:19.1799208Z with: 2022-08-17T12:12:19.1799412Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T12:12:19.1799621Z retention-days: 14 2022-08-17T12:12:19.1799814Z if-no-files-found: ignore 2022-08-17T12:12:19.1800013Z path: usage-log-*.zip 2022-08-17T12:12:19.1800178Z name: artifact 2022-08-17T12:12:19.1800358Z s3-bucket: gha-artifacts 2022-08-17T12:12:19.1800546Z region: us-east-1 2022-08-17T12:12:19.1800709Z env: 2022-08-17T12:12:19.1800866Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:19.1801127Z ##[endgroup] 2022-08-17T12:12:19.4967688Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T12:12:19.4968264Z With the provided path, there will be 1 file uploaded 2022-08-17T12:12:19.4968608Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T12:12:19.4975175Z Starting upload of usage-log-test-jit_legacy-1-1-linux.2xlarge_7878166469.zip 2022-08-17T12:12:19.5955048Z Finished upload of usage-log-test-jit_legacy-1-1-linux.2xlarge_7878166469.zip 2022-08-17T12:12:19.6081015Z ##[group]Run set -x 2022-08-17T12:12:19.6081206Z set -x 2022-08-17T12:12:19.6081427Z python3 -m pip install -r requirements.txt 2022-08-17T12:12:19.6081677Z python3 -m pip install boto3==1.19.12 2022-08-17T12:12:19.6081969Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-08-17T12:12:19.6093274Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:12:19.6093500Z env: 2022-08-17T12:12:19.6093679Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:19.6093870Z AWS_DEFAULT_REGION: us-east-1 2022-08-17T12:12:19.6094063Z BRANCH: pull/82657 2022-08-17T12:12:19.6094255Z TEST_CONFIG: jit_legacy 2022-08-17T12:12:19.6094429Z SHARD_NUMBER: 1 2022-08-17T12:12:19.6094647Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-08-17T12:12:19.6094865Z PR_NUMBER: 82657 2022-08-17T12:12:19.6095048Z PYTORCH_RETRY_TEST_CASES: 1 2022-08-17T12:12:19.6095258Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-08-17T12:12:19.6095526Z SHA1: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:12:19.6095721Z TAG: 2022-08-17T12:12:19.6095890Z WORKFLOW_ID: 2875102080 2022-08-17T12:12:19.6096211Z GITHUB_TOKEN: *** 2022-08-17T12:12:19.6096387Z GHA_WORKFLOW_JOB_ID: 7878166469 2022-08-17T12:12:19.6096581Z ##[endgroup] 2022-08-17T12:12:19.6121150Z + python3 -m pip install -r requirements.txt 2022-08-17T12:12:19.8224851Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:12:19.9075626Z Collecting astunparse 2022-08-17T12:12:19.9238639Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-08-17T12:12:19.9470664Z Collecting expecttest 2022-08-17T12:12:19.9548112Z Downloading expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-08-17T12:12:19.9830417Z Collecting future 2022-08-17T12:12:19.9871250Z Downloading future-0.18.2.tar.gz (829 kB) 2022-08-17T12:12:20.8585495Z Collecting numpy 2022-08-17T12:12:20.8651845Z Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-08-17T12:12:21.0921929Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (5.9.1) 2022-08-17T12:12:21.1753532Z Collecting pyyaml 2022-08-17T12:12:21.1798900Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-08-17T12:12:21.1965362Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (2.26.0) 2022-08-17T12:12:21.2082478Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (49.1.3) 2022-08-17T12:12:21.2530675Z Collecting six 2022-08-17T12:12:21.2574022Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-08-17T12:12:21.2832892Z Collecting types-dataclasses 2022-08-17T12:12:21.2889854Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-08-17T12:12:21.3223092Z Collecting typing_extensions 2022-08-17T12:12:21.3270950Z Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-08-17T12:12:21.3664421Z Collecting sympy 2022-08-17T12:12:21.3713821Z Downloading sympy-1.10.1-py3-none-any.whl (6.4 MB) 2022-08-17T12:12:21.5224488Z Collecting wheel<1.0,>=0.23.0 2022-08-17T12:12:21.5269510Z Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-08-17T12:12:21.5367327Z 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 8)) (1.26.11) 2022-08-17T12:12:21.5517277Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (2022.6.15) 2022-08-17T12:12:21.5525478Z 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 8)) (2.0.12) 2022-08-17T12:12:21.5545382Z 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 8)) (3.3) 2022-08-17T12:12:21.5751729Z Collecting mpmath>=0.19 2022-08-17T12:12:21.5821977Z Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-08-17T12:12:21.6028563Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-08-17T12:12:21.6381041Z Installing collected packages: six, wheel, astunparse, expecttest, future, numpy, pyyaml, types-dataclasses, typing-extensions, mpmath, sympy 2022-08-17T12:12:21.6724565Z WARNING: The script wheel is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T12:12:21.6725107Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T12:12:21.6983401Z Running setup.py install for future: started 2022-08-17T12:12:22.1829303Z Running setup.py install for future: finished with status 'done' 2022-08-17T12:12:23.7915693Z WARNING: The scripts f2py, f2py3 and f2py3.7 are installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T12:12:23.7916203Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T12:12:31.1676977Z WARNING: The script isympy is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T12:12:31.1677494Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T12:12:31.1904701Z Successfully installed astunparse-1.6.3 expecttest-0.1.3 future-0.18.2 mpmath-1.2.1 numpy-1.21.6 pyyaml-6.0 six-1.16.0 sympy-1.10.1 types-dataclasses-0.6.6 typing-extensions-4.3.0 wheel-0.37.1 2022-08-17T12:12:31.2599742Z + python3 -m pip install boto3==1.19.12 2022-08-17T12:12:31.4722458Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:12:32.0924161Z Collecting boto3==1.19.12 2022-08-17T12:12:32.1131352Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-08-17T12:12:32.1590982Z Collecting s3transfer<0.6.0,>=0.5.0 2022-08-17T12:12:32.1633914Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-08-17T12:12:32.9340159Z Collecting botocore<1.23.0,>=1.22.12 2022-08-17T12:12:32.9391754Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-08-17T12:12:33.0977822Z Collecting jmespath<1.0.0,>=0.7.1 2022-08-17T12:12:33.1018792Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-08-17T12:12:33.1532340Z Collecting python-dateutil<3.0.0,>=2.1 2022-08-17T12:12:33.1577617Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-08-17T12:12:33.1828308Z 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.11) 2022-08-17T12:12:33.1981761Z 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-08-17T12:12:33.2622692Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-08-17T12:12:33.9310946Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-08-17T12:12:33.9859549Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-08-17T12:12:42.1697191Z [scribe] Scribe access token not provided, sending report via boto3... 2022-08-17T12:12:42.1697420Z 2022-08-17T12:12:42.1697677Z ----- Historic stats comparison result ------ 2022-08-17T12:12:42.1698340Z 2022-08-17T12:12:42.1698495Z job: linux-focal-py3.7-gcc7 2022-08-17T12:12:42.1698785Z commit: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:12:42.1698938Z 2022-08-17T12:12:42.1699087Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-08-17T12:12:42.1699315Z 2022-08-17T12:12:42.1699731Z : (master) 2022-08-17T12:12:42.1700026Z | 2022-08-17T12:12:42.1700384Z | * ce6a3c605d (HEAD) total time 89.01s 2022-08-17T12:12:42.1700589Z | | 2022-08-17T12:12:42.1700735Z | : (3 commits) 2022-08-17T12:12:42.1700900Z |/| 2022-08-17T12:12:42.1701057Z | : (6 commits) 2022-08-17T12:12:42.1701202Z | 2022-08-17T12:12:42.1703013Z * 343b5f8651 (base) 5 reports, total time 2488.33s ± 2005.09s 2022-08-17T12:12:42.1703375Z * 1a09b05c94 5 reports, total time 2470.84s ± 1972.56s 2022-08-17T12:12:42.1703861Z * df62ea76d1 5 reports, total time 2484.45s ± 1976.41s 2022-08-17T12:12:42.1704217Z * aac622ad55 5 reports, total time 2485.07s ± 2017.11s 2022-08-17T12:12:42.1704540Z * 31d4b6f52a 5 reports, total time 2575.69s ± 2119.02s 2022-08-17T12:12:42.1704846Z * 0e2efaf9cc 5 reports, total time 2933.75s ± 2779.34s 2022-08-17T12:12:42.1705161Z * 1ee9eb52b6 5 reports, total time 3224.96s ± 2891.08s 2022-08-17T12:12:42.1705388Z * f4b7c10e14 0 reports 2022-08-17T12:12:42.1705677Z * 785f7f6298 5 reports, total time 2501.75s ± 2024.28s 2022-08-17T12:12:42.1705971Z * 3586af8adc 5 reports, total time 2510.83s ± 2030.15s 2022-08-17T12:12:42.1706212Z | 2022-08-17T12:12:42.1706364Z : 2022-08-17T12:12:42.1706442Z 2022-08-17T12:12:42.1706560Z Removed (across 869 suites) 0 tests, totaling 0.00s 2022-08-17T12:12:42.1706822Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-08-17T12:12:42.1707081Z Added (across 86 suites) 2691 tests, totaling + 89.01s 2022-08-17T12:12:42.2415994Z Prepare all required actions 2022-08-17T12:12:42.2435049Z ##[group]Run ./.github/actions/teardown-linux 2022-08-17T12:12:42.2435254Z with: 2022-08-17T12:12:42.2435389Z env: 2022-08-17T12:12:42.2435561Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:42.2435741Z ##[endgroup] 2022-08-17T12:12:42.2450261Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh 2022-08-17T12:12:42.2450522Z .github/scripts/wait_for_ssh_to_drain.sh 2022-08-17T12:12:42.2462029Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:12:42.2462249Z env: 2022-08-17T12:12:42.2462425Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:42.2462612Z ##[endgroup] 2022-08-17T12:12:42.2510473Z Holding runner for 2 hours until all ssh sessions have logged out 2022-08-17T12:12:42.2586431Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-08-17T12:12:42.2586750Z # ignore expansion of "docker ps -q" since it could be empty 2022-08-17T12:12:42.2587038Z # shellcheck disable=SC2046 2022-08-17T12:12:42.2587324Z docker stop $(docker ps -q) || true 2022-08-17T12:12:42.2587548Z # Prune all of the docker images 2022-08-17T12:12:42.2587761Z docker system prune -af 2022-08-17T12:12:42.2598707Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:12:42.2598923Z env: 2022-08-17T12:12:42.2599100Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:42.2599272Z ##[endgroup] 2022-08-17T12:12:43.3238291Z 9bd791850f37 2022-08-17T12:12:43.8188877Z Deleted Containers: 2022-08-17T12:12:43.8189279Z 9bd791850f37d47f57172acd251b100cdcf84de6c3682c5d3972e2591e347476 2022-08-17T12:12:43.8189504Z 2022-08-17T12:12:46.3188668Z Deleted Images: 2022-08-17T12:12:46.3189727Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:12:46.3190757Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:594372be36f848ede98fd4597227797d5fa59cc4886edb7b024f352b98e83e00 2022-08-17T12:12:46.3191204Z deleted: sha256:fb4c52c9a9c8679dec38b68a7227616f7f41963ed9ff1a94b43b6c75db8d7fa9 2022-08-17T12:12:46.3191539Z deleted: sha256:2d0cb2547b4b9d8c0f0fc36a7ada2414ec9c7ebe26ac314329ddb7e1de17c69e 2022-08-17T12:12:46.3191897Z deleted: sha256:cc1340d7adf94b69ab2c9bff768e58cdd4d90642578cc8d4ea7f66da4cf23112 2022-08-17T12:12:46.3192212Z deleted: sha256:2b53265715948c54131d502fa8411815ec14b774a174417b5d22ef95971e7607 2022-08-17T12:12:46.3192537Z deleted: sha256:af6a91d2dd2cdd053bec86007fbc8bd5aef700d1f3ef930e9e22754cd97df924 2022-08-17T12:12:46.3192860Z deleted: sha256:2038eb381b9d1d80921507af4ea6c25c5582317b818aed4519202ff9584064ba 2022-08-17T12:12:46.3193187Z deleted: sha256:1dcdae05f2b226ec30f553376a83bfce0dbdf1ee39e078f881ed36d9fe65fb05 2022-08-17T12:12:46.3193521Z deleted: sha256:8ae9c853740306f9590b2659a9fc5eded4c272aafa6ca44c68f1ac1399a73e9d 2022-08-17T12:12:46.3193823Z deleted: sha256:8f612883fb0c9ea2471913600953f02d71cb0cb9193bbba140181474020c289b 2022-08-17T12:12:46.3194142Z deleted: sha256:8221e32a6bff1df86fb9a9a3a7a7470b6e6c856e2e15d557ee7dd80cc8ac24d8 2022-08-17T12:12:46.3194472Z deleted: sha256:4d84d7e8f5272ca06346a623a6e2befb2f8edc0d33ca6daf13ba33910510bf85 2022-08-17T12:12:46.3194808Z deleted: sha256:4b0c58d507f1ecd6bd478a50970d9c747ef4e2ce6fc1b7d2b80baf5f600cfe62 2022-08-17T12:12:46.3195125Z deleted: sha256:141213ff2809e06b118ff9eddbe2ec020e9c6d12b0e43da0c1e7b88c58d0f24a 2022-08-17T12:12:46.3195466Z deleted: sha256:e5fafbe3aac06b308b1cdb6938a0233c8abaa3229e3eef32dbca7cd6ef7f2bf7 2022-08-17T12:12:46.3195815Z deleted: sha256:01cc8d1326c081adec11dd67dc86f0d4d5f776d8cbf24ed9d69532d194452c29 2022-08-17T12:12:46.3196136Z deleted: sha256:a2f16c946b5d1f79c8b1a56dc41ea1dd5ad4c5e878d019093e299fa1ad9f947c 2022-08-17T12:12:46.3196458Z deleted: sha256:9d7165cf550ddcb549ad533e22bd404661e2f59765680a98d05370482edf3ae8 2022-08-17T12:12:46.3196767Z deleted: sha256:dd96707e0bc09ea43a4f200ef9dad8327a52200126e830dc9f678f6499835b80 2022-08-17T12:12:46.3197257Z deleted: sha256:4a8bc9baed7e3c646f1791e45fcc9158d4b49d5126a38c089fd743a9d996dd55 2022-08-17T12:12:46.3197570Z deleted: sha256:988088eda79f6d72724b7321dd7dd84674b286c73064b3f330ee76599d75a686 2022-08-17T12:12:46.3197883Z deleted: sha256:2374db1c0d6af1d3fda08553755550caa403d05bd962525deadb1e79ef6dc3a9 2022-08-17T12:12:46.3198227Z deleted: sha256:38c4ccb6efb209d5d1d7fe4d692c33e6778e04d0b049a505b970ac80647c8021 2022-08-17T12:12:46.3198546Z deleted: sha256:2bcc0c4f43849c357f23b0f8e492ea2d6b1a48f4ff4da7bb1ff23668ee07f794 2022-08-17T12:12:46.3198860Z deleted: sha256:ef60874b6600721074a89182041a8f8e1b8ff4c9572a7de5d1b69e89ce8780be 2022-08-17T12:12:46.3199162Z deleted: sha256:8f58e1722c3247e2107f12f6a7aa773d569c9cd7148281b5fa119270ee0e301d 2022-08-17T12:12:46.3199483Z deleted: sha256:f50690cb9e6bdf8228aca3df995490a49bad2f2346fd2b4cb16aaf2bb3935293 2022-08-17T12:12:46.3199794Z deleted: sha256:1d0892db23be9ad9bfc1107a6c67f40aa11623428758509038c105a5937ff9f3 2022-08-17T12:12:46.3200102Z deleted: sha256:043f10238c4fdad7165d655316155eeeb475e8f365fa17126a694c4521d4ae79 2022-08-17T12:12:46.3200491Z deleted: sha256:553b5f6dfe83a94efad47e40546556b505415957bcc1663ff9c9569474e7e5ad 2022-08-17T12:12:46.3200798Z deleted: sha256:37753eb9cdc0f259b223d407ea0c9a9f189d0e6f8fc75bba7bfe7b8bb6107360 2022-08-17T12:12:46.3201120Z deleted: sha256:474d4748a6db06332a7f40faa666d4b24cf2407c0122e2aa2087390f65f4dbd1 2022-08-17T12:12:46.3201423Z deleted: sha256:1ede402f033e02651f0c166142559bc4611e9c1064af65d7f20e7c83f50c9a64 2022-08-17T12:12:46.3201739Z deleted: sha256:801cc279fd42150f0d92def07783b1acd9c14e7f275afbd6d17bdd3f13253186 2022-08-17T12:12:46.3202060Z deleted: sha256:eee9b1cc2de733433acd46d45ae3334201cd0565bd7c708b9cdfba46964f14f9 2022-08-17T12:12:46.3202382Z deleted: sha256:53fb226ef291c5fd0368a0463c06418b9b6bdc9f9216e621191b7658c857b345 2022-08-17T12:12:46.3202692Z deleted: sha256:4b78144a1e3f787fc836428a41b3f814b6a778fdad392680d573514fb5b9f2c7 2022-08-17T12:12:46.3203018Z deleted: sha256:f9edf9a450f9ddcf7efc2b42fa77dd9a37bc0207ffedbedce3536a4954990321 2022-08-17T12:12:46.3203363Z deleted: sha256:ecd1bd81a07b193ea24963c873e861324def6234a394b0cb1028d21f4f3641e7 2022-08-17T12:12:46.3203682Z deleted: sha256:01898bcfbc799c6b94e0def2782a011c2e100aa9e2a27f6eb7429684f3748770 2022-08-17T12:12:46.3203995Z deleted: sha256:682b0b412fc7c00587b773aa6a33bf184c28814b7036dc88c022c9d45c0a437c 2022-08-17T12:12:46.3204296Z deleted: sha256:57fce6ee1a3613c7040f3ef361aa48be78abd9a4105fe439c95e386bb12d13a0 2022-08-17T12:12:46.3204620Z deleted: sha256:51bf4e16b50a0652e9491556b6cea015da597559b58a507b67cebfe8a688ae3d 2022-08-17T12:12:46.3204947Z deleted: sha256:c24d44cff78a90fb4905a141bb9e6a7fb59a6dd63a974436952f9ec590078426 2022-08-17T12:12:46.3205265Z deleted: sha256:39ab34fc8a2a9f2aa438abef98d79822a33c30dbf03980a45c62f027253f3c7e 2022-08-17T12:12:46.3205591Z deleted: sha256:90dbe860572cf2e3d5e0b324bd84e2e9d1b6293ff3a180bec3b9419469e16996 2022-08-17T12:12:46.3205929Z deleted: sha256:39ee4dbd2638c415fb28b35c14fe55dacb2aab2c7ca47bef8407c839b5c69bdf 2022-08-17T12:12:46.3206273Z deleted: sha256:fadd72835ebf8d726a99a39b82c26aa1a2f443bc6892b300ac9e42ca9bc01fdf 2022-08-17T12:12:46.3206601Z deleted: sha256:245afb53fdc4b0ff4caa5a68d68722a4c341eed2284179368feef358e4018f2d 2022-08-17T12:12:46.3206921Z deleted: sha256:215f0022beb0eec34838c527256a6a32bde4281e1c3e1506c97881354f539786 2022-08-17T12:12:46.3207221Z deleted: sha256:775f18a80d2412c731729719e69143252dd4b2f4f2f556a5f1ded320ca220de6 2022-08-17T12:12:46.3207500Z deleted: sha256:b140655968278b483da972e18ea3578ea839d9f05e78843809c8b546ed899834 2022-08-17T12:12:46.3207799Z deleted: sha256:107411100b28d8ebcd204ea5baca21a2093e1e48e8aac5576898abc4295704ec 2022-08-17T12:12:46.3208111Z deleted: sha256:8fde7a40967705a136524cea4a68d44ae0a155f069680fab698e5555d9b96d34 2022-08-17T12:12:46.3208436Z deleted: sha256:d6e6a8cab95ba133a8182ec71cdb7cea77e4b02173aa90ca3af0300f55a84fd0 2022-08-17T12:12:46.3208759Z deleted: sha256:08bf5babfd0b448a8d39227aff88e6c3b10f48d9651561e742e668912b3dbc5c 2022-08-17T12:12:46.3209124Z deleted: sha256:734f2fd68c5f68d7f9691bc1502d405aca5054c090668a7f86201ab189801118 2022-08-17T12:12:46.3209446Z deleted: sha256:4f4b7ba1e23c2573eda42a3170ec1f097cd4fb77b4ff142ce9e7a4d08feb08cb 2022-08-17T12:12:46.3209756Z deleted: sha256:21c2921e9c1426096c1faf5e1bee42e4c78b43550961584e000bf8afa3c91440 2022-08-17T12:12:46.3210076Z deleted: sha256:0c0d4ea4a7f43436cc2b7785ac11cf898afcaf3c0ee1b9e52e103bffa9b32ebf 2022-08-17T12:12:46.3210410Z deleted: sha256:c3f11d77a5de76ec836c52333d45ac3742c7b27d3d83feba6ec978e223715c67 2022-08-17T12:12:46.3210592Z 2022-08-17T12:12:46.3457525Z Total reclaimed space: 7.155GB 2022-08-17T12:12:46.3508531Z Post job cleanup. 2022-08-17T12:12:46.3545494Z Post job cleanup. 2022-08-17T12:12:46.7746922Z [command]/usr/bin/git version 2022-08-17T12:12:46.7796651Z git version 2.37.1 2022-08-17T12:12:46.7868104Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/835d021e-44d0-4215-a9e6-82c4d4dd0903' before making global git config changes 2022-08-17T12:12:46.7868526Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T12:12:46.7874238Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:12:46.7924777Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T12:12:46.7958022Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-08-17T12:12:46.8307665Z Entering 'android/libs/fbjni' 2022-08-17T12:12:46.8343620Z Entering 'third_party/FP16' 2022-08-17T12:12:46.8380126Z Entering 'third_party/FXdiv' 2022-08-17T12:12:46.8413431Z Entering 'third_party/NNPACK' 2022-08-17T12:12:46.8447674Z Entering 'third_party/QNNPACK' 2022-08-17T12:12:46.8482950Z Entering 'third_party/XNNPACK' 2022-08-17T12:12:46.8527265Z Entering 'third_party/benchmark' 2022-08-17T12:12:46.8561696Z Entering 'third_party/cpuinfo' 2022-08-17T12:12:46.8596788Z Entering 'third_party/cub' 2022-08-17T12:12:46.8631437Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:12:46.8671810Z Entering 'third_party/eigen' 2022-08-17T12:12:46.8708920Z Entering 'third_party/fbgemm' 2022-08-17T12:12:46.8743633Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:12:46.8777440Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:12:46.8811943Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:12:46.8847100Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:12:46.8882958Z Entering 'third_party/flatbuffers' 2022-08-17T12:12:46.8919084Z Entering 'third_party/fmt' 2022-08-17T12:12:46.8953889Z Entering 'third_party/foxi' 2022-08-17T12:12:46.8989560Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:12:46.9023385Z Entering 'third_party/gloo' 2022-08-17T12:12:46.9058566Z Entering 'third_party/googletest' 2022-08-17T12:12:46.9092997Z Entering 'third_party/ideep' 2022-08-17T12:12:46.9127582Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:12:46.9163414Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:12:46.9203395Z Entering 'third_party/ios-cmake' 2022-08-17T12:12:46.9237013Z Entering 'third_party/ittapi' 2022-08-17T12:12:46.9270981Z Entering 'third_party/kineto' 2022-08-17T12:12:46.9305576Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:12:46.9339207Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:12:46.9374164Z Entering 'third_party/nccl/nccl' 2022-08-17T12:12:46.9409976Z Entering 'third_party/neon2sse' 2022-08-17T12:12:46.9444369Z Entering 'third_party/nlohmann' 2022-08-17T12:12:46.9481480Z Entering 'third_party/onnx' 2022-08-17T12:12:46.9526599Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:12:46.9561770Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:12:46.9599375Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:12:46.9633675Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:12:46.9671655Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:12:46.9705791Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:12:46.9739225Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:12:46.9777771Z Entering 'third_party/pocketfft' 2022-08-17T12:12:46.9812882Z Entering 'third_party/protobuf' 2022-08-17T12:12:46.9850666Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:12:46.9885752Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:12:46.9921938Z Entering 'third_party/psimd' 2022-08-17T12:12:46.9956357Z Entering 'third_party/pthreadpool' 2022-08-17T12:12:46.9992206Z Entering 'third_party/pybind11' 2022-08-17T12:12:47.0026428Z Entering 'third_party/python-enum' 2022-08-17T12:12:47.0060835Z Entering 'third_party/python-peachpy' 2022-08-17T12:12:47.0095980Z Entering 'third_party/python-six' 2022-08-17T12:12:47.0130558Z Entering 'third_party/sleef' 2022-08-17T12:12:47.0166051Z Entering 'third_party/tbb' 2022-08-17T12:12:47.0202228Z Entering 'third_party/tensorpipe' 2022-08-17T12:12:47.0236699Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:12:47.0270552Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:12:47.0303096Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:12:47.0337360Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:12:47.0370181Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:12:47.0406774Z Entering 'third_party/zstd' 2022-08-17T12:12:47.0458646Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T12:12:47.0485412Z http.https://github.com/.extraheader 2022-08-17T12:12:47.0493872Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-08-17T12:12:47.0528007Z [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-08-17T12:12:47.0784329Z Entering 'android/libs/fbjni' 2022-08-17T12:12:47.0803045Z http.https://github.com/.extraheader 2022-08-17T12:12:47.0832459Z Entering 'third_party/FP16' 2022-08-17T12:12:47.0851963Z http.https://github.com/.extraheader 2022-08-17T12:12:47.0879267Z Entering 'third_party/FXdiv' 2022-08-17T12:12:47.0899324Z http.https://github.com/.extraheader 2022-08-17T12:12:47.0926621Z Entering 'third_party/NNPACK' 2022-08-17T12:12:47.0947888Z http.https://github.com/.extraheader 2022-08-17T12:12:47.0973912Z Entering 'third_party/QNNPACK' 2022-08-17T12:12:47.0993734Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1020609Z Entering 'third_party/XNNPACK' 2022-08-17T12:12:47.1040391Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1076736Z Entering 'third_party/benchmark' 2022-08-17T12:12:47.1096637Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1123000Z Entering 'third_party/cpuinfo' 2022-08-17T12:12:47.1142627Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1169133Z Entering 'third_party/cub' 2022-08-17T12:12:47.1189917Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1216068Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:12:47.1236197Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1271488Z Entering 'third_party/eigen' 2022-08-17T12:12:47.1291668Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1320369Z Entering 'third_party/fbgemm' 2022-08-17T12:12:47.1340653Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1368621Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:12:47.1388687Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1415108Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:12:47.1436055Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1463090Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:12:47.1483057Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1509754Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:12:47.1529529Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1557883Z Entering 'third_party/flatbuffers' 2022-08-17T12:12:47.1577942Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1607012Z Entering 'third_party/fmt' 2022-08-17T12:12:47.1628957Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1655793Z Entering 'third_party/foxi' 2022-08-17T12:12:47.1675962Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1702240Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:12:47.1722538Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1750635Z Entering 'third_party/gloo' 2022-08-17T12:12:47.1770006Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1797039Z Entering 'third_party/googletest' 2022-08-17T12:12:47.1816839Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1843901Z Entering 'third_party/ideep' 2022-08-17T12:12:47.1864635Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1890556Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:12:47.1911205Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1940063Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:12:47.1960721Z http.https://github.com/.extraheader 2022-08-17T12:12:47.1995054Z Entering 'third_party/ios-cmake' 2022-08-17T12:12:47.2015486Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2042893Z Entering 'third_party/ittapi' 2022-08-17T12:12:47.2062829Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2089264Z Entering 'third_party/kineto' 2022-08-17T12:12:47.2109920Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2136819Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:12:47.2156460Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2183595Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:12:47.2202754Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2232157Z Entering 'third_party/nccl/nccl' 2022-08-17T12:12:47.2253171Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2280104Z Entering 'third_party/neon2sse' 2022-08-17T12:12:47.2300357Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2327051Z Entering 'third_party/nlohmann' 2022-08-17T12:12:47.2347160Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2375770Z Entering 'third_party/onnx' 2022-08-17T12:12:47.2396164Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2434387Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:12:47.2454362Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2480863Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:12:47.2501689Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2530873Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:12:47.2551301Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2576906Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:12:47.2597185Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2629349Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:12:47.2648849Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2676281Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:12:47.2696104Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2722891Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:12:47.2744620Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2776122Z Entering 'third_party/pocketfft' 2022-08-17T12:12:47.2796809Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2824085Z Entering 'third_party/protobuf' 2022-08-17T12:12:47.2844434Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2874808Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:12:47.2894736Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2922459Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:12:47.2944806Z http.https://github.com/.extraheader 2022-08-17T12:12:47.2974544Z Entering 'third_party/psimd' 2022-08-17T12:12:47.2995295Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3022346Z Entering 'third_party/pthreadpool' 2022-08-17T12:12:47.3042657Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3070509Z Entering 'third_party/pybind11' 2022-08-17T12:12:47.3090683Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3117913Z Entering 'third_party/python-enum' 2022-08-17T12:12:47.3139529Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3167007Z Entering 'third_party/python-peachpy' 2022-08-17T12:12:47.3188038Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3214656Z Entering 'third_party/python-six' 2022-08-17T12:12:47.3234423Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3260953Z Entering 'third_party/sleef' 2022-08-17T12:12:47.3282273Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3310473Z Entering 'third_party/tbb' 2022-08-17T12:12:47.3330629Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3358976Z Entering 'third_party/tensorpipe' 2022-08-17T12:12:47.3379664Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3406479Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:12:47.3426362Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3452622Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:12:47.3472454Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3499218Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:12:47.3518826Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3547211Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:12:47.3566431Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3592637Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:12:47.3612130Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3642486Z Entering 'third_party/zstd' 2022-08-17T12:12:47.3663055Z http.https://github.com/.extraheader 2022-08-17T12:12:47.3899368Z Cleaning up orphan processes