2022-09-27T15:24:18.6630836Z Requested labels: linux.2xlarge 2022-09-27T15:24:18.6630937Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:24:18.6630965Z Waiting for a runner to pick up this job... 2022-09-27T15:24:22.5102716Z Job is about to start running on the runner: i-096ba2f68fce08f4a (organization) 2022-09-27T15:24:27.4410557Z Current runner version: '2.296.2' 2022-09-27T15:24:27.4416166Z Runner name: 'i-096ba2f68fce08f4a' 2022-09-27T15:24:27.4416599Z Runner group name: 'Default' 2022-09-27T15:24:27.4417157Z Machine name: 'ip-10-0-9-116' 2022-09-27T15:24:27.4418879Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:24:27.4419469Z Actions: read 2022-09-27T15:24:27.4419699Z Checks: read 2022-09-27T15:24:27.4419939Z Contents: read 2022-09-27T15:24:27.4420182Z Deployments: read 2022-09-27T15:24:27.4420420Z Discussions: read 2022-09-27T15:24:27.4420660Z Issues: read 2022-09-27T15:24:27.4420889Z Metadata: read 2022-09-27T15:24:27.4421114Z Packages: read 2022-09-27T15:24:27.4421350Z Pages: read 2022-09-27T15:24:27.4421597Z PullRequests: read 2022-09-27T15:24:27.4421869Z RepositoryProjects: read 2022-09-27T15:24:27.4422148Z SecurityEvents: read 2022-09-27T15:24:27.4422398Z Statuses: read 2022-09-27T15:24:27.4422617Z ##[endgroup] 2022-09-27T15:24:27.4425712Z Secret source: None 2022-09-27T15:24:27.4426205Z Prepare workflow directory 2022-09-27T15:24:27.6601233Z Prepare all required actions 2022-09-27T15:24:27.6770822Z Getting action download info 2022-09-27T15:24:27.8741630Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:24:31.0190366Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:24:31.1282609Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:24:31.3464288Z Getting action download info 2022-09-27T15:24:31.5604173Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:24:31.7641761Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:24:31.7643564Z ##[group] Inputs 2022-09-27T15:24:31.7643857Z build-environment: linux-focal-py3.7-gcc7 2022-09-27T15:24:31.7644685Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "docs_test", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "jit_legacy", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "backwards_compat", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-09-27T15:24:31.7645582Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:24:31.7645938Z sync-tag: 2022-09-27T15:24:31.7646121Z ##[endgroup] 2022-09-27T15:24:31.7646576Z Complete job name: linux-focal-py3.7-gcc7 / test (jit_legacy, 1, 1, linux.2xlarge) 2022-09-27T15:24:31.8353590Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:24:31.8353919Z with: 2022-09-27T15:24:31.8354126Z submodules: recursive 2022-09-27T15:24:31.8354314Z fetch-depth: 0 2022-09-27T15:24:31.8354496Z env: 2022-09-27T15:24:31.8354688Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:31.8354878Z ##[endgroup] 2022-09-27T15:24:31.8590142Z ##[group]Run retry () { 2022-09-27T15:24:31.8590439Z retry () { 2022-09-27T15:24:31.8590678Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:24:31.8590898Z } 2022-09-27T15:24:31.8591080Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:24:31.8591313Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:24:31.8591552Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:31.8591765Z else 2022-09-27T15:24:31.8591959Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:31.8592178Z fi 2022-09-27T15:24:31.8592452Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:24:31.8608687Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:24:31.8609060Z env: 2022-09-27T15:24:31.8609249Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:31.8609432Z NO_SUDO: 2022-09-27T15:24:31.8609609Z ##[endgroup] 2022-09-27T15:24:31.8787038Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:33.6216973Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:24:33.6217235Z with: 2022-09-27T15:24:33.6217438Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:24:33.6217651Z fetch-depth: 0 2022-09-27T15:24:33.6217829Z submodules: recursive 2022-09-27T15:24:33.6218023Z quiet-checkout: true 2022-09-27T15:24:33.6218222Z repository: pytorch/pytorch 2022-09-27T15:24:33.6218603Z token: *** 2022-09-27T15:24:33.6218779Z ssh-strict: true 2022-09-27T15:24:33.6218979Z persist-credentials: true 2022-09-27T15:24:33.6219165Z clean: true 2022-09-27T15:24:33.6219336Z lfs: false 2022-09-27T15:24:33.6219529Z set-safe-directory: true 2022-09-27T15:24:33.6219707Z env: 2022-09-27T15:24:33.6219877Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:33.6220057Z ##[endgroup] 2022-09-27T15:24:33.7428889Z Syncing repository: pytorch/pytorch 2022-09-27T15:24:33.7430335Z ##[group]Getting Git version info 2022-09-27T15:24:33.7430815Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:33.7431271Z [command]/usr/bin/git version 2022-09-27T15:24:33.7431473Z git version 2.37.1 2022-09-27T15:24:33.7432038Z ##[endgroup] 2022-09-27T15:24:33.7443821Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d0650e57-1b6c-4bd9-9340-a4ecfaece4ab' before making global git config changes 2022-09-27T15:24:33.7444270Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:24:33.7450403Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:33.7490723Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:33.7494616Z ##[group]Initializing the repository 2022-09-27T15:24:33.7499361Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:33.7531245Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:24:33.7531832Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:24:33.7532338Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:24:33.7532707Z hint: 2022-09-27T15:24:33.7533211Z hint: git config --global init.defaultBranch 2022-09-27T15:24:33.7533701Z hint: 2022-09-27T15:24:33.7533991Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:24:33.7534464Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:24:33.7534915Z hint: 2022-09-27T15:24:33.7535436Z hint: git branch -m 2022-09-27T15:24:33.7535819Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:24:33.7543091Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:24:33.7573862Z ##[endgroup] 2022-09-27T15:24:33.7574429Z ##[group]Disabling automatic garbage collection 2022-09-27T15:24:33.7578668Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:24:33.7607435Z ##[endgroup] 2022-09-27T15:24:33.7608008Z ##[group]Setting up auth 2022-09-27T15:24:33.7615448Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:24:33.7647075Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:24:33.7904241Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:24:33.7937996Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T15:24:33.8203938Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:24:33.8249950Z ##[endgroup] 2022-09-27T15:24:33.8250342Z ##[group]Fetching the repository 2022-09-27T15:24:33.8256394Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-09-27T15:25:23.2307527Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:25:23.2345820Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:24.2062039Z ##[endgroup] 2022-09-27T15:25:24.2062784Z ##[group]Determining the checkout info 2022-09-27T15:25:24.2064464Z ##[endgroup] 2022-09-27T15:25:24.2065052Z ##[group]Checking out the ref 2022-09-27T15:25:24.2070862Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:25.4916027Z ##[endgroup] 2022-09-27T15:25:25.4916487Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:25:25.4921950Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:25:25.4977646Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:25:25.5014906Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:25:25.5052190Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:25:25.5083686Z ##[endgroup] 2022-09-27T15:25:25.5084062Z ##[group]Fetching submodules 2022-09-27T15:25:25.5088040Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:25:25.5376437Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:25:25.5661976Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:25:25.5662774Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:25:25.5663570Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:25:25.5666001Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:25:25.5668454Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:25:25.5671440Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:25:25.5673728Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:25:25.5676570Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:25:25.5679830Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:25:25.5682688Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:25:25.5685871Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:25:25.5689161Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:25:25.5692536Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:25:25.5696008Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:25:25.5699813Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:25:25.5703340Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:25:25.5707048Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:25:25.5710964Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:25:25.5714974Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:25:25.5719375Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:25:25.5723536Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:25:25.5728086Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:25:25.5732512Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:25:25.5736951Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:25:25.5741479Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:25:25.5746177Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:25:25.5750985Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:25:25.5755662Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:25:25.5762151Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:25:25.5767718Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:25:25.5772487Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:25:25.5777625Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:25:25.5782997Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:25:25.5788528Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:25:25.5794021Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:25:25.5799823Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:25:25.5805530Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:25:25.5811415Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:25:25.5817481Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:25:25.5823743Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:25:25.5829842Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:25:25.5861754Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:25:25.8588086Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:25:26.0808417Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:25:26.2854599Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:25:26.6188810Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:25:26.8901574Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:25:29.1754619Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:25:35.1502050Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:25:35.5730426Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:25:36.1005177Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:25:37.5537069Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:25:38.7053825Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:25:40.0013090Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:25:45.8008885Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:25:46.4616040Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:25:47.6231153Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:25:48.8055581Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:25:49.0620659Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:25:49.5536513Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:25:49.8721095Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:25:50.8825603Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:25:51.2966491Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:25:51.4936504Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:25:51.7330679Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:25:53.3082701Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:25:53.8064041Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:25:54.1544233Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:26:00.2404924Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:26:02.1109204Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:26:02.6592938Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:26:02.9286141Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:26:08.4658397Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:26:08.6744631Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:26:08.9150104Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:26:09.7209837Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:26:09.9650015Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:26:10.3042318Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:26:10.5932969Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:26:11.1878054Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:26:13.2759198Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:26:14.8781844Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:26:17.2607973Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:26:17.2712016Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:26:17.2790865Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:26:17.3009127Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:26:17.3228737Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:26:17.3595153Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:26:17.9339599Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:26:17.9543600Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:18.0493799Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:26:18.0826038Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:26:18.3599088Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:26:18.7442981Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:26:18.9798717Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:26:19.0256616Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:26:19.0272361Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:19.0274525Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:19.0277442Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:19.0280367Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:19.0305514Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:26:19.8666002Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:26:20.3913528Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:26:21.4839981Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:26:21.8169279Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:26:21.9131113Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:26:21.9694696Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:26:21.9790741Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:26:22.0601006Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:26:22.0928026Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:26:22.1014553Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:26:22.1401773Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:26:22.1635991Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:26:22.2086830Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:26:22.2199339Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:26:22.2213409Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:22.2234307Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:26:29.1521530Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:26:29.1537607Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:29.1561292Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:26:36.2260607Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:26:36.2357501Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:26:36.2490961Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:26:36.3396595Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:26:36.3411482Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:36.3413279Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:36.3436621Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:26:37.5896526Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:26:38.6238168Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:26:38.6767359Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:26:38.6960916Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:26:38.7100447Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:26:38.8128769Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:26:39.0431541Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:26:39.0460775Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:39.0462399Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:39.0487816Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:39.4751183Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:40.3192446Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:40.3495255Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:26:40.3639270Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:26:40.3652617Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:40.3674699Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:26:42.0656305Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:26:42.0675733Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:42.0677724Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:42.0702643Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:42.5071682Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:43.3138499Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:26:43.3779139Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:26:43.3793299Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:43.3817295Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:26:43.5991730Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:43.6078914Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:26:43.8498482Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:26:43.8517345Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:43.8519310Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:43.8543262Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:26:44.2513222Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:26:45.3432224Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:26:45.4094989Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:26:45.4178506Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:26:45.4279084Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:26:45.4598211Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:26:45.4683257Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:26:45.4955233Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:26:45.5046387Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:26:45.5466600Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:26:45.6495137Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:26:45.6740650Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:26:45.6755431Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:45.6757467Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:45.6759695Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:45.6761840Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:45.6785363Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:26:46.7147370Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:26:47.4204861Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:26:48.7530915Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:26:49.8660323Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:26:49.8803626Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:26:49.9439229Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:26:49.9720852Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:26:49.9734557Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:49.9758029Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:26:50.2866783Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:50.4172873Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:26:50.4203049Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:26:50.4474677Z Entering 'android/libs/fbjni' 2022-09-27T15:26:50.4512905Z Entering 'third_party/FP16' 2022-09-27T15:26:50.4547749Z Entering 'third_party/FXdiv' 2022-09-27T15:26:50.4585578Z Entering 'third_party/NNPACK' 2022-09-27T15:26:50.4622207Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:50.4659420Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:50.4695446Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:50.4742325Z Entering 'third_party/benchmark' 2022-09-27T15:26:50.4778172Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:50.4814971Z Entering 'third_party/cub' 2022-09-27T15:26:50.4850271Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:50.4891227Z Entering 'third_party/cutlass' 2022-09-27T15:26:50.4933665Z Entering 'third_party/eigen' 2022-09-27T15:26:50.4969614Z Entering 'third_party/fbgemm' 2022-09-27T15:26:50.5004390Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:50.5040451Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:50.5074861Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:50.5109336Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:50.5145886Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:50.5182940Z Entering 'third_party/fmt' 2022-09-27T15:26:50.5217398Z Entering 'third_party/foxi' 2022-09-27T15:26:50.5252320Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:50.5286813Z Entering 'third_party/gloo' 2022-09-27T15:26:50.5321900Z Entering 'third_party/googletest' 2022-09-27T15:26:50.5359099Z Entering 'third_party/ideep' 2022-09-27T15:26:50.5393030Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:50.5428984Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:50.5473032Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:50.5509157Z Entering 'third_party/ittapi' 2022-09-27T15:26:50.5544551Z Entering 'third_party/kineto' 2022-09-27T15:26:50.5579986Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:50.5615091Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:50.5652562Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:50.5688735Z Entering 'third_party/neon2sse' 2022-09-27T15:26:50.5723826Z Entering 'third_party/nlohmann' 2022-09-27T15:26:50.5761162Z Entering 'third_party/onnx' 2022-09-27T15:26:50.5810696Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:50.5846125Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:50.5885214Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:50.5921380Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:50.5960171Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:50.5994974Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:50.6031479Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:50.6070636Z Entering 'third_party/pocketfft' 2022-09-27T15:26:50.6106239Z Entering 'third_party/protobuf' 2022-09-27T15:26:50.6145504Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:50.6180532Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:50.6218480Z Entering 'third_party/psimd' 2022-09-27T15:26:50.6254675Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:50.6289831Z Entering 'third_party/pybind11' 2022-09-27T15:26:50.6326364Z Entering 'third_party/python-enum' 2022-09-27T15:26:50.6362111Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:50.6399703Z Entering 'third_party/python-six' 2022-09-27T15:26:50.6437672Z Entering 'third_party/sleef' 2022-09-27T15:26:50.6475757Z Entering 'third_party/tbb' 2022-09-27T15:26:50.6516304Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:50.6554872Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:50.6594731Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:50.6631317Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:50.6668414Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:50.6705210Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:50.6745674Z Entering 'third_party/zstd' 2022-09-27T15:26:50.6792304Z ##[endgroup] 2022-09-27T15:26:50.6793987Z ##[group]Persisting credentials for submodules 2022-09-27T15:26:50.6799689Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-09-27T15:26:50.7075938Z Entering 'android/libs/fbjni' 2022-09-27T15:26:50.7114350Z Entering 'third_party/FP16' 2022-09-27T15:26:50.7152546Z Entering 'third_party/FXdiv' 2022-09-27T15:26:50.7188845Z Entering 'third_party/NNPACK' 2022-09-27T15:26:50.7225085Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:50.7263503Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:50.7300281Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:50.7347551Z Entering 'third_party/benchmark' 2022-09-27T15:26:50.7384052Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:50.7419152Z Entering 'third_party/cub' 2022-09-27T15:26:50.7454456Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:50.7496604Z Entering 'third_party/cutlass' 2022-09-27T15:26:50.7540797Z Entering 'third_party/eigen' 2022-09-27T15:26:50.7579313Z Entering 'third_party/fbgemm' 2022-09-27T15:26:50.7615453Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:50.7649692Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:50.7683949Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:50.7718852Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:50.7754591Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:50.7792017Z Entering 'third_party/fmt' 2022-09-27T15:26:50.7827274Z Entering 'third_party/foxi' 2022-09-27T15:26:50.7862603Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:50.7897553Z Entering 'third_party/gloo' 2022-09-27T15:26:50.7934257Z Entering 'third_party/googletest' 2022-09-27T15:26:50.7969001Z Entering 'third_party/ideep' 2022-09-27T15:26:50.8004592Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:50.8042347Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:50.8086137Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:50.8123807Z Entering 'third_party/ittapi' 2022-09-27T15:26:50.8159894Z Entering 'third_party/kineto' 2022-09-27T15:26:50.8197394Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:50.8234558Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:50.8274500Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:50.8312929Z Entering 'third_party/neon2sse' 2022-09-27T15:26:50.8349001Z Entering 'third_party/nlohmann' 2022-09-27T15:26:50.8386180Z Entering 'third_party/onnx' 2022-09-27T15:26:50.8434619Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:50.8470755Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:50.8508636Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:50.8544058Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:50.8584623Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:50.8621012Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:50.8656672Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:50.8695838Z Entering 'third_party/pocketfft' 2022-09-27T15:26:50.8731814Z Entering 'third_party/protobuf' 2022-09-27T15:26:50.8771815Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:50.8806547Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:50.8843262Z Entering 'third_party/psimd' 2022-09-27T15:26:50.8879435Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:50.8913689Z Entering 'third_party/pybind11' 2022-09-27T15:26:50.8950322Z Entering 'third_party/python-enum' 2022-09-27T15:26:50.8986515Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:50.9022890Z Entering 'third_party/python-six' 2022-09-27T15:26:50.9058457Z Entering 'third_party/sleef' 2022-09-27T15:26:50.9094393Z Entering 'third_party/tbb' 2022-09-27T15:26:50.9132326Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:50.9169072Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:50.9203977Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:50.9238810Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:50.9272891Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:50.9308631Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:50.9346470Z Entering 'third_party/zstd' 2022-09-27T15:26:50.9394789Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-09-27T15:26:50.9667645Z Entering 'android/libs/fbjni' 2022-09-27T15:26:50.9701974Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:26:50.9716986Z Entering 'third_party/FP16' 2022-09-27T15:26:50.9752239Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:26:50.9767541Z Entering 'third_party/FXdiv' 2022-09-27T15:26:50.9802872Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:26:50.9818284Z Entering 'third_party/NNPACK' 2022-09-27T15:26:50.9852158Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:26:50.9866826Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:50.9901276Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:26:50.9916757Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:50.9950231Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:26:50.9965386Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:50.9999875Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:26:51.0025972Z Entering 'third_party/benchmark' 2022-09-27T15:26:51.0061393Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:51.0075863Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:51.0108907Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:51.0125403Z Entering 'third_party/cub' 2022-09-27T15:26:51.0159008Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:26:51.0174100Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:51.0208394Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:26:51.0230250Z Entering 'third_party/cutlass' 2022-09-27T15:26:51.0267345Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:26:51.0290058Z Entering 'third_party/eigen' 2022-09-27T15:26:51.0325012Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:26:51.0341338Z Entering 'third_party/fbgemm' 2022-09-27T15:26:51.0376464Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:26:51.0391639Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:51.0425740Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:26:51.0440733Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:51.0474138Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:51.0491405Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:51.0525849Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:51.0541122Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:51.0574836Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:26:51.0591741Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:51.0626369Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:26:51.0644770Z Entering 'third_party/fmt' 2022-09-27T15:26:51.0678542Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:26:51.0694354Z Entering 'third_party/foxi' 2022-09-27T15:26:51.0728565Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:26:51.0743236Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:51.0776903Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:26:51.0792247Z Entering 'third_party/gloo' 2022-09-27T15:26:51.0827044Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:26:51.0842640Z Entering 'third_party/googletest' 2022-09-27T15:26:51.0875951Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:51.0890664Z Entering 'third_party/ideep' 2022-09-27T15:26:51.0925559Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:26:51.0940279Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:51.0974385Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:26:51.0991064Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:51.1023771Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-09-27T15:26:51.1045622Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:51.1079613Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:26:51.1093624Z Entering 'third_party/ittapi' 2022-09-27T15:26:51.1127322Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:26:51.1143229Z Entering 'third_party/kineto' 2022-09-27T15:26:51.1177480Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:26:51.1192767Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:51.1230118Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:26:51.1245973Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:51.1282758Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:26:51.1299031Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:51.1333466Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:26:51.1349681Z Entering 'third_party/neon2sse' 2022-09-27T15:26:51.1383700Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:26:51.1398951Z Entering 'third_party/nlohmann' 2022-09-27T15:26:51.1434432Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:26:51.1451562Z Entering 'third_party/onnx' 2022-09-27T15:26:51.1487451Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:51.1514672Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:51.1552050Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:51.1566900Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:51.1604868Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:51.1621159Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:51.1656810Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:26:51.1670182Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:51.1704571Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:51.1724041Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:51.1758109Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:51.1772578Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:51.1805146Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:51.1819669Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:51.1852813Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:26:51.1872271Z Entering 'third_party/pocketfft' 2022-09-27T15:26:51.1906423Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:26:51.1920811Z Entering 'third_party/protobuf' 2022-09-27T15:26:51.1954349Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:26:51.1973128Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:51.2006110Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:51.2020216Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:51.2054046Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:51.2072378Z Entering 'third_party/psimd' 2022-09-27T15:26:51.2106143Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:26:51.2121398Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:51.2154591Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:26:51.2170252Z Entering 'third_party/pybind11' 2022-09-27T15:26:51.2203650Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:51.2218584Z Entering 'third_party/python-enum' 2022-09-27T15:26:51.2252117Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:26:51.2267104Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:51.2300211Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:26:51.2315267Z Entering 'third_party/python-six' 2022-09-27T15:26:51.2414808Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:26:51.2430382Z Entering 'third_party/sleef' 2022-09-27T15:26:51.2464825Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:26:51.2480532Z Entering 'third_party/tbb' 2022-09-27T15:26:51.2514670Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:26:51.2532730Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:51.2567606Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:26:51.2582964Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:51.2618230Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:51.2633284Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:51.2666664Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:26:51.2682504Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:51.2715078Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:26:51.2730889Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:51.2765852Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:51.2781367Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:51.2820871Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:26:51.2841861Z Entering 'third_party/zstd' 2022-09-27T15:26:51.2877908Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:26:51.7787139Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:26:51.8061166Z Entering 'android/libs/fbjni' 2022-09-27T15:26:51.8097786Z Entering 'third_party/FP16' 2022-09-27T15:26:51.8134300Z Entering 'third_party/FXdiv' 2022-09-27T15:26:51.8170875Z Entering 'third_party/NNPACK' 2022-09-27T15:26:51.8208170Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:51.8244546Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:51.8282150Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:51.8328707Z Entering 'third_party/benchmark' 2022-09-27T15:26:51.8364830Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:51.8400857Z Entering 'third_party/cub' 2022-09-27T15:26:51.8436154Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:51.8479109Z Entering 'third_party/cutlass' 2022-09-27T15:26:51.8522209Z Entering 'third_party/eigen' 2022-09-27T15:26:51.8561131Z Entering 'third_party/fbgemm' 2022-09-27T15:26:51.8598297Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:51.8633262Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:51.8668886Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:51.8704256Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:51.8742575Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:51.8782569Z Entering 'third_party/fmt' 2022-09-27T15:26:51.8820354Z Entering 'third_party/foxi' 2022-09-27T15:26:51.8857721Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:51.8896755Z Entering 'third_party/gloo' 2022-09-27T15:26:51.8933459Z Entering 'third_party/googletest' 2022-09-27T15:26:51.8971635Z Entering 'third_party/ideep' 2022-09-27T15:26:51.9008371Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:51.9047177Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:51.9091152Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:51.9129172Z Entering 'third_party/ittapi' 2022-09-27T15:26:51.9167918Z Entering 'third_party/kineto' 2022-09-27T15:26:51.9206848Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:51.9245828Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:51.9287883Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:51.9326754Z Entering 'third_party/neon2sse' 2022-09-27T15:26:51.9363076Z Entering 'third_party/nlohmann' 2022-09-27T15:26:51.9400410Z Entering 'third_party/onnx' 2022-09-27T15:26:51.9452532Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:51.9490666Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:51.9531191Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:51.9569891Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:51.9612478Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:51.9649816Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:51.9686238Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:51.9726446Z Entering 'third_party/pocketfft' 2022-09-27T15:26:51.9762873Z Entering 'third_party/protobuf' 2022-09-27T15:26:51.9803151Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:51.9839584Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:51.9877056Z Entering 'third_party/psimd' 2022-09-27T15:26:51.9915485Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:51.9953153Z Entering 'third_party/pybind11' 2022-09-27T15:26:51.9991179Z Entering 'third_party/python-enum' 2022-09-27T15:26:52.0028517Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:52.0065198Z Entering 'third_party/python-six' 2022-09-27T15:26:52.0102573Z Entering 'third_party/sleef' 2022-09-27T15:26:52.0140282Z Entering 'third_party/tbb' 2022-09-27T15:26:52.0180219Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:52.0218246Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:52.0254380Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:52.0289876Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:52.0325844Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:52.0360403Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:52.0398394Z Entering 'third_party/zstd' 2022-09-27T15:26:52.0449659Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:26:52.0722119Z Entering 'android/libs/fbjni' 2022-09-27T15:26:52.0762812Z Entering 'third_party/FP16' 2022-09-27T15:26:52.0802007Z Entering 'third_party/FXdiv' 2022-09-27T15:26:52.0839291Z Entering 'third_party/NNPACK' 2022-09-27T15:26:52.0878343Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:52.0916163Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:52.0953386Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:52.1000479Z Entering 'third_party/benchmark' 2022-09-27T15:26:52.1037846Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:52.1074663Z Entering 'third_party/cub' 2022-09-27T15:26:52.1112228Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:52.1154856Z Entering 'third_party/cutlass' 2022-09-27T15:26:52.1199478Z Entering 'third_party/eigen' 2022-09-27T15:26:52.1238970Z Entering 'third_party/fbgemm' 2022-09-27T15:26:52.1274316Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:52.1310192Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:52.1347229Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:52.1382901Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:52.1420116Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:52.1459880Z Entering 'third_party/fmt' 2022-09-27T15:26:52.1497949Z Entering 'third_party/foxi' 2022-09-27T15:26:52.1536343Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:52.1573872Z Entering 'third_party/gloo' 2022-09-27T15:26:52.1610284Z Entering 'third_party/googletest' 2022-09-27T15:26:52.1645730Z Entering 'third_party/ideep' 2022-09-27T15:26:52.1681426Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:52.1718871Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:52.1759955Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:52.1796906Z Entering 'third_party/ittapi' 2022-09-27T15:26:52.1833950Z Entering 'third_party/kineto' 2022-09-27T15:26:52.1869377Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:52.1905971Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:52.1943729Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:52.1979775Z Entering 'third_party/neon2sse' 2022-09-27T15:26:52.2015805Z Entering 'third_party/nlohmann' 2022-09-27T15:26:52.2053145Z Entering 'third_party/onnx' 2022-09-27T15:26:52.2101543Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:52.2137322Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:52.2175279Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:52.2211040Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:52.2251138Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:52.2287311Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:52.2323116Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:52.2365116Z Entering 'third_party/pocketfft' 2022-09-27T15:26:52.2401864Z Entering 'third_party/protobuf' 2022-09-27T15:26:52.2441410Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:52.2476452Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:52.2513307Z Entering 'third_party/psimd' 2022-09-27T15:26:52.2549296Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:52.2585724Z Entering 'third_party/pybind11' 2022-09-27T15:26:52.2623805Z Entering 'third_party/python-enum' 2022-09-27T15:26:52.2661695Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:52.2698725Z Entering 'third_party/python-six' 2022-09-27T15:26:52.2735379Z Entering 'third_party/sleef' 2022-09-27T15:26:52.2772179Z Entering 'third_party/tbb' 2022-09-27T15:26:52.2809922Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:52.2846667Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:52.2881464Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:52.2915680Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:52.2951723Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:52.2986367Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:52.3025619Z Entering 'third_party/zstd' 2022-09-27T15:26:52.3070764Z ##[endgroup] 2022-09-27T15:26:52.3112158Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:26:52.3140400Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:26:52.3270684Z Prepare all required actions 2022-09-27T15:26:52.3300328Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:26:52.3300577Z env: 2022-09-27T15:26:52.3300795Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:52.3301009Z ##[endgroup] 2022-09-27T15:26:52.3450569Z ##[group]Run set -euo pipefail 2022-09-27T15:26:52.3450856Z set -euo pipefail 2022-09-27T15:26:52.3451108Z function get_ec2_metadata() { 2022-09-27T15:26:52.3451390Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:26:52.3451800Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:26:52.3452146Z  category=$1 2022-09-27T15:26:52.3452434Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:26:52.3452688Z } 2022-09-27T15:26:52.3452933Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:26:52.3453268Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:26:52.3453696Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:26:52.3453994Z echo "system info $(uname -a)" 2022-09-27T15:26:52.3465712Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:52.3465959Z env: 2022-09-27T15:26:52.3466176Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:52.3466404Z ##[endgroup] 2022-09-27T15:26:52.3549720Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:26:52.3602383Z instance-id: i-096ba2f68fce08f4a 2022-09-27T15:26:52.3652835Z instance-type: c5.2xlarge 2022-09-27T15:26:52.3660061Z system info Linux ip-10-0-9-116.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-09-27T15:26:52.3676499Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:26:52.3676949Z if systemctl is-active --quiet docker; then 2022-09-27T15:26:52.3677359Z  echo "Docker daemon is running..."; 2022-09-27T15:26:52.3677582Z else 2022-09-27T15:26:52.3677830Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:26:52.3678071Z fi 2022-09-27T15:26:52.3689268Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:52.3689501Z env: 2022-09-27T15:26:52.3689689Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:52.3689874Z ##[endgroup] 2022-09-27T15:26:52.3731916Z Docker daemon is running... 2022-09-27T15:26:52.3772130Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:52.3772539Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:52.3772872Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:52.3773315Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:26:52.3773707Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:26:52.3784859Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:52.3785126Z env: 2022-09-27T15:26:52.3785334Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:52.3785574Z AWS_RETRY_MODE: standard 2022-09-27T15:26:52.3785807Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:26:52.3786035Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:26:52.3786268Z ##[endgroup] 2022-09-27T15:26:53.1866757Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:26:53.1867170Z Configure a credential helper to remove this warning. See 2022-09-27T15:26:53.1867697Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:26:53.1868041Z 2022-09-27T15:26:53.1868142Z Login Succeeded 2022-09-27T15:26:53.1897633Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:53.1897958Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:53.1898318Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:53.1909447Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:53.1909677Z env: 2022-09-27T15:26:53.1909863Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:53.1910045Z ##[endgroup] 2022-09-27T15:26:53.1974336Z Prepare all required actions 2022-09-27T15:26:53.1974615Z Getting action download info 2022-09-27T15:26:53.3571708Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:26:53.4896308Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:26:53.4896551Z with: 2022-09-27T15:26:53.4896907Z github-secret: *** 2022-09-27T15:26:53.4897120Z env: 2022-09-27T15:26:53.4897333Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:53.4897548Z ##[endgroup] 2022-09-27T15:26:53.5315076Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:26:53.5315332Z with: 2022-09-27T15:26:53.5315703Z GITHUB_TOKEN: *** 2022-09-27T15:26:53.5315931Z activate-with-label: false 2022-09-27T15:26:53.5316258Z label: with-ssh 2022-09-27T15:26:53.5316493Z remove-existing-keys: true 2022-09-27T15:26:53.5316705Z env: 2022-09-27T15:26:53.5316916Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:53.5317365Z ##[endgroup] 2022-09-27T15:26:53.8904018Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:26:53.9696372Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:26:53.9709939Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:26:53.9734590Z Login using: ssh ec2-user@ec2-54-234-139-1.compute-1.amazonaws.com 2022-09-27T15:26:53.9784688Z Prepare all required actions 2022-09-27T15:26:53.9805615Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:26:53.9805854Z with: 2022-09-27T15:26:53.9806281Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:53.9806691Z env: 2022-09-27T15:26:53.9806965Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:53.9807179Z ##[endgroup] 2022-09-27T15:26:53.9859007Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:53.9859281Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:53.9859546Z # ignore output since only exit code is used for conditional 2022-09-27T15:26:53.9859828Z # only pull docker image if it's not available locally 2022-09-27T15:26:53.9860120Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:26:53.9860416Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:26:53.9860610Z fi 2022-09-27T15:26:53.9871984Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:53.9872204Z env: 2022-09-27T15:26:53.9872373Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:53.9872734Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:53.9873084Z ##[endgroup] 2022-09-27T15:26:54.2174582Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-09-27T15:26:54.2182946Z 675920708c8b: Pulling fs layer 2022-09-27T15:26:54.2183312Z 7249ff1ca2cc: Pulling fs layer 2022-09-27T15:26:54.2183621Z a1a4ad211d43: Pulling fs layer 2022-09-27T15:26:54.2183921Z dac0b0909394: Pulling fs layer 2022-09-27T15:26:54.2184154Z 4e5e6fbf81d0: Pulling fs layer 2022-09-27T15:26:54.2184363Z 1fd57c418b4f: Pulling fs layer 2022-09-27T15:26:54.2184702Z c252dd0cf292: Pulling fs layer 2022-09-27T15:26:54.2185066Z 6d1cf6420de5: Pulling fs layer 2022-09-27T15:26:54.2185443Z 22ff1eeb7cfc: Pulling fs layer 2022-09-27T15:26:54.2185757Z d8d2312a3e95: Pulling fs layer 2022-09-27T15:26:54.2186009Z 6b8fe070c229: Pulling fs layer 2022-09-27T15:26:54.2186281Z f860349178a3: Pulling fs layer 2022-09-27T15:26:54.2186496Z b9600c108e0a: Pulling fs layer 2022-09-27T15:26:54.2186891Z d7379e9f0242: Pulling fs layer 2022-09-27T15:26:54.2187245Z 111b3362d2ab: Pulling fs layer 2022-09-27T15:26:54.2187613Z 357e25b632e3: Pulling fs layer 2022-09-27T15:26:54.2187834Z 041ccbc6424a: Pulling fs layer 2022-09-27T15:26:54.2188030Z f83a7aa0ae33: Pulling fs layer 2022-09-27T15:26:54.2188223Z 1fd57c418b4f: Waiting 2022-09-27T15:26:54.2189082Z 7dd92e4c6366: Pulling fs layer 2022-09-27T15:26:54.2189369Z c252dd0cf292: Waiting 2022-09-27T15:26:54.2189695Z 4c3fc199e49b: Pulling fs layer 2022-09-27T15:26:54.2189992Z 1cf2d121678f: Pulling fs layer 2022-09-27T15:26:54.2190189Z b9600c108e0a: Waiting 2022-09-27T15:26:54.2190377Z 6d1cf6420de5: Waiting 2022-09-27T15:26:54.2190541Z 6b8fe070c229: Waiting 2022-09-27T15:26:54.2190729Z 3d0511d3c79c: Pulling fs layer 2022-09-27T15:26:54.2190921Z f860349178a3: Waiting 2022-09-27T15:26:54.2191097Z 14b2bb0370e4: Pulling fs layer 2022-09-27T15:26:54.2191299Z 8da4048e870a: Pulling fs layer 2022-09-27T15:26:54.2191500Z df7557c6da37: Pulling fs layer 2022-09-27T15:26:54.2192028Z 22ff1eeb7cfc: Waiting 2022-09-27T15:26:54.2192367Z c47c4a7e8472: Pulling fs layer 2022-09-27T15:26:54.2192705Z d8d2312a3e95: Waiting 2022-09-27T15:26:54.2192897Z 7dd92e4c6366: Waiting 2022-09-27T15:26:54.2193073Z fbbb9ed3e845: Pulling fs layer 2022-09-27T15:26:54.2193265Z 4c3fc199e49b: Waiting 2022-09-27T15:26:54.2193449Z 25c87328e320: Pulling fs layer 2022-09-27T15:26:54.2193632Z 6ce6383c8b4c: Pulling fs layer 2022-09-27T15:26:54.2193820Z 3d0511d3c79c: Waiting 2022-09-27T15:26:54.2194013Z 805e81bf1b07: Pulling fs layer 2022-09-27T15:26:54.2194247Z 658a981e4c72: Pulling fs layer 2022-09-27T15:26:54.2194660Z 14b2bb0370e4: Waiting 2022-09-27T15:26:54.2194935Z 111b3362d2ab: Waiting 2022-09-27T15:26:54.2195267Z 6e614c1c92e2: Pulling fs layer 2022-09-27T15:26:54.2195644Z ca8c741a00af: Pulling fs layer 2022-09-27T15:26:54.2196007Z ec20b9c0ab8c: Pulling fs layer 2022-09-27T15:26:54.2196203Z 4778e25ffa15: Pulling fs layer 2022-09-27T15:26:54.2196388Z 357e25b632e3: Waiting 2022-09-27T15:26:54.2196575Z 6178951b0ba1: Pulling fs layer 2022-09-27T15:26:54.2196770Z 5f80c355afff: Pulling fs layer 2022-09-27T15:26:54.2197014Z 041ccbc6424a: Waiting 2022-09-27T15:26:54.2197484Z 8fd17095407b: Pulling fs layer 2022-09-27T15:26:54.2197723Z 1cf2d121678f: Waiting 2022-09-27T15:26:54.2197995Z d7379e9f0242: Waiting 2022-09-27T15:26:54.2198313Z 7d3e30f68342: Pulling fs layer 2022-09-27T15:26:54.2198617Z f83a7aa0ae33: Waiting 2022-09-27T15:26:54.2198993Z df7d91b50502: Pulling fs layer 2022-09-27T15:26:54.2199335Z 8da4048e870a: Waiting 2022-09-27T15:26:54.2199662Z ddc86fc3214e: Pulling fs layer 2022-09-27T15:26:54.2199990Z df7557c6da37: Waiting 2022-09-27T15:26:54.2200302Z dac0b0909394: Waiting 2022-09-27T15:26:54.2200643Z 46ee14c7b526: Pulling fs layer 2022-09-27T15:26:54.2200983Z 9ce9a24e805b: Pulling fs layer 2022-09-27T15:26:54.2201263Z c47c4a7e8472: Waiting 2022-09-27T15:26:54.2201523Z 6ce6383c8b4c: Waiting 2022-09-27T15:26:54.2201817Z 19cd914bfdcb: Pulling fs layer 2022-09-27T15:26:54.2202141Z 658a981e4c72: Waiting 2022-09-27T15:26:54.2202464Z 805e81bf1b07: Waiting 2022-09-27T15:26:54.2202790Z a7f4338ecba2: Pulling fs layer 2022-09-27T15:26:54.2203134Z 6e614c1c92e2: Waiting 2022-09-27T15:26:54.2203476Z c75978fac091: Pulling fs layer 2022-09-27T15:26:54.2203793Z 25c87328e320: Waiting 2022-09-27T15:26:54.2204125Z f89a91cff893: Pulling fs layer 2022-09-27T15:26:54.2204469Z fbbb9ed3e845: Waiting 2022-09-27T15:26:54.2204779Z 4778e25ffa15: Waiting 2022-09-27T15:26:54.2205113Z f345365236d1: Pulling fs layer 2022-09-27T15:26:54.2205318Z ca8c741a00af: Waiting 2022-09-27T15:26:54.2205495Z 4a3f3d395eb7: Pulling fs layer 2022-09-27T15:26:54.2205683Z 6178951b0ba1: Waiting 2022-09-27T15:26:54.2205875Z 5f80c355afff: Waiting 2022-09-27T15:26:54.2206140Z df7d91b50502: Waiting 2022-09-27T15:26:54.2206424Z ddc86fc3214e: Waiting 2022-09-27T15:26:54.2206744Z e421c81bb4cf: Pulling fs layer 2022-09-27T15:26:54.2207041Z 7d3e30f68342: Waiting 2022-09-27T15:26:54.2207255Z 775c0184544e: Pulling fs layer 2022-09-27T15:26:54.2207546Z ec20b9c0ab8c: Waiting 2022-09-27T15:26:54.2207735Z 46ee14c7b526: Waiting 2022-09-27T15:26:54.2207911Z 5a69da2170e4: Pulling fs layer 2022-09-27T15:26:54.2208107Z 19cd914bfdcb: Waiting 2022-09-27T15:26:54.2208287Z 9ce9a24e805b: Waiting 2022-09-27T15:26:54.2208475Z d3273d80d5f9: Pulling fs layer 2022-09-27T15:26:54.2208711Z a7f4338ecba2: Waiting 2022-09-27T15:26:54.2208886Z c75978fac091: Waiting 2022-09-27T15:26:54.2209051Z 4e5e6fbf81d0: Waiting 2022-09-27T15:26:54.2209240Z f5905b45d58c: Pulling fs layer 2022-09-27T15:26:54.2209428Z 5a69da2170e4: Waiting 2022-09-27T15:26:54.2209585Z f345365236d1: Waiting 2022-09-27T15:26:54.2209776Z 42b9d02069e0: Pulling fs layer 2022-09-27T15:26:54.2209967Z e421c81bb4cf: Waiting 2022-09-27T15:26:54.2210214Z d3273d80d5f9: Waiting 2022-09-27T15:26:54.2210533Z c00b10f24e83: Pulling fs layer 2022-09-27T15:26:54.2210851Z f89a91cff893: Waiting 2022-09-27T15:26:54.2211173Z 93c6c1ce6a86: Pulling fs layer 2022-09-27T15:26:54.2211495Z 42b9d02069e0: Waiting 2022-09-27T15:26:54.2211837Z 239233a60227: Pulling fs layer 2022-09-27T15:26:54.2212265Z c00b10f24e83: Waiting 2022-09-27T15:26:54.2212443Z 93c6c1ce6a86: Waiting 2022-09-27T15:26:54.2212619Z 239233a60227: Waiting 2022-09-27T15:26:54.3328797Z 7249ff1ca2cc: Verifying Checksum 2022-09-27T15:26:54.3329344Z 7249ff1ca2cc: Download complete 2022-09-27T15:26:54.4240119Z dac0b0909394: Verifying Checksum 2022-09-27T15:26:54.4240551Z dac0b0909394: Download complete 2022-09-27T15:26:54.5088572Z 4e5e6fbf81d0: Download complete 2022-09-27T15:26:54.5669909Z 675920708c8b: Verifying Checksum 2022-09-27T15:26:54.5670321Z 675920708c8b: Download complete 2022-09-27T15:26:54.5800032Z 1fd57c418b4f: Verifying Checksum 2022-09-27T15:26:54.5800474Z 1fd57c418b4f: Download complete 2022-09-27T15:26:54.6288159Z c252dd0cf292: Verifying Checksum 2022-09-27T15:26:54.6288438Z c252dd0cf292: Download complete 2022-09-27T15:26:54.6630432Z 6d1cf6420de5: Verifying Checksum 2022-09-27T15:26:54.6630791Z 6d1cf6420de5: Download complete 2022-09-27T15:26:54.7154012Z 22ff1eeb7cfc: Verifying Checksum 2022-09-27T15:26:54.7154487Z 22ff1eeb7cfc: Download complete 2022-09-27T15:26:54.7312446Z d8d2312a3e95: Verifying Checksum 2022-09-27T15:26:54.7313085Z d8d2312a3e95: Download complete 2022-09-27T15:26:54.8130445Z f860349178a3: Download complete 2022-09-27T15:26:54.8871647Z b9600c108e0a: Verifying Checksum 2022-09-27T15:26:54.8872085Z b9600c108e0a: Download complete 2022-09-27T15:26:55.3153245Z 675920708c8b: Pull complete 2022-09-27T15:26:55.4299246Z 7249ff1ca2cc: Pull complete 2022-09-27T15:26:55.5897200Z 6b8fe070c229: Verifying Checksum 2022-09-27T15:26:55.5897606Z 6b8fe070c229: Download complete 2022-09-27T15:26:55.6477525Z 111b3362d2ab: Verifying Checksum 2022-09-27T15:26:55.6477923Z 111b3362d2ab: Download complete 2022-09-27T15:26:55.7175913Z 357e25b632e3: Download complete 2022-09-27T15:26:56.2231885Z 041ccbc6424a: Verifying Checksum 2022-09-27T15:26:56.2232373Z 041ccbc6424a: Download complete 2022-09-27T15:26:56.2808196Z f83a7aa0ae33: Download complete 2022-09-27T15:26:56.3654814Z 7dd92e4c6366: Verifying Checksum 2022-09-27T15:26:56.3655217Z 7dd92e4c6366: Download complete 2022-09-27T15:26:56.4428662Z 4c3fc199e49b: Verifying Checksum 2022-09-27T15:26:56.4429069Z 4c3fc199e49b: Download complete 2022-09-27T15:26:56.5161436Z 1cf2d121678f: Verifying Checksum 2022-09-27T15:26:56.5161723Z 1cf2d121678f: Download complete 2022-09-27T15:26:56.5882249Z 3d0511d3c79c: Verifying Checksum 2022-09-27T15:26:56.5882559Z 3d0511d3c79c: Download complete 2022-09-27T15:26:56.6526273Z 14b2bb0370e4: Verifying Checksum 2022-09-27T15:26:56.6526539Z 14b2bb0370e4: Download complete 2022-09-27T15:26:56.7060954Z 8da4048e870a: Verifying Checksum 2022-09-27T15:26:56.7061295Z 8da4048e870a: Download complete 2022-09-27T15:26:57.3678250Z a1a4ad211d43: Verifying Checksum 2022-09-27T15:26:57.3678516Z a1a4ad211d43: Download complete 2022-09-27T15:26:57.4399586Z c47c4a7e8472: Download complete 2022-09-27T15:26:57.5046519Z fbbb9ed3e845: Verifying Checksum 2022-09-27T15:26:57.5046857Z fbbb9ed3e845: Download complete 2022-09-27T15:26:57.6015646Z 25c87328e320: Download complete 2022-09-27T15:26:57.6480039Z df7557c6da37: Verifying Checksum 2022-09-27T15:26:57.6480751Z df7557c6da37: Download complete 2022-09-27T15:26:57.6682414Z 6ce6383c8b4c: Verifying Checksum 2022-09-27T15:26:57.6682871Z 6ce6383c8b4c: Download complete 2022-09-27T15:26:57.7195387Z 805e81bf1b07: Verifying Checksum 2022-09-27T15:26:57.7195996Z 805e81bf1b07: Download complete 2022-09-27T15:26:57.7927499Z 6e614c1c92e2: Verifying Checksum 2022-09-27T15:26:57.7927953Z 6e614c1c92e2: Download complete 2022-09-27T15:26:57.8649584Z ca8c741a00af: Download complete 2022-09-27T15:26:57.9371902Z ec20b9c0ab8c: Verifying Checksum 2022-09-27T15:26:57.9372364Z ec20b9c0ab8c: Download complete 2022-09-27T15:26:58.0188498Z 4778e25ffa15: Download complete 2022-09-27T15:26:58.1029273Z 6178951b0ba1: Verifying Checksum 2022-09-27T15:26:58.1029658Z 6178951b0ba1: Download complete 2022-09-27T15:26:58.1794795Z 5f80c355afff: Verifying Checksum 2022-09-27T15:26:58.1795375Z 5f80c355afff: Download complete 2022-09-27T15:26:58.2545214Z 8fd17095407b: Download complete 2022-09-27T15:26:58.3313270Z 7d3e30f68342: Verifying Checksum 2022-09-27T15:26:58.3313717Z 7d3e30f68342: Download complete 2022-09-27T15:26:58.4154506Z df7d91b50502: Verifying Checksum 2022-09-27T15:26:58.4154837Z df7d91b50502: Download complete 2022-09-27T15:26:58.4810667Z ddc86fc3214e: Verifying Checksum 2022-09-27T15:26:58.4811117Z ddc86fc3214e: Download complete 2022-09-27T15:26:58.5702863Z 46ee14c7b526: Download complete 2022-09-27T15:26:58.6534851Z 9ce9a24e805b: Download complete 2022-09-27T15:26:59.1163678Z 19cd914bfdcb: Verifying Checksum 2022-09-27T15:26:59.1164325Z 19cd914bfdcb: Download complete 2022-09-27T15:26:59.1997363Z a7f4338ecba2: Verifying Checksum 2022-09-27T15:26:59.1998167Z a7f4338ecba2: Download complete 2022-09-27T15:26:59.2720653Z c75978fac091: Verifying Checksum 2022-09-27T15:26:59.2720915Z c75978fac091: Download complete 2022-09-27T15:26:59.3432898Z f89a91cff893: Download complete 2022-09-27T15:26:59.4243683Z f345365236d1: Verifying Checksum 2022-09-27T15:26:59.4244134Z f345365236d1: Download complete 2022-09-27T15:26:59.6749042Z 4a3f3d395eb7: Verifying Checksum 2022-09-27T15:26:59.6749441Z 4a3f3d395eb7: Download complete 2022-09-27T15:26:59.7462476Z e421c81bb4cf: Download complete 2022-09-27T15:26:59.8128891Z 775c0184544e: Verifying Checksum 2022-09-27T15:26:59.8129292Z 775c0184544e: Download complete 2022-09-27T15:26:59.9178359Z 658a981e4c72: Verifying Checksum 2022-09-27T15:26:59.9178677Z 658a981e4c72: Download complete 2022-09-27T15:26:59.9892726Z d3273d80d5f9: Download complete 2022-09-27T15:27:00.0671418Z f5905b45d58c: Download complete 2022-09-27T15:27:00.1487314Z 42b9d02069e0: Download complete 2022-09-27T15:27:00.2341815Z c00b10f24e83: Verifying Checksum 2022-09-27T15:27:00.2342263Z c00b10f24e83: Download complete 2022-09-27T15:27:00.3244358Z 93c6c1ce6a86: Verifying Checksum 2022-09-27T15:27:00.3244750Z 93c6c1ce6a86: Download complete 2022-09-27T15:27:01.0133992Z 239233a60227: Verifying Checksum 2022-09-27T15:27:01.0135284Z 239233a60227: Download complete 2022-09-27T15:27:02.5754718Z 5a69da2170e4: Verifying Checksum 2022-09-27T15:27:05.2551614Z a1a4ad211d43: Pull complete 2022-09-27T15:27:05.6507252Z dac0b0909394: Pull complete 2022-09-27T15:27:05.8358073Z 4e5e6fbf81d0: Pull complete 2022-09-27T15:27:06.0685848Z 1fd57c418b4f: Pull complete 2022-09-27T15:27:06.2695789Z c252dd0cf292: Pull complete 2022-09-27T15:27:06.4716684Z 6d1cf6420de5: Pull complete 2022-09-27T15:27:06.7165557Z 22ff1eeb7cfc: Pull complete 2022-09-27T15:27:06.9675712Z d8d2312a3e95: Pull complete 2022-09-27T15:27:13.8324926Z 6b8fe070c229: Pull complete 2022-09-27T15:27:14.2400413Z f860349178a3: Pull complete 2022-09-27T15:27:14.6654848Z b9600c108e0a: Pull complete 2022-09-27T15:27:14.9462898Z d7379e9f0242: Verifying Checksum 2022-09-27T15:27:14.9463337Z d7379e9f0242: Download complete 2022-09-27T15:27:42.0380176Z d7379e9f0242: Pull complete 2022-09-27T15:27:42.1322035Z 111b3362d2ab: Pull complete 2022-09-27T15:27:42.2482318Z 357e25b632e3: Pull complete 2022-09-27T15:27:43.0283289Z 041ccbc6424a: Pull complete 2022-09-27T15:27:43.1196673Z f83a7aa0ae33: Pull complete 2022-09-27T15:27:43.2342274Z 7dd92e4c6366: Pull complete 2022-09-27T15:27:43.3475478Z 4c3fc199e49b: Pull complete 2022-09-27T15:27:43.4476351Z 1cf2d121678f: Pull complete 2022-09-27T15:27:43.5342319Z 3d0511d3c79c: Pull complete 2022-09-27T15:27:43.6196754Z 14b2bb0370e4: Pull complete 2022-09-27T15:27:43.7047547Z 8da4048e870a: Pull complete 2022-09-27T15:27:45.5682269Z df7557c6da37: Pull complete 2022-09-27T15:27:45.6733731Z c47c4a7e8472: Pull complete 2022-09-27T15:27:45.7944202Z fbbb9ed3e845: Pull complete 2022-09-27T15:27:46.0164560Z 25c87328e320: Pull complete 2022-09-27T15:27:46.1250901Z 6ce6383c8b4c: Pull complete 2022-09-27T15:27:46.2065688Z 805e81bf1b07: Pull complete 2022-09-27T15:27:51.0357624Z 658a981e4c72: Pull complete 2022-09-27T15:27:51.4089868Z 6e614c1c92e2: Pull complete 2022-09-27T15:27:51.7760758Z ca8c741a00af: Pull complete 2022-09-27T15:27:52.0933367Z ec20b9c0ab8c: Pull complete 2022-09-27T15:27:52.4036155Z 4778e25ffa15: Pull complete 2022-09-27T15:27:52.7430943Z 6178951b0ba1: Pull complete 2022-09-27T15:27:53.0565536Z 5f80c355afff: Pull complete 2022-09-27T15:27:53.3816384Z 8fd17095407b: Pull complete 2022-09-27T15:27:53.6821504Z 7d3e30f68342: Pull complete 2022-09-27T15:27:53.9724500Z df7d91b50502: Pull complete 2022-09-27T15:27:54.2239481Z ddc86fc3214e: Pull complete 2022-09-27T15:27:54.4721724Z 46ee14c7b526: Pull complete 2022-09-27T15:27:54.5958653Z 9ce9a24e805b: Pull complete 2022-09-27T15:27:55.8848463Z 19cd914bfdcb: Pull complete 2022-09-27T15:27:56.0535716Z a7f4338ecba2: Pull complete 2022-09-27T15:27:56.2554815Z c75978fac091: Pull complete 2022-09-27T15:27:56.4261530Z f89a91cff893: Pull complete 2022-09-27T15:27:56.6528353Z f345365236d1: Pull complete 2022-09-27T15:27:56.9916877Z 4a3f3d395eb7: Pull complete 2022-09-27T15:27:57.1442444Z e421c81bb4cf: Pull complete 2022-09-27T15:27:57.3611289Z 775c0184544e: Pull complete 2022-09-27T15:28:01.1933581Z 5a69da2170e4: Pull complete 2022-09-27T15:28:01.2802099Z d3273d80d5f9: Pull complete 2022-09-27T15:28:01.3578460Z f5905b45d58c: Pull complete 2022-09-27T15:28:01.4481185Z 42b9d02069e0: Pull complete 2022-09-27T15:28:01.5511238Z c00b10f24e83: Pull complete 2022-09-27T15:28:01.6428120Z 93c6c1ce6a86: Pull complete 2022-09-27T15:28:03.1745631Z 239233a60227: Pull complete 2022-09-27T15:28:03.1857059Z Digest: sha256:aa31a48de2d62af84cacd725abaa1599e63c6bb3385fa6e176b6d91f90a39348 2022-09-27T15:28:03.1890041Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:03.1917371Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:03.1970545Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:28:03.1970873Z python3 -m pip install psutil==5.9.1 2022-09-27T15:28:03.1971159Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:28:03.1971474Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:28:03.1971788Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:28:03.1983531Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:03.1983796Z env: 2022-09-27T15:28:03.1984004Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:03.1984232Z ##[endgroup] 2022-09-27T15:28:03.4231187Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:03.4420108Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:28:03.8574975Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:03.8767036Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:28:04.0825772Z Prepare all required actions 2022-09-27T15:28:04.0826039Z Getting action download info 2022-09-27T15:28:04.3085310Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:28:04.5054062Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:28:04.6410122Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:28:04.6410365Z with: 2022-09-27T15:28:04.6410550Z name: linux-focal-py3.7-gcc7 2022-09-27T15:28:04.6410747Z env: 2022-09-27T15:28:04.6410923Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:04.6411104Z ##[endgroup] 2022-09-27T15:28:04.6457389Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:28:04.6457607Z with: 2022-09-27T15:28:04.6457812Z name: linux-focal-py3.7-gcc7 2022-09-27T15:28:04.6458034Z s3-bucket: gha-artifacts 2022-09-27T15:28:04.6458221Z region: us-east-1 2022-09-27T15:28:04.6458397Z env: 2022-09-27T15:28:04.6458617Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:04.6458801Z ##[endgroup] 2022-09-27T15:28:05.0677643Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-focal-py3.7-gcc7/ 2022-09-27T15:28:05.0678271Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:08.0753619Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:08.0753875Z 2022-09-27T15:28:08.0754682Z Artifact download has finished successfully 2022-09-27T15:28:08.0850395Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:28:08.0850648Z unzip -o artifacts.zip 2022-09-27T15:28:08.0861923Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:08.0862159Z env: 2022-09-27T15:28:08.0862348Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:08.0862547Z ##[endgroup] 2022-09-27T15:28:08.1104129Z Archive: artifacts.zip 2022-09-27T15:28:08.1104957Z creating: dist/ 2022-09-27T15:28:08.9119836Z inflating: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:28:08.9120202Z creating: build/custom_test_artifacts/ 2022-09-27T15:28:08.9120539Z creating: build/custom_test_artifacts/custom-op-build/ 2022-09-27T15:28:08.9120917Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-09-27T15:28:08.9122508Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:08.9123138Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:08.9123863Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:08.9124594Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:08.9125042Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:08.9126397Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:08.9127798Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:08.9128627Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:08.9129132Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:08.9130789Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:08.9132056Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:08.9133590Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:08.9134473Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:08.9135886Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:08.9136788Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:08.9137576Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:08.9138336Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:08.9139111Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:08.9139869Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-09-27T15:28:08.9140693Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:08.9141600Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-09-27T15:28:08.9142282Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-09-27T15:28:08.9142726Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-09-27T15:28:08.9143320Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:08.9143786Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-09-27T15:28:08.9144259Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:08.9144711Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-09-27T15:28:08.9145187Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-09-27T15:28:08.9158643Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-09-27T15:28:08.9251535Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:28:08.9252336Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-09-27T15:28:08.9253211Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:08.9254153Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-09-27T15:28:08.9255064Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-09-27T15:28:08.9255673Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-09-27T15:28:08.9256542Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:08.9257124Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-09-27T15:28:08.9257612Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:08.9258082Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-09-27T15:28:08.9258564Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-09-27T15:28:08.9272979Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-09-27T15:28:08.9338926Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:28:08.9339825Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:08.9340708Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:08.9341514Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-09-27T15:28:08.9342355Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-09-27T15:28:08.9343021Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:08.9343766Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-09-27T15:28:08.9344467Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-09-27T15:28:08.9344883Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-09-27T15:28:08.9419733Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-09-27T15:28:08.9470137Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-09-27T15:28:08.9470817Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-09-27T15:28:08.9471172Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-09-27T15:28:08.9473126Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:08.9473864Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:08.9474555Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:08.9475130Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:08.9475573Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:08.9476341Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:08.9478161Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:08.9478947Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:08.9479407Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:08.9480760Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:08.9482071Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:08.9483473Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:08.9484340Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:08.9485446Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:08.9486345Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:08.9487086Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:08.9487915Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:08.9488690Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:08.9489467Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-09-27T15:28:08.9490306Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-09-27T15:28:08.9491185Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-09-27T15:28:08.9492030Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-09-27T15:28:08.9492493Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-09-27T15:28:08.9492945Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-09-27T15:28:08.9493422Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-09-27T15:28:08.9493895Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-09-27T15:28:08.9494466Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-09-27T15:28:08.9494936Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-09-27T15:28:08.9508365Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-09-27T15:28:08.9560100Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:28:08.9561004Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:08.9561863Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:08.9562660Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-09-27T15:28:08.9563181Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-09-27T15:28:08.9563795Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:08.9564534Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-09-27T15:28:08.9565380Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-09-27T15:28:08.9565779Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-09-27T15:28:08.9605620Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-09-27T15:28:08.9606307Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-09-27T15:28:08.9606789Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-09-27T15:28:08.9608931Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:08.9609697Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:08.9610366Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:08.9610827Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:08.9611294Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:08.9612129Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:08.9613233Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:08.9614072Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:08.9614544Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:08.9615948Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:08.9617253Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:08.9618683Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:08.9619720Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:08.9621146Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:08.9622083Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:08.9622917Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:08.9623700Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:08.9624493Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:08.9625476Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-09-27T15:28:08.9626398Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:08.9627345Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-09-27T15:28:08.9628103Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-09-27T15:28:08.9628595Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-09-27T15:28:08.9629090Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:08.9629594Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-09-27T15:28:08.9630079Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:08.9630610Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-09-27T15:28:08.9631569Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-09-27T15:28:08.9632097Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-09-27T15:28:08.9752394Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:28:08.9753331Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-09-27T15:28:08.9754389Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:08.9755363Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-09-27T15:28:08.9756399Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-09-27T15:28:08.9757066Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-09-27T15:28:08.9757734Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:08.9758242Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-09-27T15:28:08.9758756Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:08.9759263Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-09-27T15:28:08.9759750Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-09-27T15:28:08.9773718Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-09-27T15:28:08.9820397Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:28:08.9821377Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:08.9822279Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:08.9823142Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-09-27T15:28:08.9823677Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-09-27T15:28:08.9824369Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:08.9825121Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-09-27T15:28:08.9826015Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-09-27T15:28:08.9826445Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-09-27T15:28:08.9922540Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-09-27T15:28:08.9959183Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-09-27T15:28:08.9959684Z creating: build/lib/ 2022-09-27T15:28:08.9960077Z inflating: build/lib/libclog.a 2022-09-27T15:28:09.0014230Z inflating: build/lib/libgtest.a 2022-09-27T15:28:09.0022524Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:28:09.0098554Z inflating: build/lib/libbenchmark.a 2022-09-27T15:28:09.0185934Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:28:09.0192825Z inflating: build/lib/libittnotify.a 2022-09-27T15:28:09.0219430Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:28:09.0283094Z inflating: build/lib/libasmjit.a 2022-09-27T15:28:09.0378704Z inflating: build/lib/libgloo.a 2022-09-27T15:28:09.0818292Z inflating: build/lib/libprotobuf.a 2022-09-27T15:28:09.0833960Z inflating: build/lib/libfmt.a 2022-09-27T15:28:09.0834521Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:28:09.0894233Z inflating: build/lib/libc10.so 2022-09-27T15:28:09.0895500Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:28:09.0903166Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:28:09.0910592Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:28:09.0923586Z inflating: build/lib/libqnnpack.a 2022-09-27T15:28:09.0943397Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:28:09.0945307Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:28:09.1415898Z inflating: build/lib/libprotoc.a 2022-09-27T15:28:09.1431218Z inflating: build/lib/libgmock.a 2022-09-27T15:28:09.1432407Z inflating: build/lib/libgtest_main.a 2022-09-27T15:28:09.1432823Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:28:09.8294196Z inflating: build/lib/libdnnl.a 2022-09-27T15:28:09.8311743Z inflating: build/lib/libnnpack.a 2022-09-27T15:28:09.8852832Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:28:09.8853384Z inflating: build/lib/libgmock_main.a 2022-09-27T15:28:10.0099726Z inflating: build/lib/libfbgemm.a 2022-09-27T15:28:10.1024564Z inflating: build/lib/libdnnl_graph.a 2022-09-27T15:28:10.1226110Z inflating: build/lib/libkineto.a 2022-09-27T15:28:10.1263034Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:28:10.1302092Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:28:10.1418841Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:28:10.1975075Z inflating: build/lib/libonnx.a 2022-09-27T15:28:12.0838313Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:28:12.0838960Z inflating: build/lib/libtorch.so 2022-09-27T15:28:12.0858753Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:28:12.0908187Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:28:12.0933946Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:28:12.0937639Z inflating: build/lib/libshm.so 2022-09-27T15:28:12.2292533Z inflating: build/lib/libtorch_python.so 2022-09-27T15:28:12.2325018Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:28:12.2325305Z creating: build/bin/ 2022-09-27T15:28:12.2369015Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:28:12.2415110Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:28:12.2459695Z inflating: build/bin/c10_Device_test 2022-09-27T15:28:12.2512015Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:28:12.2554739Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:28:12.2599455Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:28:12.2649134Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:28:12.2698361Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:28:12.2749273Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:28:12.2791803Z inflating: build/bin/c10_Array_test 2022-09-27T15:28:12.2839094Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:28:12.2881903Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:28:12.2927344Z inflating: build/bin/c10_C++17_test 2022-09-27T15:28:12.2971282Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:28:12.3021244Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:28:12.3065451Z inflating: build/bin/c10_Half_test 2022-09-27T15:28:12.3121165Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:28:12.3165613Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:28:12.3216420Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:28:12.3344246Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:28:12.3390676Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:28:12.3435369Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:28:12.3478230Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:28:12.3524121Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:28:12.3573978Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:28:12.3621715Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:28:12.3671063Z inflating: build/bin/c10_complex_test 2022-09-27T15:28:12.3768427Z inflating: build/bin/c10_either_test 2022-09-27T15:28:12.3814614Z inflating: build/bin/c10_exception_test 2022-09-27T15:28:12.3859008Z inflating: build/bin/c10_flags_test 2022-09-27T15:28:12.3903761Z inflating: build/bin/c10_irange_test 2022-09-27T15:28:12.4053762Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:28:12.4104751Z inflating: build/bin/c10_logging_test 2022-09-27T15:28:12.4171100Z inflating: build/bin/c10_optional_test 2022-09-27T15:28:12.4226035Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:28:12.4275171Z inflating: build/bin/c10_registry_test 2022-09-27T15:28:12.4327500Z inflating: build/bin/c10_string_view_test 2022-09-27T15:28:12.4372899Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:28:12.4423023Z inflating: build/bin/c10_typeid_test 2022-09-27T15:28:12.4473142Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:28:12.4908534Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:28:12.5344461Z inflating: build/bin/protoc 2022-09-27T15:28:12.5636607Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:28:12.5897709Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:28:12.5945610Z inflating: build/bin/FileStoreTest 2022-09-27T15:28:12.5993568Z inflating: build/bin/HashStoreTest 2022-09-27T15:28:12.6047402Z inflating: build/bin/TCPStoreTest 2022-09-27T15:28:12.6050171Z inflating: build/bin/example_allreduce 2022-09-27T15:28:12.6108128Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:28:12.6154796Z inflating: build/bin/Dimname_test 2022-09-27T15:28:12.6219920Z inflating: build/bin/Dict_test 2022-09-27T15:28:12.6276791Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:28:12.6327924Z inflating: build/bin/NamedTensor_test 2022-09-27T15:28:12.6380578Z inflating: build/bin/apply_utils_test 2022-09-27T15:28:12.6434308Z inflating: build/bin/basic 2022-09-27T15:28:12.6487124Z inflating: build/bin/atest 2022-09-27T15:28:12.6535195Z inflating: build/bin/broadcast_test 2022-09-27T15:28:12.6587201Z inflating: build/bin/cpu_generator_test 2022-09-27T15:28:12.6634178Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:28:12.6678542Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:28:12.6722486Z inflating: build/bin/dlconvertor_test 2022-09-27T15:28:12.6801213Z inflating: build/bin/cpu_rng_test 2022-09-27T15:28:12.6853037Z inflating: build/bin/extension_backend_test 2022-09-27T15:28:12.6902878Z inflating: build/bin/half_test 2022-09-27T15:28:12.6986903Z inflating: build/bin/ivalue_test 2022-09-27T15:28:12.7031570Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:28:12.7078798Z inflating: build/bin/math_kernel_test 2022-09-27T15:28:12.7125898Z inflating: build/bin/memory_format_test 2022-09-27T15:28:12.7172761Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:28:12.7217832Z inflating: build/bin/operator_name_test 2022-09-27T15:28:12.7267701Z inflating: build/bin/native_test 2022-09-27T15:28:12.7314564Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:28:12.7359395Z inflating: build/bin/operators_test 2022-09-27T15:28:12.7406148Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:28:12.7457459Z inflating: build/bin/quantized_test 2022-09-27T15:28:12.7515318Z inflating: build/bin/pow_test 2022-09-27T15:28:12.7561383Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:28:12.7605594Z inflating: build/bin/reduce_ops_test 2022-09-27T15:28:12.7655894Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:28:12.7707484Z inflating: build/bin/scalar_test 2022-09-27T15:28:12.7753091Z inflating: build/bin/stride_properties_test 2022-09-27T15:28:12.7823068Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:28:12.7873261Z inflating: build/bin/type_ptr_test 2022-09-27T15:28:12.7875424Z inflating: build/bin/thread_init_test 2022-09-27T15:28:12.7919199Z inflating: build/bin/variant_test 2022-09-27T15:28:12.7968747Z inflating: build/bin/test_parallel 2022-09-27T15:28:12.8014880Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:28:12.8068735Z inflating: build/bin/type_test 2022-09-27T15:28:12.8069897Z inflating: build/bin/verify_api_visibility 2022-09-27T15:28:12.8131843Z inflating: build/bin/vmap_test 2022-09-27T15:28:12.8177006Z inflating: build/bin/weakref_test 2022-09-27T15:28:12.8221838Z inflating: build/bin/wrapdim_test 2022-09-27T15:28:12.8319627Z inflating: build/bin/List_test 2022-09-27T15:28:12.8362987Z inflating: build/bin/xla_tensor_test 2022-09-27T15:28:12.8416337Z inflating: build/bin/IListRef_test 2022-09-27T15:28:12.8526020Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:28:12.8612100Z inflating: build/bin/kernel_function_test 2022-09-27T15:28:12.8669291Z inflating: build/bin/KernelFunction_test 2022-09-27T15:28:12.8785589Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:28:12.8879123Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:28:12.8933383Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:28:12.8978174Z inflating: build/bin/CppSignature_test 2022-09-27T15:28:12.9063999Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:28:12.9106462Z inflating: build/bin/op_allowlist_test 2022-09-27T15:28:12.9153484Z inflating: build/bin/inline_container_test 2022-09-27T15:28:12.9412378Z inflating: build/bin/op_registration_test 2022-09-27T15:28:12.9462345Z inflating: build/bin/backend_fallback_test 2022-09-27T15:28:12.9476544Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:28:12.9524346Z inflating: build/bin/test_dist_autograd 2022-09-27T15:28:12.9526548Z inflating: build/bin/parallel_benchmark 2022-09-27T15:28:12.9589019Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:28:12.9650604Z inflating: build/bin/test_mobile_nnc 2022-09-27T15:28:12.9659796Z inflating: build/bin/aot_model_compiler_test 2022-09-27T15:28:12.9970571Z inflating: build/bin/test_lazy 2022-09-27T15:28:13.0696633Z inflating: build/bin/test_tensorexpr 2022-09-27T15:28:13.0701080Z inflating: build/bin/torch_shm_manager 2022-09-27T15:28:13.1763024Z inflating: build/bin/test_api 2022-09-27T15:28:13.2281116Z inflating: build/bin/test_jit 2022-09-27T15:28:13.2282557Z inflating: .pytorch-test-times.json 2022-09-27T15:28:13.2306235Z ##[group]Run df -H 2022-09-27T15:28:13.2306430Z df -H 2022-09-27T15:28:13.2318333Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:13.2318649Z env: 2022-09-27T15:28:13.2318838Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:13.2319022Z ##[endgroup] 2022-09-27T15:28:13.2370305Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:28:13.2370777Z devtmpfs 8.1G 0 8.1G 0% /dev 2022-09-27T15:28:13.2371152Z tmpfs 8.2G 0 8.2G 0% /dev/shm 2022-09-27T15:28:13.2372362Z tmpfs 8.2G 431k 8.2G 1% /run 2022-09-27T15:28:13.2372728Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-09-27T15:28:13.2373032Z /dev/nvme0n1p1 162G 16G 146G 10% / 2022-09-27T15:28:13.2396299Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:28:13.2396556Z .github/scripts/parse_ref.py 2022-09-27T15:28:13.2407272Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:13.2407453Z env: 2022-09-27T15:28:13.2407640Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:13.2407928Z ##[endgroup] 2022-09-27T15:28:13.2639352Z ##[group]Run set -x 2022-09-27T15:28:13.2639642Z set -x 2022-09-27T15:28:13.2639806Z  2022-09-27T15:28:13.2640014Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:28:13.2640289Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:28:13.2640631Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:28:13.2640886Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:28:13.2641096Z else 2022-09-27T15:28:13.2641297Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:13.2641507Z fi 2022-09-27T15:28:13.2641676Z  2022-09-27T15:28:13.2641911Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:28:13.2642161Z  2022-09-27T15:28:13.2642392Z # sanitize the input commit message and PR body here: 2022-09-27T15:28:13.2642620Z # 2022-09-27T15:28:13.2642904Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:28:13.2643302Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:28:13.2643620Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:28:13.2643867Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:28:13.2644062Z  2022-09-27T15:28:13.2644324Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:28:13.2644617Z # wreak havoc internally 2022-09-27T15:28:13.2644929Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:28:13.2645241Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:28:13.2645425Z  2022-09-27T15:28:13.2645665Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:28:13.2645976Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:28:13.2646253Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:28:13.2646503Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:28:13.2646736Z container_name=$(docker run \ 2022-09-27T15:28:13.2646951Z  ${GPU_FLAG:-} \ 2022-09-27T15:28:13.2647145Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:28:13.2647352Z  -e PR_NUMBER \ 2022-09-27T15:28:13.2647555Z  -e GITHUB_ACTIONS \ 2022-09-27T15:28:13.2647740Z  -e BASE_SHA \ 2022-09-27T15:28:13.2648016Z  -e BRANCH \ 2022-09-27T15:28:13.2648202Z  -e SHA1 \ 2022-09-27T15:28:13.2648388Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:28:13.2648601Z  -e IN_WHEEL_TEST \ 2022-09-27T15:28:13.2648803Z  -e SHARD_NUMBER \ 2022-09-27T15:28:13.2648990Z  -e TEST_CONFIG \ 2022-09-27T15:28:13.2649194Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:28:13.2649396Z  -e PR_BODY \ 2022-09-27T15:28:13.2649586Z  -e COMMIT_MESSAGES \ 2022-09-27T15:28:13.2649809Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:28:13.2650052Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:28:13.2650259Z  -e PR_LABELS \ 2022-09-27T15:28:13.2650484Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:28:13.2650707Z  -e SCCACHE_BUCKET \ 2022-09-27T15:28:13.2650918Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:28:13.2651111Z  -e XLA_CUDA \ 2022-09-27T15:28:13.2651327Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:28:13.2651593Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:28:13.2651827Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:28:13.2652066Z  --security-opt seccomp=unconfined \ 2022-09-27T15:28:13.2652300Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:28:13.2652489Z  --ipc=host \ 2022-09-27T15:28:13.2652751Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:28:13.2652953Z  --tty \ 2022-09-27T15:28:13.2653121Z  --detach \ 2022-09-27T15:28:13.2653329Z  --name="${container_name}" \ 2022-09-27T15:28:13.2653541Z  --user jenkins \ 2022-09-27T15:28:13.2653791Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:28:13.2654087Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:28:13.2654303Z  "${DOCKER_IMAGE}" 2022-09-27T15:28:13.2654485Z ) 2022-09-27T15:28:13.2654731Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:28:13.2665873Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:13.2666069Z env: 2022-09-27T15:28:13.2666243Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:13.2666490Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-09-27T15:28:13.2666724Z PR_NUMBER: 85462 2022-09-27T15:28:13.2666982Z BRANCH: pull/85462 2022-09-27T15:28:13.2667226Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:13.2667477Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:13.2667696Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:28:13.2667919Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:28:13.2668132Z TEST_CONFIG: jit_legacy 2022-09-27T15:28:13.2668331Z SHARD_NUMBER: 1 2022-09-27T15:28:13.2668503Z NUM_TEST_SHARDS: 1 2022-09-27T15:28:13.2670319Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:28:13.2672320Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:28:13.2672564Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:28:13.2672760Z SHM_SIZE: 1g 2022-09-27T15:28:13.2673122Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:13.2673459Z XLA_CUDA: 2022-09-27T15:28:13.2673734Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:28:13.2674012Z ##[endgroup] 2022-09-27T15:28:13.2699121Z + [[ jit_legacy == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:28:13.2699562Z + [[ linux-focal-py3.7-gcc7 == *onnx* ]] 2022-09-27T15:28:13.2699822Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:13.2702350Z ++ git cherry -v origin/master 2022-09-27T15:28:13.2907462Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:28:13.2908079Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:28:13.2908393Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:28:13.2908694Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:28:13.2909177Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:13.2910688Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:13.2924249Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained('\''facebook/detr-resnet-50'\'') model.to('\''cuda'\'') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f'\''{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}'\'') # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:13.2926882Z + export 'COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:13.2928132Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:13.2933793Z + export 'PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:13.2938630Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:13.2940744Z +++ nproc --ignore=2 2022-09-27T15:28:13.2950239Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3133193930 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:27.4953806Z + container_name=b1f4abf41063fad365f652052c64d467cb1982ee3cb66ca7d0586418ea365329 2022-09-27T15:28:27.4954535Z + docker exec -t b1f4abf41063fad365f652052c64d467cb1982ee3cb66ca7d0586418ea365329 sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:28:27.9671476Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:28:28.0454698Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:28:28.8780675Z Installing collected packages: torch 2022-09-27T15:28:35.5399992Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:28:35.7004620Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:28:35.7175311Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T15:28:35.7176156Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T15:28:35.7185002Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-09-27T15:28:35.7185693Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-09-27T15:28:35.7186186Z + BUILD_DIR=build 2022-09-27T15:28:35.7186521Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:28:35.7186837Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:28:35.7187022Z + export VALGRIND=ON 2022-09-27T15:28:35.7187209Z + VALGRIND=ON 2022-09-27T15:28:35.7187487Z + [[ linux-focal-py3.7-gcc7 == *clang9* ]] 2022-09-27T15:28:35.7187764Z + [[ linux-focal-py3.7-gcc7 != *bazel* ]] 2022-09-27T15:28:35.7188003Z ++ realpath build/custom_test_artifacts 2022-09-27T15:28:35.7188311Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:28:35.7189795Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:28:35.7195370Z + source .jenkins/pytorch/common.sh 2022-09-27T15:28:35.7198947Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:28:35.7203870Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:28:35.7205884Z +++ declare -f -t trap_add 2022-09-27T15:28:35.7209943Z ++ set -ex 2022-09-27T15:28:35.7210315Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:35.7210600Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:28:35.7211492Z ++ [[ jit_legacy == *xla* ]] 2022-09-27T15:28:35.7212029Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-09-27T15:28:35.7212589Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-09-27T15:28:35.7212968Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-09-27T15:28:35.7213178Z ++ which conda 2022-09-27T15:28:35.7219576Z /opt/conda/bin/conda 2022-09-27T15:28:35.7220283Z ++ conda install -q -y cmake 2022-09-27T15:28:37.9678310Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:28:38.5079228Z Solving environment: ...working... done 2022-09-27T15:28:38.5988379Z 2022-09-27T15:28:38.5988817Z ## Package Plan ## 2022-09-27T15:28:38.5989068Z 2022-09-27T15:28:38.5989369Z environment location: /opt/conda 2022-09-27T15:28:38.5989583Z 2022-09-27T15:28:38.5989705Z added / updated specs: 2022-09-27T15:28:38.5990178Z - cmake 2022-09-27T15:28:38.5990337Z 2022-09-27T15:28:38.5990344Z 2022-09-27T15:28:38.5990528Z The following packages will be downloaded: 2022-09-27T15:28:38.5990765Z 2022-09-27T15:28:38.5990907Z package | build 2022-09-27T15:28:38.5991330Z ---------------------------|----------------- 2022-09-27T15:28:38.5991814Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:28:38.5992326Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:28:38.5992832Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:28:38.5993337Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:28:38.5993853Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:28:38.5994330Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:28:38.5994778Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:28:38.5995237Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:28:38.5995744Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:28:38.5996178Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:28:38.5996644Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:28:38.5997451Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:28:38.5997938Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:28:38.5998688Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:28:38.5999226Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:28:38.5999764Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:28:38.6000427Z ------------------------------------------------------------ 2022-09-27T15:28:38.6000881Z Total: 13.0 MB 2022-09-27T15:28:38.6001118Z 2022-09-27T15:28:38.6001335Z The following NEW packages will be INSTALLED: 2022-09-27T15:28:38.6001611Z 2022-09-27T15:28:38.6017789Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:28:38.6018220Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:28:38.6018604Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:28:38.6018977Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:28:38.6019339Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:28:38.6019710Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:28:38.6020098Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:28:38.6020475Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:28:38.6020859Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:28:38.6021245Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:28:38.6021614Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:28:38.6021961Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:28:38.6022320Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:28:38.6022681Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:28:38.6022832Z 2022-09-27T15:28:38.6022942Z The following packages will be UPDATED: 2022-09-27T15:28:38.6023075Z 2022-09-27T15:28:38.6023292Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:28:38.6023654Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:28:38.6023812Z 2022-09-27T15:28:38.6023820Z 2022-09-27T15:28:39.8131708Z Preparing transaction: ...working... done 2022-09-27T15:28:40.3624937Z Verifying transaction: ...working... done 2022-09-27T15:28:41.5036287Z Executing transaction: ...working... done 2022-09-27T15:28:41.6217576Z Retrieving notices: ...working... done 2022-09-27T15:28:41.8569829Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-09-27T15:28:41.8570287Z + echo 'Environment variables' 2022-09-27T15:28:41.8570499Z Environment variables 2022-09-27T15:28:41.8570688Z + env 2022-09-27T15:28:41.8577076Z INSTALLED_DB=yes 2022-09-27T15:28:41.8577604Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:28:41.8578213Z BUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 2022-09-27T15:28:41.8578733Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:28:41.8578953Z HOSTNAME=b1f4abf41063 2022-09-27T15:28:41.8579686Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_2ef64aa6-bb73-4479-b0a7-1ad278d531d7 2022-09-27T15:28:41.8580119Z GITHUB_ACTION=__self 2022-09-27T15:28:41.8580396Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:28:41.8580579Z TEST_CONFIG=jit_legacy 2022-09-27T15:28:41.8580842Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:28:41.8581221Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:28:41.8581455Z GITHUB_REF_TYPE=branch 2022-09-27T15:28:41.8581737Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:28:41.8582107Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:41.8582431Z XLA_CUDA= 2022-09-27T15:28:41.8585059Z *** 2022-09-27T15:28:41.8585413Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:28:41.8585746Z GITHUB_ACTIONS=true 2022-09-27T15:28:41.8586125Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:41.8586817Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:28:41.8587125Z UCC_HOME=/usr 2022-09-27T15:28:41.8587311Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:28:41.8587511Z SHARD_NUMBER=1 2022-09-27T15:28:41.8587707Z GITHUB_REF_PROTECTED=false 2022-09-27T15:28:41.8587896Z HOME=/var/lib/jenkins 2022-09-27T15:28:41.8588202Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:28:41.8588423Z INSTALLED_THRIFT= 2022-09-27T15:28:41.8588589Z UCX_COMMIT= 2022-09-27T15:28:41.8588784Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:28:41.8588986Z NUM_TEST_SHARDS=1 2022-09-27T15:28:41.8589153Z UCX_HOME=/usr 2022-09-27T15:28:41.8589346Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:28:41.8589824Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_2ef64aa6-bb73-4479-b0a7-1ad278d531d7 2022-09-27T15:28:41.8590279Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:28:41.8590568Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:28:41.8590777Z GITHUB_RUN_ID=3133193930 2022-09-27T15:28:41.8591214Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_2ef64aa6-bb73-4479-b0a7-1ad278d531d7 2022-09-27T15:28:41.8591531Z GITHUB_ACTOR=kongzii 2022-09-27T15:28:41.8591720Z PR_NUMBER=85462 2022-09-27T15:28:41.8591902Z DESIRED_CUDA= 2022-09-27T15:28:41.8592075Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:28:41.8592256Z VALGRIND=ON 2022-09-27T15:28:41.8592488Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:28:41.8592698Z TERM=xterm 2022-09-27T15:28:41.8592877Z INSTALLED_VISION=yes 2022-09-27T15:28:41.8593063Z BRANCH=pull/85462 2022-09-27T15:28:41.8593248Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:28:41.8593453Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:28:41.8593840Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:28:41.8594142Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:28:41.8594350Z UCC_COMMIT= 2022-09-27T15:28:41.8594527Z INSTALLED_ANDROID= 2022-09-27T15:28:41.8594693Z SHLVL=1 2022-09-27T15:28:41.8594853Z MAX_JOBS=6 2022-09-27T15:28:41.8595399Z COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting 2022-09-27T15:28:41.8595931Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:28:41.8596275Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:28:41.8596546Z GITHUB_JOB=test 2022-09-27T15:28:41.8596751Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:28:41.8596954Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:28:41.8597366Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:28:41.8597576Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:28:41.8597901Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:28:41.8598207Z GITHUB_BASE_REF=master 2022-09-27T15:28:41.8598391Z CI=true 2022-09-27T15:28:41.8598569Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:28:41.8598782Z INSTALLED_PROTOBUF=yes 2022-09-27T15:28:41.8599050Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:28:41.8599252Z GITHUB_ACTION_REF= 2022-09-27T15:28:41.8599547Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:28:41.8599793Z GITHUB_WORKFLOW=pull 2022-09-27T15:28:41.8599989Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:28:41.8602958Z PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).``` 2022-09-27T15:28:41.8604899Z _=/usr/bin/env 2022-09-27T15:28:41.8605150Z + echo 'Testing pytorch' 2022-09-27T15:28:41.8605335Z Testing pytorch 2022-09-27T15:28:41.8605538Z + export LANG=C.UTF-8 2022-09-27T15:28:41.8605737Z + LANG=C.UTF-8 2022-09-27T15:28:41.8605902Z + PR_NUMBER=85462 2022-09-27T15:28:41.8606103Z + [[ jit_legacy == \d\e\f\a\u\l\t ]] 2022-09-27T15:28:41.8606328Z + [[ jit_legacy == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:28:41.8606527Z + [[ jit_legacy == \s\l\o\w ]] 2022-09-27T15:28:41.8606817Z + [[ linux-focal-py3.7-gcc7 == *slow-gradcheck* ]] 2022-09-27T15:28:41.8607121Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-09-27T15:28:41.8607388Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:41.8607673Z + [[ linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-09-27T15:28:41.8607902Z + [[ jit_legacy == *crossref* ]] 2022-09-27T15:28:41.8608095Z + [[ jit_legacy == *dynamo* ]] 2022-09-27T15:28:41.8608311Z + [[ -n 85462 ]] 2022-09-27T15:28:41.8608587Z + [[ -z '' ]] 2022-09-27T15:28:41.8608797Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:28:41.8609051Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:28:41.8609341Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:41.8609619Z + [[ linux-focal-py3.7-gcc7 != *-bazel-* ]] 2022-09-27T15:28:41.8609884Z + pip_install --user ninja 2022-09-27T15:28:41.8610164Z + pip install --progress-bar off --user ninja 2022-09-27T15:28:42.3028639Z Collecting ninja 2022-09-27T15:28:42.3202144Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:28:43.0686191Z Installing collected packages: ninja 2022-09-27T15:28:43.0777986Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:28:43.0778546Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:28:43.0833907Z Successfully installed ninja-1.10.2.3 2022-09-27T15:28:43.1743562Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:28:43.1744231Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:28:43.1744732Z + [[ linux-focal-py3.7-gcc7 == *asan* ]] 2022-09-27T15:28:43.1745057Z + [[ jit_legacy == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:28:43.1745288Z + [[ jit_legacy == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:28:43.1748459Z + [[ linux-focal-py3.7-gcc7 == *tbb* ]] 2022-09-27T15:28:43.1761980Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-09-27T15:28:43.1762503Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-09-27T15:28:43.1763776Z + cd test 2022-09-27T15:28:43.1764732Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:28:44.2867362Z PyTorch built with: 2022-09-27T15:28:44.2867916Z - GCC 7.5 2022-09-27T15:28:44.2868176Z - C++ Version: 201402 2022-09-27T15:28:44.2868604Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:28:44.2869274Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:28:44.2869600Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:28:44.2869896Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:28:44.2870134Z - NNPACK is enabled 2022-09-27T15:28:44.2870383Z - CPU capability usage: AVX2 2022-09-27T15:28:44.2872850Z - 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-09-27T15:28:44.2874558Z 2022-09-27T15:28:44.4897986Z + cd test 2022-09-27T15:28:44.4898458Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:28:45.5987408Z ATen/Parallel: 2022-09-27T15:28:45.5987695Z at::get_num_threads() : 4 2022-09-27T15:28:45.5987917Z at::get_num_interop_threads() : 4 2022-09-27T15:28:45.5989206Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:28:45.5989590Z omp_get_max_threads() : 4 2022-09-27T15:28:45.5990348Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:28:45.5990714Z mkl_get_max_threads() : 4 2022-09-27T15:28:45.5991394Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:28:45.5991824Z std::thread::hardware_concurrency() : 8 2022-09-27T15:28:45.5992065Z Environment variables: 2022-09-27T15:28:45.5992278Z OMP_NUM_THREADS : [not set] 2022-09-27T15:28:45.5992478Z MKL_NUM_THREADS : [not set] 2022-09-27T15:28:45.5992698Z ATen parallel backend: OpenMP 2022-09-27T15:28:45.5992834Z 2022-09-27T15:28:45.8263269Z + [[ jit_legacy == *deploy* ]] 2022-09-27T15:28:45.8263831Z + [[ jit_legacy == *backward* ]] 2022-09-27T15:28:45.8264195Z + [[ jit_legacy == *xla* ]] 2022-09-27T15:28:45.8264434Z + [[ jit_legacy == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:28:45.8264638Z + test_python_legacy_jit 2022-09-27T15:28:45.8265097Z + python test/run_test.py --include test_jit_legacy test_jit_fuser_legacy --verbose 2022-09-27T15:28:47.3609099Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:28:47.4445874Z Ignoring disabled issues: [] 2022-09-27T15:28:47.4570162Z Selected tests: 2022-09-27T15:28:47.4570420Z test_jit_legacy 2022-09-27T15:28:47.4570615Z test_jit_fuser_legacy 2022-09-27T15:28:47.4720746Z Prioritized test from test file changes. 2022-09-27T15:28:47.4721102Z reordering tests for PR: 2022-09-27T15:28:47.4721314Z prioritized: [] 2022-09-27T15:28:47.4721699Z the rest: ['test_jit_legacy', 'test_jit_fuser_legacy'] 2022-09-27T15:28:47.4721861Z 2022-09-27T15:28:47.4722531Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /var/lib/jenkins/workspace/test/.pytorch-slow-tests.json 2022-09-27T15:28:47.4916932Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-09-27T15:28:47.5075751Z Running test_jit_legacy ... [2022-09-27 15:28:47.507241] 2022-09-27T15:28:47.5076265Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_legacy.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:28:47.507295] 2022-09-27T15:28:50.1919542Z CUDA not available, skipping tests 2022-09-27T15:28:50.2130535Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T15:28:50.2975947Z Test results will be stored in test-reports/python-unittest/test_jit_legacy 2022-09-27T15:28:50.3180611Z 2022-09-27T15:28:50.3180986Z Running tests... 2022-09-27T15:28:50.3181710Z ---------------------------------------------------------------------- 2022-09-27T15:28:50.3205720Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.002s) 2022-09-27T15:28:50.3294309Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.009s) 2022-09-27T15:28:50.3470400Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.017s) 2022-09-27T15:28:50.3486144Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.002s) 2022-09-27T15:28:50.3601401Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.011s) 2022-09-27T15:28:50.4102750Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.050s) 2022-09-27T15:28:50.4578875Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.048s) 2022-09-27T15:28:50.4693564Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.011s) 2022-09-27T15:28:50.4726669Z test_async_python (jit.test_async.TestAsync) ... ok (0.003s) 2022-09-27T15:28:50.4803523Z test_async_script (jit.test_async.TestAsync) ... ok (0.008s) 2022-09-27T15:28:50.4908397Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.010s) 2022-09-27T15:28:50.5255440Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.035s) 2022-09-27T15:28:50.5452098Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.020s) 2022-09-27T15:28:50.5539219Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.009s) 2022-09-27T15:28:50.5663959Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.012s) 2022-09-27T15:28:50.5686430Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.002s) 2022-09-27T15:28:50.6092718Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.040s) 2022-09-27T15:28:50.6103405Z test_future_subtyping (jit.test_async.TestAsync) 2022-09-27T15:28:50.6213340Z Test that futures subtype each other properly. ... ok (0.012s) 2022-09-27T15:28:50.6231822Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.002s) 2022-09-27T15:28:50.6355251Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.012s) 2022-09-27T15:28:50.6459539Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.010s) 2022-09-27T15:28:50.6589831Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.013s) 2022-09-27T15:28:50.6628264Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.004s) 2022-09-27T15:28:50.6915338Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.029s) 2022-09-27T15:28:50.7094931Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.018s) 2022-09-27T15:28:50.7141027Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-09-27T15:28:50.7345456Z 1. Testing a = int, b = int ... ok (0.025s) 2022-09-27T15:28:50.7461071Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.011s) 2022-09-27T15:28:50.7512421Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.005s) 2022-09-27T15:28:50.7574683Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.006s) 2022-09-27T15:28:50.7632662Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.006s) 2022-09-27T15:28:50.7769902Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.014s) 2022-09-27T15:28:50.7805255Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.003s) 2022-09-27T15:28:50.8224615Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.042s) 2022-09-27T15:28:50.8924055Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.070s) 2022-09-27T15:28:50.8994838Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-09-27T15:28:50.9160488Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-09-27T15:28:50.9170700Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: This threshold is only valid for Profiling Executor (0.001s) 2022-09-27T15:28:50.9188168Z 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-09-27T15:28:50.9271212Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-09-27T15:28:50.9348272Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-09-27T15:28:50.9366442Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.002s) 2022-09-27T15:28:50.9479581Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-09-27T15:28:50.9564198Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-09-27T15:28:50.9649164Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-09-27T15:28:50.9737966Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-09-27T15:28:50.9817725Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-09-27T15:28:50.9912172Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-09-27T15:28:50.9993118Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-09-27T15:28:51.0074902Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-09-27T15:28:51.0145523Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-09-27T15:28:51.0219903Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-09-27T15:28:51.0393462Z 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-09-27T15:28:51.1893932Z ok (0.167s) 2022-09-27T15:28:51.2082270Z 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-09-27T15:28:51.3500041Z ok (0.159s) 2022-09-27T15:28:51.3694203Z 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-09-27T15:28:51.5970870Z ok (0.246s) 2022-09-27T15:28:51.6537565Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... ok (0.054s) 2022-09-27T15:28:51.7108591Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... ok (0.056s) 2022-09-27T15:28:51.7193768Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-09-27T15:28:51.7280528Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-09-27T15:28:51.7364775Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.008s) 2022-09-27T15:28:51.7472075Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.011s) 2022-09-27T15:28:51.7583633Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.011s) 2022-09-27T15:28:51.7691111Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.011s) 2022-09-27T15:28:51.7817443Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.013s) 2022-09-27T15:28:51.7945770Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.013s) 2022-09-27T15:28:51.8021986Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.008s) 2022-09-27T15:28:51.8125914Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.010s) 2022-09-27T15:28:51.8340796Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.021s) 2022-09-27T15:28:51.8445800Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.010s) 2022-09-27T15:28:51.8577993Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.013s) 2022-09-27T15:28:51.8585903Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-09-27T15:28:51.8631569Z Test that the error message displayed when convering a class type ... ok (0.005s) 2022-09-27T15:28:51.9042234Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.041s) 2022-09-27T15:28:51.9100820Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-09-27T15:28:51.9137705Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.004s) 2022-09-27T15:28:51.9147349Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-09-27T15:28:51.9271835Z Test that inheritance is detected in ... ok (0.013s) 2022-09-27T15:28:51.9963354Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.069s) 2022-09-27T15:28:52.0097746Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.013s) 2022-09-27T15:28:52.0192606Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-09-27T15:28:52.0198624Z test_classmethod (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.0284028Z Test classmethods on class types. ... ok (0.009s) 2022-09-27T15:28:52.0311469Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-09-27T15:28:52.0322782Z test_custom_delete (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.0462568Z Test that del can be called on an instance of a class that ... ok (0.015s) 2022-09-27T15:28:52.0489381Z test_default_args (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.1067563Z Test that methods on class types can have default arguments. ... ok (0.060s) 2022-09-27T15:28:52.1129243Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-09-27T15:28:52.1161446Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-09-27T15:28:52.1175083Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.001s) 2022-09-27T15:28:52.1343708Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.017s) 2022-09-27T15:28:52.1411336Z test_in (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-09-27T15:28:52.1442709Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-09-27T15:28:52.1927310Z test_interface (jit.test_class_type.TestClassType) ... ok (0.048s) 2022-09-27T15:28:52.1977854Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-09-27T15:28:52.2055444Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-09-27T15:28:52.3464118Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.141s) 2022-09-27T15:28:52.3484192Z test_properties (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.3754693Z Test that a scripted class can make use of the @property decorator. ... ok (0.029s) 2022-09-27T15:28:52.3829470Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-09-27T15:28:52.3893866Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-09-27T15:28:52.3898216Z test_recursive_class (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.3922483Z Recursive class types not yet supported. We should give a good error message. ... ok (0.003s) 2022-09-27T15:28:52.3936458Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.4358445Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.043s) 2022-09-27T15:28:52.4365044Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.4486714Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.013s) 2022-09-27T15:28:52.4493117Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.4593137Z Test that class types are recursively scripted when an Python instance of one ... ok (0.011s) 2022-09-27T15:28:52.4605633Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.4752128Z Test that class types module attributes that fail to script ... ok (0.016s) 2022-09-27T15:28:52.4761033Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.4846139Z Test that modifications made to a class instance in TorchScript ... ok (0.009s) 2022-09-27T15:28:52.4940055Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-09-27T15:28:52.5103845Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T15:28:52.5215924Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-09-27T15:28:52.5219752Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.7732643Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.252s) 2022-09-27T15:28:52.7740102Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.7864596Z Test that a scripted class can have a method that refers to the class itself ... ok (0.013s) 2022-09-27T15:28:52.7939531Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-09-27T15:28:52.7974159Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-09-27T15:28:52.8002268Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-09-27T15:28:52.8012572Z test_staticmethod (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.8200244Z Test static methods on class types. ... ok (0.020s) 2022-09-27T15:28:52.8207079Z test_type_annotation (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.8275963Z Test that annotating container attributes with types works correctly ... ok (0.007s) 2022-09-27T15:28:52.8311677Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.004s) 2022-09-27T15:28:52.8377877Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-09-27T15:28:52.8391770Z test_unused_method (jit.test_class_type.TestClassType) 2022-09-27T15:28:52.8521958Z Test unused methods on scripted classes. ... ok (0.014s) 2022-09-27T15:28:52.8717843Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.019s) 2022-09-27T15:28:52.8873806Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.016s) 2022-09-27T15:28:53.3765147Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.489s) 2022-09-27T15:28:53.4309509Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.054s) 2022-09-27T15:28:53.4351734Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.004s) 2022-09-27T15:28:53.4421895Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.007s) 2022-09-27T15:28:53.4464974Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.004s) 2022-09-27T15:28:53.4511286Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.004s) 2022-09-27T15:28:53.4549950Z test_div (jit.test_complex.TestComplex) ... ok (0.004s) 2022-09-27T15:28:53.4634340Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.008s) 2022-09-27T15:28:53.4717953Z test_pickle (jit.test_complex.TestComplex) ... ok (0.008s) 2022-09-27T15:28:53.4750925Z test_script (jit.test_complex.TestComplex) ... ok (0.003s) 2022-09-27T15:28:53.4821487Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.007s) 2022-09-27T15:28:53.5259396Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.044s) 2022-09-27T15:28:53.5299891Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.004s) 2022-09-27T15:28:53.5358700Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.006s) 2022-09-27T15:28:53.5370622Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T15:28:53.5387203Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-09-27T15:28:53.5395696Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T15:28:53.5406957Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T15:28:53.5418089Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T15:28:53.5428043Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T15:28:53.5438493Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T15:28:53.5448830Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T15:28:53.5482485Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-09-27T15:28:53.5487760Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.001s) 2022-09-27T15:28:53.5498513Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T15:28:53.5533719Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-09-27T15:28:53.5591484Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.006s) 2022-09-27T15:28:53.5684059Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.009s) 2022-09-27T15:28:53.5689139Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:28:53.5694314Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-09-27T15:28:53.5705299Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:28:53.5715079Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:28:53.5719154Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-09-27T15:28:54.7706355Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (1.198s) 2022-09-27T15:28:56.7866363Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (2.016s) 2022-09-27T15:28:56.7968974Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.010s) 2022-09-27T15:28:56.7988515Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-09-27T15:28:56.7997756Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... skip: InitVar not supported in Python < 3.8 (0.001s) 2022-09-27T15:28:56.8146810Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.015s) 2022-09-27T15:28:56.8164598Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-09-27T15:28:56.8258182Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.009s) 2022-09-27T15:28:56.8286687Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-09-27T15:28:56.8323370Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-09-27T15:28:56.8363280Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-09-27T15:28:56.8410767Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-09-27T15:28:56.8448932Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-09-27T15:28:56.8487285Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-09-27T15:28:56.8495781Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.001s) 2022-09-27T15:28:56.8539748Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-09-27T15:28:56.8575358Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-09-27T15:28:56.8636425Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-09-27T15:28:56.8747562Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.011s) 2022-09-27T15:28:56.8787527Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-09-27T15:28:57.0304762Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.152s) 2022-09-27T15:28:57.0309471Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.000s) 2022-09-27T15:28:57.0573596Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.026s) 2022-09-27T15:28:57.0764257Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.019s) 2022-09-27T15:28:57.1019328Z test_basic (jit.test_list_dict.TestDict) ... ok (0.025s) 2022-09-27T15:28:57.1063023Z test_clear (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-09-27T15:28:57.1116130Z test_copy (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-09-27T15:28:57.1212980Z test_del (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-09-27T15:28:57.1452433Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.024s) 2022-09-27T15:28:57.2395892Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.094s) 2022-09-27T15:28:57.2453883Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-09-27T15:28:57.2467750Z test_dict_variance (jit.test_list_dict.TestDict) 2022-09-27T15:28:57.2589682Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.013s) 2022-09-27T15:28:57.2678996Z test_get (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-09-27T15:28:57.2781387Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-09-27T15:28:57.2817674Z test_items (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-09-27T15:28:57.2836294Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-09-27T15:28:57.2901079Z test_keys (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-09-27T15:28:57.2941467Z test_len (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-09-27T15:28:57.2990714Z test_loop (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-09-27T15:28:57.3084400Z test_membership (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-09-27T15:28:57.3121861Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-09-27T15:28:57.3253625Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-09-27T15:28:57.3416880Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-09-27T15:28:57.3549650Z test_pop (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-09-27T15:28:57.3599697Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-09-27T15:28:57.3694664Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-09-27T15:28:57.3702719Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-09-27T15:28:57.3725266Z Test that the use of a Dict type annotation without contained ... ok (0.003s) 2022-09-27T15:28:57.3845915Z test_update (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-09-27T15:28:57.3908696Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-09-27T15:28:57.3947725Z test_values (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-09-27T15:28:57.4010818Z test_view (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-09-27T15:28:57.4092162Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.008s) 2022-09-27T15:28:57.4180483Z 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-09-27T15:28:57.4181053Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-09-27T15:28:57.4846238Z ok (0.075s) 2022-09-27T15:28:57.4937723Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.009s) 2022-09-27T15:28:57.5123432Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.018s) 2022-09-27T15:28:57.5334489Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.021s) 2022-09-27T15:28:57.5710452Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.038s) 2022-09-27T15:28:57.5837595Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.013s) 2022-09-27T15:28:57.5954851Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.012s) 2022-09-27T15:28:57.6026489Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.6097951Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.6164445Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.6233623Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.6302732Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.6371995Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.6438558Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.6505738Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.6571735Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.6639055Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.6705783Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.6774215Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.6831227Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T15:28:57.6887048Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T15:28:57.6942944Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T15:28:57.7027781Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:57.7096387Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.7181206Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:57.7258397Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:57.7340402Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:57.7395689Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T15:28:57.7480189Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:57.7563637Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:57.7616413Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T15:28:57.7706962Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T15:28:57.7793465Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T15:28:57.7868485Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.7942408Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.8016341Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.8118323Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:57.8216645Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:57.8315973Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:57.8412410Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:57.8507205Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T15:28:57.8607102Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:57.8710504Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:57.8811308Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:57.8911484Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:57.9008799Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:57.9109149Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:57.9210004Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:57.9305156Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T15:28:57.9407359Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:57.9507813Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:57.9568023Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T15:28:57.9627201Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T15:28:57.9687404Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T15:28:57.9761323Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.9833656Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.9905448Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:57.9964939Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T15:28:58.0023327Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T15:28:58.0081740Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T15:28:58.0138084Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T15:28:58.0193666Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T15:28:58.0258211Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T15:28:58.0322371Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T15:28:58.0386230Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T15:28:58.0460938Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:58.0532732Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:58.0602542Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:58.0690173Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T15:28:58.0780017Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T15:28:58.0870516Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T15:28:58.0953213Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.1031845Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.1109927Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.1186909Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.1264710Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.1341654Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.1423001Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.1503295Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.1583880Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.1664606Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.1747306Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.1827231Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.1910950Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.1997031Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T15:28:58.2080653Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.2165443Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.2247445Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.2329931Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.2410585Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.2488975Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T15:28:58.2579639Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T15:28:58.2670098Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T15:28:58.2760752Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T15:28:58.2872477Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-09-27T15:28:58.3155305Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.028s) 2022-09-27T15:28:58.3442634Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.029s) 2022-09-27T15:28:58.3541379Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.3638857Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.3740401Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.3845985Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.4129712Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.028s) 2022-09-27T15:28:58.4413483Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.028s) 2022-09-27T15:28:58.4514152Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.4613696Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.4712047Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.4809578Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.4907691Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.5005691Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.5076943Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:58.5149513Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:58.5223590Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:58.5313173Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T15:28:58.5399908Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T15:28:58.5486317Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T15:28:58.5587213Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.5692433Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.5794929Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.5892948Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.5991713Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T15:28:58.6061544Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:58.6130542Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:58.6199383Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T15:28:58.6286343Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.008s) 2022-09-27T15:28:58.6348161Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.006s) 2022-09-27T15:28:58.6424911Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.008s) 2022-09-27T15:28:58.6484304Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.006s) 2022-09-27T15:28:58.6569739Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.008s) 2022-09-27T15:28:58.6579049Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-09-27T15:28:58.6661898Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.008s) 2022-09-27T15:28:58.6721979Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.006s) 2022-09-27T15:28:58.6796650Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.007s) 2022-09-27T15:28:58.6853028Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.006s) 2022-09-27T15:28:58.6915237Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.006s) 2022-09-27T15:28:58.6972093Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.006s) 2022-09-27T15:28:58.7173403Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.020s) 2022-09-27T15:28:58.7217396Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.004s) 2022-09-27T15:28:58.7261533Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.004s) 2022-09-27T15:28:58.7341360Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.008s) 2022-09-27T15:28:58.7387499Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... ok (0.004s) 2022-09-27T15:28:58.7399865Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.001s) 2022-09-27T15:28:58.7425147Z 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-09-27T15:28:58.7426118Z export_type=torch.onnx.ExportTypes.COMPRESSED_ZIP_ARCHIVE) 2022-09-27T15:28:58.7454475Z ok (0.005s) 2022-09-27T15:28:58.7479899Z 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-09-27T15:28:58.7480557Z export_type=torch.onnx.ExportTypes.DIRECTORY) 2022-09-27T15:28:58.7507832Z ok (0.005s) 2022-09-27T15:28:58.7537060Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.003s) 2022-09-27T15:28:58.7567104Z 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-09-27T15:28:58.7567968Z torch.onnx._export(foo, (x,), f) 2022-09-27T15:28:58.7581274Z ok (0.004s) 2022-09-27T15:28:58.7605246Z 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-09-27T15:28:58.7606088Z export_type=torch.onnx.ExportTypes.PROTOBUF_FILE) 2022-09-27T15:28:58.7629326Z ok (0.005s) 2022-09-27T15:28:58.7651941Z 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-09-27T15:28:58.7652779Z export_type=torch.onnx.ExportTypes.ZIP_ARCHIVE) 2022-09-27T15:28:58.7675005Z ok (0.005s) 2022-09-27T15:28:58.7848597Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-09-27T15:28:58.7983882Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-09-27T15:28:59.0911891Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.293s) 2022-09-27T15:28:59.1005588Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T15:28:59.1119573Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-09-27T15:28:59.1196004Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T15:28:59.1345509Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-09-27T15:28:59.1424625Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T15:28:59.1505947Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T15:28:59.1574115Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-09-27T15:28:59.1644535Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-09-27T15:28:59.1758867Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-09-27T15:28:59.1847251Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T15:28:59.1950029Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-09-27T15:28:59.2029519Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T15:28:59.2171753Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-09-27T15:28:59.2291785Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-09-27T15:28:59.2424697Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-09-27T15:28:59.2548939Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-09-27T15:28:59.2628602Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T15:28:59.2710772Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T15:28:59.2790357Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T15:28:59.2846881Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-09-27T15:28:59.2903538Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-09-27T15:28:59.3147489Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-09-27T15:28:59.3412588Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.026s) 2022-09-27T15:28:59.3637413Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.022s) 2022-09-27T15:28:59.3653158Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-09-27T15:28:59.4031977Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.039s) 2022-09-27T15:28:59.4138676Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-09-27T15:28:59.4279452Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-09-27T15:28:59.4449691Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-09-27T15:28:59.4743190Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.029s) 2022-09-27T15:28:59.4921254Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.018s) 2022-09-27T15:28:59.5012366Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T15:28:59.5105702Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T15:28:59.5218291Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-09-27T15:28:59.5272809Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-09-27T15:28:59.5393360Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-09-27T15:28:59.5493437Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-09-27T15:28:59.5588831Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T15:28:59.5668724Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T15:28:59.5792676Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-09-27T15:28:59.5891313Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-09-27T15:28:59.5981597Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T15:28:59.7002499Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.102s) 2022-09-27T15:28:59.7111420Z test_instancing_error (test_jit.TestFrontend) ... ok (0.011s) 2022-09-27T15:28:59.7272706Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-09-27T15:29:01.1919656Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.465s) 2022-09-27T15:29:01.5960578Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.404s) 2022-09-27T15:29:01.5976955Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-09-27T15:29:01.6118434Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.014s) 2022-09-27T15:29:01.6135424Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.002s) 2022-09-27T15:29:01.6815737Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.068s) 2022-09-27T15:29:01.7240042Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.042s) 2022-09-27T15:29:01.7247443Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-09-27T15:29:01.7269537Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-09-27T15:29:01.7284358Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.001s) 2022-09-27T15:29:01.7358770Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.007s) 2022-09-27T15:29:01.7449676Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-09-27T15:29:01.7529738Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.008s) 2022-09-27T15:29:01.7629994Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.010s) 2022-09-27T15:29:01.9475041Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.184s) 2022-09-27T15:29:01.9490064Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-09-27T15:29:01.9503108Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-09-27T15:29:01.9503659Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.001s) 2022-09-27T15:29:01.9516547Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-09-27T15:29:01.9517390Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.001s) 2022-09-27T15:29:01.9531595Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-09-27T15:29:01.9585771Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-09-27T15:29:01.9638083Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-09-27T15:29:01.9647775Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.001s) 2022-09-27T15:29:01.9886290Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.024s) 2022-09-27T15:29:02.0016850Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.013s) 2022-09-27T15:29:02.0234960Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.022s) 2022-09-27T15:29:02.3830290Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.359s) 2022-09-27T15:29:03.2503745Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.867s) 2022-09-27T15:29:03.2550343Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-09-27T15:29:03.2591753Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.004s) 2022-09-27T15:29:03.3144845Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.055s) 2022-09-27T15:29:03.3644050Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.050s) 2022-09-27T15:29:03.6249737Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.260s) 2022-09-27T15:29:03.7014610Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.076s) 2022-09-27T15:29:03.7116542Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.010s) 2022-09-27T15:29:03.7122896Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.001s) 2022-09-27T15:29:03.7190726Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.007s) 2022-09-27T15:29:03.7532640Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.034s) 2022-09-27T15:29:03.7617564Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.008s) 2022-09-27T15:29:03.7692138Z test_hash_device (jit.test_hash.TestHash) ... ok (0.007s) 2022-09-27T15:29:03.7794183Z test_hash_float (jit.test_hash.TestHash) ... ok (0.010s) 2022-09-27T15:29:03.7881292Z test_hash_int (jit.test_hash.TestHash) ... ok (0.009s) 2022-09-27T15:29:03.7917782Z test_hash_none (jit.test_hash.TestHash) ... ok (0.004s) 2022-09-27T15:29:03.7980438Z test_hash_string (jit.test_hash.TestHash) ... ok (0.006s) 2022-09-27T15:29:03.7985596Z test_hash_tensor (jit.test_hash.TestHash) 2022-09-27T15:29:03.8046711Z Tensors should hash by identity ... ok (0.007s) 2022-09-27T15:29:03.8122135Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.007s) 2022-09-27T15:29:03.8158273Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.004s) 2022-09-27T15:29:03.8364489Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-09-27T15:29:03.8375843Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... ok (0.001s) 2022-09-27T15:29:03.8476569Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.010s) 2022-09-27T15:29:03.8565895Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.009s) 2022-09-27T15:29:03.8722790Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.016s) 2022-09-27T15:29:03.8979375Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.026s) 2022-09-27T15:29:03.9210093Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.023s) 2022-09-27T15:29:03.9431928Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-09-27T15:29:03.9794415Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.036s) 2022-09-27T15:29:04.0211369Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.042s) 2022-09-27T15:29:04.0392859Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.018s) 2022-09-27T15:29:04.0624325Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.023s) 2022-09-27T15:29:04.0791256Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.017s) 2022-09-27T15:29:04.1044895Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.025s) 2022-09-27T15:29:04.1312735Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.027s) 2022-09-27T15:29:04.1554227Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-09-27T15:29:04.1805976Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.025s) 2022-09-27T15:29:04.2049703Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-09-27T15:29:04.2450043Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.040s) 2022-09-27T15:29:04.2793724Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-09-27T15:29:04.2985089Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.019s) 2022-09-27T15:29:04.3256883Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.027s) 2022-09-27T15:29:04.3673764Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.042s) 2022-09-27T15:29:04.4175272Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.050s) 2022-09-27T15:29:04.4216480Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.004s) 2022-09-27T15:29:04.4268872Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.005s) 2022-09-27T15:29:04.4430474Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.016s) 2022-09-27T15:29:04.4484613Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.005s) 2022-09-27T15:29:04.4542742Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.006s) 2022-09-27T15:29:04.5026860Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.048s) 2022-09-27T15:29:04.5031818Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.001s) 2022-09-27T15:29:04.5084967Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T15:29:04.5152137Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-09-27T15:29:04.5215904Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T15:29:04.5235332Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-09-27T15:29:04.5288434Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T15:29:04.5298503Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-09-27T15:29:04.5310923Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-09-27T15:29:04.5361789Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T15:29:04.5414313Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T15:29:04.5478787Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T15:29:04.5565391Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-09-27T15:29:04.5619429Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T15:29:04.5681873Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T15:29:04.5749660Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-09-27T15:29:04.5770613Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-09-27T15:29:04.5823311Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T15:29:04.5872259Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T15:29:04.5884271Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-09-27T15:29:04.5946441Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T15:29:04.5995056Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T15:29:04.6016209Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-09-27T15:29:04.6064832Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T15:29:04.6116973Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T15:29:04.6185405Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-09-27T15:29:04.6268053Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-09-27T15:29:04.6288542Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-09-27T15:29:04.6370238Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-09-27T15:29:04.6418827Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T15:29:04.6612967Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-09-27T15:29:04.7241452Z test_ModuleList (test_jit.TestJit) ... ok (0.063s) 2022-09-27T15:29:04.7515474Z test_Sequential (test_jit.TestJit) ... ok (0.027s) 2022-09-27T15:29:04.7748320Z test_T_mT_H_mH (test_jit.TestJit) ... ok (0.023s) 2022-09-27T15:29:04.8086836Z test_add_relu_fusion (test_jit.TestJit) ... ok (0.034s) 2022-09-27T15:29:04.8105052Z test_arg_configurations (test_jit.TestJit) 2022-09-27T15:29:04.8105751Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-09-27T15:29:04.8167813Z test_attrs (test_jit.TestJit) ... ok (0.006s) 2022-09-27T15:29:04.8204195Z test_batchnorm (test_jit.TestJit) ... ok (0.004s) 2022-09-27T15:29:04.8214822Z test_big (test_jit.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-09-27T15:29:04.8261989Z test_conj_transpose (test_jit.TestJit) ... ok (0.005s) 2022-09-27T15:29:09.5298338Z test_constant_insertion (test_jit.TestJit) ... ok (4.703s) 2022-09-27T15:29:09.5359680Z test_constant_prop_aliasing_type (test_jit.TestJit) ... ok (0.006s) 2022-09-27T15:29:09.5412664Z test_constant_prop_exception (test_jit.TestJit) ... ok (0.005s) 2022-09-27T15:29:09.5472661Z test_constant_prop_if_constant (test_jit.TestJit) ... ok (0.006s) 2022-09-27T15:29:09.5505421Z test_constant_prop_if_inline (test_jit.TestJit) ... ok (0.003s) 2022-09-27T15:29:09.5560454Z test_constant_prop_loop_constant (test_jit.TestJit) ... ok (0.005s) 2022-09-27T15:29:09.5609271Z test_constant_prop_nested (test_jit.TestJit) ... ok (0.005s) 2022-09-27T15:29:09.5672575Z test_constant_prop_none (test_jit.TestJit) ... ok (0.006s) 2022-09-27T15:29:09.5709545Z test_constant_prop_print (test_jit.TestJit) ... ok (0.004s) 2022-09-27T15:29:09.5745276Z test_constant_prop_rand (test_jit.TestJit) ... ok (0.003s) 2022-09-27T15:29:09.5790730Z test_constant_prop_remove_output (test_jit.TestJit) ... ok (0.004s) 2022-09-27T15:29:09.5830385Z test_constant_prop_simple (test_jit.TestJit) ... ok (0.004s) 2022-09-27T15:29:09.5858851Z test_constants_pkl (test_jit.TestJit) ... ok (0.003s) 2022-09-27T15:29:09.6072189Z test_cpp (test_jit.TestJit) ... ok (0.021s) 2022-09-27T15:29:09.6187594Z test_cse (test_jit.TestJit) ... ok (0.011s) 2022-09-27T15:29:09.6253533Z test_cse_not_introduce_aliasing (test_jit.TestJit) ... ok (0.007s) 2022-09-27T15:29:09.6266215Z test_cu_escaped_number (test_jit.TestJit) ... ok (0.001s) 2022-09-27T15:29:09.6278053Z test_cuda_export_restore (test_jit.TestJit) ... skip: requires CUDA (0.001s) 2022-09-27T15:29:09.6291271Z test_debug_flush_compilation_cache (test_jit.TestJit) ... skip: Not implemented for Simple or Legacy (0.001s) 2022-09-27T15:29:09.6376913Z test_decompose_addmm (test_jit.TestJit) ... ok (0.009s) 2022-09-27T15:29:09.6383890Z test_device_not_equal (test_jit.TestJit) ... skip: requires CUDA (0.001s) 2022-09-27T15:29:09.6428953Z test_diff_subgraph_clones_constants (test_jit.TestJit) ... ok (0.004s) 2022-09-27T15:29:09.6443529Z test_disabled (test_jit.TestJit) ... ok (0.001s) 2022-09-27T15:29:09.6465581Z test_dropout (test_jit.TestJit) ... ok (0.002s) 2022-09-27T15:29:09.6478439Z test_dropout_cuda (test_jit.TestJit) ... skip: test_dropout_cuda require CUDA (0.001s) 2022-09-27T15:29:09.6852189Z test_dropout_func_requires_grad (test_jit.TestJit) ... STAGE:2022-09-27 15:29:09 535:535 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:29:09.6867329Z STAGE:2022-09-27 15:29:09 535:535 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:29:09.6876235Z STAGE:2022-09-27 15:29:09 535:535 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:29:09.6882746Z STAGE:2022-09-27 15:29:09 535:535 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:29:09.7143824Z STAGE:2022-09-27 15:29:09 535:535 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:29:09.7164045Z STAGE:2022-09-27 15:29:09 535:535 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:29:09.7169928Z STAGE:2022-09-27 15:29:09 535:535 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:29:09.7174933Z STAGE:2022-09-27 15:29:09 535:535 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:29:09.7179630Z ok (0.070s) 2022-09-27T15:29:09.7203737Z test_dropout_module_requires_grad (test_jit.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:29:09.7487223Z test_einsum (test_jit.TestJit) ... ok (0.028s) 2022-09-27T15:29:09.7521252Z test_element_size (test_jit.TestJit) ... ok (0.003s) 2022-09-27T15:29:09.7528979Z test_expand_fold_quant_inputs (test_jit.TestJit) ... ok (0.001s) 2022-09-27T15:29:09.7535980Z test_expand_quantlint (test_jit.TestJit) ... ok (0.001s) 2022-09-27T15:29:09.7550506Z test_export_batchnorm (test_jit.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:29:09.7619807Z test_export_dropout (test_jit.TestJit) ... ok (0.007s) 2022-09-27T15:29:09.8064309Z test_export_lstm (test_jit.TestJit) ... ok (0.044s) 2022-09-27T15:29:09.8205140Z test_export_opnames (test_jit.TestJit) ... ok (0.014s) 2022-09-27T15:29:09.8988617Z test_export_rnn (test_jit.TestJit) ... ok (0.078s) 2022-09-27T15:29:09.9006812Z test_flags (test_jit.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-09-27T15:29:09.9190701Z test_function_default_values (test_jit.TestJit) ... ok (0.018s) 2022-09-27T15:29:09.9225519Z test_hide_source_ranges_context_manager (test_jit.TestJit) ... ok (0.003s) 2022-09-27T15:29:09.9275028Z test_import_method (test_jit.TestJit) ... ok (0.005s) 2022-09-27T15:29:09.9298405Z test_inferred_as_tensor (test_jit.TestJit) ... ok (0.002s) 2022-09-27T15:29:09.9336295Z test_layout (test_jit.TestJit) ... ok (0.004s) 2022-09-27T15:29:09.9383192Z test_matrix_conj_transpose (test_jit.TestJit) ... ok (0.005s) 2022-09-27T15:29:09.9421549Z test_matrix_transpose (test_jit.TestJit) ... ok (0.004s) 2022-09-27T15:29:09.9479273Z test_module_default_values (test_jit.TestJit) ... ok (0.006s) 2022-09-27T15:29:09.9531226Z test_mutable_default_values (test_jit.TestJit) ... ok (0.005s) 2022-09-27T15:29:09.9543990Z test_native_dropout_corner_case (test_jit.TestJit) ... skip: test requires CUDA (0.001s) 2022-09-27T15:29:10.2167191Z test_nn_conv (test_jit.TestJit) ... ok (0.262s) 2022-09-27T15:29:10.2662712Z test_nn_lp_pool1d (test_jit.TestJit) ... ok (0.050s) 2022-09-27T15:29:10.3185518Z test_nn_lp_pool2d (test_jit.TestJit) ... ok (0.052s) 2022-09-27T15:29:10.5541430Z test_nn_padding (test_jit.TestJit) ... ok (0.235s) 2022-09-27T15:29:10.5797792Z test_nn_padding_functional (test_jit.TestJit) ... ok (0.026s) 2022-09-27T15:29:10.5845753Z test_no_erroneous_warnings (test_jit.TestJit) ... ok (0.005s) 2022-09-27T15:29:10.5854555Z test_non_ascii_string (test_jit.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-09-27T15:29:10.5887963Z test_numel (test_jit.TestJit) ... ok (0.003s) 2022-09-27T15:29:10.6211376Z test_pattern_based_module_rewrite (test_jit.TestJit) ... ok (0.032s) 2022-09-27T15:29:10.6234877Z test_pattern_based_rewrite (test_jit.TestJit) ... ok (0.002s) 2022-09-27T15:29:10.6450966Z test_pattern_based_rewrite_with_source_range_preserved (test_jit.TestJit) ... ok (0.021s) 2022-09-27T15:29:10.6642757Z test_peephole_optimize_shape_ops (test_jit.TestJit) ... ok (0.019s) 2022-09-27T15:29:10.6677568Z test_permute_inputs_binding (test_jit.TestJit) ... ok (0.003s) 2022-09-27T15:29:10.6941353Z test_pretty_printer (test_jit.TestJit) ... ok (0.026s) 2022-09-27T15:29:10.6950398Z test_print_classes_module (test_jit.TestJit) ... ok (0.001s) 2022-09-27T15:29:10.6960022Z test_print_op_module (test_jit.TestJit) ... ok (0.001s) 2022-09-27T15:29:10.6969555Z test_print_torch_ops_modules (test_jit.TestJit) ... ok (0.001s) 2022-09-27T15:29:10.6987034Z 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-09-27T15:29:10.8040786Z test_python_bindings (test_jit.TestJit) ... ok (0.105s) 2022-09-27T15:29:10.8080462Z test_python_ir (test_jit.TestJit) ... ok (0.004s) 2022-09-27T15:29:10.8129671Z test_python_ir_utils (test_jit.TestJit) ... ok (0.005s) 2022-09-27T15:29:10.8208239Z test_python_ir_utils_graph (test_jit.TestJit) ... ok (0.008s) 2022-09-27T15:29:10.8227116Z test_python_ivalue (test_jit.TestJit) ... ok (0.002s) 2022-09-27T15:29:12.1300789Z test_pytorch_jit_env_off (test_jit.TestJit) ... ok (1.307s) 2022-09-27T15:29:12.1325432Z test_recursive_cse (test_jit.TestJit) ... ok (0.002s) 2022-09-27T15:29:12.1386397Z test_repeat_interleave_script (test_jit.TestJit) ... ok (0.006s) 2022-09-27T15:29:12.1446848Z test_restore_device (test_jit.TestJit) ... ok (0.006s) 2022-09-27T15:29:12.1467956Z test_restore_device_cuda (test_jit.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-09-27T15:29:12.1481794Z test_restore_shared_storage_on_cuda (test_jit.TestJit) ... skip: restore device requires CUDA (0.001s) 2022-09-27T15:29:12.1917996Z test_script_autograd_grad (test_jit.TestJit) ... ok (0.043s) 2022-09-27T15:29:12.2061298Z test_script_backward (test_jit.TestJit) ... ok (0.014s) 2022-09-27T15:29:12.2080546Z 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-09-27T15:29:12.2081321Z "`optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead" 2022-09-27T15:29:12.2226491Z ok (0.016s) 2022-09-27T15:29:12.2263462Z test_script_fn_pkl (test_jit.TestJit) ... ok (0.004s) 2022-09-27T15:29:12.2314454Z test_script_tensor_type (test_jit.TestJit) ... ok (0.005s) 2022-09-27T15:29:12.2349022Z test_shape_analysis_broadcast (test_jit.TestJit) ... ok (0.003s) 2022-09-27T15:29:12.2361646Z test_shape_analysis_masked_select (test_jit.TestJit) ... ok (0.001s) 2022-09-27T15:29:12.2373588Z test_shape_analysis_unsqueeze_in_loop (test_jit.TestJit) ... ok (0.001s) 2022-09-27T15:29:12.2410387Z test_sparse_csr_tensors (test_jit.TestJit) ... ok (0.004s) 2022-09-27T15:29:12.2785784Z test_sparse_tensors (test_jit.TestJit) ... ok (0.037s) 2022-09-27T15:29:12.2942444Z 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-09-27T15:29:12.2943216Z return callable(*args, **kwargs) 2022-09-27T15:29:12.2985366Z /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-09-27T15:29:12.2986078Z return callable(*args, **kwargs) 2022-09-27T15:29:12.3092968Z ok (0.031s) 2022-09-27T15:29:12.3101978Z test_torch_load_error (test_jit.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-09-27T15:29:12.3142646Z test_torch_load_zipfile_check (test_jit.TestJit) ... ok (0.004s) 2022-09-27T15:29:12.3172917Z test_torch_ops_kwonly (test_jit.TestJit) ... ok (0.003s) 2022-09-27T15:29:12.3197046Z test_torch_ops_overloaded (test_jit.TestJit) ... ok (0.002s) 2022-09-27T15:29:12.3307291Z test_torch_sum (test_jit.TestJit) ... ok (0.011s) 2022-09-27T15:29:12.3378712Z test_trace_retains_train (test_jit.TestJit) ... ok (0.007s) 2022-09-27T15:29:12.3898932Z test_train_eval (test_jit.TestJit) ... ok (0.052s) 2022-09-27T15:29:12.3947221Z test_transpose (test_jit.TestJit) ... ok (0.005s) 2022-09-27T15:29:12.4069397Z test_unchecked_cast (test_jit.TestJit) ... ok (0.012s) 2022-09-27T15:29:12.4087354Z test_unique_state_dict (test_jit.TestJit) ... ok (0.002s) 2022-09-27T15:29:12.4097480Z test_verify (test_jit.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-09-27T15:29:12.4212649Z test_warnings (test_jit.TestJit) ... ok (0.011s) 2022-09-27T15:29:12.4614308Z test_nn_AdaptiveAvgPool1d (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T15:29:12.5008128Z test_nn_AdaptiveAvgPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:12.5416727Z test_nn_AdaptiveAvgPool1d_one_output (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:12.5911786Z test_nn_AdaptiveAvgPool2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T15:29:12.6409168Z test_nn_AdaptiveAvgPool2d_single (test_jit.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T15:29:12.6938124Z test_nn_AdaptiveAvgPool2d_single_1x1output (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T15:29:12.7447677Z test_nn_AdaptiveAvgPool2d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T15:29:12.7480977Z test_nn_AdaptiveAvgPool2d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:12.7985535Z test_nn_AdaptiveAvgPool3d_last_dim (test_jit.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T15:29:12.8472916Z test_nn_AdaptiveAvgPool3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T15:29:12.8981749Z test_nn_AdaptiveAvgPool3d_single (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T15:29:12.9471410Z test_nn_AdaptiveAvgPool3d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T15:29:12.9503872Z test_nn_AdaptiveAvgPool3d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:13.0070710Z test_nn_AdaptiveMaxPool1d (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T15:29:13.0582511Z test_nn_AdaptiveMaxPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T15:29:13.1212522Z test_nn_AdaptiveMaxPool2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T15:29:13.1765755Z test_nn_AdaptiveMaxPool2d_single (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T15:29:13.2327372Z test_nn_AdaptiveMaxPool2d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T15:29:13.2359138Z test_nn_AdaptiveMaxPool2d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:13.3014229Z test_nn_AdaptiveMaxPool3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.065s) 2022-09-27T15:29:13.3583316Z test_nn_AdaptiveMaxPool3d_single (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T15:29:13.4147825Z test_nn_AdaptiveMaxPool3d_single_nonatomic (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T15:29:13.4709764Z test_nn_AdaptiveMaxPool3d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T15:29:13.5272484Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T15:29:13.5304434Z test_nn_AdaptiveMaxPool3d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:13.5762383Z test_nn_AvgPool1d (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:13.6203656Z test_nn_AvgPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:13.6656336Z test_nn_AvgPool1d_stride (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:13.7108081Z test_nn_AvgPool1d_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:13.7562449Z test_nn_AvgPool2d (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:13.8010931Z test_nn_AvgPool2d_divisor (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:13.8446094Z test_nn_AvgPool2d_divisor_stride (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T15:29:13.8906267Z test_nn_AvgPool2d_divisor_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:13.9352726Z test_nn_AvgPool2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:13.9793533Z test_nn_AvgPool2d_stride (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:14.0251397Z test_nn_AvgPool2d_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:14.0727931Z test_nn_AvgPool3d (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T15:29:14.1184072Z test_nn_AvgPool3d_divisor (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:14.1651380Z test_nn_AvgPool3d_divisor_stride (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T15:29:14.2125811Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T15:29:14.2602244Z test_nn_AvgPool3d_divisor_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T15:29:14.3075458Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T15:29:14.3537232Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:14.3986894Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:14.4437841Z test_nn_AvgPool3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:14.4898342Z test_nn_AvgPool3d_stride (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:14.5358937Z test_nn_AvgPool3d_stride1_pad0_gpu_input (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:14.5813600Z test_nn_AvgPool3d_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:14.6281193Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T15:29:14.6749885Z test_nn_AvgPool3d_stride_pad_gpu_general_output (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T15:29:14.7201224Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:14.7803932Z test_nn_BCELoss (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T15:29:14.8167062Z test_nn_BCELoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:14.8533258Z test_nn_BCELoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:14.8909829Z test_nn_BCELoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:14.8942061Z test_nn_BCELoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:14.8971476Z test_nn_BCELoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:14.9345093Z test_nn_BCELoss_scalar_weights (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:14.9725471Z test_nn_BCELoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:14.9756021Z test_nn_BCELoss_weights_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:14.9785378Z test_nn_BCELoss_weights_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:15.0280419Z test_nn_BCEWithLogitsLoss (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T15:29:15.0310481Z test_nn_BCEWithLogitsLoss_legacy_enum (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:15.0694162Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:15.1080386Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:15.1456593Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:15.1488171Z test_nn_BCEWithLogitsLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:15.1518188Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:15.1904447Z test_nn_BCEWithLogitsLoss_scalar_weights (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:15.2283280Z test_nn_BCEWithLogitsLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:15.3341048Z test_nn_BatchNorm1d_3d_input (test_jit.TestJitGeneratedModule) ... ok (0.106s) 2022-09-27T15:29:15.4408104Z test_nn_BatchNorm1d_3d_input_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-09-27T15:29:15.5514846Z test_nn_BatchNorm1d_affine (test_jit.TestJitGeneratedModule) ... ok (0.111s) 2022-09-27T15:29:15.6636127Z test_nn_BatchNorm1d_affine_simple_average (test_jit.TestJitGeneratedModule) ... ok (0.112s) 2022-09-27T15:29:15.7710674Z test_nn_BatchNorm1d_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-09-27T15:29:15.8722515Z test_nn_BatchNorm1d_not_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.101s) 2022-09-27T15:29:15.9753237Z test_nn_BatchNorm1d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-09-27T15:29:16.0803544Z test_nn_BatchNorm2d (test_jit.TestJitGeneratedModule) ... ok (0.105s) 2022-09-27T15:29:16.1937965Z test_nn_BatchNorm2d_2d_simple_average (test_jit.TestJitGeneratedModule) ... ok (0.113s) 2022-09-27T15:29:16.2992701Z test_nn_BatchNorm2d_momentum (test_jit.TestJitGeneratedModule) ... ok (0.105s) 2022-09-27T15:29:16.4067967Z test_nn_BatchNorm2d_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-09-27T15:29:16.5095834Z test_nn_BatchNorm2d_not_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-09-27T15:29:16.6115986Z test_nn_BatchNorm2d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.102s) 2022-09-27T15:29:16.7173160Z test_nn_BatchNorm3d (test_jit.TestJitGeneratedModule) ... ok (0.106s) 2022-09-27T15:29:16.8273494Z test_nn_BatchNorm3d_3d_simple_average (test_jit.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T15:29:16.9325116Z test_nn_BatchNorm3d_momentum (test_jit.TestJitGeneratedModule) ... ok (0.105s) 2022-09-27T15:29:17.0383378Z test_nn_BatchNorm3d_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.106s) 2022-09-27T15:29:17.1396645Z test_nn_BatchNorm3d_not_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.101s) 2022-09-27T15:29:17.2437963Z test_nn_BatchNorm3d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.104s) 2022-09-27T15:29:17.2956614Z test_nn_Bilinear (test_jit.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T15:29:17.3425706Z test_nn_CELU (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T15:29:17.3922731Z test_nn_CELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T15:29:17.4394915Z test_nn_CELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T15:29:17.4427075Z test_nn_CTCLoss_2d_int_target_lengths_intlists (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T15:29:17.4769118Z test_nn_CTCLoss_2d_int_target_lengths_tensors (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:17.5046771Z test_nn_CTCLoss_2d_lengths_tensors (test_jit.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T15:29:17.5078264Z test_nn_CTCLoss_lengths_intlists (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T15:29:17.5357309Z test_nn_CTCLoss_lengths_tensors (test_jit.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T15:29:17.5773611Z test_nn_ConstantPad1d (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:17.6199371Z test_nn_ConstantPad1d_batch (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:17.6640975Z test_nn_ConstantPad1d_complex (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:17.7083801Z test_nn_ConstantPad2d (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:17.7495466Z test_nn_ConstantPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:17.7921799Z test_nn_ConstantPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T15:29:17.8351779Z test_nn_ConstantPad3d (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T15:29:17.8789156Z test_nn_ConstantPad3d_complex (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:17.9225714Z test_nn_ConstantPad3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:17.9827456Z test_nn_Conv1d (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T15:29:18.0486949Z test_nn_Conv1d_circular_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.066s) 2022-09-27T15:29:18.1104476Z test_nn_Conv1d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T15:29:18.1746223Z test_nn_Conv1d_groups (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:18.2387050Z test_nn_Conv1d_pad1 (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:18.2994849Z test_nn_Conv1d_pad1size1 (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-09-27T15:29:18.3589941Z test_nn_Conv1d_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T15:29:18.4187224Z test_nn_Conv1d_pad2size1 (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T15:29:18.4792868Z test_nn_Conv1d_pad_same (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T15:29:18.5417240Z test_nn_Conv1d_pad_same2 (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T15:29:18.6033389Z test_nn_Conv1d_pad_same_dilated (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T15:29:18.6640884Z test_nn_Conv1d_pad_valid (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-09-27T15:29:18.7305559Z test_nn_Conv1d_reflect_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.066s) 2022-09-27T15:29:18.7964463Z test_nn_Conv1d_replicate_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.066s) 2022-09-27T15:29:18.8596919Z test_nn_Conv1d_stride (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T15:29:18.9189389Z test_nn_Conv1d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T15:29:18.9817209Z test_nn_Conv1d_zeros_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T15:29:19.0464167Z test_nn_Conv2d (test_jit.TestJitGeneratedModule) ... ok (0.065s) 2022-09-27T15:29:19.1150900Z test_nn_Conv2d_circular_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.069s) 2022-09-27T15:29:19.1792571Z test_nn_Conv2d_depthwise (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:19.2462974Z test_nn_Conv2d_depthwise_dilated (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T15:29:19.3131515Z test_nn_Conv2d_depthwise_padded (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T15:29:19.3784990Z test_nn_Conv2d_depthwise_strided (test_jit.TestJitGeneratedModule) ... ok (0.065s) 2022-09-27T15:29:19.4433840Z test_nn_Conv2d_depthwise_with_multiplier (test_jit.TestJitGeneratedModule) ... ok (0.065s) 2022-09-27T15:29:19.5073714Z test_nn_Conv2d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:19.5713424Z test_nn_Conv2d_groups (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:19.6377996Z test_nn_Conv2d_groups_thnn (test_jit.TestJitGeneratedModule) ... ok (0.066s) 2022-09-27T15:29:19.7025313Z test_nn_Conv2d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.065s) 2022-09-27T15:29:19.7656689Z test_nn_Conv2d_pad_same (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T15:29:19.8300693Z test_nn_Conv2d_pad_same_dilated (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:19.8927384Z test_nn_Conv2d_pad_valid (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T15:29:19.9555706Z test_nn_Conv2d_padding (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T15:29:20.0226748Z test_nn_Conv2d_reflect_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T15:29:20.0886682Z test_nn_Conv2d_replicate_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.066s) 2022-09-27T15:29:20.1516365Z test_nn_Conv2d_strided (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T15:29:20.2131207Z test_nn_Conv2d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-09-27T15:29:20.2760407Z test_nn_Conv2d_zeros_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T15:29:20.3383534Z test_nn_Conv3d (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T15:29:20.4003874Z test_nn_Conv3d_1x1x1_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T15:29:20.4702277Z test_nn_Conv3d_circular_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.070s) 2022-09-27T15:29:20.5344586Z test_nn_Conv3d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:20.5985673Z test_nn_Conv3d_dilated_strided (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:20.6628859Z test_nn_Conv3d_groups (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:20.7249676Z test_nn_Conv3d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T15:29:20.7881651Z test_nn_Conv3d_pad_same (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T15:29:20.8523365Z test_nn_Conv3d_pad_same_dilated (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:20.9141053Z test_nn_Conv3d_pad_valid (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T15:29:20.9795316Z test_nn_Conv3d_replicate_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.065s) 2022-09-27T15:29:21.0440585Z test_nn_Conv3d_stride (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:21.1077376Z test_nn_Conv3d_stride_padding (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:21.1678879Z test_nn_Conv3d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T15:29:21.2324986Z test_nn_Conv3d_zeros_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:21.3568544Z test_nn_ConvTranspose1d (test_jit.TestJitGeneratedModule) ... ok (0.124s) 2022-09-27T15:29:21.4790613Z test_nn_ConvTranspose1d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.122s) 2022-09-27T15:29:21.6010847Z test_nn_ConvTranspose1d_groups (test_jit.TestJitGeneratedModule) ... ok (0.122s) 2022-09-27T15:29:21.7243011Z test_nn_ConvTranspose1d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.123s) 2022-09-27T15:29:21.8467096Z test_nn_ConvTranspose2d (test_jit.TestJitGeneratedModule) ... ok (0.122s) 2022-09-27T15:29:21.9660949Z test_nn_ConvTranspose2d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.119s) 2022-09-27T15:29:22.0863298Z test_nn_ConvTranspose2d_groups (test_jit.TestJitGeneratedModule) ... ok (0.120s) 2022-09-27T15:29:22.2099819Z test_nn_ConvTranspose2d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.124s) 2022-09-27T15:29:22.3334003Z test_nn_ConvTranspose3d (test_jit.TestJitGeneratedModule) ... ok (0.123s) 2022-09-27T15:29:22.4578571Z test_nn_ConvTranspose3d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.124s) 2022-09-27T15:29:22.5025463Z test_nn_CosineEmbeddingLoss (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:22.5375749Z test_nn_CosineEmbeddingLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:22.5723486Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:22.6062883Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:22.6418164Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:22.6862145Z test_nn_CrossEntropyLoss (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:22.7207854Z test_nn_CrossEntropyLoss_2d (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:22.7570526Z test_nn_CrossEntropyLoss_2d_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:22.7926477Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:22.8290229Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:22.8653020Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:22.9021432Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:22.9379217Z test_nn_CrossEntropyLoss_2d_prob_target (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:22.9748443Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:23.0112275Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:23.0487403Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:23.0850194Z test_nn_CrossEntropyLoss_2d_prob_target_weights (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:23.1210979Z test_nn_CrossEntropyLoss_2d_weights (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:23.1588168Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:23.1949189Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:23.2314303Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:23.2668510Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:23.3024770Z test_nn_CrossEntropyLoss_3d_prob_target (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:23.3383870Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:23.3732135Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:23.4090016Z test_nn_CrossEntropyLoss_3d_prob_target_weights (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:23.4439157Z test_nn_CrossEntropyLoss_4d_prob_target (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:23.4785670Z test_nn_CrossEntropyLoss_4d_prob_target_weights (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:23.5130302Z test_nn_CrossEntropyLoss_dim_is_3 (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:23.5464844Z test_nn_CrossEntropyLoss_higher_dim (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T15:29:23.5810524Z test_nn_CrossEntropyLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:23.5840750Z test_nn_CrossMapLRN2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:23.6294525Z test_nn_ELU (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:23.6759205Z test_nn_ELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:23.7215012Z test_nn_ELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:23.7587990Z test_nn_Embedding (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:23.8344071Z test_nn_EmbeddingBag_discontiguous (test_jit.TestJitGeneratedModule) ... ok (0.075s) 2022-09-27T15:29:23.8903900Z test_nn_EmbeddingBag_max (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T15:29:23.9466014Z test_nn_EmbeddingBag_max_padding_idx (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T15:29:24.0022939Z test_nn_EmbeddingBag_mean (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T15:29:24.0594342Z test_nn_EmbeddingBag_mean_padding_idx (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T15:29:24.1157456Z test_nn_EmbeddingBag_sparse (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T15:29:24.1716296Z test_nn_EmbeddingBag_sum (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T15:29:24.2271041Z test_nn_EmbeddingBag_sum_padding_idx (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T15:29:24.2583024Z test_nn_Embedding_discontiguous (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T15:29:24.2880971Z test_nn_Embedding_sparse (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T15:29:24.3276188Z test_nn_Flatten (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:24.3658886Z test_nn_Flatten_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:24.4359679Z test_nn_Fold (test_jit.TestJitGeneratedModule) ... ok (0.070s) 2022-09-27T15:29:24.4982285Z test_nn_Fold_int_input (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T15:29:24.5632964Z test_nn_Fold_no_batch_dim_input (test_jit.TestJitGeneratedModule) ... ok (0.065s) 2022-09-27T15:29:24.6253761Z test_nn_Fold_no_batch_dim_int_input (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T15:29:24.7261111Z test_nn_FractionalMaxPool2d_ratio (test_jit.TestJitGeneratedModule) ... ok (0.101s) 2022-09-27T15:29:24.8148023Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.089s) 2022-09-27T15:29:24.9049455Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.090s) 2022-09-27T15:29:24.9897801Z test_nn_FractionalMaxPool2d_ratio_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.085s) 2022-09-27T15:29:25.0765581Z test_nn_FractionalMaxPool2d_size (test_jit.TestJitGeneratedModule) ... ok (0.087s) 2022-09-27T15:29:25.1660865Z test_nn_FractionalMaxPool2d_size_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.089s) 2022-09-27T15:29:25.2560445Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.090s) 2022-09-27T15:29:25.3687553Z test_nn_FractionalMaxPool3d_asymsize (test_jit.TestJitGeneratedModule) ... ok (0.113s) 2022-09-27T15:29:25.4639451Z test_nn_FractionalMaxPool3d_ratio (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T15:29:25.5611545Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.097s) 2022-09-27T15:29:25.6568169Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.096s) 2022-09-27T15:29:25.7433369Z test_nn_FractionalMaxPool3d_ratio_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.086s) 2022-09-27T15:29:25.8326947Z test_nn_FractionalMaxPool3d_size (test_jit.TestJitGeneratedModule) ... ok (0.089s) 2022-09-27T15:29:25.9215428Z test_nn_FractionalMaxPool3d_size_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.089s) 2022-09-27T15:29:26.0101241Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.089s) 2022-09-27T15:29:26.0495484Z test_nn_GELU (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:26.0906661Z test_nn_GELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:26.1301393Z test_nn_GELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:26.1806522Z test_nn_GLU (test_jit.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T15:29:26.2295876Z test_nn_GLU_dim (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T15:29:26.2779214Z test_nn_GLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T15:29:26.3549300Z test_nn_GRUCell (test_jit.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T15:29:26.4401371Z test_nn_GroupNorm_1d_affine (test_jit.TestJitGeneratedModule) ... ok (0.085s) 2022-09-27T15:29:26.5204607Z test_nn_GroupNorm_1d_affine_GN (test_jit.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T15:29:26.6070542Z test_nn_GroupNorm_1d_affine_large_batch (test_jit.TestJitGeneratedModule) ... ok (0.086s) 2022-09-27T15:29:26.6882943Z test_nn_GroupNorm_1d_no_affine_IN (test_jit.TestJitGeneratedModule) ... ok (0.081s) 2022-09-27T15:29:26.7693585Z test_nn_GroupNorm_1d_no_affine_LN (test_jit.TestJitGeneratedModule) ... ok (0.081s) 2022-09-27T15:29:26.8580722Z test_nn_GroupNorm_2d_affine (test_jit.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T15:29:26.9519345Z test_nn_GroupNorm_2d_affine_large_feature (test_jit.TestJitGeneratedModule) ... ok (0.094s) 2022-09-27T15:29:27.0350207Z test_nn_GroupNorm_2d_no_affine_IN (test_jit.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T15:29:27.1139054Z test_nn_GroupNorm_2d_no_affine_LN (test_jit.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T15:29:27.2066173Z test_nn_GroupNorm_2d_no_affine_large_feature (test_jit.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T15:29:27.2467816Z test_nn_Hardshrink (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T15:29:27.2874574Z test_nn_Hardshrink_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:27.3269640Z test_nn_Hardshrink_scalar (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:27.3301348Z test_nn_Hardsigmoid_no_batch_dim (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T15:29:27.3331075Z test_nn_Hardswish_no_batch_dim (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T15:29:27.3813150Z test_nn_Hardtanh (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T15:29:27.4289368Z test_nn_Hardtanh_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T15:29:27.4748382Z test_nn_Hardtanh_scalar (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:27.5151960Z test_nn_HingeEmbeddingLoss (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T15:29:27.5474818Z test_nn_HingeEmbeddingLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T15:29:27.5506425Z test_nn_HingeEmbeddingLoss_margin_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:27.5841092Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T15:29:27.6177812Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:27.6510525Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T15:29:27.6543764Z test_nn_HingeEmbeddingLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:27.6874866Z test_nn_HingeEmbeddingLoss_scalar_margin (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T15:29:27.7220050Z test_nn_HuberLoss (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:27.7251657Z test_nn_HuberLoss_delta (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:27.7535740Z test_nn_HuberLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T15:29:27.7809755Z test_nn_HuberLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T15:29:27.8077035Z test_nn_HuberLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T15:29:27.9145576Z test_nn_InstanceNorm1d (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-09-27T15:29:28.0206411Z test_nn_InstanceNorm1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.106s) 2022-09-27T15:29:28.1340516Z test_nn_InstanceNorm1d_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.113s) 2022-09-27T15:29:28.2485038Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.114s) 2022-09-27T15:29:28.3555456Z test_nn_InstanceNorm2d (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-09-27T15:29:28.4630321Z test_nn_InstanceNorm2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-09-27T15:29:28.5734113Z test_nn_InstanceNorm2d_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T15:29:28.6901680Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.117s) 2022-09-27T15:29:28.7972147Z test_nn_InstanceNorm3d (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-09-27T15:29:28.9054695Z test_nn_InstanceNorm3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.108s) 2022-09-27T15:29:29.0199155Z test_nn_InstanceNorm3d_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.114s) 2022-09-27T15:29:29.1370865Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.117s) 2022-09-27T15:29:29.1879521Z test_nn_KLDivLoss (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T15:29:29.2251295Z test_nn_KLDivLoss_log_target (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:29.2626550Z test_nn_KLDivLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:29.3012926Z test_nn_KLDivLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:29.3412612Z test_nn_KLDivLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T15:29:29.3445020Z test_nn_KLDivLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:29.3476739Z test_nn_KLDivLoss_no_reduce_log_target (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:29.3507689Z test_nn_KLDivLoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:29.3538012Z test_nn_KLDivLoss_no_reduce_scalar_log_target (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:29.3929419Z test_nn_KLDivLoss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:29.4311558Z test_nn_KLDivLoss_scalar_log_target (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:29.4343459Z test_nn_KLDivLoss_with_log_target_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:29.4372394Z test_nn_KLDivLoss_with_target_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:29.4788743Z test_nn_L1Loss (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:29.5114170Z test_nn_L1Loss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T15:29:29.5449422Z test_nn_L1Loss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T15:29:29.5788678Z test_nn_L1Loss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:29.5819923Z test_nn_L1Loss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:29.5850138Z test_nn_L1Loss_no_reduce_complex (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:29.5879588Z test_nn_L1Loss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:29.6215872Z test_nn_L1Loss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T15:29:29.7027030Z test_nn_LPPool1d (test_jit.TestJitGeneratedModule) ... ok (0.081s) 2022-09-27T15:29:29.7837695Z test_nn_LPPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.081s) 2022-09-27T15:29:29.8657868Z test_nn_LPPool1d_norm (test_jit.TestJitGeneratedModule) ... ok (0.082s) 2022-09-27T15:29:29.9563941Z test_nn_LPPool2d (test_jit.TestJitGeneratedModule) ... ok (0.091s) 2022-09-27T15:29:30.0493916Z test_nn_LPPool2d_norm (test_jit.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T15:29:30.1385768Z test_nn_LSTMCell (test_jit.TestJitGeneratedModule) ... ok (0.089s) 2022-09-27T15:29:30.1956483Z test_nn_LayerNorm_1d_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T15:29:30.2495407Z test_nn_LayerNorm_1d_empty_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T15:29:30.3028587Z test_nn_LayerNorm_1d_no_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T15:29:30.3581522Z test_nn_LayerNorm_3d_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T15:29:30.5012506Z test_nn_LayerNorm_3d_no_affine_large_feature (test_jit.TestJitGeneratedModule) ... ok (0.143s) 2022-09-27T15:29:30.5522720Z test_nn_LayerNorm_3d_no_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T15:29:30.5989351Z test_nn_LeakyReLU (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T15:29:30.6437961Z test_nn_LeakyReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:30.6900616Z test_nn_LeakyReLU_with_negval (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:30.7346765Z test_nn_LeakyReLU_with_negval_scalar (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:30.7790980Z test_nn_LeakyReLU_with_zero_negval (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:30.8221416Z test_nn_Linear (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T15:29:30.8634921Z test_nn_Linear_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:30.9055417Z test_nn_Linear_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:31.0216422Z test_nn_LocalResponseNorm_1d (test_jit.TestJitGeneratedModule) ... ok (0.116s) 2022-09-27T15:29:31.1266276Z test_nn_LocalResponseNorm_2d_uneven_pad (test_jit.TestJitGeneratedModule) ... ok (0.105s) 2022-09-27T15:29:31.2363671Z test_nn_LocalResponseNorm_3d_custom_params (test_jit.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T15:29:31.2744302Z test_nn_LogSigmoid (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:31.3119150Z test_nn_LogSigmoid_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:31.3480910Z test_nn_LogSigmoid_scalar (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:31.4051150Z test_nn_LogSoftmax (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T15:29:31.4616908Z test_nn_LogSoftmax_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T15:29:31.5188016Z test_nn_LogSoftmax_multiparam_scalar (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T15:29:31.5770968Z test_nn_LogSoftmax_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T15:29:31.6195701Z test_nn_MSELoss (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:31.6534357Z test_nn_MSELoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:31.6881054Z test_nn_MSELoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:31.7223356Z test_nn_MSELoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:31.7256002Z test_nn_MSELoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:31.7286494Z test_nn_MSELoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:31.7727344Z test_nn_MSELoss_prec (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:31.8061534Z test_nn_MSELoss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T15:29:31.8536307Z test_nn_MarginRankingLoss (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T15:29:31.8893661Z test_nn_MarginRankingLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:31.9248700Z test_nn_MarginRankingLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:31.9608821Z test_nn_MarginRankingLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:31.9971475Z test_nn_MarginRankingLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:32.0582150Z test_nn_MaxPool1d (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-09-27T15:29:32.1218848Z test_nn_MaxPool1d_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:32.1799505Z test_nn_MaxPool1d_stride (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T15:29:32.3613168Z test_nn_MaxPool2d_3d_input (test_jit.TestJitGeneratedModule) ... ok (0.181s) 2022-09-27T15:29:32.4192103Z test_nn_MaxPool2d_4d_input (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T15:29:32.4871284Z test_nn_MaxPool2d_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.068s) 2022-09-27T15:29:32.5487547Z test_nn_MaxPool3d (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-09-27T15:29:32.6159421Z test_nn_MaxPool3d_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T15:29:32.6738264Z test_nn_MaxPool3d_stride (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T15:29:32.7306627Z test_nn_MaxPool3d_stride_padding (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T15:29:32.7799718Z test_nn_Mish (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T15:29:32.8256018Z test_nn_Mish_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:32.8721673Z test_nn_Mish_scalar (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:32.9138794Z test_nn_MultiLabelMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:32.9171001Z test_nn_MultiLabelMarginLoss_0d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:32.9498513Z test_nn_MultiLabelMarginLoss_1d (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T15:29:32.9530697Z test_nn_MultiLabelMarginLoss_1d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:32.9560663Z test_nn_MultiLabelMarginLoss_index_neg (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:32.9898964Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:33.0241155Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:33.0583827Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:33.0616902Z test_nn_MultiLabelMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.1103069Z test_nn_MultiLabelSoftMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T15:29:33.1467410Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:33.1835684Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:33.2219206Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:33.2253095Z test_nn_MultiLabelSoftMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.2628092Z test_nn_MultiLabelSoftMarginLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:33.2660852Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.3152583Z test_nn_MultiMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T15:29:33.3524312Z test_nn_MultiMarginLoss_1d (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:33.3556479Z test_nn_MultiMarginLoss_1d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.3955563Z test_nn_MultiMarginLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T15:29:33.3988248Z test_nn_MultiMarginLoss_margin_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.4020228Z test_nn_MultiMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.4409965Z test_nn_MultiMarginLoss_p (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:33.4442183Z test_nn_MultiMarginLoss_p_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.4844033Z test_nn_MultiMarginLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T15:29:33.4876175Z test_nn_MultiMarginLoss_weights_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.4905690Z test_nn_MultiheadAttention (test_jit.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:29:33.5334406Z test_nn_NLLLoss (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T15:29:33.5366921Z test_nn_NLLLoss2d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.5397443Z test_nn_NLLLoss2d_no_reduce_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.5426871Z test_nn_NLLLoss2d_no_reduce_weights (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.5456231Z test_nn_NLLLossNd_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.5484730Z test_nn_NLLLossNd_no_reduce_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.5513651Z test_nn_NLLLossNd_no_reduce_weights (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.5861617Z test_nn_NLLLoss_2d (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:33.6199253Z test_nn_NLLLoss_2d_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:33.6559317Z test_nn_NLLLoss_2d_weights (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:33.6919256Z test_nn_NLLLoss_dim_is_3 (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:33.7280415Z test_nn_NLLLoss_higher_dim (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:33.7627364Z test_nn_NLLLoss_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:33.7952709Z test_nn_NLLLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T15:29:33.8293208Z test_nn_NLLLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:33.8633607Z test_nn_NLLLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:33.8665158Z test_nn_NLLLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.8694382Z test_nn_NLLLoss_no_reduce_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.8723312Z test_nn_NLLLoss_no_reduce_weights (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.8752049Z test_nn_NLLLoss_no_reduce_weights_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.8781327Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:33.9142076Z test_nn_NLLLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:33.9496036Z test_nn_NLLLoss_weights_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:33.9843075Z test_nn_NLLLoss_weights_ignore_index_neg (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:34.0289138Z test_nn_PReLU_1d (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:34.0715626Z test_nn_PReLU_1d_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T15:29:34.1140000Z test_nn_PReLU_2d (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:34.1566254Z test_nn_PReLU_2d_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T15:29:34.1995104Z test_nn_PReLU_3d (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T15:29:34.2423475Z test_nn_PReLU_3d_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T15:29:34.2815332Z test_nn_PReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:34.3196131Z test_nn_PReLU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:34.3226170Z test_nn_Padding122112_3dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:34.3255025Z test_nn_Padding1221_2dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:34.3283536Z test_nn_Padding12_1dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:34.3311933Z test_nn_Padding2322_2dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:34.3340256Z test_nn_Padding31_1dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:34.3368331Z test_nn_Padding322112_3dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:34.3396415Z test_nn_Padding332122_3dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:34.3424824Z test_nn_Padding3331_2dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:34.3452977Z test_nn_Padding33_1dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:34.3866929Z test_nn_PairwiseDistance (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:34.4293320Z test_nn_PairwiseDistance_broadcast_lhs (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T15:29:34.4715109Z test_nn_PairwiseDistance_broadcast_rhs (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:34.5144387Z test_nn_PairwiseDistance_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T15:29:34.5570393Z test_nn_PairwiseDistance_with_non_default_args (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:34.5955161Z test_nn_PixelShuffle (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:34.6337830Z test_nn_PixelUnshuffle (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:34.6791902Z test_nn_PoissonNLLLoss_full_loss (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:34.7141499Z test_nn_PoissonNLLLoss_full_loss_no_log_input (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:34.7489926Z test_nn_PoissonNLLLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:34.7840099Z test_nn_PoissonNLLLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:34.8193983Z test_nn_PoissonNLLLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:34.8544092Z test_nn_PoissonNLLLoss_no_full_loss (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:34.8895425Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:34.8925603Z test_nn_PoissonNLLLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:34.9746359Z test_nn_RNNCell (test_jit.TestJitGeneratedModule) ... ok (0.082s) 2022-09-27T15:29:35.0259276Z test_nn_RReLU (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T15:29:35.0753923Z test_nn_RReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T15:29:35.1263713Z test_nn_RReLU_with_up_down (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T15:29:35.1786445Z test_nn_RReLU_with_up_down_scalar (test_jit.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T15:29:35.2249165Z test_nn_ReLU (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:35.2742983Z test_nn_ReLU6 (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T15:29:35.3221700Z test_nn_ReLU6_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T15:29:35.3703458Z test_nn_ReLU6_scalar (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T15:29:35.4152829Z test_nn_ReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:35.4597416Z test_nn_ReLU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:35.5005727Z test_nn_ReflectionPad1d (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:35.5419763Z test_nn_ReflectionPad1d_batch (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:35.5833971Z test_nn_ReflectionPad1d_complex (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:35.6270594Z test_nn_ReflectionPad2d (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:35.6684855Z test_nn_ReflectionPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:35.7086019Z test_nn_ReflectionPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T15:29:35.7520014Z test_nn_ReflectionPad3d (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T15:29:35.7972470Z test_nn_ReflectionPad3d_complex (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:35.8396757Z test_nn_ReflectionPad3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:35.8820096Z test_nn_ReplicationPad1d (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:35.9234009Z test_nn_ReplicationPad1d_batch (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:35.9643701Z test_nn_ReplicationPad1d_complex (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:36.0057581Z test_nn_ReplicationPad2d (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:36.0475914Z test_nn_ReplicationPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:36.0931409Z test_nn_ReplicationPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:36.1347197Z test_nn_ReplicationPad3d (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:36.1777770Z test_nn_ReplicationPad3d_complex (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T15:29:36.2203277Z test_nn_ReplicationPad3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T15:29:36.2646836Z test_nn_SELU (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:36.3095702Z test_nn_SELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:36.3543554Z test_nn_SELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:36.4008074Z test_nn_SiLU (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:36.4457124Z test_nn_SiLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T15:29:36.4919744Z test_nn_SiLU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T15:29:36.5292463Z test_nn_Sigmoid (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:36.5653949Z test_nn_Sigmoid_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T15:29:36.6043476Z test_nn_Sigmoid_scalar (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:36.6488170Z test_nn_SmoothL1Loss (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:36.6519850Z test_nn_SmoothL1Loss_beta (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:36.6865533Z test_nn_SmoothL1Loss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:36.7231981Z test_nn_SmoothL1Loss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:36.7586284Z test_nn_SmoothL1Loss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T15:29:36.7617834Z test_nn_SmoothL1Loss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:36.7647058Z test_nn_SmoothL1Loss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:36.7992099Z test_nn_SmoothL1Loss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T15:29:36.8023801Z test_nn_SmoothL1Loss_zero_beta (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:36.8446835Z test_nn_SoftMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:36.8777749Z test_nn_SoftMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T15:29:36.9110975Z test_nn_SoftMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T15:29:36.9445390Z test_nn_SoftMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T15:29:36.9478254Z test_nn_SoftMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:37.0130139Z test_nn_Softmax (test_jit.TestJitGeneratedModule) ... ok (0.065s) 2022-09-27T15:29:37.0801175Z test_nn_Softmax2d (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T15:29:37.1469004Z test_nn_Softmax2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T15:29:37.2068902Z test_nn_Softmax_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T15:29:37.2659622Z test_nn_Softmax_scalar (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T15:29:37.3333900Z test_nn_Softmin (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T15:29:37.3956544Z test_nn_Softmin_multidim (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T15:29:37.4544724Z test_nn_Softmin_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T15:29:37.5163860Z test_nn_Softmin_scalar (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T15:29:37.5581442Z test_nn_Softplus (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:37.5972519Z test_nn_Softplus_beta (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:37.6354971Z test_nn_Softplus_beta_threshold (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:37.6753651Z test_nn_Softplus_beta_threshold_scalar (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T15:29:37.7131504Z test_nn_Softplus_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:37.7520208Z test_nn_Softshrink (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:37.7918484Z test_nn_Softshrink_lambda (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T15:29:37.8301235Z test_nn_Softshrink_lambda_scalar (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:37.8691695Z test_nn_Softshrink_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:37.9230602Z test_nn_Softsign (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T15:29:37.9757988Z test_nn_Softsign_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T15:29:38.0296794Z test_nn_Softsign_scalar (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T15:29:38.0689398Z test_nn_Tanh (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T15:29:38.1067478Z test_nn_Tanh_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:38.1441276Z test_nn_Tanh_scalar (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T15:29:38.1962273Z test_nn_Tanhshrink (test_jit.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T15:29:38.2475338Z test_nn_Tanhshrink_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T15:29:38.2918505Z test_nn_Tanhshrink_scalar (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:38.3454015Z test_nn_Threshold_large_value (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T15:29:38.3951855Z test_nn_Threshold_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T15:29:38.4457879Z test_nn_Threshold_threshold_value (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T15:29:38.4949102Z test_nn_Threshold_threshold_value_scalar (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T15:29:38.4980771Z test_nn_Transformer (test_jit.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:29:40.6064354Z test_nn_TransformerDecoderLayer_gelu_activation (test_jit.TestJitGeneratedModule) ... ok (2.108s) 2022-09-27T15:29:42.6121146Z test_nn_TransformerDecoderLayer_relu_activation (test_jit.TestJitGeneratedModule) ... ok (2.006s) 2022-09-27T15:29:44.4457714Z test_nn_TransformerEncoderLayer_gelu_activation (test_jit.TestJitGeneratedModule) ... ok (1.834s) 2022-09-27T15:29:46.2756770Z test_nn_TransformerEncoderLayer_relu_activation (test_jit.TestJitGeneratedModule) ... ok (1.830s) 2022-09-27T15:29:52.1799716Z test_nn_Transformer_multilayer_coder (test_jit.TestJitGeneratedModule) ... ok (5.904s) 2022-09-27T15:29:52.2281398Z test_nn_TripletMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T15:29:52.2660796Z test_nn_TripletMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:52.3043844Z test_nn_TripletMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T15:29:52.3454557Z test_nn_Unflatten_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T15:29:52.4100229Z test_nn_Unfold (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T15:29:52.4695479Z test_nn_Unfold_int_input (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T15:29:52.5119164Z test_nn_ZeroPad2d (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:52.5560001Z test_nn_ZeroPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T15:29:52.5985335Z test_nn_ZeroPad2d_negative_dims (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:52.6407819Z test_nn_ZeroPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T15:29:52.6438312Z test_nn_interpolate_bicubic_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6467099Z test_nn_interpolate_bicubic_2d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6495824Z test_nn_interpolate_bicubic_scale_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6523223Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6550813Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6578588Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6605739Z test_nn_interpolate_bicubic_tuple_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6633132Z test_nn_interpolate_bicubic_tuple_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6660600Z test_nn_interpolate_bilinear_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6688147Z test_nn_interpolate_bilinear_2d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6715661Z test_nn_interpolate_bilinear_scale_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6743440Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6771011Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6798536Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6826159Z test_nn_interpolate_bilinear_tuple_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6853820Z test_nn_interpolate_bilinear_tuple_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6881359Z test_nn_interpolate_linear_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6909564Z test_nn_interpolate_linear_1d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6937937Z test_nn_interpolate_linear_1d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6965980Z test_nn_interpolate_linear_scale_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.6994154Z test_nn_interpolate_linear_scale_1d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7022339Z test_nn_interpolate_linear_tuple_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7050568Z test_nn_interpolate_nearest_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7078375Z test_nn_interpolate_nearest_1d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7106270Z test_nn_interpolate_nearest_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7134284Z test_nn_interpolate_nearest_2d_launch_configs (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7163009Z test_nn_interpolate_nearest_2d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7190420Z test_nn_interpolate_nearest_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7218549Z test_nn_interpolate_nearest_3d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7246654Z test_nn_interpolate_nearest_scale_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7274155Z test_nn_interpolate_nearest_scale_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7302060Z test_nn_interpolate_nearest_scale_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7330373Z test_nn_interpolate_nearest_tuple_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7358428Z test_nn_interpolate_nearest_tuple_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7386054Z test_nn_interpolate_nearest_tuple_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7414199Z test_nn_interpolate_trilinear_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7441653Z test_nn_interpolate_trilinear_3d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7469270Z test_nn_interpolate_trilinear_scale_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7497562Z test_nn_interpolate_trilinear_scale_3d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7538963Z test_nn_interpolate_trilinear_tuple_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7553127Z test_nn_interpolate_trilinear_tuple_3d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7580556Z test_nn_log_softmax_dim0 (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7608088Z test_nn_log_softmax_dim3 (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7635656Z test_nn_log_softmax_lastdim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7663333Z test_nn_log_softmax_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7695337Z test_nn_log_softmax_spatial (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7724658Z test_nn_log_softmax_spatial_special (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7752450Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7780087Z test_nn_softmax_functional_dim0 (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7807296Z test_nn_softmax_functional_dim3 (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7834705Z test_nn_softmax_functional_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7862462Z test_nn_softmax_lastdim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7889653Z test_nn_softmax_lastdim_dtype (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7917738Z test_nn_softmax_spatial (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7948447Z test_nn_softmax_spatial_dtype (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.7977690Z test_nn_softmax_spatial_special (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T15:29:52.8003953Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.003s) 2022-09-27T15:29:52.8008485Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.000s) 2022-09-27T15:29:52.8016749Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T15:29:52.8021156Z 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-09-27T15:29:52.8030150Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T15:29:52.8037784Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T15:29:52.8045054Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T15:29:52.8053662Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T15:29:52.8273527Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.022s) 2022-09-27T15:29:52.8355484Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T15:29:52.8442962Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.009s) 2022-09-27T15:29:52.8530213Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.009s) 2022-09-27T15:29:52.8616368Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.009s) 2022-09-27T15:29:52.8656413Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T15:29:52.8699335Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T15:29:52.8834511Z test_del (jit.test_list_dict.TestList) ... ok (0.013s) 2022-09-27T15:29:52.8885516Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:52.8952695Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T15:29:52.9023438Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T15:29:52.9062897Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T15:29:52.9096999Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-09-27T15:29:52.9164256Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T15:29:52.9228612Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T15:29:52.9291253Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T15:29:52.9374632Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T15:29:52.9443464Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T15:29:52.9500404Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T15:29:52.9525586Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.002s) 2022-09-27T15:29:52.9595557Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T15:29:52.9642748Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:52.9695473Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:52.9742408Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:52.9806846Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T15:29:52.9961505Z test_in_check (jit.test_list_dict.TestList) ... ok (0.015s) 2022-09-27T15:29:53.0190301Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.023s) 2022-09-27T15:29:53.0272235Z test_list_count (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T15:29:53.0319937Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.0466688Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.015s) 2022-09-27T15:29:53.0550990Z test_list_index (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T15:29:53.0752307Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.020s) 2022-09-27T15:29:53.0928410Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.017s) 2022-09-27T15:29:53.1003051Z test_list_len (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T15:29:53.1156651Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.015s) 2022-09-27T15:29:53.1166876Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-09-27T15:29:53.2006591Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.084s) 2022-09-27T15:29:53.2271576Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.026s) 2022-09-27T15:29:53.2688322Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.042s) 2022-09-27T15:29:53.2707073Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.002s) 2022-09-27T15:29:53.2718847Z test_list_variance (jit.test_list_dict.TestList) 2022-09-27T15:29:53.2828694Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.012s) 2022-09-27T15:29:53.2875387Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.3527507Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.065s) 2022-09-27T15:29:53.3992521Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.046s) 2022-09-27T15:29:53.4048359Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T15:29:53.4099947Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.4149601Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.4202180Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.4264447Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T15:29:53.4342485Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T15:29:53.4389640Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.4436457Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.4497750Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T15:29:53.4545482Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.4592601Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.4643577Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.4694414Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.4762661Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T15:29:53.4808992Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T15:29:53.4856108Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.4901802Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T15:29:53.4949825Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.4998474Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.5048643Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.5122334Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T15:29:53.5182165Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T15:29:53.5272712Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.009s) 2022-09-27T15:29:53.5319515Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.5396237Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T15:29:53.5471757Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T15:29:53.5522647Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.5569501Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T15:29:53.5637446Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T15:29:53.5674516Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T15:29:53.6004488Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.033s) 2022-09-27T15:29:53.6073064Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T15:29:53.6135660Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T15:29:53.6195626Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T15:29:53.6403377Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.021s) 2022-09-27T15:29:53.6482146Z test_to_list (jit.test_list_dict.TestList) 2022-09-27T15:29:53.9194553Z Unit tests for Tensor.tolist() function. ... ok (0.279s) 2022-09-27T15:29:53.9206125Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-09-27T15:29:53.9212163Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.002s) 2022-09-27T15:29:53.9310696Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.010s) 2022-09-27T15:29:53.9400043Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.009s) 2022-09-27T15:29:53.9408437Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-09-27T15:29:53.9441063Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.003s) 2022-09-27T15:29:53.9524081Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.008s) 2022-09-27T15:29:53.9596877Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.007s) 2022-09-27T15:29:53.9829526Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.023s) 2022-09-27T15:29:53.9960026Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.013s) 2022-09-27T15:29:54.0107417Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.014s) 2022-09-27T15:29:54.0237956Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.013s) 2022-09-27T15:29:54.0246467Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-09-27T15:29:54.0323752Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.008s) 2022-09-27T15:29:54.0589110Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.026s) 2022-09-27T15:29:54.0629734Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T15:29:54.0652325Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.002s) 2022-09-27T15:29:54.0657329Z test_if_returning_any (jit.test_misc.TestMisc) 2022-09-27T15:29:54.0718592Z Check that an if statement can return different ... ok (0.006s) 2022-09-27T15:29:54.0772038Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.005s) 2022-09-27T15:29:54.0872162Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.010s) 2022-09-27T15:29:54.1077707Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.020s) 2022-09-27T15:29:54.1182468Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.010s) 2022-09-27T15:29:54.1219218Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T15:29:54.1232091Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.001s) 2022-09-27T15:29:54.1246210Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.001s) 2022-09-27T15:29:54.1259991Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.001s) 2022-09-27T15:29:54.1305105Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T15:29:54.1345689Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T15:29:54.1383824Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T15:29:54.1421591Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T15:29:54.1468331Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.005s) 2022-09-27T15:29:54.1508767Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T15:29:54.1539939Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.003s) 2022-09-27T15:29:54.1669191Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.013s) 2022-09-27T15:29:54.1857213Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.019s) 2022-09-27T15:29:54.1939714Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-09-27T15:29:54.2059917Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-09-27T15:29:54.2174049Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-09-27T15:29:54.2321977Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.015s) 2022-09-27T15:29:54.2459503Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.014s) 2022-09-27T15:29:54.2973103Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.051s) 2022-09-27T15:29:54.3284886Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.031s) 2022-09-27T15:29:54.3510817Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.023s) 2022-09-27T15:29:54.3648924Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.014s) 2022-09-27T15:29:54.3790851Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.014s) 2022-09-27T15:29:54.4095902Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.030s) 2022-09-27T15:29:54.4111111Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-09-27T15:29:54.4247537Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.015s) 2022-09-27T15:29:54.6034748Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.179s) 2022-09-27T15:29:54.6054606Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-09-27T15:29:54.6336017Z Tracing over a script function returning a dictionary should work. ... ok (0.030s) 2022-09-27T15:29:54.6435223Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-09-27T15:29:54.6807123Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.037s) 2022-09-27T15:29:54.7069715Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.026s) 2022-09-27T15:29:54.7171386Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-09-27T15:29:54.7275529Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-09-27T15:29:54.7285013Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-09-27T15:29:54.7291816Z 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-09-27T15:29:54.7295122Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T15:29:54.7302689Z test_mnist (jit.test_models.TestModels) ... skip: Bug found in deprecated executor (0.001s) 2022-09-27T15:29:54.7305577Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T15:29:54.7313302Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-09-27T15:29:54.7320536Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:29:54.7323783Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T15:29:54.7800752Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.047s) 2022-09-27T15:29:54.7809178Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-09-27T15:29:54.7852487Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.004s) 2022-09-27T15:29:54.7861494Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-09-27T15:29:54.7869990Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:29:54.7873654Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T15:29:55.2273959Z test_snli_quantized (jit.test_models.TestModels) ... ok (0.440s) 2022-09-27T15:29:55.2284142Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:29:55.2287365Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T15:29:55.3582431Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.129s) 2022-09-27T15:29:55.5345156Z test_vae (jit.test_models.TestModels) ... ok (0.176s) 2022-09-27T15:29:55.5349708Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-09-27T15:29:55.6276283Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.092s) 2022-09-27T15:29:55.6293620Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T15:29:55.6655570Z Tests that customized state dict methods are in effect ... ok (0.038s) 2022-09-27T15:29:55.6662379Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T15:29:55.6950263Z Tests that default state dict methods are automatically available ... ok (0.029s) 2022-09-27T15:29:55.6967255Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T15:29:55.7423507Z Tests that customized state dict methods on submodules are in effect ... ok (0.047s) 2022-09-27T15:29:55.8261372Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.084s) 2022-09-27T15:29:55.8507419Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.025s) 2022-09-27T15:29:55.8720141Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.021s) 2022-09-27T15:29:55.9347589Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.063s) 2022-09-27T15:29:55.9729565Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.038s) 2022-09-27T15:29:56.1987027Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.226s) 2022-09-27T15:29:56.2393035Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.041s) 2022-09-27T15:29:56.2532984Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.014s) 2022-09-27T15:29:56.2538435Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-09-27T15:29:56.2570919Z Test that an attempt to script a module with a regular list attribute ... ok (0.004s) 2022-09-27T15:29:56.2750482Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.018s) 2022-09-27T15:29:56.3267142Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.052s) 2022-09-27T15:29:56.4005482Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.074s) 2022-09-27T15:29:56.4293536Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.029s) 2022-09-27T15:29:56.5513708Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.122s) 2022-09-27T15:29:56.5815125Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.030s) 2022-09-27T15:29:56.6114041Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.030s) 2022-09-27T15:29:56.6134740Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-09-27T15:29:56.6764439Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.065s) 2022-09-27T15:29:56.6785116Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-09-27T15:29:56.7301920Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.054s) 2022-09-27T15:29:56.7523014Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.022s) 2022-09-27T15:29:56.7687877Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.016s) 2022-09-27T15:29:56.7916541Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.023s) 2022-09-27T15:29:56.8112732Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.020s) 2022-09-27T15:29:56.8301673Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-09-27T15:29:56.8393882Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.009s) 2022-09-27T15:29:56.8574594Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.018s) 2022-09-27T15:29:56.8911777Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.034s) 2022-09-27T15:29:56.8923139Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-09-27T15:29:56.9294179Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.037s) 2022-09-27T15:29:56.9492769Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.020s) 2022-09-27T15:29:56.9710790Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.022s) 2022-09-27T15:29:56.9907093Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.020s) 2022-09-27T15:29:57.0082123Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-09-27T15:29:57.0172985Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.009s) 2022-09-27T15:29:57.0399220Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.023s) 2022-09-27T15:29:57.0405606Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-09-27T15:29:57.0508273Z Test that a module that has __constants__ set to something ... ok (0.011s) 2022-09-27T15:29:57.0569969Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-09-27T15:29:57.0633611Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-09-27T15:29:57.0669613Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-09-27T15:29:57.0715216Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-09-27T15:29:57.0757387Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-09-27T15:29:57.0809362Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-09-27T15:29:57.0818786Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-09-27T15:29:57.0862827Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-09-27T15:29:57.0900247Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-09-27T15:29:57.0920909Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-09-27T15:29:57.0968156Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-09-27T15:29:57.0987683Z 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-09-27T15:29:57.0988261Z t = torch.tensor(t) 2022-09-27T15:29:57.3739322Z ok (0.277s) 2022-09-27T15:29:58.7292490Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (1.355s) 2022-09-27T15:29:58.7873893Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.058s) 2022-09-27T15:29:58.7970604Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.010s) 2022-09-27T15:30:02.1753851Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (3.378s) 2022-09-27T15:30:02.6261818Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.451s) 2022-09-27T15:30:02.6402937Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.014s) 2022-09-27T15:30:02.6680386Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.028s) 2022-09-27T15:30:02.7830396Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.115s) 2022-09-27T15:30:02.8129824Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.030s) 2022-09-27T15:30:02.8411958Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.028s) 2022-09-27T15:30:02.8435034Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1190: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T15:30:02.8435783Z return forward_call(*input, **kwargs) 2022-09-27T15:30:02.8459261Z /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-09-27T15:30:02.8459932Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-09-27T15:30:02.8676002Z ok (0.026s) 2022-09-27T15:30:03.4983761Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.631s) 2022-09-27T15:30:03.5746767Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.076s) 2022-09-27T15:30:03.5887349Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.014s) 2022-09-27T15:30:03.6995680Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.111s) 2022-09-27T15:30:03.7488262Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.049s) 2022-09-27T15:30:03.8026534Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.054s) 2022-09-27T15:30:03.8415302Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.039s) 2022-09-27T15:30:03.9949961Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.153s) 2022-09-27T15:30:04.0722865Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.077s) 2022-09-27T15:30:04.0889438Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.016s) 2022-09-27T15:30:04.1195416Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.031s) 2022-09-27T15:30:04.1325140Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.013s) 2022-09-27T15:30:04.1796335Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.047s) 2022-09-27T15:30:04.1816858Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1190: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T15:30:04.1817366Z return forward_call(*input, **kwargs) 2022-09-27T15:30:04.1835276Z /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-09-27T15:30:04.1835676Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-09-27T15:30:04.2171496Z ok (0.038s) 2022-09-27T15:30:04.2386994Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.021s) 2022-09-27T15:30:04.2723836Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.034s) 2022-09-27T15:30:04.3304222Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.058s) 2022-09-27T15:30:04.7378520Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.407s) 2022-09-27T15:30:04.7816701Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.044s) 2022-09-27T15:30:04.8231572Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.041s) 2022-09-27T15:30:04.8518423Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.028s) 2022-09-27T15:30:04.8804166Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.029s) 2022-09-27T15:30:04.9072251Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.027s) 2022-09-27T15:30:04.9345303Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.027s) 2022-09-27T15:30:04.9460670Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.012s) 2022-09-27T15:30:04.9573590Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.011s) 2022-09-27T15:30:04.9649914Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.008s) 2022-09-27T15:30:05.0019339Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.037s) 2022-09-27T15:30:05.0027676Z test_traceable (jit.test_parametrization.TestParametrization) 2022-09-27T15:30:05.0361609Z Test the jit scripting and tracing of a parametrized model. ... ok (0.034s) 2022-09-27T15:30:05.1106292Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.074s) 2022-09-27T15:30:05.1330788Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.022s) 2022-09-27T15:30:05.1532273Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-09-27T15:30:05.1585573Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-09-27T15:30:05.1635798Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-09-27T15:30:05.1693189Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-09-27T15:30:05.1752659Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-09-27T15:30:05.1853697Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-09-27T15:30:05.1884696Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... You have not run this instance of FileCheck! 2022-09-27T15:30:05.1885009Z FileCheck checks: 2022-09-27T15:30:05.1887818Z ok (0.003s) 2022-09-27T15:30:05.1947810Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-09-27T15:30:05.1957782Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.001s) 2022-09-27T15:30:05.1995817Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T15:30:05.2030187Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T15:30:05.2061564Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T15:30:05.2090474Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T15:30:05.2119787Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T15:30:05.2160483Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T15:30:05.2263609Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-09-27T15:30:05.2295198Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T15:30:05.2326860Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T15:30:05.2359206Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T15:30:05.2399253Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T15:30:05.2427702Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T15:30:05.2455994Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T15:30:05.2527242Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-09-27T15:30:05.3020929Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.049s) 2022-09-27T15:30:05.3164128Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-09-27T15:30:05.3219784Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-09-27T15:30:05.3253822Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T15:30:05.3301288Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-09-27T15:30:05.3427591Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-09-27T15:30:05.3463724Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T15:30:05.3499259Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T15:30:05.3631772Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-09-27T15:30:05.3762028Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-09-27T15:30:05.3825791Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-09-27T15:30:05.3875812Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-09-27T15:30:05.3913239Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T15:30:05.3979622Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-09-27T15:30:05.3987068Z test_version (test_jit.TestProducerVersion) ... ok (0.001s) 2022-09-27T15:30:05.4524153Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.053s) 2022-09-27T15:30:05.4983345Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.046s) 2022-09-27T15:30:05.5271415Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.029s) 2022-09-27T15:30:05.5768222Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.050s) 2022-09-27T15:30:05.6052529Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.028s) 2022-09-27T15:30:05.6073445Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-09-27T15:30:05.6354323Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.028s) 2022-09-27T15:30:05.7431145Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.108s) 2022-09-27T15:30:05.7695841Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.026s) 2022-09-27T15:30:05.7969744Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.027s) 2022-09-27T15:30:05.8561894Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.059s) 2022-09-27T15:30:05.8853191Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.029s) 2022-09-27T15:30:05.8892541Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-09-27T15:30:05.8908476Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-09-27T15:30:05.8952438Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-09-27T15:30:05.9005752Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-09-27T15:30:05.9025916Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-09-27T15:30:05.9058116Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-09-27T15:30:05.9091574Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-09-27T15:30:05.9158171Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-09-27T15:30:05.9405496Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.025s) 2022-09-27T15:30:05.9662036Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.026s) 2022-09-27T15:30:05.9711675Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-09-27T15:30:06.0018446Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.031s) 2022-09-27T15:30:06.1070122Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.105s) 2022-09-27T15:30:06.1142815Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-09-27T15:30:06.1209721Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-09-27T15:30:06.1271992Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-09-27T15:30:06.1616584Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.034s) 2022-09-27T15:30:06.1658673Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.004s) 2022-09-27T15:30:06.1819147Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.016s) 2022-09-27T15:30:06.1891970Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-09-27T15:30:06.1972967Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-09-27T15:30:06.2026802Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-09-27T15:30:06.2074114Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.005s) 2022-09-27T15:30:06.2351587Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.028s) 2022-09-27T15:30:06.2512907Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-09-27T15:30:06.2668816Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-09-27T15:30:06.3228524Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.056s) 2022-09-27T15:30:06.3278758Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-09-27T15:30:06.3307850Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-09-27T15:30:06.3334440Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-09-27T15:30:06.3415693Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-09-27T15:30:06.3452170Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-09-27T15:30:06.3677817Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.022s) 2022-09-27T15:30:06.3717938Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-09-27T15:30:06.3803361Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-09-27T15:30:06.3814032Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-09-27T15:30:06.4025007Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.021s) 2022-09-27T15:30:06.4615786Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.059s) 2022-09-27T15:30:06.4736574Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.012s) 2022-09-27T15:30:06.4910512Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.017s) 2022-09-27T15:30:06.5101627Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.019s) 2022-09-27T15:30:06.5153993Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-09-27T15:30:06.5400756Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.024s) 2022-09-27T15:30:06.5637430Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.024s) 2022-09-27T15:30:06.5678815Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-09-27T15:30:06.5748658Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-09-27T15:30:06.5790017Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-09-27T15:30:06.6417576Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.063s) 2022-09-27T15:30:06.6502405Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-09-27T15:30:06.6563812Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-09-27T15:30:06.6662511Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-09-27T15:30:06.6728824Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-09-27T15:30:06.6932978Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.020s) 2022-09-27T15:30:06.6939972Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-09-27T15:30:06.7087718Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.015s) 2022-09-27T15:30:06.7290945Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.020s) 2022-09-27T15:30:06.7647983Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.036s) 2022-09-27T15:30:06.7696169Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.005s) 2022-09-27T15:30:06.7773709Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.008s) 2022-09-27T15:30:06.7959146Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.018s) 2022-09-27T15:30:06.8024592Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.007s) 2022-09-27T15:30:06.8069474Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-09-27T15:30:06.8189496Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.012s) 2022-09-27T15:30:06.8207871Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-09-27T15:30:06.8464589Z Exercise the situation where we have the same qualified name ... ok (0.027s) 2022-09-27T15:30:06.8488239Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-09-27T15:30:06.8753297Z Exercise the situation where we have the same qualified name ... ok (0.029s) 2022-09-27T15:30:06.8772255Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-09-27T15:30:06.9162445Z Exercise the situation where we have the same qualified name ... ok (0.041s) 2022-09-27T15:30:06.9722108Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.056s) 2022-09-27T15:30:06.9741298Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-09-27T15:30:06.9953980Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.023s) 2022-09-27T15:30:06.9971124Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-09-27T15:30:07.0048214Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.009s) 2022-09-27T15:30:07.0116083Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.007s) 2022-09-27T15:30:07.0256119Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.014s) 2022-09-27T15:30:07.0261841Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-09-27T15:30:07.0342138Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.009s) 2022-09-27T15:30:07.0347307Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-09-27T15:30:07.0417952Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.008s) 2022-09-27T15:30:07.0502875Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.008s) 2022-09-27T15:30:07.0515554Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T15:30:07.0516270Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T15:30:07.0536789Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T15:30:07.0537364Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T15:30:07.0552950Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T15:30:07.0553361Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T15:30:07.0579355Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-09-27T15:30:07.0588644Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T15:30:07.0605940Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T15:30:07.0606411Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T15:30:07.0612496Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T15:30:07.0619157Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T15:30:07.0619603Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T15:30:07.0625595Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T15:30:07.0626380Z 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-09-27T15:30:07.0631746Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T15:30:07.0632410Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T15:30:07.1674609Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-09-27T15:30:07.1675438Z self=, 2022-09-27T15:30:07.1676011Z sample_input=(2, 3, 2.0, 3.0), 2022-09-27T15:30:07.1676336Z ) 2022-09-27T15:30:07.1676668Z skip: Failed to load fixture! (0.104s) 2022-09-27T15:30:07.6288794Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.461s) 2022-09-27T15:30:07.7492831Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.120s) 2022-09-27T15:30:07.7562766Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.007s) 2022-09-27T15:30:07.8610100Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.105s) 2022-09-27T15:30:08.4520371Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.591s) 2022-09-27T15:30:09.7427313Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.291s) 2022-09-27T15:30:09.7530850Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-09-27T15:30:09.7619696Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-09-27T15:30:09.7717543Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-09-27T15:30:09.7808685Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-09-27T15:30:09.7880636Z test_add_out (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:09.7948424Z test_add_tuple_different_types (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:09.8027409Z test_add_tuple_non_optional (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:09.8091943Z test_add_tuple_optional (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:09.8155095Z test_add_tuple_same_types (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:09.8165036Z test_addmm_grad (test_jit.TestScript) 2022-09-27T15:30:09.8218113Z This test checks several things: ... ok (0.006s) 2022-09-27T15:30:09.8284292Z test_alias_covariant_type_containers (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:09.8389644Z test_all (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:09.8621972Z test_annot_ast_mypy_fn (test_jit.TestScript) ... ok (0.023s) 2022-09-27T15:30:09.9022542Z test_annot_ast_mypy_method (test_jit.TestScript) ... ok (0.040s) 2022-09-27T15:30:09.9286875Z test_annot_ast_py3_fn (test_jit.TestScript) ... ok (0.026s) 2022-09-27T15:30:09.9703502Z test_annot_ast_py3_method (test_jit.TestScript) ... ok (0.042s) 2022-09-27T15:30:09.9743042Z test_annot_string_mypy_fn (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:10.0060375Z test_annot_string_mypy_method (test_jit.TestScript) ... ok (0.032s) 2022-09-27T15:30:10.0097619Z test_annot_string_py3_fn (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:10.0400711Z test_annot_string_py3_method (test_jit.TestScript) ... ok (0.030s) 2022-09-27T15:30:10.0430364Z test_annotated_script_fn (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:10.0450297Z test_annotated_script_fn_arg_mismatch (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:10.0466569Z test_annotated_script_fn_return_mismatch (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:10.0514267Z test_annotated_script_method (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:10.0573088Z test_annoying_doubles (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:10.0805852Z test_any (test_jit.TestScript) ... ok (0.023s) 2022-09-27T15:30:10.0841344Z test_assert_is_scripting_metacompile (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:10.0891738Z test_assertion_optional_refinement (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:10.1154090Z test_attr_module_constants (test_jit.TestScript) ... ok (0.026s) 2022-09-27T15:30:10.1220251Z test_attr_qscheme_script (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:10.1253055Z test_attribute_in_init (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:10.1391147Z test_attribute_serialization (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:10.1501868Z test_attribute_unpickling (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:10.1569800Z test_augmented_assign (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:10.1582819Z test_autodiff_complex (test_jit.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T15:30:10.1619180Z test_backend_cudnn_enabled (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:10.1646878Z test_bad_multiline_annotations (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:10.1748389Z test_bailout_loop_carried_deps_name_clash (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:10.1836323Z test_bailout_loop_counter_transition (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:10.1857802Z test_batch_norm_inference_backward_cuda (test_jit.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.002s) 2022-09-27T15:30:10.4121052Z test_batchnorm_fuser_cpu (test_jit.TestScript) ... ok (0.226s) 2022-09-27T15:30:10.4164031Z test_big_float_literals (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:10.4216910Z test_big_int_literals (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:10.6613539Z test_binary_op_shape (test_jit.TestScript) ... ok (0.239s) 2022-09-27T15:30:10.6841376Z test_bitwise_ops (test_jit.TestScript) ... ok (0.023s) 2022-09-27T15:30:10.6907185Z test_block_input_grad_in_loop (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:10.6978492Z test_bool_augassign_bitwise_and (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:10.7048158Z test_bool_augassign_bitwise_or (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:10.7118137Z test_bool_augassign_bitwise_xor (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:10.7390989Z test_bool_dispatch (test_jit.TestScript) ... ok (0.027s) 2022-09-27T15:30:10.7554550Z test_boolean_literal_constant_metacompile (test_jit.TestScript) ... ok (0.016s) 2022-09-27T15:30:10.7583657Z test_break_continue_error (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:10.8898978Z test_breaks_continues (test_jit.TestScript) ... ok (0.131s) 2022-09-27T15:30:10.9044461Z test_builtin_args (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:10.9115449Z 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-09-27T15:30:10.9116091Z File "/var/lib/jenkins/workspace/test/test_jit.py", line 10868 2022-09-27T15:30:10.9116383Z @torch.jit.script 2022-09-27T15:30:10.9116595Z def f6(a): 2022-09-27T15:30:10.9116793Z a.expand(size=[3, [4]]) 2022-09-27T15:30:10.9117415Z ~~~~~~ <--- HERE 2022-09-27T15:30:10.9117714Z (function emitListLiteral) 2022-09-27T15:30:10.9117953Z ok (0.007s) 2022-09-27T15:30:10.9202423Z test_builtin_function_attributes (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:10.9219539Z test_builtin_use_as_value (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:10.9275135Z test_call_ge (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:10.9309541Z test_call_python_fn_from_script_fn (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:10.9363320Z test_call_python_fn_from_script_module (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:10.9462511Z test_call_python_fn_from_traced_module (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:10.9531729Z test_call_python_fn_from_tracing_fn (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:10.9561206Z test_call_python_mod_from_script_fn (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:10.9629388Z test_call_python_mod_from_script_module (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:10.9794036Z test_call_python_mod_from_traced_module (test_jit.TestScript) ... ok (0.016s) 2022-09-27T15:30:10.9873334Z test_call_python_mod_from_tracing_fn (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:10.9928738Z test_call_script_fn_from_script_fn (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:11.0006810Z test_call_script_fn_from_script_module (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:11.0102955Z test_call_script_fn_from_tracing_fn (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:11.0163495Z test_call_script_mod_from_script_fn (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:11.0267152Z test_call_script_mod_from_script_module (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:11.0275845Z test_call_script_mod_from_tracing_fn (test_jit.TestScript) ... skip: error in first class mode (0.001s) 2022-09-27T15:30:11.0390779Z test_call_traced_fn_from_tracing_fn (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:11.0399083Z test_call_traced_mod_from_tracing_fn (test_jit.TestScript) ... skip: error in first class mode (0.001s) 2022-09-27T15:30:11.0557549Z test_canonicalize_control_outputs (test_jit.TestScript) ... ok (0.016s) 2022-09-27T15:30:11.0563341Z test_cast (test_jit.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-09-27T15:30:11.0745987Z test_cat (test_jit.TestScript) ... ok (0.018s) 2022-09-27T15:30:11.0822584Z test_cat_lifts (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:11.0867638Z test_chr (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:11.0879151Z test_circular_dependency (test_jit.TestScript) 2022-09-27T15:30:11.1201903Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.033s) 2022-09-27T15:30:11.1363201Z test_class_as_attribute (test_jit.TestScript) ... ok (0.016s) 2022-09-27T15:30:11.1392894Z test_class_attribute (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:11.1424847Z test_class_attribute_in_script (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:11.1485882Z test_class_with_comment_at_lower_indentation (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:11.1493522Z test_code_with_constants (test_jit.TestScript) 2022-09-27T15:30:11.1561756Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.007s) 2022-09-27T15:30:11.1569417Z test_code_with_constants_restore (test_jit.TestScript) 2022-09-27T15:30:11.1657816Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.010s) 2022-09-27T15:30:11.1721861Z test_comment_ignore_indent (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:11.1782140Z test_compare_two_bool_inputs (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:11.1797075Z test_compile_module_with_constant (test_jit.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:30:11.2267054Z test_conditional_casting (test_jit.TestScript) ... ok (0.047s) 2022-09-27T15:30:11.2328615Z test_constant_as_attr (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:11.2365877Z test_constant_pooling_introduce_aliasing (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:11.2428452Z test_constant_pooling_none (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:11.2475283Z test_constant_pooling_same_identity (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:11.2651734Z test_context_manager (test_jit.TestScript) ... ok (0.017s) 2022-09-27T15:30:11.2733667Z test_conv_error (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:11.2955578Z test_convert_base (test_jit.TestScript) ... ok (0.022s) 2022-09-27T15:30:11.3004842Z test_cpp_function_tensor_str (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:11.3125383Z test_cpp_module_iterator (test_jit.TestScript) ... ok (0.012s) 2022-09-27T15:30:11.3198055Z test_desugar_module (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:11.3240099Z test_device_kwarg (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:11.3283075Z test_device_type (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:11.3287430Z test_device_type_cuda (test_jit.TestScript) ... skip: Requires CUDA (0.000s) 2022-09-27T15:30:11.3311844Z test_dir (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:11.3638611Z test_divmod (test_jit.TestScript) ... ok (0.032s) 2022-09-27T15:30:11.3659617Z test_dominated_bailout (test_jit.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-09-27T15:30:11.5351031Z test_dropout_eval (test_jit.TestScript) ... ok (0.169s) 2022-09-27T15:30:11.5584640Z test_dropout_script (test_jit.TestScript) ... ok (0.023s) 2022-09-27T15:30:11.5641718Z test_dtype_attr (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:11.6034615Z test_dtype_op_shape (test_jit.TestScript) ... ok (0.039s) 2022-09-27T15:30:11.6560377Z test_dtype_op_shape2 (test_jit.TestScript) ... ok (0.052s) 2022-09-27T15:30:11.6596208Z test_early_return_closure (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:11.6683791Z test_early_return_fork_join (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:11.6911933Z test_early_return_rewrite (test_jit.TestScript) ... ok (0.023s) 2022-09-27T15:30:11.6952289Z test_early_return_type_refinement (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:11.7367709Z test_early_returns_loops (test_jit.TestScript) ... ok (0.041s) 2022-09-27T15:30:11.7425562Z test_ellipsis_const_end (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:11.7485158Z test_ellipsis_const_mid (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:11.7555530Z test_ellipsis_const_mid_select (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:11.7613679Z test_ellipsis_const_start (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:11.7670509Z test_ellipsis_end (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:11.7728195Z test_ellipsis_mid (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:11.7795039Z test_ellipsis_mid_select (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:11.7848887Z test_ellipsis_start (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:11.8032236Z test_embedding_renorm_grad_error (test_jit.TestScript) ... ok (0.018s) 2022-09-27T15:30:11.8075201Z test_empty_like_memory_format_bc (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:11.8085067Z test_empty_tuple_str (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:11.8464105Z test_enumerate_modlist_range (test_jit.TestScript) ... ok (0.038s) 2022-09-27T15:30:11.8503596Z test_erase_number_types (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:11.8727012Z test_error (test_jit.TestScript) ... ok (0.022s) 2022-09-27T15:30:11.8898656Z test_error_stacktrace (test_jit.TestScript) ... ok (0.017s) 2022-09-27T15:30:11.9242891Z test_error_stacktrace_interface (test_jit.TestScript) ... ok (0.034s) 2022-09-27T15:30:11.9354208Z test_eval_python (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:11.9382691Z test_exception_exits_closure (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:11.9778053Z test_exceptions_with_control_flow (test_jit.TestScript) ... ok (0.039s) 2022-09-27T15:30:11.9822076Z test_expand (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:11.9929625Z test_fibb (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:11.9996543Z test_fibb_totally_better (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:12.0014899Z test_file_format_serialization (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:12.0035907Z test_file_line_error (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:12.0183263Z test_file_line_error_class_defn (test_jit.TestScript) ... ok (0.015s) 2022-09-27T15:30:12.0219252Z test_file_line_graph (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:12.0340482Z test_file_line_save_load (test_jit.TestScript) ... ok (0.012s) 2022-09-27T15:30:12.0354422Z test_file_line_string (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:12.0412413Z test_file_line_trace (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:12.0458764Z test_filecheck (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:12.0483495Z test_filecheck_parse (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:12.0661274Z test_first_class_calls (test_jit.TestScript) ... ok (0.018s) 2022-09-27T15:30:12.0722081Z test_first_class_module (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:12.0828993Z test_floor_div (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:12.1067104Z test_floordiv (test_jit.TestScript) ... ok (0.024s) 2022-09-27T15:30:12.1084141Z test_for_else (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:12.1198171Z test_for_in_dict (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:12.1545799Z test_for_in_enumerate (test_jit.TestScript) ... ok (0.035s) 2022-09-27T15:30:12.1605119Z test_for_in_range (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:12.1815609Z test_for_in_range_ast (test_jit.TestScript) ... ok (0.021s) 2022-09-27T15:30:12.1897955Z test_for_in_range_dynamic (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:12.1988631Z test_for_in_range_if_ast (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:12.2062293Z test_for_in_range_start_end (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:12.2245335Z test_for_in_range_start_end_step (test_jit.TestScript) ... ok (0.018s) 2022-09-27T15:30:12.2297322Z test_for_in_range_zero_step (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:12.2486053Z test_for_in_string (test_jit.TestScript) ... ok (0.019s) 2022-09-27T15:30:12.2605585Z test_for_in_tensors (test_jit.TestScript) ... ok (0.012s) 2022-09-27T15:30:12.2626606Z test_for_in_tensors_fail_scalar (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:12.2757402Z test_for_in_tensors_nested (test_jit.TestScript) ... ok (0.013s) 2022-09-27T15:30:12.2840053Z test_for_in_tensors_rank0 (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:12.3093698Z test_for_in_zip (test_jit.TestScript) ... ok (0.025s) 2022-09-27T15:30:12.3289965Z test_for_in_zip_enumerate (test_jit.TestScript) ... ok (0.020s) 2022-09-27T15:30:12.3392905Z test_for_tuple_assign (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:12.3580788Z test_for_tuple_unpack (test_jit.TestScript) ... ok (0.019s) 2022-09-27T15:30:12.3659212Z test_format (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:12.3775059Z test_func_call (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:12.3824867Z test_function_compilation_caching (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:12.4002500Z test_function_overload_misuse (test_jit.TestScript) ... ok (0.018s) 2022-09-27T15:30:12.4147255Z test_function_overloading_isinstance (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:12.4738611Z test_function_overloads (test_jit.TestScript) ... ok (0.059s) 2022-09-27T15:30:12.4748733Z test_fuser_double_float_codegen (test_jit.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:30:12.5889481Z test_fuser_double_literal_precision (test_jit.TestScript) ... ok (0.114s) 2022-09-27T15:30:12.5931247Z test_fuser_multiple_blocks (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:12.5990566Z test_gather_dynamic_index (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:12.6012046Z test_generic_list_errors (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:12.6353848Z test_get_set_state (test_jit.TestScript) ... ok (0.034s) 2022-09-27T15:30:12.6455319Z test_get_set_state_with_tensors (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:12.6505794Z test_grad_from_script (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:12.6596899Z test_hash (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:12.6723744Z test_hex_literals (test_jit.TestScript) ... ok (0.013s) 2022-09-27T15:30:12.6877640Z test_id (test_jit.TestScript) ... ok (0.015s) 2022-09-27T15:30:12.6944652Z test_if (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:12.7054941Z test_if_define (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:12.7108890Z test_if_different_type (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:12.7217547Z test_if_for_in_range (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:12.7431935Z test_if_is_none_dispatch (test_jit.TestScript) ... ok (0.021s) 2022-09-27T15:30:12.7473932Z test_if_list_cat (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:12.8002865Z test_if_nest_while (test_jit.TestScript) ... ok (0.053s) 2022-09-27T15:30:12.8079144Z test_if_noelse (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:12.8109355Z test_if_not_defined_error (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:12.8163365Z test_if_supertype (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:12.8259843Z test_ignore_decorator (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:12.8368942Z test_ignored_as_value (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:12.8446104Z test_ignored_method_binding (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:12.8507049Z test_ignored_props (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:12.8632473Z test_import_constants_not_specialized (test_jit.TestScript) ... ok (0.012s) 2022-09-27T15:30:12.8746636Z test_in_for_and_comp_expr (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:12.8784155Z test_in_operator_with_two_strings (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:12.9706694Z test_index (test_jit.TestScript) ... ok (0.092s) 2022-09-27T15:30:12.9745993Z test_index_select_shape_prop (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:12.9823522Z test_index_with_tuple (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:12.9839787Z test_indexing_error (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:12.9890198Z test_infer_size (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:12.9893518Z test_inferred_error_msg (test_jit.TestScript) 2022-09-27T15:30:12.9917310Z Test that when we get a type mismatch on a function where we inferred ... ok (0.003s) 2022-09-27T15:30:13.0055077Z test_inherit_method (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:13.0060332Z test_inline_and_run_annotated_script_fn (test_jit.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-09-27T15:30:13.0070734Z test_inlined_graph (test_jit.TestScript) 2022-09-27T15:30:13.0189044Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.013s) 2022-09-27T15:30:13.0243528Z test_inlining_cleanup (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:13.0294871Z test_inplace_add (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:13.0349256Z test_inplace_copy_script (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:13.0389900Z test_input_keyword_in_schema (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:13.0427500Z test_int_cast (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:13.0442099Z test_integral_shape_inference (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:13.0454527Z test_interpret_graph (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:13.3569451Z test_interpreter_fuzz (test_jit.TestScript) ... ok (0.311s) 2022-09-27T15:30:13.3708827Z test_intlist_args (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:13.3727467Z test_invalid_call_arguments (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:13.3738317Z test_invalid_lhs_assignment (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:13.3763317Z test_invalid_prefix_annotation (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:13.3771513Z test_irparser (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:13.3900930Z test_is_after_use (test_jit.TestScript) ... ok (0.013s) 2022-09-27T15:30:13.4367207Z test_is_isnot (test_jit.TestScript) ... ok (0.047s) 2022-09-27T15:30:13.4377637Z test_is_optional (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:13.4408252Z test_is_scripting (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:13.4440624Z test_is_scripting_metacompile (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:13.4529983Z test_isinstance (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:13.4590071Z test_isinstance_dynamic (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:13.4668200Z test_isinstance_metacompile (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:13.4831064Z test_isinstance_refinement (test_jit.TestScript) ... ok (0.016s) 2022-09-27T15:30:13.4900767Z test_jitter_bug (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:13.4939773Z test_keyword (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:13.4953745Z test_kwarg_expansion_error (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:13.4982037Z test_kwargs_error_msg (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:13.5214781Z test_lazy_script (test_jit.TestScript) ... ok (0.023s) 2022-09-27T15:30:13.5284348Z test_lhs_advanced_indexing_assignment (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:13.5354187Z test_lhs_advanced_indexing_augmented_assignment (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:13.5408902Z test_lhs_indexing (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:13.5458302Z test_lhs_indexing_increment (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:13.5524366Z test_lhs_indexing_increment_list (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:13.5578429Z test_lhs_indexing_increment_list_prim (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:13.5629327Z test_lhs_indexing_list (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:13.5690318Z test_lhs_indexing_multi (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:13.5787815Z test_linear_grad (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:13.6360026Z test_list_comprehension_modulelist (test_jit.TestScript) ... ok (0.057s) 2022-09-27T15:30:13.6410260Z test_list_comprehension_variable_write (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:13.6422385Z test_list_iterables (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:13.6496430Z test_list_python_op (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:13.6579078Z test_list_unify (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:13.6759237Z test_literal (test_jit.TestScript) ... ok (0.018s) 2022-09-27T15:30:13.6809473Z test_literals (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:13.7052543Z test_logical_short_circuit (test_jit.TestScript) ... ok (0.024s) 2022-09-27T15:30:13.7111609Z test_loop_liveness (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:13.7252679Z test_loop_unroll_negative (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:13.7291194Z test_loop_unroll_unused_counter (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:13.7396667Z test_loop_unrolling (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:13.7498389Z test_loop_unrolling_const (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:13.8084304Z test_loop_unrolling_nested (test_jit.TestScript) ... ok (0.058s) 2022-09-27T15:30:13.8120200Z test_lower_nested_tuples (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:14.0382616Z test_math_ops (test_jit.TestScript) ... ok (0.226s) 2022-09-27T15:30:14.0390296Z test_maxpool_guard_elimination (test_jit.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T15:30:14.0436934Z test_meshgrid (test_jit.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:482: 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:3145.) 2022-09-27T15:30:14.0437791Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-09-27T15:30:14.0475470Z ok (0.008s) 2022-09-27T15:30:14.0528365Z test_method_casts_script (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:14.0560741Z test_method_no_self (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:14.2210771Z test_method_overloading (test_jit.TestScript) ... ok (0.165s) 2022-09-27T15:30:14.2255010Z test_missing_getstate (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:14.3438074Z test_mm_batching (test_jit.TestScript) ... ok (0.118s) 2022-09-27T15:30:14.4012297Z test_module_apis (test_jit.TestScript) ... ok (0.057s) 2022-09-27T15:30:14.4067323Z test_module_attrs (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:14.4169579Z test_module_copy_with_attributes (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:14.4369732Z test_module_copying (test_jit.TestScript) ... ok (0.020s) 2022-09-27T15:30:14.4383084Z test_module_error (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:14.4433983Z test_module_method_reassignment (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:14.4482461Z test_module_none_attrs (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:14.4796046Z test_module_parameters_and_buffers (test_jit.TestScript) ... ok (0.031s) 2022-09-27T15:30:14.4866545Z test_module_str (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:14.4934372Z test_module_with_params_called_fails (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:14.4946495Z test_multi_reduction (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:14.4958752Z test_multi_starred_expr_lhs (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:14.5247150Z test_multiline_annot_ast_py3_fn (test_jit.TestScript) ... ok (0.029s) 2022-09-27T15:30:14.5281413Z test_multiline_optional_future_refinement (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:14.5313002Z test_multiline_string_dedents (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:14.5399677Z test_multiple_assign (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:14.5471775Z test_multiple_assignment (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:14.5514322Z test_mutable_dce (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:14.5569162Z test_mutable_dce_block (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:14.5603956Z test_mutable_dce_graph_input (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:14.5673835Z test_mutable_dce_indirect_wildcard_write (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:14.5759643Z test_mutable_dce_indirect_wildcards (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:14.5806190Z test_mutable_dce_list (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:14.5860575Z test_mutable_dce_loop (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:14.5934669Z test_mutable_dce_wildcards (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:14.5977456Z test_mutate_constant (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:14.6020515Z test_mypy_type_ignore (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:14.6551517Z test_named_buffers_are_iterable (test_jit.TestScript) ... ok (0.053s) 2022-09-27T15:30:14.6634706Z test_namedtuple_attr (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:14.6730013Z test_namedtuple_default_values_Tensor_type (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:14.6899615Z test_namedtuple_default_values_container_type (test_jit.TestScript) ... ok (0.017s) 2022-09-27T15:30:14.7043249Z test_namedtuple_default_values_missing (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:14.7192732Z test_namedtuple_default_values_simple_type (test_jit.TestScript) ... ok (0.015s) 2022-09-27T15:30:14.7231287Z test_namedtuple_default_values_using_factory_constructor (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:14.7355131Z test_namedtuple_python (test_jit.TestScript) ... ok (0.012s) 2022-09-27T15:30:14.7416678Z test_namedtuple_type_inference (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:14.7467070Z test_narrow_copy (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:14.7931717Z test_nested_aug_assign (test_jit.TestScript) ... ok (0.046s) 2022-09-27T15:30:14.8043987Z test_nested_bailouts (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:14.8357903Z test_nested_breaks (test_jit.TestScript) ... ok (0.031s) 2022-09-27T15:30:14.8404469Z test_nested_list_construct (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:14.8609013Z test_nested_select_assign (test_jit.TestScript) ... ok (0.020s) 2022-09-27T15:30:14.9795407Z test_nn_GRU (test_jit.TestScript) ... ok (0.118s) 2022-09-27T15:30:15.0735432Z test_nn_LSTM (test_jit.TestScript) ... ok (0.094s) 2022-09-27T15:30:15.1666508Z test_nn_LSTM_with_layers (test_jit.TestScript) ... ok (0.093s) 2022-09-27T15:30:15.2078991Z test_nn_init (test_jit.TestScript) ... ok (0.041s) 2022-09-27T15:30:15.2166313Z test_no_dtype_shape (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:15.2209040Z test_no_self_arg_ignore_function (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:15.3017311Z test_non_final_return (test_jit.TestScript) ... ok (0.081s) 2022-09-27T15:30:15.3026316Z test_none_type_str (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:15.3070921Z test_not (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:15.3081595Z test_not_initialized_err (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:15.3194377Z test_ntuple_builtins (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:15.3338578Z test_number_abs (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:15.3374411Z test_number_augassign (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:15.3411260Z test_number_augassign_bitwise_lshift (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:15.3448320Z test_number_augassign_bitwise_pow (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:15.3486066Z test_number_augassign_bitwise_rshift (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:15.3590000Z test_number_div (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:17.5440595Z test_number_math (test_jit.TestScript) ... ok (2.185s) 2022-09-27T15:30:17.5506201Z test_number_neg (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:17.5515236Z test_old_models_bc (test_jit.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-09-27T15:30:17.5555745Z test_oneline_func (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:17.5629226Z test_op_dtype (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:17.5719413Z test_operator_precedence (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:17.5997770Z test_optional_list (test_jit.TestScript) ... ok (0.028s) 2022-09-27T15:30:17.6261290Z test_optional_tensor (test_jit.TestScript) ... ok (0.026s) 2022-09-27T15:30:17.6349823Z test_ord (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:17.6470844Z test_override_magic (test_jit.TestScript) ... ok (0.012s) 2022-09-27T15:30:17.6629793Z test_pack_padded_pad_packed_trace (test_jit.TestScript) ... /var/lib/jenkins/workspace/test/test_jit.py:9785: 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-09-27T15:30:17.6630300Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-09-27T15:30:17.6673938Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:73: 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-09-27T15:30:17.6674563Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-09-27T15:30:17.6688637Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:73: 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-09-27T15:30:17.6689242Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-09-27T15:30:17.6698388Z ok (0.023s) 2022-09-27T15:30:17.6712205Z test_pack_tuple_into_non_var (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.7053720Z test_pack_unpack_nested (test_jit.TestScript) ... ok (0.034s) 2022-09-27T15:30:17.7226067Z test_pack_unpack_state (test_jit.TestScript) ... ok (0.017s) 2022-09-27T15:30:17.7288419Z test_parameter_order (test_jit.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-09-27T15:30:17.7288968Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-09-27T15:30:17.7289289Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-09-27T15:30:17.7289507Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-09-27T15:30:17.7289719Z grad_fn=) 2022-09-27T15:30:17.7295819Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-09-27T15:30:17.7296219Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-09-27T15:30:17.7296609Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-09-27T15:30:17.7296881Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-09-27T15:30:17.7297088Z grad_fn=) 2022-09-27T15:30:17.7341086Z ok (0.011s) 2022-09-27T15:30:17.7355466Z test_parse_empty_tuple_annotation (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.7368719Z test_parse_empty_tuple_annotation_element_error (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.7391139Z test_parse_nested_names (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:17.7402300Z test_parse_none_type_annotation (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.7449314Z test_parse_tensor_constants (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:17.7469184Z test_parser_kwargonly (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:17.7483696Z test_parser_type_annotations (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.7496925Z test_parser_type_annotations_comment (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.7509695Z test_parser_type_annotations_incompatible_expression (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.7521203Z test_parser_type_annotations_subscript_non_ident (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.7531995Z test_parser_type_annotations_subscript_tensor (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.7543121Z test_parser_type_annotations_unknown_type (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.7595769Z test_partial_returns (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:17.7640537Z test_pass (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:17.7781877Z test_pickle_checkpoint (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:17.7785012Z test_pickle_checkpoint_cuda (test_jit.TestScript) ... skip: no CUDA (0.000s) 2022-09-27T15:30:17.7825799Z test_pickle_checkpoint_tup (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:17.7835759Z test_pow_scalar_backward_cuda (test_jit.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T15:30:17.8181049Z test_pretty_print_function (test_jit.TestScript) ... ok (0.034s) 2022-09-27T15:30:17.8251189Z test_prim_grad_undefined (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:17.8364517Z test_print (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:17.8377006Z test_print_kwargs (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.8387820Z test_profiling_graph_executor (test_jit.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T15:30:17.8396664Z test_profiling_merge (test_jit.TestScript) ... skip: skip if profiling isn't enabled (0.001s) 2022-09-27T15:30:17.8427782Z test_pybind_type_comparisons (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:17.8481208Z test_python_call (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:17.8547800Z test_python_call_annotation (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:17.8569247Z test_python_call_annoytation_failure (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:17.8607001Z test_python_call_failure (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:17.8682009Z test_python_call_non_tensor (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:17.8710579Z test_python_call_non_tensor_wrong (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:17.8735219Z test_python_frontend (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:17.8747964Z test_python_frontend_py3 (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.8760927Z test_python_frontend_source_range (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.8801045Z test_python_op_builtins (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:17.8823203Z test_python_op_name (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:17.8837867Z test_python_val_doesnt_have_attr (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.8983957Z test_rand (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:17.8995338Z test_rand_profiling (test_jit.TestScript) ... skip: the profiling version of test_rand (0.001s) 2022-09-27T15:30:17.9023819Z test_range_args (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:17.9056614Z test_reassign_module_lhs (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:17.9088705Z test_reassign_module_rhs (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:17.9097766Z test_refine_tuple_types (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:17.9236496Z test_remove_dropout (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:17.9268601Z test_repeated_script_on_function (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:17.9326069Z test_request_bailout (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:17.9404797Z test_requires_grad_loop (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:17.9736346Z test_rescripting_loaded_modules (test_jit.TestScript) ... ok (0.033s) 2022-09-27T15:30:17.9867452Z test_resize_input_ops (test_jit.TestScript) ... ok (0.013s) 2022-09-27T15:30:18.0045770Z test_return (test_jit.TestScript) ... ok (0.018s) 2022-09-27T15:30:18.0104644Z test_return_stmt_not_at_end (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:18.0164649Z test_return_tuple (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:18.3045617Z test_rnn_trace_override (test_jit.TestScript) ... ok (0.288s) 2022-09-27T15:30:18.3106400Z test_robust_op_resolution (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:18.3175674Z test_round (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:18.3258795Z test_save_load_attr_error (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:18.3297674Z test_script_annotation (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:18.3330506Z test_script_bool_constant (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:18.3369360Z test_script_chunk (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:18.3540889Z test_script_clamp_none (test_jit.TestScript) ... ok (0.017s) 2022-09-27T15:30:18.3610612Z test_script_copy (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:18.3627628Z test_script_cu (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:18.3694524Z test_script_define_order (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:18.3734507Z test_script_define_order_recursive_fail (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:18.3771858Z test_script_docstring (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:18.3849763Z test_script_forward_method_replacement (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:18.3854693Z test_script_get_device_cuda (test_jit.TestScript) ... skip: requires CUDA (0.001s) 2022-09-27T15:30:18.3907068Z test_script_get_tracing_state (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:18.3988097Z test_script_is_tracing (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:18.4050772Z test_script_kwargs_fn_call (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:18.4095551Z test_script_method_docstring (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:18.4163119Z test_script_method_torch_function_overload (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:18.4376241Z test_script_module (test_jit.TestScript) ... ok (0.021s) 2022-09-27T15:30:18.4437473Z test_script_module_call_noscript (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:18.4497592Z test_script_module_const (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:18.4744938Z test_script_module_const_submodule_fail (test_jit.TestScript) ... ok (0.025s) 2022-09-27T15:30:18.4880003Z test_script_module_export_blocks (test_jit.TestScript) ... ok (0.013s) 2022-09-27T15:30:18.4983547Z test_script_module_export_shared_storage (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:18.5219017Z test_script_module_export_submodule (test_jit.TestScript) ... ok (0.023s) 2022-09-27T15:30:18.5229867Z test_script_module_export_tensor_cuda (test_jit.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-09-27T15:30:18.5348622Z test_script_module_export_tensor_type (test_jit.TestScript) ... ok (0.012s) 2022-09-27T15:30:18.5383847Z test_script_module_fail_exist (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:18.5443741Z test_script_module_for (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:18.5823925Z test_script_module_for2 (test_jit.TestScript) ... ok (0.038s) 2022-09-27T15:30:18.5855565Z test_script_module_invalid_consts (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:18.5973868Z test_script_module_nochange_submodule (test_jit.TestScript) ... ok (0.012s) 2022-09-27T15:30:18.5982195Z test_script_module_none_exist_fail (test_jit.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-09-27T15:30:18.6021345Z test_script_module_not_tuple (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:18.6085111Z test_script_module_param_buffer_mutation (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:18.6243576Z test_script_module_star_assign2 (test_jit.TestScript) ... ok (0.016s) 2022-09-27T15:30:18.6405280Z test_script_module_star_assign2_inplace (test_jit.TestScript) ... ok (0.016s) 2022-09-27T15:30:18.6436119Z test_script_module_star_assign_fail_builtin (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:18.6479492Z test_script_module_star_assign_fail_pythonop (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:18.6512594Z test_script_module_tensor_subclass_argument (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:18.6932771Z test_script_nested_mod_list (test_jit.TestScript) ... ok (0.042s) 2022-09-27T15:30:18.6974653Z test_script_non_tensor_args_outputs (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:18.7123772Z test_script_optional_none (test_jit.TestScript) ... ok (0.015s) 2022-09-27T15:30:18.7168514Z test_script_outputs (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:18.7614640Z test_script_pack_padded_sequence (test_jit.TestScript) ... ok (0.044s) 2022-09-27T15:30:18.7991610Z test_script_pad_sequence_pack_sequence (test_jit.TestScript) ... ok (0.038s) 2022-09-27T15:30:18.8000196Z test_script_scope (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:18.8289085Z test_script_sequential_for (test_jit.TestScript) ... ok (0.029s) 2022-09-27T15:30:18.8789031Z test_script_sequential_in_mod_list (test_jit.TestScript) ... ok (0.050s) 2022-09-27T15:30:18.8966241Z test_script_sequential_multi_output_fail (test_jit.TestScript) ... ok (0.018s) 2022-09-27T15:30:18.9320595Z test_script_sequential_orderdict (test_jit.TestScript) ... ok (0.035s) 2022-09-27T15:30:18.9703508Z test_script_sequential_sliced_iteration (test_jit.TestScript) ... ok (0.038s) 2022-09-27T15:30:18.9844682Z test_script_star_assign (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:19.0106742Z test_script_star_expr (test_jit.TestScript) ... ok (0.026s) 2022-09-27T15:30:19.0351599Z test_script_star_expr_string (test_jit.TestScript) ... ok (0.024s) 2022-09-27T15:30:19.0438074Z test_scriptable_fn_as_attr (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:19.0453401Z test_scriptmodule_multi_head_attn_cuda (test_jit.TestScript) ... skip: no CUDA (0.002s) 2022-09-27T15:30:19.0464734Z test_scriptmodule_releases_tensors_cuda (test_jit.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T15:30:19.0478262Z test_scriptmodule_transformer_cuda (test_jit.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T15:30:19.0541238Z test_select_after_chunk (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:19.0574262Z test_sequence_parsing (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:19.0872341Z test_sequential_intermediary_types (test_jit.TestScript) ... ok (0.030s) 2022-09-27T15:30:19.0984842Z test_serialization_big_ints (test_jit.TestScript) ... ok (0.011s) 2022-09-27T15:30:19.1077959Z test_serialization_sharing (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:19.1148757Z test_serialize_long_lines (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:19.1356013Z test_serialized_source_ranges (test_jit.TestScript) ... ok (0.021s) 2022-09-27T15:30:19.1496425Z test_serialized_source_ranges2 (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:19.2364094Z test_serialized_source_ranges_dont_jitter (test_jit.TestScript) ... ok (0.087s) 2022-09-27T15:30:19.2502952Z test_serialized_source_ranges_graph (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:19.2627223Z test_serialized_source_ranges_no_dups (test_jit.TestScript) ... ok (0.012s) 2022-09-27T15:30:19.2689726Z test_set_attribute_through_optional (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:19.2725392Z test_shape_analysis_grad_property (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:19.2782399Z test_shape_analysis_loop (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:19.2816539Z test_shape_prop_promote_scalar_arg (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:19.2847029Z test_shape_prop_promotion (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:19.2921110Z test_signed_float_zero (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:19.2933134Z test_single_starred_expr_for_loop (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:19.2945301Z test_single_starred_lhs (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:19.2989282Z test_singleton_tuple_unpack (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:19.2997015Z test_slice_guard_elimination (test_jit.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T15:30:19.3057438Z test_split (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:19.3162646Z test_stack (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:19.3897020Z test_static_if_prop (test_jit.TestScript) ... ok (0.073s) 2022-09-27T15:30:19.3906670Z test_static_method_on_module (test_jit.TestScript) 2022-09-27T15:30:19.3993427Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.010s) 2022-09-27T15:30:19.4221314Z test_static_methods (test_jit.TestScript) ... ok (0.023s) 2022-09-27T15:30:19.4256936Z test_str_cast (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:19.4268886Z test_string_cu (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:19.4313838Z test_string_device_implicit_conversion (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:19.4370927Z test_string_frontend_elif (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:19.4415618Z test_string_index (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:19.4472219Z test_string_len (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:19.4521904Z test_string_list (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:19.4535031Z test_string_new_line (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:19.4585938Z test_string_ops (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:19.4639912Z test_string_print (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:19.4650279Z test_string_single_escape (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:19.4788680Z test_string_slicing (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:19.4835226Z test_string_sort (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:19.4879493Z test_string_sorted (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:19.5066928Z test_submodule_attribute_serialization (test_jit.TestScript) ... ok (0.019s) 2022-09-27T15:30:19.5133032Z test_submodule_twice (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:19.5191581Z test_sum (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:19.5262071Z test_sum_list_diff_elms (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:19.5331112Z test_sum_list_empty (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:19.5393567Z test_sum_list_literal (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:19.5459248Z test_sum_list_one (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:19.5476934Z test_sum_list_wrong_type (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:19.5507204Z test_sys_stdout_override (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:19.5634188Z test_tensor_as_tensor_shape_prop (test_jit.TestScript) ... ok (0.013s) 2022-09-27T15:30:19.5671082Z test_tensor_data (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:19.5679063Z test_tensor_device (test_jit.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T15:30:19.5769822Z test_tensor_dtype (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:19.5861937Z test_tensor_grad (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:19.5919789Z test_tensor_import_export (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:19.5960858Z test_tensor_len (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:20.0083079Z test_tensor_number_math (test_jit.TestScript) ... ok (0.412s) 2022-09-27T15:30:20.0087933Z test_tensor_number_math_cuda (test_jit.TestScript) ... skip: No CUDA (0.001s) 2022-09-27T15:30:20.0146981Z test_tensor_requires_grad (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:20.0194713Z test_tensor_shape (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:20.0215936Z 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-09-27T15:30:20.0217041Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-09-27T15:30:20.0285904Z ok (0.009s) 2022-09-27T15:30:20.0490396Z test_tensor_to (test_jit.TestScript) ... ok (0.020s) 2022-09-27T15:30:20.0540499Z test_tensor_to_cpu (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:20.0547452Z test_tensor_to_cuda (test_jit.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T15:30:20.0553100Z test_tensor_to_device (test_jit.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T15:30:20.0625691Z test_ternary (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:20.1033008Z test_ternary_module_type_hint (test_jit.TestScript) ... ok (0.041s) 2022-09-27T15:30:20.1116322Z test_ternary_right_associative (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:20.1221263Z test_ternary_static_if (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:20.1394762Z test_torch_any (test_jit.TestScript) ... ok (0.017s) 2022-09-27T15:30:20.1424823Z test_torch_functional (test_jit.TestScript) ... skip: Skipping while landing PR stack (0.003s) 2022-09-27T15:30:20.1912179Z test_torch_functional_tensordot_int (test_jit.TestScript) ... ok (0.049s) 2022-09-27T15:30:20.1998452Z test_torch_functional_tensordot_list (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:20.2249809Z test_torch_functional_tensordot_tensor (test_jit.TestScript) ... ok (0.025s) 2022-09-27T15:30:20.2339741Z test_torch_functional_tensordot_tuple (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:20.2435024Z test_torch_ignore_conversion_to_none (test_jit.TestScript) ... ok (0.009s) 2022-09-27T15:30:20.2501050Z test_torch_manual_seed (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:20.2850068Z test_torch_pow (test_jit.TestScript) ... ok (0.035s) 2022-09-27T15:30:20.8614593Z 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-09-27T15:30:20.8615139Z return callable(*args, **kwargs) 2022-09-27T15:30:20.8669686Z ok (0.582s) 2022-09-27T15:30:20.8746414Z test_torch_tensor_as_tensor_empty_list (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:20.9057099Z test_torch_tensor_bad_input (test_jit.TestScript) ... ok (0.031s) 2022-09-27T15:30:20.9178532Z test_torch_tensor_dtype (test_jit.TestScript) ... ok (0.012s) 2022-09-27T15:30:20.9212657Z test_torchscript_memoryformat (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:21.0116972Z test_torchscript_multi_head_attn (test_jit.TestScript) ... ok (0.090s) 2022-09-27T15:30:21.1919714Z test_torchscript_multi_head_attn_fast_path (test_jit.TestScript) ... ok (0.180s) 2022-09-27T15:30:21.1998306Z test_training_param (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:21.2373065Z test_tuple_assignments (test_jit.TestScript) ... ok (0.037s) 2022-09-27T15:30:21.2394472Z test_tuple_error_msg (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:21.2474194Z test_tuple_index_to_list (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:21.2702086Z test_tuple_indexing (test_jit.TestScript) ... ok (0.023s) 2022-09-27T15:30:21.2760900Z test_tuple_len (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:21.2829562Z test_tuple_nested_sort (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:21.2888851Z test_tuple_sort (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:21.2944561Z test_tuple_sort_reverse (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:21.3000886Z test_tuple_sorted (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:21.3064820Z test_tuple_to_opt_list (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:21.3106643Z test_tuple_unsortable_diff_type (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:21.3150922Z test_tuple_unsortable_element_type (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:21.3196049Z test_tuple_unsortable_nested_diff_type (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:21.3360994Z test_type_annotate (test_jit.TestScript) ... ok (0.016s) 2022-09-27T15:30:21.3501908Z test_type_annotation_module (test_jit.TestScript) ... ok (0.014s) 2022-09-27T15:30:21.3620751Z test_type_annotation_py3 (test_jit.TestScript) ... ok (0.012s) 2022-09-27T15:30:21.3823435Z test_type_annotations (test_jit.TestScript) ... ok (0.020s) 2022-09-27T15:30:21.3972312Z test_type_annotations_repeated_list (test_jit.TestScript) ... ok (0.015s) 2022-09-27T15:30:21.4105411Z test_type_annotations_varargs (test_jit.TestScript) ... ok (0.013s) 2022-09-27T15:30:21.4131127Z test_type_call_in_script (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:21.4184093Z test_type_cast (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:21.4235630Z test_type_comments_in_body (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:21.4241314Z test_type_inferred_from_empty_annotation (test_jit.TestScript) 2022-09-27T15:30:21.4267283Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.003s) 2022-09-27T15:30:21.4346699Z test_unbind (test_jit.TestScript) ... ok (0.008s) 2022-09-27T15:30:21.4386204Z test_unfold_zero_dim (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:21.4425701Z test_unicode_comments (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:21.4500533Z test_uninitialized (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:21.4535567Z test_union_to_number (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:21.4551158Z test_unknown_builtin (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:21.4590763Z test_unmatched_type_annotation (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:21.4597264Z test_unspecialized_any_binding (test_jit.TestScript) ... skip: bug persists in deprecated executor (0.001s) 2022-09-27T15:30:21.4603721Z test_unsqueeze_guard_elimination (test_jit.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T15:30:21.4620387Z test_unsupported_builtin_error (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:21.4680460Z test_unused_decorator (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:21.4926423Z test_unwrap_optional_builtin (test_jit.TestScript) ... ok (0.024s) 2022-09-27T15:30:21.5359042Z test_var_aug_assign (test_jit.TestScript) ... ok (0.043s) 2022-09-27T15:30:21.5406259Z test_vararg_zeros (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:21.5446549Z test_view_listconstruct_shape_prop (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:21.5463200Z test_view_shape_prop (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:21.5529168Z test_view_write (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:21.5536221Z test_weak_cuda (test_jit.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T15:30:21.5587323Z test_where (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:21.5635838Z test_where_method (test_jit.TestScript) ... ok (0.005s) 2022-09-27T15:30:21.5709686Z test_while (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:21.6115451Z test_while_nest_if (test_jit.TestScript) ... ok (0.041s) 2022-09-27T15:30:21.6428157Z test_while_nonexistent_cond_value (test_jit.TestScript) ... ok (0.031s) 2022-09-27T15:30:21.6440529Z test_while_nonexistent_value (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:21.6514424Z test_while_write_outer_then_read (test_jit.TestScript) ... ok (0.007s) 2022-09-27T15:30:21.6531554Z test_wrong_attr_lookup (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:21.6589060Z test_wrong_implicit_expand (test_jit.TestScript) ... ok (0.006s) 2022-09-27T15:30:21.6625860Z test_wrong_method_call_inputs (test_jit.TestScript) ... ok (0.004s) 2022-09-27T15:30:21.6642700Z test_wrong_module_attr_lookup (test_jit.TestScript) ... ok (0.002s) 2022-09-27T15:30:21.6678099Z test_wrong_return_type (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:21.6691880Z test_wrong_use_as_callable (test_jit.TestScript) ... ok (0.001s) 2022-09-27T15:30:21.6724851Z test_wrong_use_as_tuple (test_jit.TestScript) ... ok (0.003s) 2022-09-27T15:30:21.6825784Z test_zeros (test_jit.TestScript) ... ok (0.010s) 2022-09-27T15:30:22.1810735Z test_zip_enumerate_modulelist (test_jit.TestScript) ... ok (0.498s) 2022-09-27T15:30:22.1818886Z test_bool (jit.test_list_dict.TestScriptDict) 2022-09-27T15:30:22.1829093Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-09-27T15:30:22.1834316Z test_contains (jit.test_list_dict.TestScriptDict) 2022-09-27T15:30:22.1844144Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-09-27T15:30:22.1849539Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-09-27T15:30:22.1859677Z Test deletion. ... ok (0.002s) 2022-09-27T15:30:22.1864427Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-09-27T15:30:22.1877657Z Test accessing dictionary values using the [] operator. ... ok (0.002s) 2022-09-27T15:30:22.1881654Z test_items (jit.test_list_dict.TestScriptDict) 2022-09-27T15:30:22.1889304Z Test .items(). ... ok (0.001s) 2022-09-27T15:30:22.1893191Z test_iter (jit.test_list_dict.TestScriptDict) 2022-09-27T15:30:22.1901083Z Test iteration over a dictionary's keys. ... ok (0.001s) 2022-09-27T15:30:22.1904103Z test_len (jit.test_list_dict.TestScriptDict) 2022-09-27T15:30:22.1912244Z Test len() builtin function. ... ok (0.001s) 2022-09-27T15:30:22.1919941Z test_nested (jit.test_list_dict.TestScriptDict) 2022-09-27T15:30:22.1920961Z 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-09-27T15:30:22.1924728Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-09-27T15:30:22.1956667Z Test that reference semantics are honoured; that modifications made ... ok (0.004s) 2022-09-27T15:30:22.1959483Z test_repr (jit.test_list_dict.TestScriptDict) 2022-09-27T15:30:22.1966644Z Test the __repr__ method. ... ok (0.001s) 2022-09-27T15:30:22.1972457Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-09-27T15:30:22.1981117Z Test setting dictionary values using the [] operator. ... ok (0.001s) 2022-09-27T15:30:22.1985382Z test_append (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.1993354Z Test append method. ... ok (0.001s) 2022-09-27T15:30:22.1996614Z test_bool (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2003363Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-09-27T15:30:22.2006022Z test_clear (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2011491Z Test clear. ... ok (0.001s) 2022-09-27T15:30:22.2016371Z test_contains (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2024305Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-09-27T15:30:22.2028312Z test_count (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2035843Z Test count method. ... ok (0.001s) 2022-09-27T15:30:22.2041111Z test_delitem (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2050293Z Test deletion. ... ok (0.001s) 2022-09-27T15:30:22.2061592Z test_extend (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2073333Z Test extend. ... ok (0.002s) 2022-09-27T15:30:22.2083011Z test_getitem (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2109942Z Test accessing list elements using the [] operator. ... ok (0.004s) 2022-09-27T15:30:22.2115911Z test_insert (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2126372Z Test insert. ... ok (0.002s) 2022-09-27T15:30:22.2130093Z test_iter (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2137500Z Test iteration over a list's elements. ... ok (0.001s) 2022-09-27T15:30:22.2140931Z test_len (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2148441Z Test len() builtin function. ... ok (0.001s) 2022-09-27T15:30:22.2156298Z test_nested (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2157266Z 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-09-27T15:30:22.2162543Z test_pop (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2174335Z Test pop. ... ok (0.002s) 2022-09-27T15:30:22.2178324Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2211320Z Test that reference semantics are honoured; that modifications made ... ok (0.004s) 2022-09-27T15:30:22.2215998Z test_remove (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2223970Z Test remove method. ... ok (0.001s) 2022-09-27T15:30:22.2226434Z test_repr (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2232448Z Test the __repr__ method. ... ok (0.001s) 2022-09-27T15:30:22.2242542Z test_setitem (jit.test_list_dict.TestScriptList) 2022-09-27T15:30:22.2255101Z Test setting list elements using the [] operator. ... ok (0.002s) 2022-09-27T15:30:22.2331508Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T15:30:22.2402123Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T15:30:22.2475349Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T15:30:22.2538405Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T15:30:22.2597583Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T15:30:22.2654041Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T15:30:22.2733035Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-09-27T15:30:22.2802982Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T15:30:22.2879808Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-09-27T15:30:22.2951951Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T15:30:22.3012850Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T15:30:22.3066734Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T15:30:22.3116763Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T15:30:22.3166258Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T15:30:22.3895415Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.073s) 2022-09-27T15:30:22.3906021Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-09-27T15:30:22.4681225Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.077s) 2022-09-27T15:30:22.5247726Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.057s) 2022-09-27T15:30:22.7422018Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.217s) 2022-09-27T15:30:22.7663768Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.024s) 2022-09-27T15:30:22.7715286Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T15:30:22.7771021Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T15:30:22.7790277Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.002s) 2022-09-27T15:30:22.7844995Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T15:30:22.7891125Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T15:30:22.7936838Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T15:30:22.7982867Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T15:30:22.8036167Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T15:30:22.8085588Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T15:30:22.8137144Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T15:30:22.8178889Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.004s) 2022-09-27T15:30:22.8228938Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T15:30:22.8288088Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T15:30:22.8345854Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T15:30:22.8402818Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T15:30:22.8456789Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T15:30:22.8526817Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.007s) 2022-09-27T15:30:22.8619756Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.009s) 2022-09-27T15:30:22.8717575Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.010s) 2022-09-27T15:30:22.8793930Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-09-27T15:30:22.8883962Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.009s) 2022-09-27T15:30:22.8928909Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T15:30:22.8967824Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T15:30:22.9004934Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T15:30:22.9041664Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T15:30:22.9078289Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T15:30:22.9154183Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-09-27T15:30:22.9198658Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T15:30:22.9279274Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-09-27T15:30:22.9327132Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-09-27T15:30:22.9404315Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-09-27T15:30:22.9448339Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T15:30:22.9490781Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T15:30:22.9531478Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T15:30:22.9577078Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T15:30:22.9653734Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-09-27T15:30:22.9698074Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T15:30:22.9740126Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T15:30:22.9777986Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T15:30:22.9820706Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T15:30:22.9894684Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-09-27T15:30:22.9973659Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-09-27T15:30:23.0048541Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-09-27T15:30:23.0323018Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.027s) 2022-09-27T15:30:23.0529726Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.021s) 2022-09-27T15:30:23.0588490Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-09-27T15:30:23.0635524Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-09-27T15:30:23.0788932Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.015s) 2022-09-27T15:30:23.0834302Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-09-27T15:30:23.0962684Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.013s) 2022-09-27T15:30:23.1296689Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.033s) 2022-09-27T15:30:23.1541731Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.024s) 2022-09-27T15:30:23.1678764Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.014s) 2022-09-27T15:30:23.1783756Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-09-27T15:30:23.1860798Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.008s) 2022-09-27T15:30:23.2778196Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.092s) 2022-09-27T15:30:23.2963728Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.018s) 2022-09-27T15:30:23.2971970Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-09-27T15:30:23.2987031Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-09-27T15:30:23.3045126Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-09-27T15:30:23.3302553Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.026s) 2022-09-27T15:30:23.3477507Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.017s) 2022-09-27T15:30:23.3484425Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-09-27T15:30:23.3504817Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-09-27T15:30:23.3533311Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-09-27T15:30:23.3565971Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-09-27T15:30:23.3587756Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.002s) 2022-09-27T15:30:23.3703693Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.011s) 2022-09-27T15:30:23.3762640Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.006s) 2022-09-27T15:30:23.3909609Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.015s) 2022-09-27T15:30:23.4185827Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.028s) 2022-09-27T15:30:23.4190749Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-09-27T15:30:23.4242346Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T15:30:23.4293129Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T15:30:23.4344923Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T15:30:23.4398685Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T15:30:23.4451608Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T15:30:23.4504681Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T15:30:23.4564395Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.006s) 2022-09-27T15:30:23.4579937Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.002s) 2022-09-27T15:30:23.4677779Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.010s) 2022-09-27T15:30:23.4686813Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T15:30:23.4696656Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-09-27 15:30:23 535:535 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:30:23.4700351Z STAGE:2022-09-27 15:30:23 535:535 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:30:23.4704877Z ok (0.002s) 2022-09-27T15:30:23.4730153Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T15:30:23.4819241Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.009s) 2022-09-27T15:30:23.4828311Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T15:30:23.4866478Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-09-27T15:30:23.4922369Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-09-27T15:30:23.4960164Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-09-27T15:30:23.5031119Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T15:30:23.5077823Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T15:30:23.5125642Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T15:30:23.5133420Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T15:30:23.5192956Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-09-27T15:30:23.5213054Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T15:30:23.5233263Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T15:30:23.5252434Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T15:30:23.5291906Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-09-27T15:30:23.5305198Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T15:30:23.5318036Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T15:30:23.5329297Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T15:30:23.5351258Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T15:30:23.5375812Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T15:30:23.5394662Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T15:30:23.5433867Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-09-27T15:30:23.5451780Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T15:30:23.5475441Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T15:30:23.5529629Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T15:30:23.5604789Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T15:30:23.5747319Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T15:30:23.5959709Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-09-27T15:30:23.6075474Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T15:30:23.6165738Z test_constant (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T15:30:23.6302395Z test_conv (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T15:30:23.6484709Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-09-27T15:30:23.6583895Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T15:30:23.6677697Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T15:30:23.6825143Z test_ge (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-09-27T15:30:23.6828770Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-09-27T15:30:25.5823502Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (1.899s) 2022-09-27T15:30:25.6256921Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-09-27T15:30:25.6340887Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T15:30:25.6415341Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T15:30:25.6478460Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:25.6502096Z test_inplace_check (jit.test_tracer.TestTracer) ... /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6503254Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6504515Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6505428Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6506798Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6507636Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6508802Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6509492Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6510676Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6514017Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6515832Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6516704Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6518072Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6519019Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6520133Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6521032Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6521925Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6522536Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6523473Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6524184Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6525258Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6526056Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6527427Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scan' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6593855Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6595342Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6596197Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6597570Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_to_type' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6598265Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6599412Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_comparison_operator' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6599972Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6601082Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_constant_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6601782Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6602783Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6603544Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6604428Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_try_cast_integer_to_float' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6605110Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6606065Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6606669Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6607565Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6608247Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6609205Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6610187Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6611771Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6612657Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6613973Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6614983Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6616335Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6617164Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6618112Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6618726Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6619686Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6620274Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6621364Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6621987Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6622941Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6623456Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6624254Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6624846Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6625752Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6626429Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6627415Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6628018Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6629050Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6629648Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6630820Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6631491Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6632380Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6632992Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6633942Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6634728Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6635662Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6636352Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6637314Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6637998Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6639040Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6639703Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6640897Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6641697Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6642940Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6643736Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6644935Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6645627Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6646631Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6647323Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6648575Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6649353Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6650713Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6651723Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6653044Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6653842Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6655067Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6655788Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6657027Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6657963Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6659207Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6659908Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6661319Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6661942Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6663336Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6664521Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6666412Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6667591Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6669469Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6670666Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6672528Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6673844Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6675698Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6676936Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6678853Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6680017Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6681872Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6683060Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6684929Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'onnx::Placeholder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6686094Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6687956Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Constant' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6689126Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6691064Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6692242Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6694114Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantSplit' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6695318Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6697145Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::If' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6698301Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6700147Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ListConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6701332Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6703201Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ListUnpack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6704370Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6706307Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Loop' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6707477Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6709368Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::TupleConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6710665Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6712535Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Uninitialized' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6713708Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6715536Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::data' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6716711Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6718778Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::device' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6719856Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6721643Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6722808Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6724646Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::layout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6725804Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6727523Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6728404Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6729968Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6730935Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6732370Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::shape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6733329Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6734766Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::tolist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6735844Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6737383Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6738383Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6739847Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__and_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6740739Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6742245Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__derive_index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6743146Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6744593Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6745652Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6747516Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6748610Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6749897Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6750823Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6751633Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6752425Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6753761Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6754522Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6755984Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__not_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6756718Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6757781Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__or_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6758732Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6759657Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__range_length' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6760176Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6761029Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6761543Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6762327Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__xor_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6762846Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6763655Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_adaptive_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6764177Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6764949Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6765461Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6766245Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6766754Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6767547Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6768050Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6768854Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_BFloat16' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6769370Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6770253Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Bool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6770758Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6771844Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Byte' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6772349Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6773200Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Char' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6773721Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6774527Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexDouble' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6775091Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6775910Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexFloat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6776439Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6777237Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Double' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6777739Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6778526Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Float' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6779044Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6779833Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Half' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6780333Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6781122Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Int' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6781636Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6782424Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Long' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6782935Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6783719Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Short' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6784224Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6785035Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_func_template' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6785553Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6786358Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_convert_padding_node' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6786877Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6787740Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6788288Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6789086Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6789592Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6790404Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6790926Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6791727Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6792229Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6793025Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_generic_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6793539Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6794331Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6794842Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6795644Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_kl_div_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6796245Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6797517Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_kl_div_non_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6798374Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6799848Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_layer_norm_returns_normalized_input_mean_rstd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6800654Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6801451Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6801959Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6803307Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::list' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6803812Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6804624Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6805195Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6805985Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_lstm_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6806496Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6807280Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_lstm_packed' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6807798Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6808593Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6809107Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6809996Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_maybe_cast_reduce_op_input' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6810538Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6811341Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_one_hidden_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6811864Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6812680Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pack_padded_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6813196Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6814000Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pad_circular' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6814522Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6815334Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pad_packed_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6815842Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6816705Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6817241Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6818087Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6818649Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6819444Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6819971Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6820786Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reshape_from_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6821315Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6822120Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_sample_dirichlet' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6822634Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6823423Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_shape_as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6823933Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6824712Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6825224Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6826007Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_standard_gamma' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6826524Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6827314Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_trunc_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6827831Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6828613Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6829105Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6829893Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6830445Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6831260Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unsupported_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6831807Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6832596Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6833109Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6833906Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_weight_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6834419Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6835176Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::abs' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6835677Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6836462Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::acos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6836965Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6837947Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6838477Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6839286Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6840020Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6841448Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6842331Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6843406Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6864739Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6874731Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6875294Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6876263Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6876795Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6877988Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6878513Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6879317Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addcmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6879839Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6880610Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6881131Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6881913Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alias' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6882424Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6883226Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6883737Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6884543Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6885068Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6885845Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::amax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6886343Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6887126Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::amin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6887638Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6888420Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::aminmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6888929Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6889765Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6890368Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6891159Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6891724Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6892501Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6893004Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6893791Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::as_strided' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6894303Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6895094Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6895592Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6896364Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::asin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6896864Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6897646Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::atan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6898141Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6899119Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6900015Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6902675Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6903209Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6910392Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6910918Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6911719Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::baddbmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6912226Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6913075Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6913588Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6914428Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bernoulli' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6914947Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6915730Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bitwise_not' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6916247Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6917025Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6917795Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6918615Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::broadcast_tensors' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6919117Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6919912Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bucketize' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6920427Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6921212Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6921720Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6922495Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cdist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6923006Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6923791Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ceil' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6924303Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6925080Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6925585Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6926456Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6926969Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6927739Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6928300Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6929089Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clone' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6929590Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6930481Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6930990Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6931785Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::contiguous' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6932299Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6933092Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6933591Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6934375Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6934883Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6935672Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6936183Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6936960Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_tbc' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6937470Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6938268Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6938791Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6939581Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6940099Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6940937Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6941489Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6942274Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6942778Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6943558Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6944065Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6944866Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cosine_similarity' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6945388Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6946153Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6946663Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6947451Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6947957Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6948729Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::detach' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6949238Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6950018Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6950526Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6951294Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6951808Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6952585Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6953085Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6953920Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6954420Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6955204Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6955794Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6956574Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::elu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6957069Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6958040Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6958557Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6959384Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6959917Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6960690Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6961195Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6961981Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6962495Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6963257Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::eq' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6963759Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6964610Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6965139Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6965926Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::exp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6966418Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6967196Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6967702Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6968572Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6969107Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6969960Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::eye' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6970475Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6971303Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6971835Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6972635Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6973164Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6973970Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6974490Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6975280Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6975794Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6976570Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6977071Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6977851Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6978344Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6979121Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6979635Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6980433Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6980936Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6981781Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floordiv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6982291Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6983092Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6983646Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6984428Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6984934Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6985731Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6986246Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6987021Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6987539Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6988325Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6988828Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6989608Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6990107Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6990912Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::get_pool_ceil_padding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6991431Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6992211Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::glu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6992704Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6993492Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::group_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6994003Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6994783Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gru' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6995283Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6996090Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6996626Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6997574Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6998088Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.6998880Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hann_window' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.6999400Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7000191Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7000706Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7001489Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardsigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7002009Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7002805Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7003316Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7004101Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7004597Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7005376Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7005879Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7006665Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7007173Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7007955Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7008460Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7009326Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7009851Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7010732Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7011289Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7012083Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7012597Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7013377Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::instance_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7013888Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7014681Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::is_floating_point' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7015194Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7015981Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::is_pinned' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7016479Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7017260Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7017762Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7018540Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::item' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7019044Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7019816Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::kl_div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7020324Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7021115Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7021622Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7022383Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7022886Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7023728Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::leaky_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7024263Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7025033Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lerp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7025538Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7026320Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lift' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7026824Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7027623Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7028121Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7028922Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_matrix_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7029444Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7030236Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7030753Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7031542Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7032064Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7032853Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linear' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7033364Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7034141Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linspace' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7034653Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7035431Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7035926Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7036746Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log10' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7037491Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7038288Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log1p' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7038864Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7039648Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7040144Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7040942Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7041463Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7042297Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7042866Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7043659Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_and' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7044168Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7044956Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_or' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7045472Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7046252Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_xor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7046765Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7047556Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logsumexp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7048070Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7048839Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lstm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7049339Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7050208Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lstm_cell' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7050799Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7051579Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7052130Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7052920Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7053427Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7054227Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7054727Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7055514Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7056025Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7056804Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7057300Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7058086Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7058595Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7059401Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7059929Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7060708Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7061220Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7062029Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7062553Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7063336Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7063825Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7064671Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7065195Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7066014Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::maximum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7066507Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7067293Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7067806Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7068599Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7069111Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7069877Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7070374Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7071158Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::minimum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7071661Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7072427Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7072934Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7073715Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7074221Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7075001Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::movedim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7075501Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7076273Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7076775Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7077824Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::multinomial' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7078329Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7079122Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7079677Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7080466Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7080973Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7081767Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::native_layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7082288Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7083066Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ne' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7083574Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7084344Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::neg' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7084848Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7085639Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7086149Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7086934Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7087434Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7088213Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7088719Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7089511Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7090074Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7090864Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7091379Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7092230Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7092748Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7093554Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7094057Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7094836Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::numel' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7095343Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7096119Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::numpy_T' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7096623Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7097403Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::one_hot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7097912Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7098684Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7099191Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7100037Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7100552Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7101433Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::op_with_optional_float_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7101948Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7102758Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::overload_by_arg_count' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7103277Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7104103Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7104647Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7105502Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pairwise_distance' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7106020Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7106803Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::permute' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7107347Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7108129Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7108644Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7109450Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_unshuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7109970Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7110751Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7111238Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7112025Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7112536Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7113312Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prod' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7113811Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7114588Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7115093Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7115879Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rand_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7116386Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7117280Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::randn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7117795Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7118591Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::randn_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7119100Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7119951Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reciprocal' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7120510Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7121320Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7121840Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7122635Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7123326Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7124286Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7124863Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7125676Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7126179Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7127004Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7127579Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7128464Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7128969Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7129745Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7130337Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7131127Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7131638Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7132431Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7132958Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7133838Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7134355Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7135154Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7135714Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7136512Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7137021Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7137831Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7138343Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7139127Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7139636Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7140431Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7140938Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7141705Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rnn_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7142221Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7143004Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rnn_tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7143512Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7144281Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::roll' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7144782Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7145569Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rrelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7146075Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7146890Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rsqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7147452Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7148277Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rsub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7148831Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7149624Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scalar_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7150128Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7150920Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7151432Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7152225Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7152741Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7153516Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7154026Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7154807Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::selu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7155311Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7156136Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7156706Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7157643Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7158159Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7158929Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::silu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7159436Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7160223Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7160727Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7161587Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7162077Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7162863Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7163413Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7164204Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7164698Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7165481Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softplus' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7165993Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7166778Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7167296Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7168063Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7168566Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7169344Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7169847Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7170728Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7171242Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7172023Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7172534Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7173316Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::square' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7173814Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7174611Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7175120Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7175951Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7176479Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7177260Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::std' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7177760Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7178545Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::std_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7179056Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7179830Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7180340Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7181118Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7181615Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7182383Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::t' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7182882Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7183664Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::take' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7184168Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7184946Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7185437Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7186214Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7186718Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7187822Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tanhshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7188318Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7189150Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7189664Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7190455Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::threshold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7190994Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7191755Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7192261Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7193054Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7193562Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7194344Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::transpose' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7194848Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7195636Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::true_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7196149Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7196994Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::type_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7197666Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7198467Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7198980Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7199770Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7200266Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7201066Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7201581Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7202379Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7202891Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7203779Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7204349Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7205149Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7205662Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7206442Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unused' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7206948Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7207758Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7208288Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7209104Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7209614Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7210500Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7211030Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7211846Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7212368Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7213171Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7213691Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7214506Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7215036Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7215806Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::var' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7216310Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7217162Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7217675Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7218482Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::view' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7218990Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7219771Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::view_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7220278Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7221067Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7221563Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7222387Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_cast_to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7222913Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7223740Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_negation' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7224270Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7225040Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7225552Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7226345Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7226853Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7227636Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::add' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7228156Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7228961Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::add_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7229475Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7230299Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::cat' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7230811Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7231607Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7232148Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7232961Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7233463Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7234268Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::group_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7234787Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7235592Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7236114Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7236909Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::instance_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7237638Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7238450Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::layer_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7238973Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7239761Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::leaky_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7240284Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7241076Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7241593Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7242386Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::mul' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7242891Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7243686Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::sigmoid' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7244204Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7245089Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7245647Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7246443Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7246957Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7247761Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7248284Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7249072Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7249669Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7250636Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7251160Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7251945Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7252459Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7253248Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7253757Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7254551Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7255114Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7255998Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7256512Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7257296Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7257791Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7258642Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dequantize' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7259152Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7259939Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7260484Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7261264Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7261789Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7262619Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7263157Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7263935Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flip' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7264446Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7265238Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fmod' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7265741Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7266528Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isfinite' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7267021Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7267809Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isinf' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7268309Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7269100Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7269609Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7270422Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7270945Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7271782Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7272299Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7273107Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7273665Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7274459Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7274971Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7275775Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7276298Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7277196Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nan_to_num' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7277710Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7278527Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::quantize_per_tensor' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7279038Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7279828Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7280339Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7281126Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7281614Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7282404Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7282912Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7283728Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7284258Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7285051Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7285575Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7286460Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7287019Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7287832Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7288356Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7289170Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7289699Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7290599Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7291115Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7291899Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::Delete' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7292414Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7293224Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7293744Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7294519Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7295032Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7295828Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7296347Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7297122Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7297636Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7298427Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7298940Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7299771Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7300287Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7301085Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7301638Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7302465Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_indices_along_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7302985Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7303802Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_output_shape' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7304334Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7305161Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_padded_input' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7305692Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7306479Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7306992Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7307775Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7308282Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7309077Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7309603Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7310397Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_set_item' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7310912Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7311700Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7312199Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7313038Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7313546Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7314334Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::append' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7314873Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7315651Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7316168Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7316964Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argsort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7317629Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7318411Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7318927Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7319725Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7320240Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7321013Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7321531Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7322315Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7322821Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7323615Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::chunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7324114Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7324890Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7325701Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7326677Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7327184Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7328078Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7328630Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7329446Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7330164Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7331090Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7331600Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7332402Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7332927Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7333718Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_renorm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7334239Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7335032Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7335544Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7336337Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7336832Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7337632Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7338141Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7338926Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::im2col' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7339425Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7340213Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7340726Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7341582Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7342102Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7342878Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7343446Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7344242Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7344754Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7345527Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::insert' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7346040Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7346829Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_det' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7347344Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7348153Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7348661Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7349450Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logdet' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7349961Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7350759Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7351256Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7352050Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7352569Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7353354Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7353860Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7354628Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7355138Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7355970Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::normal' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7356505Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7357412Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7357928Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7358735Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7359257Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7360044Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pop' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7360537Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7361339Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7361864Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7362671Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7363185Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7363987Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7364500Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7365309Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7365836Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7366611Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7367122Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7367784Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7367885Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7368617Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7368718Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7369441Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7369544Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7370303Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7370395Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7371075Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7371179Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7371831Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::round' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7371933Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7372593Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7372695Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7373346Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7373449Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7374096Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7374197Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7374843Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7374945Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7375579Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7375680Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7376420Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7376521Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7377177Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7377307Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7377955Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7378056Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7378706Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7378807Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7379455Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7379559Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7380204Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unique_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7380306Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7380959Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7381063Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7381746Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bicubic2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7381849Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7382531Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7382635Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7383302Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7383406Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7384077Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7384178Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7384879Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7384994Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7385666Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7385769Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7386450Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7386551Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7387254Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dropout_returns_masked_input_and_mask' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7387357Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7388028Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_einsum_helper' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7388129Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7388784Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7388888Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7389540Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7389642Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7390321Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::binary_cross_entropy_with_logits' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7390423Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7391070Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::celu' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7391172Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7391839Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cross_entropy_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7391941Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7392626Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7392730Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7393408Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::einsum' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7393508Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7394159Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7394260Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7394890Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7394997Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7395784Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::native_dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7395932Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7396694Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7396796Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7397611Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss2d' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7397717Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7398393Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss_nd' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7398495Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7399145Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::outer' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7399249Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7399900Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7399990Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7400728Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensordot' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7400828Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7401482Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7401624Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7402290Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7402391Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7403251Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7403421Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7404099Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7404203Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7404874Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7404961Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7405634Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7405738Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7406392Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::diagonal' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7406493Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7407198Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_channel_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7407300Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7407996Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7408101Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7408763Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7408864Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7409576Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7409718Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7410451Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7410552Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7411228Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7411329Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7411982Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7412086Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7412734Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7412836Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7413510Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7413613Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7414254Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7414356Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7415009Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensor_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7415098Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7415747Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7415851Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7416510Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7416610Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7417299Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7417400Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7418077Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7418208Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7418866Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7418967Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7419643Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7419745Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7420387Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7420488Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7421155Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7421255Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7421911Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7422015Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7422664Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tril' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7422766Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7423413Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::triu' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7423516Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7424186Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7424287Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7424920Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7425062Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7425717Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7425850Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7426520Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::grid_sampler' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7426620Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7427281Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7427382Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7428036Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 17. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T15:30:25.7428139Z errors.OnnxExporterWarning, 2022-09-27T15:30:25.7428210Z ok (0.022s) 2022-09-27T15:30:25.7428336Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T15:30:25.7428494Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T15:30:25.7428630Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T15:30:25.7428779Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:25.7428919Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T15:30:25.7429071Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:25.7429207Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T15:30:25.7429362Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T15:30:25.7429500Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-09-27T15:30:25.7429749Z Check that dictionary access doesn't care about insertion order ... ok (0.010s) 2022-09-27T15:30:25.7429891Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T15:30:25.7430018Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T15:30:25.7489422Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T15:30:25.7499351Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-09-27T15:30:25.7615704Z Check that the trace remembers which keys were in a dict input ... ok (0.013s) 2022-09-27T15:30:25.7681142Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:25.7685453Z test_input_flatten (jit.test_tracer.TestTracer) 2022-09-27T15:30:25.7815988Z Check that inputs to traced functions are flattened ... ok (0.013s) 2022-09-27T15:30:25.7848827Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T15:30:25.7911515Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:25.7983907Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T15:30:25.8068000Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T15:30:25.8148504Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T15:30:25.8415339Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-09-27T15:30:25.8428874Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-09-27T15:30:25.8540726Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T15:30:25.8610494Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T15:30:25.8741490Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T15:30:25.8793093Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T15:30:25.8817652Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T15:30:25.8822868Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-09-27T15:30:25.8908470Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.009s) 2022-09-27T15:30:25.8964245Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T15:30:25.9037528Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T15:30:25.9114832Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T15:30:25.9195467Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T15:30:25.9217340Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T15:30:25.9400514Z test_simple (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-09-27T15:30:25.9417794Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T15:30:25.9518274Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T15:30:25.9580667Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:25.9793794Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-09-27T15:30:26.0018928Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-09-27T15:30:26.0113579Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T15:30:26.0147946Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.003s) 2022-09-27T15:30:26.0583470Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-09-27T15:30:26.0662974Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T15:30:26.0732414Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T15:30:26.0793218Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:26.0964219Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-09-27T15:30:26.1043515Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T15:30:26.1108176Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:26.1236101Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T15:30:26.1328686Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T15:30:26.1425995Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T15:30:26.1477284Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T15:30:26.1543321Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T15:30:26.1609850Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T15:30:26.1638675Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T15:30:26.1667833Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T15:30:26.1697100Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T15:30:26.1818716Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T15:30:26.2016151Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-09-27T15:30:26.2246954Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-09-27T15:30:26.2743434Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.050s) 2022-09-27T15:30:26.3117552Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.037s) 2022-09-27T15:30:26.3212360Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T15:30:26.3267314Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T15:30:26.3327789Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:26.3389673Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:26.3476837Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T15:30:26.3649494Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-09-27T15:30:26.3702894Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T15:30:26.3934698Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-09-27T15:30:26.4052191Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T15:30:26.4440847Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.039s) 2022-09-27T15:30:26.4736467Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-09-27T15:30:26.4819208Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-09-27T15:30:26.4819812Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-09-27T15:30:26.4820343Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-09-27T15:30:26.4820822Z %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-09-27T15:30:26.4821279Z %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-09-27T15:30:26.4821818Z %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-09-27T15:30:26.4822469Z %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-09-27T15:30:26.4822902Z %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-09-27T15:30:26.4823203Z return (%12) 2022-09-27T15:30:26.4823318Z 2022-09-27T15:30:26.4826277Z ok (0.009s) 2022-09-27T15:30:26.4892038Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:26.4999618Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T15:30:26.5172777Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-09-27T15:30:26.5224522Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T15:30:26.5310719Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T15:30:26.5482984Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-09-27T15:30:26.5542351Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:26.5576423Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T15:30:26.5689265Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T15:30:26.5765218Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T15:30:26.6063169Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-09-27T15:30:26.6119813Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:26.6217332Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T15:30:26.6313746Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T15:30:26.6386354Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T15:30:26.6887767Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.050s) 2022-09-27T15:30:26.6985979Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T15:30:26.7066404Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T15:30:26.7157430Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T15:30:26.7691457Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.053s) 2022-09-27T15:30:26.8109459Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.042s) 2022-09-27T15:30:26.8141742Z 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-09-27T15:30:26.8142335Z return x.topk(y, dim=1)[1] 2022-09-27T15:30:26.8216016Z ok (0.011s) 2022-09-27T15:30:26.8327756Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T15:30:26.8390487Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:26.8488159Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T15:30:26.8558977Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T15:30:26.8598562Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T15:30:26.8632134Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T15:30:26.8797769Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T15:30:26.8819241Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.002s) 2022-09-27T15:30:26.8834450Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-09-27T15:30:26.9339870Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.050s) 2022-09-27T15:30:27.0754876Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.141s) 2022-09-27T15:30:27.0810770Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T15:30:27.0880323Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T15:30:27.0892552Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.1267215Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.038s) 2022-09-27T15:30:27.1337461Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.007s) 2022-09-27T15:30:27.1420751Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-09-27T15:30:27.1486042Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.007s) 2022-09-27T15:30:27.1493009Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.1607784Z Types should be shared for identical constant values, and different for different constant values ... ok (0.012s) 2022-09-27T15:30:27.1614219Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.1679239Z Types should be shared even if attribute values differ ... ok (0.007s) 2022-09-27T15:30:27.1684146Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.1711171Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.003s) 2022-09-27T15:30:27.1779923Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.007s) 2022-09-27T15:30:27.1785374Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.1917669Z Simple example with a real nn Module ... ok (0.014s) 2022-09-27T15:30:27.2102367Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.018s) 2022-09-27T15:30:27.2109806Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.2461734Z We should be able to differentiate between two ModuleDict instances ... ok (0.036s) 2022-09-27T15:30:27.2469913Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.2682615Z Mutating the value of an attribute should not change type sharing ... ok (0.022s) 2022-09-27T15:30:27.2687998Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.2768895Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.009s) 2022-09-27T15:30:27.2774785Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.2892046Z Different functions passed in should lead to different types ... ok (0.012s) 2022-09-27T15:30:27.2897574Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.2978406Z Same functions passed in should lead to same types ... ok (0.009s) 2022-09-27T15:30:27.2989950Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.3249637Z Even if everything about the module is the same, different originating ... ok (0.027s) 2022-09-27T15:30:27.3256032Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.3373629Z Different functions passed in should lead to different types ... ok (0.012s) 2022-09-27T15:30:27.3379333Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.3458559Z Same functions passed in should lead to same types ... ok (0.008s) 2022-09-27T15:30:27.3696954Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.024s) 2022-09-27T15:30:27.3706395Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.4196954Z If submodules differ, the types should differ. ... ok (0.050s) 2022-09-27T15:30:27.4203390Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.4335223Z Since we can't guarantee that methods are the same between different ... ok (0.014s) 2022-09-27T15:30:27.4342244Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.4417065Z Test that types are not shared if the exclusion of their ... ok (0.008s) 2022-09-27T15:30:27.4422861Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.4481425Z Test that types are shared if the exclusion of their ... ok (0.006s) 2022-09-27T15:30:27.4486414Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.4558944Z Tests that types between instances of a ScriptModule ... ok (0.008s) 2022-09-27T15:30:27.4569033Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-09-27T15:30:27.4779619Z Test that type sharing can be disabled. ... ok (0.022s) 2022-09-27T15:30:27.4843025Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-09-27T15:30:27.4863727Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-09-27T15:30:27.4916972Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.005s) 2022-09-27T15:30:27.4942446Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-09-27T15:30:27.5006821Z Test that module attributes can be ignored. ... ok (0.009s) 2022-09-27T15:30:27.5040954Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-09-27T15:30:27.5054767Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-09-27T15:30:27.5062708Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T15:30:27.5084295Z Test that using an optional with no contained types produces an error. ... ok (0.003s) 2022-09-27T15:30:27.5090478Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-09-27T15:30:27.5177390Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.009s) 2022-09-27T15:30:27.5205445Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-09-27T15:30:27.5223331Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-09-27T15:30:27.5231320Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T15:30:27.5255830Z Test that using a tuple with no contained types produces an error. ... ok (0.003s) 2022-09-27T15:30:27.5379078Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.012s) 2022-09-27T15:30:27.5502408Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.012s) 2022-09-27T15:30:27.5531427Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-09-27T15:30:27.5568511Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T15:30:27.5626687Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T15:30:27.5701190Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T15:30:27.5779384Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.008s) 2022-09-27T15:30:27.6021356Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.024s) 2022-09-27T15:30:27.6054227Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T15:30:27.6074431Z 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-09-27T15:30:27.6075302Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-09-27T15:30:27.6075542Z def fn(): 2022-09-27T15:30:27.6075736Z l1 = [1, 2, "foo", 3] 2022-09-27T15:30:27.6076071Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T15:30:27.6076285Z l2 = ["foo", "bar", "baz", "qux"] 2022-09-27T15:30:27.6076529Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-09-27T15:30:27.6076752Z (function emitListLiteral) 2022-09-27T15:30:27.6078349Z ok (0.002s) 2022-09-27T15:30:27.6099030Z 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-09-27T15:30:27.6100122Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-09-27T15:30:27.6100555Z def fn(): 2022-09-27T15:30:27.6100838Z l1 = ["foo", "bar", "baz", "qux"] 2022-09-27T15:30:27.6101043Z l2 = [1, 2, "foo", 3] 2022-09-27T15:30:27.6101323Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T15:30:27.6101559Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-09-27T15:30:27.6101776Z return d 2022-09-27T15:30:27.6101964Z (function emitListLiteral) 2022-09-27T15:30:27.6102991Z ok (0.002s) 2022-09-27T15:30:27.6212891Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.011s) 2022-09-27T15:30:27.6377761Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T15:30:27.6476303Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.010s) 2022-09-27T15:30:27.6652082Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.018s) 2022-09-27T15:30:27.6705589Z test_list_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T15:30:27.6714948Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-09-27T15:30:27.6836246Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.012s) 2022-09-27T15:30:27.6851452Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.002s) 2022-09-27T15:30:27.6936684Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.008s) 2022-09-27T15:30:27.7012425Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.008s) 2022-09-27T15:30:27.7044678Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T15:30:27.7082183Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T15:30:27.7161124Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.008s) 2022-09-27T15:30:27.7210721Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T15:30:27.7247929Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T15:30:27.7393726Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.015s) 2022-09-27T15:30:27.7428279Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T15:30:27.7496041Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T15:30:27.7537798Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T15:30:27.7602396Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T15:30:27.7668153Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T15:30:27.7728027Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T15:30:27.7791922Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T15:30:27.7808670Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.002s) 2022-09-27T15:30:27.8035398Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.023s) 2022-09-27T15:30:27.8094262Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T15:30:27.8142873Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T15:30:27.8195006Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T15:30:27.8260109Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T15:30:27.8304264Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T15:30:27.8424500Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.012s) 2022-09-27T15:30:27.8469134Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T15:30:27.8518611Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T15:30:27.8553826Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T15:30:27.8596417Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T15:30:27.8630923Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T15:30:27.8716876Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T15:30:27.8768655Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T15:30:27.8813497Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T15:30:27.8833584Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T15:30:27.8853519Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T15:30:27.8909537Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T15:30:27.8925648Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T15:30:27.8940729Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.001s) 2022-09-27T15:30:27.8958110Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T15:30:27.9014495Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T15:30:27.9061599Z 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-09-27T15:30:27.9062173Z "The inner type of a container is lost when " 2022-09-27T15:30:27.9111009Z ok (0.010s) 2022-09-27T15:30:27.9171155Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T15:30:27.9278769Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.011s) 2022-09-27T15:30:27.9342398Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T15:30:27.9369125Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T15:30:27.9398415Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T15:30:27.9425623Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T15:30:27.9454915Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T15:30:27.9488400Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T15:30:27.9577809Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T15:30:27.9654071Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T15:30:27.9691432Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T15:30:27.9765513Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.007s) 2022-09-27T15:30:27.9847080Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T15:30:27.9908155Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T15:30:27.9971208Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T15:30:28.0047407Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T15:30:28.0124062Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T15:30:28.0158104Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T15:30:28.0199891Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T15:30:28.0316392Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.012s) 2022-09-27T15:30:28.0405195Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T15:30:28.0444283Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T15:30:28.0487037Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T15:30:28.0584603Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T15:30:28.0657966Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.007s) 2022-09-27T15:30:28.0961151Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.030s) 2022-09-27T15:30:28.1052761Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T15:30:28.1186394Z 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-09-27T15:30:28.1187756Z File "", line 3 2022-09-27T15:30:28.1187976Z 2022-09-27T15:30:28.1188118Z def fn(): 2022-09-27T15:30:28.1188562Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T15:30:28.1189272Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T15:30:28.1189662Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T15:30:28.1190067Z x.append(torch.tensor(3)) 2022-09-27T15:30:28.1190440Z (function emitListLiteral) 2022-09-27T15:30:28.1285993Z [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-09-27T15:30:28.1286878Z File "", line 3 2022-09-27T15:30:28.1287095Z 2022-09-27T15:30:28.1287231Z def fn(): 2022-09-27T15:30:28.1287694Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T15:30:28.1288429Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T15:30:28.1288844Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T15:30:28.1289207Z x.append(torch.tensor(3)) 2022-09-27T15:30:28.1289513Z (function emitListLiteral) 2022-09-27T15:30:28.1292752Z ok (0.024s) 2022-09-27T15:30:28.1351411Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T15:30:28.1380518Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T15:30:28.1409337Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T15:30:28.1446794Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.004s) 2022-09-27T15:30:28.1625916Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.018s) 2022-09-27T15:30:28.1643068Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.002s) 2022-09-27T15:30:28.1693509Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-09-27T15:30:28.1739159Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-09-27T15:30:28.1775113Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T15:30:28.1811902Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T15:30:28.1871542Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-09-27T15:30:28.1900455Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T15:30:28.1929645Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T15:30:28.1961245Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T15:30:28.1990067Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T15:30:28.2022122Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T15:30:28.2093100Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-09-27T15:30:28.2133289Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T15:30:28.2173559Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T15:30:28.2209227Z test_warn (jit.test_warn.TestWarn) ... ok (0.003s) 2022-09-27T15:30:28.2243374Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.003s) 2022-09-27T15:30:28.2329102Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.008s) 2022-09-27T15:30:28.2403676Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.007s) 2022-09-27T15:30:28.2485749Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.008s) 2022-09-27T15:30:28.2519996Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.003s) 2022-09-27T15:30:28.2575840Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.005s) 2022-09-27T15:30:28.2609937Z test_with_as (jit.test_with.TestWith) 2022-09-27T15:30:28.3320235Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.074s) 2022-09-27T15:30:28.3344098Z test_with_errors (jit.test_with.TestWith) 2022-09-27T15:30:28.3469594Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.015s) 2022-09-27T15:30:28.3489310Z test_with_exceptions (jit.test_with.TestWith) 2022-09-27T15:30:28.3748762Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.028s) 2022-09-27T15:30:28.3781500Z test_with_no_as (jit.test_with.TestWith) 2022-09-27T15:30:28.4466447Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.072s) 2022-09-27T15:30:28.4484728Z test_with_no_grad (jit.test_with.TestWith) 2022-09-27T15:30:28.4680291Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.021s) 2022-09-27T15:30:28.4691987Z test_with_record_function (jit.test_with.TestWith) 2022-09-27T15:30:28.4857937Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-09-27 15:30:28 535:535 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:30:28.4878995Z STAGE:2022-09-27 15:30:28 535:535 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:30:28.4894597Z ok (0.021s) 2022-09-27T15:30:28.4894818Z 2022-09-27T15:30:28.4895224Z ---------------------------------------------------------------------- 2022-09-27T15:30:28.4895604Z Ran 2641 tests in 98.171s 2022-09-27T15:30:28.4895806Z 2022-09-27T15:30:28.4895964Z OK (skipped=118, expected failures=7) 2022-09-27T15:30:28.4896181Z 2022-09-27T15:30:28.4896325Z Generating XML reports... 2022-09-27T15:30:28.4954373Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927152850.xml 2022-09-27T15:30:28.4974277Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_async.TestAsync-20220927152850.xml 2022-09-27T15:30:28.4977654Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_aten_pow.TestAtenPow-20220927152850.xml 2022-09-27T15:30:28.4984248Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_autodiff.TestAutodiffJit-20220927152850.xml 2022-09-27T15:30:28.5002824Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927152850.xml 2022-09-27T15:30:28.5008436Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backends.TestBackends-20220927152850.xml 2022-09-27T15:30:28.5012816Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backends.TestBackendsWithCompiler-20220927152850.xml 2022-09-27T15:30:28.5021569Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_batch_mm.TestBatchMM-20220927152850.xml 2022-09-27T15:30:28.5027213Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_builtins.TestBuiltins-20220927152850.xml 2022-09-27T15:30:28.5064772Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_class_type.TestClassType-20220927152850.xml 2022-09-27T15:30:28.5077437Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_complex.TestComplex-20220927152850.xml 2022-09-27T15:30:28.5091159Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_custom_operators.TestCustomOperators-20220927152850.xml 2022-09-27T15:30:28.5095442Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dce.TestDCE-20220927152850.xml 2022-09-27T15:30:28.5103519Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dataclasses.TestDataclasses-20220927152850.xml 2022-09-27T15:30:28.5130049Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927152850.xml 2022-09-27T15:30:28.5151967Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestDict-20220927152850.xml 2022-09-27T15:30:28.5159153Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927152850.xml 2022-09-27T15:30:28.5249554Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220927152850.xml 2022-09-27T15:30:28.5263179Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_enum.TestEnum-20220927152850.xml 2022-09-27T15:30:28.5273657Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_export_modes.TestExportModes-20220927152850.xml 2022-09-27T15:30:28.5309145Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestFreezing-20220927152850.xml 2022-09-27T15:30:28.5310909Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestFrontend-20220927152850.xml 2022-09-27T15:30:28.5339795Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestFrozenOptimizations-20220927152850.xml 2022-09-27T15:30:28.5341432Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927152850.xml 2022-09-27T15:30:28.5348370Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927152850.xml 2022-09-27T15:30:28.5350790Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_attr.TestGetDefaultAttr-20220927152850.xml 2022-09-27T15:30:28.5353100Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927152850.xml 2022-09-27T15:30:28.5361519Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_hash.TestHash-20220927152850.xml 2022-09-27T15:30:28.5381388Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_hooks.TestHooks-20220927152850.xml 2022-09-27T15:30:28.5384400Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927152850.xml 2022-09-27T15:30:28.5388882Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927152850.xml 2022-09-27T15:30:28.5392501Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927152850.xml 2022-09-27T15:30:28.5429802Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_isinstance.TestIsinstance-20220927152850.xml 2022-09-27T15:30:28.5508327Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestJit-20220927152850.xml 2022-09-27T15:30:28.5939855Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestJitGeneratedModule-20220927152850.xml 2022-09-27T15:30:28.5948536Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_jit_utils.TestJitUtils-20220927152850.xml 2022-09-27T15:30:28.6010790Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestList-20220927152850.xml 2022-09-27T15:30:28.6017090Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_logging.TestLogging-20220927152850.xml 2022-09-27T15:30:28.6022475Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927152850.xml 2022-09-27T15:30:28.6039675Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_misc.TestMisc-20220927152850.xml 2022-09-27T15:30:28.6058302Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tracer.TestMixTracingScripting-20220927152850.xml 2022-09-27T15:30:28.6078787Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_models.TestModels-20220927152850.xml 2022-09-27T15:30:28.6082699Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_apis.TestModuleAPIs-20220927152850.xml 2022-09-27T15:30:28.6099169Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_containers.TestModuleContainers-20220927152850.xml 2022-09-27T15:30:28.6112772Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_interface.TestModuleInterface-20220927152850.xml 2022-09-27T15:30:28.6115297Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_modules.TestModules-20220927152850.xml 2022-09-27T15:30:28.6125797Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestNamedTuple-20220927152850.xml 2022-09-27T15:30:28.6159891Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927152850.xml 2022-09-27T15:30:28.6162933Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_op_decompositions.TestOpDecompositions-20220927152850.xml 2022-09-27T15:30:28.6170763Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927152850.xml 2022-09-27T15:30:28.6174275Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_parametrization.TestParametrization-20220927152850.xml 2022-09-27T15:30:28.6203887Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_peephole.TestPeephole-20220927152850.xml 2022-09-27T15:30:28.6206220Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestProducerVersion-20220927152850.xml 2022-09-27T15:30:28.6217239Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_profiler.TestProfiler-20220927152850.xml 2022-09-27T15:30:28.6224134Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_bindings.TestPythonBindings-20220927152850.xml 2022-09-27T15:30:28.6236567Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927152850.xml 2022-09-27T15:30:28.6239186Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_ir.TestPythonIr-20220927152850.xml 2022-09-27T15:30:28.6264005Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_recursive_script.TestRecursiveScript-20220927152850.xml 2022-09-27T15:30:28.6271837Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_remove_mutation.TestRemoveMutation-20220927152850.xml 2022-09-27T15:30:28.6283182Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load.TestSaveLoad-20220927152850.xml 2022-09-27T15:30:28.6293394Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927152850.xml 2022-09-27T15:30:28.6734660Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestScript-20220927152850.xml 2022-09-27T15:30:28.6746955Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestScriptDict-20220927152850.xml 2022-09-27T15:30:28.6764656Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestScriptList-20220927152850.xml 2022-09-27T15:30:28.6776480Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927152850.xml 2022-09-27T15:30:28.6783670Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_script_profile.TestScriptProfile-20220927152850.xml 2022-09-27T15:30:28.6798592Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_slice.TestSlice-20220927152850.xml 2022-09-27T15:30:28.6804007Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_sparse.TestSparse-20220927152850.xml 2022-09-27T15:30:28.6822054Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_string_formatting.TestStringFormatting-20220927152850.xml 2022-09-27T15:30:28.6841082Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927152850.xml 2022-09-27T15:30:28.6847880Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_builtins.TestTensorBuiltins-20220927152850.xml 2022-09-27T15:30:28.6854297Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927152850.xml 2022-09-27T15:30:28.6857706Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tensor_methods.TestTensorMethods-20220927152850.xml 2022-09-27T15:30:28.6880404Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_torchbind.TestTorchbind-20220927152850.xml 2022-09-27T15:30:28.8294733Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tracer.TestTracer-20220927152850.xml 2022-09-27T15:30:28.8316949Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_type_sharing.TestTypeSharing-20220927152850.xml 2022-09-27T15:30:28.8330952Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_types.TestTypesAndAnnotation-20220927152850.xml 2022-09-27T15:30:28.8359534Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_typing.TestTyping-20220927152850.xml 2022-09-27T15:30:28.8396247Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_union.TestUnion-20220927152850.xml 2022-09-27T15:30:28.8400232Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927152850.xml 2022-09-27T15:30:28.8412180Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_upgraders.TestUpgraders-20220927152850.xml 2022-09-27T15:30:28.8419732Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_warn.TestWarn-20220927152850.xml 2022-09-27T15:30:28.8426637Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_with.TestWith-20220927152850.xml 2022-09-27T15:30:28.8433483Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_data_parallel.TestDataParallel-20220927152850.xml 2022-09-27T15:30:28.8446566Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927152850.xml 2022-09-27T15:30:29.4297387Z Running test_jit_fuser_legacy ... [2022-09-27 15:30:29.429365] 2022-09-27T15:30:29.4297957Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_legacy.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:30:29.429454] 2022-09-27T15:30:31.8470291Z CUDA not available, skipping tests 2022-09-27T15:30:31.8499114Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T15:30:31.9880487Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_legacy 2022-09-27T15:30:31.9896248Z 2022-09-27T15:30:31.9896350Z Running tests... 2022-09-27T15:30:31.9897475Z ---------------------------------------------------------------------- 2022-09-27T15:30:31.9904623Z test_abs_cpu (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:31.9909999Z test_abs_cpu_unicode_temp_dir (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:31.9912623Z test_abs_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:31.9920499Z test_addcmul_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:31.9927809Z test_arg_configurations_smoke_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:31.9934312Z test_broadcast_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:31.9940952Z test_checks_cat_inputs (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:31.9945887Z test_chunk_correctness (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:31.9948758Z test_chunk_correctness_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:31.9954713Z test_chunk_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:31.9962233Z test_chunk_distributes_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:31.9970906Z test_chunk_motion_deduplicates_inputs (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:31.9980382Z test_chunk_multiple_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:31.9994156Z test_clamp (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0001682Z test_comparison_eq_ne (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0010403Z test_comparison_ge_le_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0015412Z test_comparison_gt_lt_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:32.0022205Z test_concat_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0031030Z test_concat_invariant_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0036550Z test_cuda_bfloat16 (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0051071Z test_cuda_half (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0058555Z test_dropout (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0064920Z test_erf_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0070078Z test_exp_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:32.0070831Z test_fuse_decompose_normalization (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:32.0075888Z test_fuser_deduplication (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:32.0080965Z test_fuser_iou (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:32.0085694Z test_fusion_reuse_multi_gpu (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:32.0101916Z test_grad_sum_to_size_elimination (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.002s) 2022-09-27T15:30:32.0106296Z test_kernel_cache_multi_gpu (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:32.0115743Z test_lerp (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0120314Z test_lstm_concat_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:32.0128854Z test_lstm_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0139185Z test_lstm_gates_permutations_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0144083Z test_lstm_traced_cpu (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:32.0149854Z test_lstm_traced_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0156308Z test_milstm_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0165967Z test_minmax (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0173068Z test_nonzero_device_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0183987Z test_rand_broadcast_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0194412Z test_rand_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0199708Z test_relu_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:32.0206203Z test_remainder_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0211292Z test_scalar (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:32.0219986Z test_scalar_arg_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0225943Z test_small_constant_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0234738Z test_tensor_scalar_ops_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0240139Z test_threshold (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-09-27T15:30:32.0245032Z test_where_and_typing (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:32.0250569Z test_zero_element_tensors (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-09-27T15:30:32.0250903Z 2022-09-27T15:30:32.0251268Z ---------------------------------------------------------------------- 2022-09-27T15:30:32.0251600Z Ran 50 tests in 0.035s 2022-09-27T15:30:32.0251723Z 2022-09-27T15:30:32.0251804Z OK (skipped=50) 2022-09-27T15:30:32.0251918Z 2022-09-27T15:30:32.0252008Z Generating XML reports... 2022-09-27T15:30:32.0322859Z Generated XML report: test-reports/python-unittest/test_jit_fuser_legacy/TEST-test_jit_fuser.TestFuser-20220927153031.xml 2022-09-27T15:30:32.8540717Z 2022-09-27T15:30:32.8541028Z real 1m47.028s 2022-09-27T15:30:32.8541287Z user 3m15.830s 2022-09-27T15:30:32.8541492Z sys 0m8.619s 2022-09-27T15:30:32.8541740Z + assert_git_not_dirty 2022-09-27T15:30:32.8542232Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T15:30:32.8542553Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-09-27T15:30:32.8543081Z ++ git status --porcelain 2022-09-27T15:30:35.3591634Z + git_status= 2022-09-27T15:30:35.3591988Z + [[ -n '' ]] 2022-09-27T15:30:35.3657315Z Prepare all required actions 2022-09-27T15:30:35.3657687Z Getting action download info 2022-09-27T15:30:35.5942728Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T15:30:35.5943134Z with: 2022-09-27T15:30:35.5943684Z github-token: *** 2022-09-27T15:30:35.5944000Z env: 2022-09-27T15:30:35.5944321Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:30:35.5944636Z ##[endgroup] 2022-09-27T15:30:35.5994020Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T15:30:35.5994269Z with: 2022-09-27T15:30:35.5994424Z shell: bash 2022-09-27T15:30:35.5994608Z timeout_minutes: 10 2022-09-27T15:30:35.5994794Z max_attempts: 5 2022-09-27T15:30:35.5994980Z retry_wait_seconds: 30 2022-09-27T15:30:35.5995466Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-09-27T15:30:35.5995913Z polling_interval_seconds: 1 2022-09-27T15:30:35.5996117Z warning_on_retry: true 2022-09-27T15:30:35.5996303Z continue_on_error: false 2022-09-27T15:30:35.5996485Z env: 2022-09-27T15:30:35.5996662Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:30:35.5996970Z GITHUB_TOKEN: *** 2022-09-27T15:30:35.5997294Z ##[endgroup] 2022-09-27T15:30:35.9172539Z 2022-09-27T15:30:35.9218206Z + python3 -m pip install requests==2.26.0 2022-09-27T15:30:36.4795425Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:30:36.5030960Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T15:30:36.5170029Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-09-27T15:30:36.5333429Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-09-27T15:30:36.5352531Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-09-27T15:30:36.5376907Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-09-27T15:30:36.7255993Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-096ba2f68fce08f4a 2022-09-27T15:30:39.8927054Z + GHA_WORKFLOW_JOB_ID=8576161988 2022-09-27T15:30:39.8927786Z + echo '::set-output name=job-id::8576161988' 2022-09-27T15:30:39.9243873Z Command completed after 1 attempt(s). 2022-09-27T15:30:39.9244149Z 2022-09-27T15:30:39.9355054Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T15:30:39.9355306Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T15:30:39.9376740Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:30:39.9376983Z env: 2022-09-27T15:30:39.9377157Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:30:39.9377368Z MONITOR_SCRIPT_PID: 11695 2022-09-27T15:30:39.9377566Z ##[endgroup] 2022-09-27T15:30:39.9460961Z Prepare all required actions 2022-09-27T15:30:39.9461221Z Getting action download info 2022-09-27T15:30:40.7097966Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T15:30:40.8522139Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T15:30:40.8522372Z with: 2022-09-27T15:30:40.8522590Z file-suffix: test-jit_legacy-1-1-linux.2xlarge_8576161988 2022-09-27T15:30:40.8522817Z env: 2022-09-27T15:30:40.8523000Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:30:40.8523182Z ##[endgroup] 2022-09-27T15:30:40.8548636Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T15:30:40.8548956Z # Remove any previous test jsons if they exist 2022-09-27T15:30:40.8549201Z rm -f test-jsons-*.zip 2022-09-27T15:30:40.8549445Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T15:30:40.8560953Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:30:40.8561227Z env: 2022-09-27T15:30:40.8561402Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:30:40.8561659Z FILE_SUFFIX: test-jit_legacy-1-1-linux.2xlarge_8576161988 2022-09-27T15:30:40.8561896Z ##[endgroup] 2022-09-27T15:30:40.8673471Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T15:30:40.8701836Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T15:30:40.8707994Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T15:30:40.8709088Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T15:30:40.8714645Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T15:30:40.8735759Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T15:30:40.8736066Z # Remove any previous test reports if they exist 2022-09-27T15:30:40.8736314Z rm -f test-reports-*.zip 2022-09-27T15:30:40.8736619Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T15:30:40.8747712Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:30:40.8747960Z env: 2022-09-27T15:30:40.8748324Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:30:40.8748638Z FILE_SUFFIX: test-jit_legacy-1-1-linux.2xlarge_8576161988 2022-09-27T15:30:40.8748896Z ##[endgroup] 2022-09-27T15:30:40.8862850Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927152850.xml (deflated 66%) 2022-09-27T15:30:40.8863947Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_async.TestAsync-20220927152850.xml (deflated 85%) 2022-09-27T15:30:40.8864972Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_aten_pow.TestAtenPow-20220927152850.xml (deflated 48%) 2022-09-27T15:30:40.8866056Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_autodiff.TestAutodiffJit-20220927152850.xml (deflated 74%) 2022-09-27T15:30:40.8866928Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927152850.xml (deflated 86%) 2022-09-27T15:30:40.8867633Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backends.TestBackends-20220927152850.xml (deflated 74%) 2022-09-27T15:30:40.8868763Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backends.TestBackendsWithCompiler-20220927152850.xml (deflated 59%) 2022-09-27T15:30:40.8869881Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_batch_mm.TestBatchMM-20220927152850.xml (deflated 81%) 2022-09-27T15:30:40.8870909Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_builtins.TestBuiltins-20220927152850.xml (deflated 70%) 2022-09-27T15:30:40.8871793Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_class_type.TestClassType-20220927152850.xml (deflated 83%) 2022-09-27T15:30:40.8872869Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_complex.TestComplex-20220927152850.xml (deflated 84%) 2022-09-27T15:30:40.8873497Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_custom_operators.TestCustomOperators-20220927152850.xml (deflated 83%) 2022-09-27T15:30:40.8874074Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dce.TestDCE-20220927152850.xml (deflated 56%) 2022-09-27T15:30:40.8874985Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dataclasses.TestDataclasses-20220927152850.xml (deflated 75%) 2022-09-27T15:30:40.8876142Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927152850.xml (deflated 85%) 2022-09-27T15:30:40.8876925Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestDict-20220927152850.xml (deflated 82%) 2022-09-27T15:30:40.8878100Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927152850.xml (deflated 70%) 2022-09-27T15:30:40.8879098Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220927152850.xml (deflated 96%) 2022-09-27T15:30:40.8880161Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_enum.TestEnum-20220927152850.xml (deflated 85%) 2022-09-27T15:30:40.8881221Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_export_modes.TestExportModes-20220927152850.xml (deflated 81%) 2022-09-27T15:30:40.8882293Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestFreezing-20220927152850.xml (deflated 89%) 2022-09-27T15:30:40.8883415Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestFrontend-20220927152850.xml (deflated 44%) 2022-09-27T15:30:40.8884213Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestFrozenOptimizations-20220927152850.xml (deflated 85%) 2022-09-27T15:30:40.8884871Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927152850.xml (deflated 51%) 2022-09-27T15:30:40.8885583Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927152850.xml (deflated 72%) 2022-09-27T15:30:40.8886503Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_attr.TestGetDefaultAttr-20220927152850.xml (deflated 46%) 2022-09-27T15:30:40.8887290Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927152850.xml (deflated 52%) 2022-09-27T15:30:40.8887889Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_hash.TestHash-20220927152850.xml (deflated 79%) 2022-09-27T15:30:40.8888426Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_hooks.TestHooks-20220927152850.xml (deflated 87%) 2022-09-27T15:30:40.8889002Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927152850.xml (deflated 62%) 2022-09-27T15:30:40.8889655Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927152850.xml (deflated 72%) 2022-09-27T15:30:40.8890459Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927152850.xml (deflated 62%) 2022-09-27T15:30:40.8891136Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_isinstance.TestIsinstance-20220927152850.xml (deflated 90%) 2022-09-27T15:30:40.8891691Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestJit-20220927152850.xml (deflated 85%) 2022-09-27T15:30:40.8895030Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestJitGeneratedModule-20220927152850.xml (deflated 95%) 2022-09-27T15:30:40.8895973Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_jit_utils.TestJitUtils-20220927152850.xml (deflated 78%) 2022-09-27T15:30:40.8897310Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestList-20220927152850.xml (deflated 89%) 2022-09-27T15:30:40.8898346Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_logging.TestLogging-20220927152850.xml (deflated 75%) 2022-09-27T15:30:40.8899398Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927152850.xml (deflated 69%) 2022-09-27T15:30:40.8900455Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_misc.TestMisc-20220927152850.xml (deflated 81%) 2022-09-27T15:30:40.8901505Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tracer.TestMixTracingScripting-20220927152850.xml (deflated 84%) 2022-09-27T15:30:40.8902571Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_models.TestModels-20220927152850.xml (deflated 84%) 2022-09-27T15:30:40.8903618Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_apis.TestModuleAPIs-20220927152850.xml (deflated 68%) 2022-09-27T15:30:40.8904532Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_containers.TestModuleContainers-20220927152850.xml (deflated 84%) 2022-09-27T15:30:40.8905717Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_interface.TestModuleInterface-20220927152850.xml (deflated 86%) 2022-09-27T15:30:40.8906661Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_modules.TestModules-20220927152850.xml (deflated 49%) 2022-09-27T15:30:40.8907786Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestNamedTuple-20220927152850.xml (deflated 81%) 2022-09-27T15:30:40.8908864Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927152850.xml (deflated 84%) 2022-09-27T15:30:40.8909960Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_op_decompositions.TestOpDecompositions-20220927152850.xml (deflated 64%) 2022-09-27T15:30:40.8911356Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927152850.xml (deflated 83%) 2022-09-27T15:30:40.8912415Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_parametrization.TestParametrization-20220927152850.xml (deflated 60%) 2022-09-27T15:30:40.8913035Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_peephole.TestPeephole-20220927152850.xml (deflated 89%) 2022-09-27T15:30:40.8913619Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestProducerVersion-20220927152850.xml (deflated 45%) 2022-09-27T15:30:40.8914203Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_profiler.TestProfiler-20220927152850.xml (deflated 81%) 2022-09-27T15:30:40.8914819Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_bindings.TestPythonBindings-20220927152850.xml (deflated 79%) 2022-09-27T15:30:40.8915450Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927152850.xml (deflated 86%) 2022-09-27T15:30:40.8916052Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_ir.TestPythonIr-20220927152850.xml (deflated 47%) 2022-09-27T15:30:40.8916661Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_recursive_script.TestRecursiveScript-20220927152850.xml (deflated 88%) 2022-09-27T15:30:40.8917519Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_remove_mutation.TestRemoveMutation-20220927152850.xml (deflated 80%) 2022-09-27T15:30:40.8918219Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load.TestSaveLoad-20220927152850.xml (deflated 80%) 2022-09-27T15:30:40.8918869Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927152850.xml (deflated 82%) 2022-09-27T15:30:40.8926438Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestScript-20220927152850.xml (deflated 88%) 2022-09-27T15:30:40.8927410Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestScriptDict-20220927152850.xml (deflated 79%) 2022-09-27T15:30:40.8928450Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestScriptList-20220927152850.xml (deflated 83%) 2022-09-27T15:30:40.8929752Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927152850.xml (deflated 87%) 2022-09-27T15:30:40.8931067Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_script_profile.TestScriptProfile-20220927152850.xml (deflated 76%) 2022-09-27T15:30:40.8932083Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_slice.TestSlice-20220927152850.xml (deflated 86%) 2022-09-27T15:30:40.8933096Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_sparse.TestSparse-20220927152850.xml (deflated 72%) 2022-09-27T15:30:40.8934072Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_string_formatting.TestStringFormatting-20220927152850.xml (deflated 90%) 2022-09-27T15:30:40.8934770Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927152850.xml (deflated 88%) 2022-09-27T15:30:40.8935528Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_builtins.TestTensorBuiltins-20220927152850.xml (deflated 74%) 2022-09-27T15:30:40.8936166Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927152850.xml (deflated 81%) 2022-09-27T15:30:40.8936802Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tensor_methods.TestTensorMethods-20220927152850.xml (deflated 61%) 2022-09-27T15:30:40.8937396Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_torchbind.TestTorchbind-20220927152850.xml (deflated 88%) 2022-09-27T15:30:40.8950530Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tracer.TestTracer-20220927152850.xml (deflated 97%) 2022-09-27T15:30:40.8951679Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_type_sharing.TestTypeSharing-20220927152850.xml (deflated 83%) 2022-09-27T15:30:40.8952721Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_types.TestTypesAndAnnotation-20220927152850.xml (deflated 83%) 2022-09-27T15:30:40.8953658Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_typing.TestTyping-20220927152850.xml (deflated 89%) 2022-09-27T15:30:40.8954598Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_union.TestUnion-20220927152850.xml (deflated 86%) 2022-09-27T15:30:40.8955698Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927152850.xml (deflated 61%) 2022-09-27T15:30:40.8956804Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_upgraders.TestUpgraders-20220927152850.xml (deflated 85%) 2022-09-27T15:30:40.8958031Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_warn.TestWarn-20220927152850.xml (deflated 78%) 2022-09-27T15:30:40.8958648Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_with.TestWith-20220927152850.xml (deflated 73%) 2022-09-27T15:30:40.8959587Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_data_parallel.TestDataParallel-20220927152850.xml (deflated 78%) 2022-09-27T15:30:40.8960340Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927152850.xml (deflated 84%) 2022-09-27T15:30:40.8960953Z adding: test/test-reports/python-unittest/test_jit_fuser_legacy/TEST-test_jit_fuser.TestFuser-20220927153031.xml (deflated 93%) 2022-09-27T15:30:40.8982152Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T15:30:40.8982492Z # Remove any previous test reports if they exist 2022-09-27T15:30:40.8982743Z rm -f usage-log-*.zip 2022-09-27T15:30:40.8983043Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T15:30:40.8983344Z # so check to see if the file exists first 2022-09-27T15:30:40.8983592Z if [ -f 'usage_log.txt' ]; then 2022-09-27T15:30:40.8983853Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T15:30:40.8984070Z fi 2022-09-27T15:30:40.8995540Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:30:40.8995777Z env: 2022-09-27T15:30:40.8995956Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:30:40.8996215Z FILE_SUFFIX: test-jit_legacy-1-1-linux.2xlarge_8576161988 2022-09-27T15:30:40.8996452Z ##[endgroup] 2022-09-27T15:30:40.9043108Z adding: usage_log.txt (deflated 94%) 2022-09-27T15:30:40.9082067Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T15:30:40.9082341Z with: 2022-09-27T15:30:40.9082588Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:30:40.9082816Z retention-days: 14 2022-09-27T15:30:40.9083007Z if-no-files-found: warn 2022-09-27T15:30:40.9083216Z path: test-jsons-*.zip 2022-09-27T15:30:40.9083414Z name: artifact 2022-09-27T15:30:40.9083592Z s3-bucket: gha-artifacts 2022-09-27T15:30:40.9083890Z region: us-east-1 2022-09-27T15:30:40.9084060Z env: 2022-09-27T15:30:40.9084229Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:30:40.9084425Z ##[endgroup] 2022-09-27T15:30:41.2657981Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T15:30:41.2658308Z With the provided path, there will be 1 file uploaded 2022-09-27T15:30:41.2658592Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:30:41.2724380Z Starting upload of test-jsons-test-jit_legacy-1-1-linux.2xlarge_8576161988.zip 2022-09-27T15:30:41.4016791Z Finished upload of test-jsons-test-jit_legacy-1-1-linux.2xlarge_8576161988.zip 2022-09-27T15:30:41.4144091Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T15:30:41.4144329Z with: 2022-09-27T15:30:41.4144548Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:30:41.4144767Z retention-days: 14 2022-09-27T15:30:41.4144972Z if-no-files-found: error 2022-09-27T15:30:41.4145189Z path: test-reports-*.zip 2022-09-27T15:30:41.4145386Z name: artifact 2022-09-27T15:30:41.4145577Z s3-bucket: gha-artifacts 2022-09-27T15:30:41.4145775Z region: us-east-1 2022-09-27T15:30:41.4145947Z env: 2022-09-27T15:30:41.4146117Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:30:41.4146309Z ##[endgroup] 2022-09-27T15:30:41.7434204Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T15:30:41.7434716Z With the provided path, there will be 1 file uploaded 2022-09-27T15:30:41.7435178Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:30:41.7443147Z Starting upload of test-reports-test-jit_legacy-1-1-linux.2xlarge_8576161988.zip 2022-09-27T15:30:41.8547301Z Finished upload of test-reports-test-jit_legacy-1-1-linux.2xlarge_8576161988.zip 2022-09-27T15:30:41.8670851Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T15:30:41.8671081Z with: 2022-09-27T15:30:41.8671294Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:30:41.8671507Z retention-days: 14 2022-09-27T15:30:41.8671767Z if-no-files-found: ignore 2022-09-27T15:30:41.8672055Z path: usage-log-*.zip 2022-09-27T15:30:41.8672253Z name: artifact 2022-09-27T15:30:41.8672451Z s3-bucket: gha-artifacts 2022-09-27T15:30:41.8672652Z region: us-east-1 2022-09-27T15:30:41.8672825Z env: 2022-09-27T15:30:41.8672992Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:30:41.8673270Z ##[endgroup] 2022-09-27T15:30:42.1926812Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T15:30:42.1927377Z With the provided path, there will be 1 file uploaded 2022-09-27T15:30:42.1927707Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:30:42.1934676Z Starting upload of usage-log-test-jit_legacy-1-1-linux.2xlarge_8576161988.zip 2022-09-27T15:30:42.6313125Z Finished upload of usage-log-test-jit_legacy-1-1-linux.2xlarge_8576161988.zip 2022-09-27T15:30:42.6439568Z ##[group]Run set -x 2022-09-27T15:30:42.6439774Z set -x 2022-09-27T15:30:42.6440003Z python3 -m pip install -r requirements.txt 2022-09-27T15:30:42.6440276Z python3 -m pip install boto3==1.19.12 2022-09-27T15:30:42.6440583Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T15:30:42.6452183Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:30:42.6452411Z env: 2022-09-27T15:30:42.6452597Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:30:42.6452801Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:30:42.6453005Z BRANCH: pull/85462 2022-09-27T15:30:42.6453198Z TEST_CONFIG: jit_legacy 2022-09-27T15:30:42.6453376Z SHARD_NUMBER: 1 2022-09-27T15:30:42.6453600Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-09-27T15:30:42.6453827Z PR_NUMBER: 85462 2022-09-27T15:30:42.6454011Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:30:42.6454231Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:30:42.6454505Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:30:42.6454696Z TAG: 2022-09-27T15:30:42.6454867Z WORKFLOW_ID: 3133193930 2022-09-27T15:30:42.6455196Z GITHUB_TOKEN: *** 2022-09-27T15:30:42.6455493Z GHA_WORKFLOW_JOB_ID: 8576161988 2022-09-27T15:30:42.6455688Z ##[endgroup] 2022-09-27T15:30:42.6480819Z + python3 -m pip install -r requirements.txt 2022-09-27T15:30:42.8778260Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:30:42.9046649Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-09-27T15:30:42.9073051Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.3) 2022-09-27T15:30:42.9081632Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-09-27T15:30:42.9091891Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.54.6) 2022-09-27T15:30:42.9465866Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-09-27T15:30:42.9476067Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-09-27T15:30:42.9556048Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-09-27T15:30:42.9564012Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-09-27T15:30:42.9792757Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T15:30:42.9964659Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-09-27T15:30:42.9973845Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2022-09-27T15:30:42.9979850Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.3.0) 2022-09-27T15:30:42.9989754Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-09-27T15:30:43.0011543Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2022-09-27T15:30:43.0036203Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-09-27T15:30:43.0052272Z Requirement already satisfied: exceptiongroup>=1.0.0rc8; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.0rc9) 2022-09-27T15:30:43.0068750Z Requirement already satisfied: attrs>=19.2.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-09-27T15:30:43.0322701Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-09-27T15:30:43.0345211Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-09-27T15:30:43.0501227Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-09-27T15:30:43.0510330Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-09-27T15:30:43.0522341Z Requirement already satisfied: mpmath>=0.19 in /home/ec2-user/.local/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-09-27T15:30:43.1180764Z + python3 -m pip install boto3==1.19.12 2022-09-27T15:30:43.3392494Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:30:43.3582737Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T15:30:43.3634382Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-09-27T15:30:43.3679725Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-09-27T15:30:43.3717615Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-09-27T15:30:43.3731399Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-09-27T15:30:43.3891055Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-09-27T15:30:43.3912155Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-09-27T15:30:43.5619676Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T15:30:53.6216500Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T15:30:53.6216885Z 2022-09-27T15:30:53.6217343Z ----- Historic stats comparison result ------ 2022-09-27T15:30:53.6217664Z 2022-09-27T15:30:53.6217929Z job: linux-focal-py3.7-gcc7 2022-09-27T15:30:53.6218379Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:30:53.6218642Z 2022-09-27T15:30:53.6218937Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T15:30:53.6219285Z 2022-09-27T15:30:53.6219417Z : (master) 2022-09-27T15:30:53.6219732Z | 2022-09-27T15:30:53.6220088Z | * 52424e2bf3 (HEAD) total time 97.99s 2022-09-27T15:30:53.6220468Z | | 2022-09-27T15:30:53.6220783Z | : (4 commits) 2022-09-27T15:30:53.6221090Z |/ 2022-09-27T15:30:53.6223608Z * c7c2578f93 (base) 6 reports, total time 2509.28s ± 1765.63s 2022-09-27T15:30:53.6224274Z * 99ad8a3048 6 reports, total time 2509.77s ± 1771.89s 2022-09-27T15:30:53.6224870Z * 34296e2f4c 6 reports, total time 2525.78s ± 1741.22s 2022-09-27T15:30:53.6225782Z * 4523ac7aa1 6 reports, total time 2546.75s ± 1751.11s 2022-09-27T15:30:53.6226373Z * f21e77d9a6 6 reports, total time 2521.77s ± 1744.10s 2022-09-27T15:30:53.6226945Z * 26a861cb27 6 reports, total time 2538.71s ± 1776.59s 2022-09-27T15:30:53.6227522Z * 56a41b5998 6 reports, total time 2537.11s ± 1781.85s 2022-09-27T15:30:53.6228115Z * 1910c5847e 6 reports, total time 2539.59s ± 1745.17s 2022-09-27T15:30:53.6228704Z * caa0ab557d 6 reports, total time 2502.08s ± 1718.61s 2022-09-27T15:30:53.6229110Z * 0336308be5 0 reports 2022-09-27T15:30:53.6229473Z | 2022-09-27T15:30:53.6229776Z : 2022-09-27T15:30:53.6229968Z 2022-09-27T15:30:53.6230197Z Removed (across 879 suites) 0 tests, totaling 0.00s 2022-09-27T15:30:53.6230696Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T15:30:53.6231186Z Added (across 86 suites) 2691 tests, totaling + 97.99s 2022-09-27T15:30:53.6931182Z Prepare all required actions 2022-09-27T15:30:53.6972178Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T15:30:53.6972400Z with: 2022-09-27T15:30:53.6972563Z env: 2022-09-27T15:30:53.6972732Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:30:53.6973315Z ##[endgroup] 2022-09-27T15:30:53.6988674Z ##[group]Run set -eou pipefail 2022-09-27T15:30:53.6988918Z set -eou pipefail 2022-09-27T15:30:53.6989107Z  2022-09-27T15:30:53.6989341Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T15:30:53.6989605Z for _ in $(seq 1440); do 2022-09-27T15:30:53.6989836Z  # Break if no ssh session exists anymore 2022-09-27T15:30:53.6990062Z  if [ "$(who)" = "" ]; then 2022-09-27T15:30:53.6990239Z  break 2022-09-27T15:30:53.6990413Z  fi 2022-09-27T15:30:53.6990587Z  echo "." 2022-09-27T15:30:53.6990754Z  sleep 5 2022-09-27T15:30:53.6990962Z done 2022-09-27T15:30:53.7002672Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:30:53.7002902Z env: 2022-09-27T15:30:53.7003091Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:30:53.7003275Z ##[endgroup] 2022-09-27T15:30:53.7028056Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T15:30:53.7100504Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T15:30:53.7100841Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T15:30:53.7101107Z # shellcheck disable=SC2046 2022-09-27T15:30:53.7101334Z docker stop $(docker ps -q) || true 2022-09-27T15:30:53.7101574Z # Prune all of the docker images 2022-09-27T15:30:53.7101803Z docker system prune -af 2022-09-27T15:30:53.7113526Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:30:53.7113759Z env: 2022-09-27T15:30:53.7113945Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:30:53.7114135Z ##[endgroup] 2022-09-27T15:30:54.1104650Z b1f4abf41063 2022-09-27T15:30:54.6287066Z Deleted Containers: 2022-09-27T15:30:54.6287552Z b1f4abf41063fad365f652052c64d467cb1982ee3cb66ca7d0586418ea365329 2022-09-27T15:30:54.6287739Z 2022-09-27T15:30:57.1874903Z Deleted Images: 2022-09-27T15:30:57.1876018Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:30:57.1877245Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:aa31a48de2d62af84cacd725abaa1599e63c6bb3385fa6e176b6d91f90a39348 2022-09-27T15:30:57.1877839Z deleted: sha256:09cc5e0dbbe1120475828f67580c1e4ef0ac166558f7a9e82119c9daf09ed17b 2022-09-27T15:30:57.1878545Z deleted: sha256:4f4d0a1da9af50d9a8bd02155aaea8b254a8039b940db877e78a5b25776e1f97 2022-09-27T15:30:57.1879142Z deleted: sha256:40273608be9f35547c534c65183771d8d024a327b2f8231776e449a0c4be59e4 2022-09-27T15:30:57.1879592Z deleted: sha256:295b500c49641b27efb539c901bd567f2b8738ab1f67465c28c5209fef872936 2022-09-27T15:30:57.1879980Z deleted: sha256:aff7d79df966d7c1c7cf29b78408592957f0317054355d087aa59098aa32abda 2022-09-27T15:30:57.1880494Z deleted: sha256:0e0419c0016bdfbf589e8507dad2150575b0a84dd2b27be7703cfa05e2139c5b 2022-09-27T15:30:57.1881109Z deleted: sha256:0e1f7b9f93cf30ea54c8e6f1485a1a3fd9776d17cc90f1bfb5ce6b5b9185296e 2022-09-27T15:30:57.1881603Z deleted: sha256:d3deacfa23bfb0920ec3a625c1ee1963513159aaa5463910dd41bafa8e54de71 2022-09-27T15:30:57.1881972Z deleted: sha256:e66d036a902f9f1d15a19abacd7321bba3d8869b725e99b43a5d20fd6fdb01c9 2022-09-27T15:30:57.1882500Z deleted: sha256:c5e59df58f1aab354a2874070ad89a043c3178016eab17887ed9237f91887294 2022-09-27T15:30:57.1883048Z deleted: sha256:0d8f363a24f0b380db49f8fa69e9da0537d3a51ae051248dfd3563de574ca15d 2022-09-27T15:30:57.1883649Z deleted: sha256:55bb4ae9fce9854a9f8345d077cd37423d7b6f050034cadadbbf1974ff155061 2022-09-27T15:30:57.1884119Z deleted: sha256:124538c5717f1c1615e490bfd34cab23dc00516fbd43b4dbd0755e1a5119474b 2022-09-27T15:30:57.1884459Z deleted: sha256:98e71d41b4fb04ffa587728b6f070c0d922a9909fb272edae447c0ed732b17c6 2022-09-27T15:30:57.1884794Z deleted: sha256:dd100ce53375a22379598335be3a232a3eb20465df4376afdd481c3ab0a01666 2022-09-27T15:30:57.1885130Z deleted: sha256:06da69152df74c7a52462b8f1f7adf2d50e5f84ae02c20a48597f844e24832f4 2022-09-27T15:30:57.1885529Z deleted: sha256:7f90b14cc4e879de499e9c152c229852c1a71e1c6bb0216e21b433d34e401be0 2022-09-27T15:30:57.1885858Z deleted: sha256:2a332f12721f3199efd9441306d5d38a6f031cdfdf68beb90afb40116f7ac1ad 2022-09-27T15:30:57.1886200Z deleted: sha256:9c866de535edd7886f74437d3fbcafd6d58fe3322aa4af8606e46e720f022e9c 2022-09-27T15:30:57.1886535Z deleted: sha256:097a48bd86a6a3542f566d38833d93ded3bc082bdad7e4026debfbe895bb5105 2022-09-27T15:30:57.1886863Z deleted: sha256:a8b120c70115f75a61a81c96d1abef9e741618d32124b4994375a805a5941958 2022-09-27T15:30:57.1887189Z deleted: sha256:15a928b5307c0332ba50caffe867123de36c74475d7861b8cdf2dbfd58dd5320 2022-09-27T15:30:57.1887535Z deleted: sha256:eb93d3b8365b2da69ddeb34c24e5ba2fae6eb2fad4b6fadae3e298a9a0b26af2 2022-09-27T15:30:57.1887902Z deleted: sha256:e2ab13aa2f895ecf403ea9781db734f7b21a20aeb1478e32c5416f969604dc89 2022-09-27T15:30:57.1888229Z deleted: sha256:6faa89577c8237b30a828e6382086b71579a76333d2d79839246ed4c42daf433 2022-09-27T15:30:57.1888559Z deleted: sha256:94f3fc0358a54e1bab1cff99f032187d852d5a9e21539debb385d3e965e0f811 2022-09-27T15:30:57.1888883Z deleted: sha256:0890fc3c642cc4c11d7b3b400a3f6af80996973f0d1524071eb15cbdd5431266 2022-09-27T15:30:57.1889223Z deleted: sha256:ec7d767c32abaf566f084ffeb2d37bda985f13102952e21948f7b055ccccf7ab 2022-09-27T15:30:57.1889555Z deleted: sha256:2758607d82553d625e21563dec5e252097fd6804de79dd60b78d9452d8f0e384 2022-09-27T15:30:57.1889857Z deleted: sha256:1c30230d1bc09ce084c2c0d3c24c81e39a270b3359be353f188f13809b2e95ff 2022-09-27T15:30:57.1890275Z deleted: sha256:f66b31a4878493b2a4cf4b457a461d78c1275ce0b853312e14b5b205f5f54b12 2022-09-27T15:30:57.1890619Z deleted: sha256:c96b1aa08b8cdf00ede17699be953c554e540b97216fba81a59a101860c877c6 2022-09-27T15:30:57.1890956Z deleted: sha256:0853e57dc641a08006c8b8cd96caa8755d3981706b49748776bf6c7ee23abe6c 2022-09-27T15:30:57.1891283Z deleted: sha256:a88ebc418ab3040ebaafd029a4c80439225b1ce939f383ec70c503fff55528ee 2022-09-27T15:30:57.1891619Z deleted: sha256:5a86190b95485dba13fec16a89446426425223587ad649a56b4faf0f64305120 2022-09-27T15:30:57.1891947Z deleted: sha256:016eff1a025a65973028af96cf1fbe6c4b0e1c258e04e6a2dec976062924c0cf 2022-09-27T15:30:57.1892282Z deleted: sha256:3ce5ce7ae3df63641c9b8859e93e8f870c8bcfadc998c17b2169676be5e0812d 2022-09-27T15:30:57.1892622Z deleted: sha256:b161ee8936514898f92131df4d7de87314f3ed0639e31bbd2c3e83bdea170f16 2022-09-27T15:30:57.1892953Z deleted: sha256:e6a3a6ca01553128af3686d5bface6135e56f897e0f9ba754e9b924d446105e6 2022-09-27T15:30:57.1893319Z deleted: sha256:0cd4c1b082ed42bb2648c766b0746e3eb8771eafc8ce4130c649f3d29b634162 2022-09-27T15:30:57.1893634Z deleted: sha256:76a601a88697897790d443b0214d908f489395a5d4ea98726caf0a80a66ecd19 2022-09-27T15:30:57.1893958Z deleted: sha256:e9a0ce4d7b4ea637152093c92c0cbe039a7e810c4aa90c848f312c10262b974d 2022-09-27T15:30:57.1894314Z deleted: sha256:e4e7cd35b02c90bb1da4c482c1f10f82c7ef6daae84f9ceeac9815d19ce51dbd 2022-09-27T15:30:57.1894678Z deleted: sha256:8e15ae424f8839bb14c5629f1fec3c93cebec42642eabeabd208ca359a19db66 2022-09-27T15:30:57.1895016Z deleted: sha256:e43a9a37dcae4c22f906f9f4450ad78b70905cd289f7ad9f9d40d7c8b12d8f72 2022-09-27T15:30:57.1895348Z deleted: sha256:06bcf3094318f05722b94bc725806fc0d2367a7865af5b199f0567a72699f757 2022-09-27T15:30:57.1895671Z deleted: sha256:51f25a037328b3be1af44473dfa7a876a5355f74cef818b46bf003c33b1ec2c5 2022-09-27T15:30:57.1895999Z deleted: sha256:b17dd3db6bb4f4513025c933f6a63f1ed0921065fe34fd195c40c4acff4f696c 2022-09-27T15:30:57.1896323Z deleted: sha256:71ca3ec58848585b585c80e00986d5e8789e8169554706949b8a3d8dcdf72e3b 2022-09-27T15:30:57.1896703Z deleted: sha256:6f4b9ef5ee757f0395c054927ff65df65438bdf23c05109f7f3107fb94719eef 2022-09-27T15:30:57.1897178Z deleted: sha256:883eb0bcef572233ec6334ad982f16d8ba42bcffee0735ae8969fe257019481d 2022-09-27T15:30:57.1897544Z deleted: sha256:f0d75587c52d51e623884d33f223de82faa346a03a9e34271eaf6765e8995d2a 2022-09-27T15:30:57.1897979Z deleted: sha256:25ab06e14d5870622fe0c785fa28eedb95787ed7286d8c665289672a2e11334a 2022-09-27T15:30:57.1898445Z deleted: sha256:f9bb5b08ac5635a4a64adbfe88fe48bcb0ed9425ab68ecf412265012933639e6 2022-09-27T15:30:57.1898800Z deleted: sha256:aa9ab2200af3ee6cbe32d9703272a4a85de2def9b0c9a20bd09f3dca10f0e47d 2022-09-27T15:30:57.1899154Z deleted: sha256:30936d838a38cd0a0c2ddc832a2a17af9d84327e0f23cac0e773686bfed7e6e1 2022-09-27T15:30:57.1899496Z deleted: sha256:5c5425a2d9bb189d0f99b1c37511d370d599afca6b8b0d3348b3b2ace341ddaf 2022-09-27T15:30:57.1899834Z deleted: sha256:998fb9c2fa230ea5cc1f997926614d854d193df0b2129b2b12d7ede4e5d43f6e 2022-09-27T15:30:57.1900152Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-09-27T15:30:57.1900333Z 2022-09-27T15:30:57.1900443Z Total reclaimed space: 7.155GB 2022-09-27T15:30:57.1952008Z Post job cleanup. 2022-09-27T15:30:57.1982647Z Post job cleanup. 2022-09-27T15:30:57.6271275Z [command]/usr/bin/git version 2022-09-27T15:30:57.6319957Z git version 2.37.1 2022-09-27T15:30:57.6400579Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6ce14ecf-582e-4175-b2ff-87ea54e5264a' before making global git config changes 2022-09-27T15:30:57.6401121Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:30:57.6407017Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:30:57.6460536Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:30:57.6497708Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:30:57.6867268Z Entering 'android/libs/fbjni' 2022-09-27T15:30:57.6905272Z Entering 'third_party/FP16' 2022-09-27T15:30:57.6944357Z Entering 'third_party/FXdiv' 2022-09-27T15:30:57.6980997Z Entering 'third_party/NNPACK' 2022-09-27T15:30:57.7019414Z Entering 'third_party/QNNPACK' 2022-09-27T15:30:57.7055360Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:30:57.7090984Z Entering 'third_party/XNNPACK' 2022-09-27T15:30:57.7136490Z Entering 'third_party/benchmark' 2022-09-27T15:30:57.7170887Z Entering 'third_party/cpuinfo' 2022-09-27T15:30:57.7205909Z Entering 'third_party/cub' 2022-09-27T15:30:57.7241200Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:30:57.7281348Z Entering 'third_party/cutlass' 2022-09-27T15:30:57.7322595Z Entering 'third_party/eigen' 2022-09-27T15:30:57.7359338Z Entering 'third_party/fbgemm' 2022-09-27T15:30:57.7394692Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:30:57.7431278Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:30:57.7466615Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:30:57.7502409Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:30:57.7539327Z Entering 'third_party/flatbuffers' 2022-09-27T15:30:57.7577706Z Entering 'third_party/fmt' 2022-09-27T15:30:57.7615214Z Entering 'third_party/foxi' 2022-09-27T15:30:57.7651258Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:30:57.7685960Z Entering 'third_party/gloo' 2022-09-27T15:30:57.7722874Z Entering 'third_party/googletest' 2022-09-27T15:30:57.7758430Z Entering 'third_party/ideep' 2022-09-27T15:30:57.7793375Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:30:57.7830505Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:30:57.7871977Z Entering 'third_party/ios-cmake' 2022-09-27T15:30:57.7907988Z Entering 'third_party/ittapi' 2022-09-27T15:30:57.7943946Z Entering 'third_party/kineto' 2022-09-27T15:30:57.7980293Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:30:57.8015010Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:30:57.8052067Z Entering 'third_party/nccl/nccl' 2022-09-27T15:30:57.8087777Z Entering 'third_party/neon2sse' 2022-09-27T15:30:57.8123699Z Entering 'third_party/nlohmann' 2022-09-27T15:30:57.8159959Z Entering 'third_party/onnx' 2022-09-27T15:30:57.8208091Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:30:57.8243054Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:30:57.8279728Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:30:57.8314572Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:30:57.8356113Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:30:57.8391668Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:30:57.8428040Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:30:57.8467519Z Entering 'third_party/pocketfft' 2022-09-27T15:30:57.8503041Z Entering 'third_party/protobuf' 2022-09-27T15:30:57.8542513Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:30:57.8577541Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:30:57.8615481Z Entering 'third_party/psimd' 2022-09-27T15:30:57.8650911Z Entering 'third_party/pthreadpool' 2022-09-27T15:30:57.8687242Z Entering 'third_party/pybind11' 2022-09-27T15:30:57.8723265Z Entering 'third_party/python-enum' 2022-09-27T15:30:57.8758715Z Entering 'third_party/python-peachpy' 2022-09-27T15:30:57.8793814Z Entering 'third_party/python-six' 2022-09-27T15:30:57.8829718Z Entering 'third_party/sleef' 2022-09-27T15:30:57.8865377Z Entering 'third_party/tbb' 2022-09-27T15:30:57.8903758Z Entering 'third_party/tensorpipe' 2022-09-27T15:30:57.8938772Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:30:57.8973027Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:30:57.9007986Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:30:57.9043455Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:30:57.9078285Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:30:57.9114892Z Entering 'third_party/zstd' 2022-09-27T15:30:57.9167807Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:30:57.9195360Z http.https://github.com/.extraheader 2022-09-27T15:30:57.9205404Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T15:30:57.9239783Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T15:30:57.9509685Z Entering 'android/libs/fbjni' 2022-09-27T15:30:57.9532447Z http.https://github.com/.extraheader 2022-09-27T15:30:57.9561571Z Entering 'third_party/FP16' 2022-09-27T15:30:57.9581918Z http.https://github.com/.extraheader 2022-09-27T15:30:57.9609965Z Entering 'third_party/FXdiv' 2022-09-27T15:30:57.9630479Z http.https://github.com/.extraheader 2022-09-27T15:30:57.9659496Z Entering 'third_party/NNPACK' 2022-09-27T15:30:57.9681322Z http.https://github.com/.extraheader 2022-09-27T15:30:57.9710046Z Entering 'third_party/QNNPACK' 2022-09-27T15:30:57.9730773Z http.https://github.com/.extraheader 2022-09-27T15:30:57.9759038Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:30:57.9779697Z http.https://github.com/.extraheader 2022-09-27T15:30:57.9807657Z Entering 'third_party/XNNPACK' 2022-09-27T15:30:57.9828522Z http.https://github.com/.extraheader 2022-09-27T15:30:57.9867259Z Entering 'third_party/benchmark' 2022-09-27T15:30:57.9888852Z http.https://github.com/.extraheader 2022-09-27T15:30:57.9916668Z Entering 'third_party/cpuinfo' 2022-09-27T15:30:57.9938122Z http.https://github.com/.extraheader 2022-09-27T15:30:57.9966080Z Entering 'third_party/cub' 2022-09-27T15:30:57.9987395Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0016626Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:30:58.0036980Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0069540Z Entering 'third_party/cutlass' 2022-09-27T15:30:58.0090797Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0126747Z Entering 'third_party/eigen' 2022-09-27T15:30:58.0147572Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0178136Z Entering 'third_party/fbgemm' 2022-09-27T15:30:58.0199274Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0226964Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:30:58.0248412Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0276161Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:30:58.0296592Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0324589Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:30:58.0345010Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0373054Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:30:58.0393597Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0424562Z Entering 'third_party/flatbuffers' 2022-09-27T15:30:58.0445510Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0475520Z Entering 'third_party/fmt' 2022-09-27T15:30:58.0496157Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0523294Z Entering 'third_party/foxi' 2022-09-27T15:30:58.0543992Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0570762Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:30:58.0591262Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0619033Z Entering 'third_party/gloo' 2022-09-27T15:30:58.0640499Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0667662Z Entering 'third_party/googletest' 2022-09-27T15:30:58.0690412Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0718333Z Entering 'third_party/ideep' 2022-09-27T15:30:58.0739781Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0767844Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:30:58.0788019Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0818132Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:30:58.0839114Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0874813Z Entering 'third_party/ios-cmake' 2022-09-27T15:30:58.0896406Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0925083Z Entering 'third_party/ittapi' 2022-09-27T15:30:58.0945534Z http.https://github.com/.extraheader 2022-09-27T15:30:58.0974455Z Entering 'third_party/kineto' 2022-09-27T15:30:58.0996445Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1024333Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:30:58.1045465Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1073839Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:30:58.1094583Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1123853Z Entering 'third_party/nccl/nccl' 2022-09-27T15:30:58.1144866Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1172541Z Entering 'third_party/neon2sse' 2022-09-27T15:30:58.1193796Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1221247Z Entering 'third_party/nlohmann' 2022-09-27T15:30:58.1242291Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1270564Z Entering 'third_party/onnx' 2022-09-27T15:30:58.1291542Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1332762Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:30:58.1352940Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1381328Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:30:58.1402011Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1432100Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:30:58.1454261Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1483141Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:30:58.1504039Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1536304Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:30:58.1558811Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1586305Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:30:58.1606732Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1634913Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:30:58.1656506Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1690316Z Entering 'third_party/pocketfft' 2022-09-27T15:30:58.1712534Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1741081Z Entering 'third_party/protobuf' 2022-09-27T15:30:58.1762850Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1794022Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:30:58.1815617Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1843487Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:30:58.1864337Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1895059Z Entering 'third_party/psimd' 2022-09-27T15:30:58.1919041Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1947480Z Entering 'third_party/pthreadpool' 2022-09-27T15:30:58.1968966Z http.https://github.com/.extraheader 2022-09-27T15:30:58.1996575Z Entering 'third_party/pybind11' 2022-09-27T15:30:58.2018025Z http.https://github.com/.extraheader 2022-09-27T15:30:58.2046122Z Entering 'third_party/python-enum' 2022-09-27T15:30:58.2066518Z http.https://github.com/.extraheader 2022-09-27T15:30:58.2093909Z Entering 'third_party/python-peachpy' 2022-09-27T15:30:58.2115114Z http.https://github.com/.extraheader 2022-09-27T15:30:58.2142486Z Entering 'third_party/python-six' 2022-09-27T15:30:58.2163533Z http.https://github.com/.extraheader 2022-09-27T15:30:58.2191792Z Entering 'third_party/sleef' 2022-09-27T15:30:58.2212574Z http.https://github.com/.extraheader 2022-09-27T15:30:58.2240465Z Entering 'third_party/tbb' 2022-09-27T15:30:58.2260870Z http.https://github.com/.extraheader 2022-09-27T15:30:58.2291297Z Entering 'third_party/tensorpipe' 2022-09-27T15:30:58.2312180Z http.https://github.com/.extraheader 2022-09-27T15:30:58.2339902Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:30:58.2360842Z http.https://github.com/.extraheader 2022-09-27T15:30:58.2388496Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:30:58.2409411Z http.https://github.com/.extraheader 2022-09-27T15:30:58.2436886Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:30:58.2457559Z http.https://github.com/.extraheader 2022-09-27T15:30:58.2485049Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:30:58.2505797Z http.https://github.com/.extraheader 2022-09-27T15:30:58.2533503Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:30:58.2553940Z http.https://github.com/.extraheader 2022-09-27T15:30:58.2585231Z Entering 'third_party/zstd' 2022-09-27T15:30:58.2605987Z http.https://github.com/.extraheader 2022-09-27T15:30:58.2852734Z Cleaning up orphan processes