2022-12-01T10:00:27.0158732Z Requested labels: linux.2xlarge 2022-12-01T10:00:27.0158809Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:00:27.0158831Z Waiting for a runner to pick up this job... 2022-12-01T10:00:27.4893448Z Job is about to start running on the runner: i-073019089f32075f7 (organization) 2022-12-01T10:00:32.3330384Z Current runner version: '2.299.1' 2022-12-01T10:00:32.3335394Z Runner name: 'i-073019089f32075f7' 2022-12-01T10:00:32.3335780Z Runner group name: 'Default' 2022-12-01T10:00:32.3336270Z Machine name: 'ip-10-0-3-190' 2022-12-01T10:00:32.3337627Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:00:32.3338085Z Actions: read 2022-12-01T10:00:32.3338257Z Checks: read 2022-12-01T10:00:32.3338426Z Contents: read 2022-12-01T10:00:32.3338589Z Deployments: read 2022-12-01T10:00:32.3338770Z Discussions: read 2022-12-01T10:00:32.3338947Z Issues: read 2022-12-01T10:00:32.3339102Z Metadata: read 2022-12-01T10:00:32.3339285Z Packages: read 2022-12-01T10:00:32.3339455Z Pages: read 2022-12-01T10:00:32.3339618Z PullRequests: read 2022-12-01T10:00:32.3339825Z RepositoryProjects: read 2022-12-01T10:00:32.3340027Z SecurityEvents: read 2022-12-01T10:00:32.3340193Z Statuses: read 2022-12-01T10:00:32.3340366Z ##[endgroup] 2022-12-01T10:00:32.3343761Z Secret source: None 2022-12-01T10:00:32.3344154Z Prepare workflow directory 2022-12-01T10:00:32.9088902Z Prepare all required actions 2022-12-01T10:00:32.9254357Z Getting action download info 2022-12-01T10:00:33.1493674Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:00:36.0563694Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:00:36.2786683Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:00:36.4202672Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:00:36.6813313Z Getting action download info 2022-12-01T10:00:36.8610249Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:00:37.0442601Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:00:37.0444215Z ##[group] Inputs 2022-12-01T10:00:37.0444503Z build-environment: linux-focal-py3.7-gcc7 2022-12-01T10:00:37.0445277Z 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-12-01T10:00:37.0446226Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:00:37.0446556Z sync-tag: 2022-12-01T10:00:37.0446720Z ##[endgroup] 2022-12-01T10:00:37.0447191Z Complete job name: linux-focal-py3.7-gcc7 / test (jit_legacy, 1, 1, linux.2xlarge) 2022-12-01T10:00:37.1119174Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:00:37.1119473Z with: 2022-12-01T10:00:37.1119660Z submodules: recursive 2022-12-01T10:00:37.1119836Z fetch-depth: 0 2022-12-01T10:00:37.1120004Z env: 2022-12-01T10:00:37.1120179Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:37.1120356Z ##[endgroup] 2022-12-01T10:00:37.1330384Z ##[group]Run retry () { 2022-12-01T10:00:37.1330646Z retry () { 2022-12-01T10:00:37.1330860Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:00:37.1331076Z } 2022-12-01T10:00:37.1331264Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:00:37.1331474Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:00:37.1331714Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:00:37.1331953Z else 2022-12-01T10:00:37.1332155Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:00:37.1332480Z fi 2022-12-01T10:00:37.1332708Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:00:37.1348327Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:00:37.1348561Z env: 2022-12-01T10:00:37.1348743Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:37.1348930Z NO_SUDO: 2022-12-01T10:00:37.1349088Z ##[endgroup] 2022-12-01T10:00:37.1516843Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:39.4264713Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:00:39.4264999Z with: 2022-12-01T10:00:39.4265239Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:00:39.4265486Z fetch-depth: 0 2022-12-01T10:00:39.4265687Z submodules: recursive 2022-12-01T10:00:39.4265908Z quiet-checkout: true 2022-12-01T10:00:39.4266141Z repository: pytorch/pytorch 2022-12-01T10:00:39.4266563Z token: *** 2022-12-01T10:00:39.4266755Z ssh-strict: true 2022-12-01T10:00:39.4266984Z persist-credentials: true 2022-12-01T10:00:39.4267217Z clean: true 2022-12-01T10:00:39.4267410Z lfs: false 2022-12-01T10:00:39.4267626Z set-safe-directory: true 2022-12-01T10:00:39.4267839Z env: 2022-12-01T10:00:39.4268027Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:39.4268245Z ##[endgroup] 2022-12-01T10:00:39.5440040Z Syncing repository: pytorch/pytorch 2022-12-01T10:00:39.5441537Z ##[group]Getting Git version info 2022-12-01T10:00:39.5442021Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:00:39.5442532Z [command]/usr/bin/git version 2022-12-01T10:00:39.5442769Z git version 2.37.1 2022-12-01T10:00:39.5443400Z ##[endgroup] 2022-12-01T10:00:39.5454888Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9c4e8bc8-fe66-41f6-9440-c0893924ebc5' before making global git config changes 2022-12-01T10:00:39.5455330Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:00:39.5455825Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:39.5489598Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:00:39.5493422Z ##[group]Initializing the repository 2022-12-01T10:00:39.5495815Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:39.5630143Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:00:39.5630807Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:00:39.5631322Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:00:39.5631587Z hint: 2022-12-01T10:00:39.5631892Z hint: git config --global init.defaultBranch 2022-12-01T10:00:39.5632122Z hint: 2022-12-01T10:00:39.5632441Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:00:39.5632848Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:00:39.5633125Z hint: 2022-12-01T10:00:39.5633490Z hint: git branch -m 2022-12-01T10:00:39.5633902Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:00:39.5640600Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:00:39.5670544Z ##[endgroup] 2022-12-01T10:00:39.5670964Z ##[group]Disabling automatic garbage collection 2022-12-01T10:00:39.5673568Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:00:39.5701272Z ##[endgroup] 2022-12-01T10:00:39.5702000Z ##[group]Setting up auth 2022-12-01T10:00:39.5707788Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:00:39.5736861Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:00:39.5982311Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:00:39.6012346Z [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-12-01T10:00:39.6258276Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:00:39.6298746Z ##[endgroup] 2022-12-01T10:00:39.6299184Z ##[group]Fetching the repository 2022-12-01T10:00:39.6305052Z [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-12-01T10:01:31.3417384Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:01:31.3452230Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:32.6511001Z ##[endgroup] 2022-12-01T10:01:32.6511505Z ##[group]Determining the checkout info 2022-12-01T10:01:32.6512290Z ##[endgroup] 2022-12-01T10:01:32.6512886Z ##[group]Checking out the ref 2022-12-01T10:01:32.6516236Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:33.9019770Z ##[endgroup] 2022-12-01T10:01:33.9020182Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:01:33.9024477Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:01:33.9078151Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:01:33.9108735Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:01:33.9139011Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:01:33.9164337Z ##[endgroup] 2022-12-01T10:01:33.9164722Z ##[group]Fetching submodules 2022-12-01T10:01:33.9167711Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:01:33.9439578Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:01:33.9704496Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:01:33.9706386Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:01:33.9706928Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:01:33.9708421Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:01:33.9710604Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:01:33.9713213Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:01:33.9715404Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:01:33.9718002Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:01:33.9720661Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:01:33.9723382Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:01:33.9726315Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:01:33.9729282Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:01:33.9732180Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:01:33.9735248Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:01:33.9738482Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:01:33.9742057Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:01:33.9745399Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:01:33.9748994Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:01:33.9752645Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:01:33.9756452Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:01:33.9760444Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:01:33.9764465Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:01:33.9768513Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:01:33.9772637Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:01:33.9776832Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:01:33.9782160Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:01:33.9786613Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:01:33.9791089Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:01:33.9795768Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:01:33.9800506Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:01:33.9805357Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:01:33.9810394Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:01:33.9815418Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:01:33.9821054Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:01:33.9826104Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:01:33.9831561Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:01:33.9836976Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:01:33.9842459Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:01:33.9848307Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:01:33.9854182Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:01:33.9860100Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:01:33.9887841Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:01:34.2936368Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:01:34.5407934Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:01:34.7416535Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:01:36.0728826Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:01:36.3709211Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:01:38.4707013Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:01:44.4009603Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:01:44.7719456Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:01:45.3105413Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:01:46.7905375Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:01:47.8883426Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:01:49.2446600Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:01:54.2567494Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:01:55.0340244Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:01:56.2308028Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:01:57.3800339Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:01:57.5819343Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:01:58.0764208Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:01:58.3799934Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:01:59.4862507Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:01:59.9301331Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:02:00.1766301Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:02:00.4591075Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:02:01.9203022Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:02:02.7150241Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:02:03.2307759Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:02:09.9966295Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:02:11.6456335Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:02:12.1128393Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:02:12.3719860Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:02:17.9871802Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:02:18.1954531Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:02:18.4238613Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:02:19.2228478Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:02:19.4783895Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:02:19.8236807Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:02:20.1052663Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:02:20.7355420Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:02:22.8278407Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:02:23.3222319Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:02:25.4975276Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:02:25.5071885Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:02:25.5145914Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:02:25.5349290Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:02:25.5548311Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:02:25.5870835Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:02:26.1400663Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:02:26.1591804Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:02:26.2499603Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:02:26.2815501Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:02:26.5446283Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:02:26.9213991Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:02:27.1431753Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:02:27.1855988Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:02:27.1870035Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:02:27.1872183Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:02:27.1874618Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:02:27.1877315Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:02:27.1901129Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:02:28.1951504Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:02:28.7431343Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:02:29.8096775Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:02:30.1480005Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:02:30.2399150Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:02:30.2937837Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:02:30.3031314Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:02:30.3803505Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:02:30.4129260Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:02:30.4210757Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:02:30.4574157Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:02:30.4789397Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:02:30.5207804Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:02:30.5312326Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:02:30.5324855Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:02:30.5345556Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:02:38.3256809Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:02:38.3271956Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:02:38.3294783Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:02:46.0897584Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:02:46.0994307Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:02:46.1128828Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:02:46.2008368Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:02:46.2023313Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:02:46.2025200Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:02:46.2048930Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:02:47.4214769Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:02:48.5241864Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:02:48.5745482Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:02:48.5935341Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:02:48.6066998Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:02:48.7049683Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:02:48.9303570Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:02:48.9330620Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:02:48.9332005Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:02:48.9356158Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:02:49.3450980Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:02:50.1424092Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:02:50.1708987Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:02:50.1846284Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:02:50.1859262Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:02:50.1880271Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:02:51.9280696Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:02:51.9299113Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:02:51.9301600Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:02:51.9323862Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:02:52.3561867Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:02:53.5002523Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:02:53.5616173Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:02:53.5630363Z 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-12-01T10:02:53.5653929Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-12-01T10:02:53.7922239Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:02:53.8007662Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:02:54.0379463Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:02:54.0397968Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:02:54.0399709Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:02:54.0424486Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:02:54.4616812Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:02:56.7906878Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:02:56.8526712Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:02:56.8601781Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:02:56.8696830Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:02:56.8996422Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:02:56.9073505Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:02:56.9327475Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:02:56.9409772Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:02:56.9806577Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:02:57.0778352Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:02:57.1012160Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:02:57.1025478Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:02:57.1027328Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:02:57.1029444Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:02:57.1031629Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:02:57.1053692Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:02:58.1378680Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:02:58.4163192Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:02:59.6628863Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:03:00.7294399Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:03:00.7424900Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:03:00.8009449Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:03:00.8253402Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:03:00.8266633Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:00.8287519Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:03:01.2892089Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:03:01.4123693Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:03:01.4150715Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:03:01.4417627Z Entering 'android/libs/fbjni' 2022-12-01T10:03:01.4454221Z Entering 'third_party/FP16' 2022-12-01T10:03:01.4492013Z Entering 'third_party/FXdiv' 2022-12-01T10:03:01.4527331Z Entering 'third_party/NNPACK' 2022-12-01T10:03:01.4564471Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:01.4601555Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:01.4636325Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:01.4683640Z Entering 'third_party/benchmark' 2022-12-01T10:03:01.4721366Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:01.4757909Z Entering 'third_party/cub' 2022-12-01T10:03:01.4793829Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:01.4836070Z Entering 'third_party/cutlass' 2022-12-01T10:03:01.4877043Z Entering 'third_party/eigen' 2022-12-01T10:03:01.4913502Z Entering 'third_party/fbgemm' 2022-12-01T10:03:01.4948929Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:01.4983658Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:01.5018663Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:01.5053970Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:01.5090368Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:01.5128854Z Entering 'third_party/fmt' 2022-12-01T10:03:01.5165427Z Entering 'third_party/foxi' 2022-12-01T10:03:01.5199715Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:01.5233348Z Entering 'third_party/gloo' 2022-12-01T10:03:01.5268834Z Entering 'third_party/googletest' 2022-12-01T10:03:01.5304159Z Entering 'third_party/ideep' 2022-12-01T10:03:01.5338447Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:01.5373192Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:01.5412516Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:01.5447330Z Entering 'third_party/ittapi' 2022-12-01T10:03:01.5482369Z Entering 'third_party/kineto' 2022-12-01T10:03:01.5517472Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:01.5551406Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:01.5588105Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:01.5624866Z Entering 'third_party/neon2sse' 2022-12-01T10:03:01.5661194Z Entering 'third_party/nlohmann' 2022-12-01T10:03:01.5697237Z Entering 'third_party/onnx' 2022-12-01T10:03:01.5744476Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:01.5778888Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:01.5814556Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:01.5850307Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:01.5888533Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:01.5923136Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:01.5959326Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:01.5998988Z Entering 'third_party/pocketfft' 2022-12-01T10:03:01.6034044Z Entering 'third_party/protobuf' 2022-12-01T10:03:01.6072281Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:01.6106542Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:01.6145406Z Entering 'third_party/psimd' 2022-12-01T10:03:01.6180929Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:01.6216149Z Entering 'third_party/pybind11' 2022-12-01T10:03:01.6250868Z Entering 'third_party/python-enum' 2022-12-01T10:03:01.6285225Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:01.6320430Z Entering 'third_party/python-six' 2022-12-01T10:03:01.6355742Z Entering 'third_party/sleef' 2022-12-01T10:03:01.6391532Z Entering 'third_party/tbb' 2022-12-01T10:03:01.6429172Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:01.6464506Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:01.6497137Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:01.6530014Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:01.6565080Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:01.6598606Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:01.6634933Z Entering 'third_party/zstd' 2022-12-01T10:03:01.6678548Z ##[endgroup] 2022-12-01T10:03:01.6679163Z ##[group]Persisting credentials for submodules 2022-12-01T10:03:01.6685523Z [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-12-01T10:03:01.6944960Z Entering 'android/libs/fbjni' 2022-12-01T10:03:01.6979549Z Entering 'third_party/FP16' 2022-12-01T10:03:01.7013170Z Entering 'third_party/FXdiv' 2022-12-01T10:03:01.7047822Z Entering 'third_party/NNPACK' 2022-12-01T10:03:01.7083013Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:01.7117798Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:01.7151932Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:01.7196403Z Entering 'third_party/benchmark' 2022-12-01T10:03:01.7230706Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:01.7264696Z Entering 'third_party/cub' 2022-12-01T10:03:01.7298487Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:01.7337813Z Entering 'third_party/cutlass' 2022-12-01T10:03:01.7377204Z Entering 'third_party/eigen' 2022-12-01T10:03:01.7412154Z Entering 'third_party/fbgemm' 2022-12-01T10:03:01.7449296Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:01.7480698Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:01.7512326Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:01.7544576Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:01.7578032Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:01.7612623Z Entering 'third_party/fmt' 2022-12-01T10:03:01.7646114Z Entering 'third_party/foxi' 2022-12-01T10:03:01.7679551Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:01.7713386Z Entering 'third_party/gloo' 2022-12-01T10:03:01.7748419Z Entering 'third_party/googletest' 2022-12-01T10:03:01.7785591Z Entering 'third_party/ideep' 2022-12-01T10:03:01.7819709Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:01.7853484Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:01.7892422Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:01.7927063Z Entering 'third_party/ittapi' 2022-12-01T10:03:01.7960632Z Entering 'third_party/kineto' 2022-12-01T10:03:01.7993840Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:01.8026576Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:01.8060553Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:01.8094862Z Entering 'third_party/neon2sse' 2022-12-01T10:03:01.8127548Z Entering 'third_party/nlohmann' 2022-12-01T10:03:01.8161161Z Entering 'third_party/onnx' 2022-12-01T10:03:01.8204844Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:01.8238733Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:01.8274554Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:01.8308598Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:01.8345351Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:01.8378187Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:01.8410670Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:01.8447164Z Entering 'third_party/pocketfft' 2022-12-01T10:03:01.8480482Z Entering 'third_party/protobuf' 2022-12-01T10:03:01.8515907Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:01.8548219Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:01.8585041Z Entering 'third_party/psimd' 2022-12-01T10:03:01.8618966Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:01.8652580Z Entering 'third_party/pybind11' 2022-12-01T10:03:01.8686810Z Entering 'third_party/python-enum' 2022-12-01T10:03:01.8719392Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:01.8752945Z Entering 'third_party/python-six' 2022-12-01T10:03:01.8784980Z Entering 'third_party/sleef' 2022-12-01T10:03:01.8819582Z Entering 'third_party/tbb' 2022-12-01T10:03:01.8855215Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:01.8890130Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:01.8922567Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:01.8954350Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:01.8986827Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:01.9017955Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:01.9052965Z Entering 'third_party/zstd' 2022-12-01T10:03:01.9096537Z [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-12-01T10:03:01.9349633Z Entering 'android/libs/fbjni' 2022-12-01T10:03:01.9379992Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:03:01.9393955Z Entering 'third_party/FP16' 2022-12-01T10:03:01.9425846Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:03:01.9439914Z Entering 'third_party/FXdiv' 2022-12-01T10:03:01.9473745Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:03:01.9488180Z Entering 'third_party/NNPACK' 2022-12-01T10:03:01.9519045Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:03:01.9533286Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:01.9567905Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:03:01.9581748Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:01.9613614Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:03:01.9629369Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:01.9660993Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:03:01.9685699Z Entering 'third_party/benchmark' 2022-12-01T10:03:01.9717777Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:01.9732495Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:01.9763683Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:03:01.9778012Z Entering 'third_party/cub' 2022-12-01T10:03:01.9809106Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:03:01.9823471Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:01.9854860Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:03:01.9874565Z Entering 'third_party/cutlass' 2022-12-01T10:03:01.9906303Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:03:01.9926974Z Entering 'third_party/eigen' 2022-12-01T10:03:01.9958359Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:03:01.9975306Z Entering 'third_party/fbgemm' 2022-12-01T10:03:02.0006981Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:03:02.0021593Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:02.0053156Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-12-01T10:03:02.0067798Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:02.0099852Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:03:02.0114165Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:02.0145376Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:02.0159604Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:02.0190838Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-12-01T10:03:02.0206358Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:02.0238671Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:03:02.0254853Z Entering 'third_party/fmt' 2022-12-01T10:03:02.0286519Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:03:02.0300951Z Entering 'third_party/foxi' 2022-12-01T10:03:02.0333278Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:03:02.0347231Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:02.0379866Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:03:02.0395381Z Entering 'third_party/gloo' 2022-12-01T10:03:02.0427661Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:03:02.0442390Z Entering 'third_party/googletest' 2022-12-01T10:03:02.0474427Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:02.0488813Z Entering 'third_party/ideep' 2022-12-01T10:03:02.0520989Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:03:02.0534886Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:02.0566385Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:03:02.0582522Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:02.0613978Z 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-12-01T10:03:02.0635863Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:02.0668036Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:03:02.0681855Z Entering 'third_party/ittapi' 2022-12-01T10:03:02.0714317Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:03:02.0728602Z Entering 'third_party/kineto' 2022-12-01T10:03:02.0761945Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:03:02.0776876Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:02.0808524Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-12-01T10:03:02.0825560Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:02.0856278Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-12-01T10:03:02.0872473Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:02.0905123Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:03:02.0919972Z Entering 'third_party/neon2sse' 2022-12-01T10:03:02.0951252Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:03:02.0965427Z Entering 'third_party/nlohmann' 2022-12-01T10:03:02.0997762Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:03:02.1013160Z Entering 'third_party/onnx' 2022-12-01T10:03:02.1046262Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:03:02.1072208Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:02.1104446Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:02.1119560Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:02.1154949Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:02.1171232Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:02.1204181Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:03:02.1218236Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:02.1249571Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:03:02.1268296Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:02.1300190Z 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-12-01T10:03:02.1315446Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:02.1349344Z 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-12-01T10:03:02.1363679Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:02.1396122Z 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-12-01T10:03:02.1414909Z Entering 'third_party/pocketfft' 2022-12-01T10:03:02.1448491Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:03:02.1463302Z Entering 'third_party/protobuf' 2022-12-01T10:03:02.1494653Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:03:02.1510797Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:02.1542725Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:02.1557008Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:02.1589533Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:02.1605469Z Entering 'third_party/psimd' 2022-12-01T10:03:02.1638989Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:03:02.1652881Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:02.1686072Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:03:02.1701815Z Entering 'third_party/pybind11' 2022-12-01T10:03:02.1734894Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:02.1749023Z Entering 'third_party/python-enum' 2022-12-01T10:03:02.1782915Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:03:02.1796538Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:02.1828881Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:03:02.1843537Z Entering 'third_party/python-six' 2022-12-01T10:03:02.1875891Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:03:02.1889274Z Entering 'third_party/sleef' 2022-12-01T10:03:02.1920130Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:03:02.1934447Z Entering 'third_party/tbb' 2022-12-01T10:03:02.1965700Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:03:02.1983373Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:02.2015328Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:03:02.2029793Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:02.2062572Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:02.2076693Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:02.2106842Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-12-01T10:03:02.2120359Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:02.2152410Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-12-01T10:03:02.2166544Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:02.2199528Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:02.2212622Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:02.2243305Z 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-12-01T10:03:02.2259296Z Entering 'third_party/zstd' 2022-12-01T10:03:02.2292817Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:03:02.3839122Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:03:02.4108682Z Entering 'android/libs/fbjni' 2022-12-01T10:03:02.4143372Z Entering 'third_party/FP16' 2022-12-01T10:03:02.4178089Z Entering 'third_party/FXdiv' 2022-12-01T10:03:02.4212539Z Entering 'third_party/NNPACK' 2022-12-01T10:03:02.4248663Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:02.4282976Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:02.4317298Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:02.4362537Z Entering 'third_party/benchmark' 2022-12-01T10:03:02.4398125Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:02.4432944Z Entering 'third_party/cub' 2022-12-01T10:03:02.4468603Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:02.4508269Z Entering 'third_party/cutlass' 2022-12-01T10:03:02.4548992Z Entering 'third_party/eigen' 2022-12-01T10:03:02.4585918Z Entering 'third_party/fbgemm' 2022-12-01T10:03:02.4620607Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:02.4653712Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:02.4688273Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:02.4721620Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:02.4756627Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:02.4792732Z Entering 'third_party/fmt' 2022-12-01T10:03:02.4828890Z Entering 'third_party/foxi' 2022-12-01T10:03:02.4862859Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:02.4897413Z Entering 'third_party/gloo' 2022-12-01T10:03:02.4932495Z Entering 'third_party/googletest' 2022-12-01T10:03:02.4966268Z Entering 'third_party/ideep' 2022-12-01T10:03:02.5000058Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:02.5034944Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:02.5074971Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:02.5109252Z Entering 'third_party/ittapi' 2022-12-01T10:03:02.5144996Z Entering 'third_party/kineto' 2022-12-01T10:03:02.5180763Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:02.5214201Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:02.5249082Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:02.5283671Z Entering 'third_party/neon2sse' 2022-12-01T10:03:02.5318761Z Entering 'third_party/nlohmann' 2022-12-01T10:03:02.5353702Z Entering 'third_party/onnx' 2022-12-01T10:03:02.5398852Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:02.5433283Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:02.5469528Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:02.5504473Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:02.5543615Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:02.5578949Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:02.5613247Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:02.5654030Z Entering 'third_party/pocketfft' 2022-12-01T10:03:02.5688565Z Entering 'third_party/protobuf' 2022-12-01T10:03:02.5727584Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:02.5762845Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:02.5798979Z Entering 'third_party/psimd' 2022-12-01T10:03:02.5835096Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:02.5869683Z Entering 'third_party/pybind11' 2022-12-01T10:03:02.5907037Z Entering 'third_party/python-enum' 2022-12-01T10:03:02.5941809Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:02.5976013Z Entering 'third_party/python-six' 2022-12-01T10:03:02.6010796Z Entering 'third_party/sleef' 2022-12-01T10:03:02.6045677Z Entering 'third_party/tbb' 2022-12-01T10:03:02.6082945Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:02.6118116Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:02.6152045Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:02.6186246Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:02.6220120Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:02.6253543Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:02.6289283Z Entering 'third_party/zstd' 2022-12-01T10:03:02.6334753Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:03:02.6587818Z Entering 'android/libs/fbjni' 2022-12-01T10:03:02.6622371Z Entering 'third_party/FP16' 2022-12-01T10:03:02.6656510Z Entering 'third_party/FXdiv' 2022-12-01T10:03:02.6690804Z Entering 'third_party/NNPACK' 2022-12-01T10:03:02.6724681Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:02.6758472Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:02.6793608Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:02.6837263Z Entering 'third_party/benchmark' 2022-12-01T10:03:02.6871025Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:02.6905827Z Entering 'third_party/cub' 2022-12-01T10:03:02.6940130Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:02.6978533Z Entering 'third_party/cutlass' 2022-12-01T10:03:02.7017067Z Entering 'third_party/eigen' 2022-12-01T10:03:02.7052778Z Entering 'third_party/fbgemm' 2022-12-01T10:03:02.7087196Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:02.7119918Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:02.7152806Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:02.7186201Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:02.7220167Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:02.7256397Z Entering 'third_party/fmt' 2022-12-01T10:03:02.7290528Z Entering 'third_party/foxi' 2022-12-01T10:03:02.7324235Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:02.7358252Z Entering 'third_party/gloo' 2022-12-01T10:03:02.7391925Z Entering 'third_party/googletest' 2022-12-01T10:03:02.7426093Z Entering 'third_party/ideep' 2022-12-01T10:03:02.7458673Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:02.7493609Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:02.7533204Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:02.7566924Z Entering 'third_party/ittapi' 2022-12-01T10:03:02.7601702Z Entering 'third_party/kineto' 2022-12-01T10:03:02.7635551Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:02.7669185Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:02.7703570Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:02.7737912Z Entering 'third_party/neon2sse' 2022-12-01T10:03:02.7772038Z Entering 'third_party/nlohmann' 2022-12-01T10:03:02.7808809Z Entering 'third_party/onnx' 2022-12-01T10:03:02.7854094Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:02.7888693Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:02.7923985Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:02.7958392Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:02.7995940Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:02.8030715Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:02.8065122Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:02.8103486Z Entering 'third_party/pocketfft' 2022-12-01T10:03:02.8137894Z Entering 'third_party/protobuf' 2022-12-01T10:03:02.8176116Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:02.8210363Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:02.8246270Z Entering 'third_party/psimd' 2022-12-01T10:03:02.8281372Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:02.8316838Z Entering 'third_party/pybind11' 2022-12-01T10:03:02.8351653Z Entering 'third_party/python-enum' 2022-12-01T10:03:02.8386483Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:02.8422873Z Entering 'third_party/python-six' 2022-12-01T10:03:02.8457573Z Entering 'third_party/sleef' 2022-12-01T10:03:02.8492837Z Entering 'third_party/tbb' 2022-12-01T10:03:02.8530164Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:02.8566018Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:02.8601148Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:02.8634794Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:02.8669323Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:02.8704021Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:02.8740075Z Entering 'third_party/zstd' 2022-12-01T10:03:02.8784090Z ##[endgroup] 2022-12-01T10:03:02.8822339Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:03:02.8848159Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:03:02.8972772Z Prepare all required actions 2022-12-01T10:03:02.9000006Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:03:02.9000206Z env: 2022-12-01T10:03:02.9000381Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:02.9000553Z ##[endgroup] 2022-12-01T10:03:02.9015530Z ##[group]Run set -euo pipefail 2022-12-01T10:03:02.9015770Z set -euo pipefail 2022-12-01T10:03:02.9015983Z function get_ec2_metadata() { 2022-12-01T10:03:02.9016216Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:03:02.9016571Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:03:02.9016873Z  category=$1 2022-12-01T10:03:02.9017103Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:03:02.9017328Z } 2022-12-01T10:03:02.9017634Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:03:02.9017910Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:03:02.9018206Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:03:02.9018454Z echo "system info $(uname -a)" 2022-12-01T10:03:02.9029932Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:02.9030158Z env: 2022-12-01T10:03:02.9030336Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:02.9030513Z ##[endgroup] 2022-12-01T10:03:02.9107736Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:03:02.9158398Z instance-id: i-073019089f32075f7 2022-12-01T10:03:02.9207821Z instance-type: c5.2xlarge 2022-12-01T10:03:02.9214661Z system info Linux ip-10-0-3-190.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-12-01T10:03:02.9231073Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:03:02.9231356Z if systemctl is-active --quiet docker; then 2022-12-01T10:03:02.9231613Z  echo "Docker daemon is running..."; 2022-12-01T10:03:02.9231807Z else 2022-12-01T10:03:02.9232038Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:03:02.9232267Z fi 2022-12-01T10:03:02.9243128Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:02.9243350Z env: 2022-12-01T10:03:02.9243525Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:02.9243701Z ##[endgroup] 2022-12-01T10:03:02.9369646Z Docker daemon is running... 2022-12-01T10:03:02.9387340Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:03:02.9387693Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:03:02.9387977Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:02.9388369Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:03:02.9388711Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:03:02.9399167Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:02.9399384Z env: 2022-12-01T10:03:02.9399545Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:02.9399741Z AWS_RETRY_MODE: standard 2022-12-01T10:03:02.9399931Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:03:02.9400114Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:03:02.9400300Z ##[endgroup] 2022-12-01T10:03:04.4013803Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:03:04.4014183Z Configure a credential helper to remove this warning. See 2022-12-01T10:03:04.4014594Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:03:04.4014837Z 2022-12-01T10:03:04.4015360Z Login Succeeded 2022-12-01T10:03:04.4050161Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:04.4050496Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:04.4050839Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:04.4062477Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:04.4062699Z env: 2022-12-01T10:03:04.4062878Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:04.4063055Z ##[endgroup] 2022-12-01T10:03:04.4151240Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:03:04.4151487Z with: 2022-12-01T10:03:04.4151936Z github-secret: *** 2022-12-01T10:03:04.4152144Z activate-with-label: false 2022-12-01T10:03:04.4152324Z label: with-ssh 2022-12-01T10:03:04.4152516Z remove-existing-keys: true 2022-12-01T10:03:04.4152699Z env: 2022-12-01T10:03:04.4152857Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:04.4153042Z ##[endgroup] 2022-12-01T10:03:04.9758687Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:03:05.0517777Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:03:05.0531764Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:03:05.0556827Z Login using: ssh ec2-user@ec2-54-147-14-120.compute-1.amazonaws.com 2022-12-01T10:03:05.0686072Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:03:05.0686529Z with: 2022-12-01T10:03:05.0687037Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:05.0687537Z env: 2022-12-01T10:03:05.0687795Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:05.0688050Z ##[endgroup] 2022-12-01T10:03:05.0702059Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:05.0702433Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:05.0702696Z # ignore output since only exit code is used for conditional 2022-12-01T10:03:05.0702977Z # only pull docker image if it's not available locally 2022-12-01T10:03:05.0703264Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:03:05.0703565Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:03:05.0703763Z fi 2022-12-01T10:03:05.0714876Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:05.0715092Z env: 2022-12-01T10:03:05.0715272Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:05.0715613Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:05.0715937Z ##[endgroup] 2022-12-01T10:03:05.2790385Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-12-01T10:03:05.2818749Z 675920708c8b: Pulling fs layer 2022-12-01T10:03:05.2819013Z 3a31ffa0162f: Pulling fs layer 2022-12-01T10:03:05.2819325Z fe9b24415086: Pulling fs layer 2022-12-01T10:03:05.2819610Z 422bea31bd2a: Pulling fs layer 2022-12-01T10:03:05.2819912Z 27ad548906a1: Pulling fs layer 2022-12-01T10:03:05.2820273Z efe762c046e3: Pulling fs layer 2022-12-01T10:03:05.2820735Z a12af00c9224: Pulling fs layer 2022-12-01T10:03:05.2820971Z 49809737e89d: Pulling fs layer 2022-12-01T10:03:05.2821257Z 4bd15b741963: Pulling fs layer 2022-12-01T10:03:05.2821538Z 9fdf20fee962: Pulling fs layer 2022-12-01T10:03:05.2821913Z 85d2fa9daf54: Pulling fs layer 2022-12-01T10:03:05.2822249Z e3608d8edfea: Pulling fs layer 2022-12-01T10:03:05.2822541Z 63ae5eb88541: Pulling fs layer 2022-12-01T10:03:05.2822856Z 2b6269e5f012: Pulling fs layer 2022-12-01T10:03:05.2823219Z 49405b81ba46: Pulling fs layer 2022-12-01T10:03:05.2823538Z f5bd51a8525a: Pulling fs layer 2022-12-01T10:03:05.2823712Z 422bea31bd2a: Waiting 2022-12-01T10:03:05.2823899Z dce0658383e3: Pulling fs layer 2022-12-01T10:03:05.2824093Z fda59f894d4a: Pulling fs layer 2022-12-01T10:03:05.2824275Z c4cd62aabb9c: Pulling fs layer 2022-12-01T10:03:05.2824459Z 27ad548906a1: Waiting 2022-12-01T10:03:05.2824663Z d84da0b3b529: Pulling fs layer 2022-12-01T10:03:05.2824946Z 81e2ac298c61: Pulling fs layer 2022-12-01T10:03:05.2825250Z 63ae5eb88541: Waiting 2022-12-01T10:03:05.2825548Z 38c05cfe4070: Pulling fs layer 2022-12-01T10:03:05.2825786Z efe762c046e3: Waiting 2022-12-01T10:03:05.2825962Z 2b6269e5f012: Waiting 2022-12-01T10:03:05.2826143Z af4d19351fdf: Pulling fs layer 2022-12-01T10:03:05.2826325Z d1d5291b2ab5: Pulling fs layer 2022-12-01T10:03:05.2826505Z a12af00c9224: Waiting 2022-12-01T10:03:05.2826675Z 49405b81ba46: Waiting 2022-12-01T10:03:05.2826841Z 17be6d40a7e6: Pulling fs layer 2022-12-01T10:03:05.2827020Z 49809737e89d: Waiting 2022-12-01T10:03:05.2827196Z 7334631630ca: Pulling fs layer 2022-12-01T10:03:05.2827362Z f5bd51a8525a: Waiting 2022-12-01T10:03:05.2827536Z 4bd15b741963: Waiting 2022-12-01T10:03:05.2827714Z b7010c1141c8: Pulling fs layer 2022-12-01T10:03:05.2827882Z e3608d8edfea: Waiting 2022-12-01T10:03:05.2828055Z 9fdf20fee962: Waiting 2022-12-01T10:03:05.2828383Z 1d69ebcc1824: Pulling fs layer 2022-12-01T10:03:05.2828571Z 85d2fa9daf54: Waiting 2022-12-01T10:03:05.2828745Z bbd83461fb41: Pulling fs layer 2022-12-01T10:03:05.2828931Z dce0658383e3: Waiting 2022-12-01T10:03:05.2829182Z bcd5197bc3b1: Pulling fs layer 2022-12-01T10:03:05.2829357Z fda59f894d4a: Waiting 2022-12-01T10:03:05.2829821Z b80f27646ab6: Pulling fs layer 2022-12-01T10:03:05.2830004Z d84da0b3b529: Waiting 2022-12-01T10:03:05.2830175Z 866c2acc4910: Pulling fs layer 2022-12-01T10:03:05.2830401Z c4cd62aabb9c: Waiting 2022-12-01T10:03:05.2831058Z 81e2ac298c61: Waiting 2022-12-01T10:03:05.2831334Z e39e0e87bf58: Pulling fs layer 2022-12-01T10:03:05.2831680Z 38c05cfe4070: Waiting 2022-12-01T10:03:05.2832019Z b7010c1141c8: Waiting 2022-12-01T10:03:05.2832299Z 31e492142d52: Pulling fs layer 2022-12-01T10:03:05.2832591Z 1d69ebcc1824: Waiting 2022-12-01T10:03:05.2832918Z 7d95e9c9554c: Pulling fs layer 2022-12-01T10:03:05.2833248Z af4d19351fdf: Waiting 2022-12-01T10:03:05.2833531Z bcd5197bc3b1: Waiting 2022-12-01T10:03:05.2833863Z f405cc5c9c77: Pulling fs layer 2022-12-01T10:03:05.2834182Z bbd83461fb41: Waiting 2022-12-01T10:03:05.2834460Z b80f27646ab6: Waiting 2022-12-01T10:03:05.2834775Z a1d89816b283: Pulling fs layer 2022-12-01T10:03:05.2835097Z d1d5291b2ab5: Waiting 2022-12-01T10:03:05.2835374Z 866c2acc4910: Waiting 2022-12-01T10:03:05.2835695Z 38d7b060d3d4: Pulling fs layer 2022-12-01T10:03:05.2836032Z 0b48564513b3: Pulling fs layer 2022-12-01T10:03:05.2836336Z 17be6d40a7e6: Waiting 2022-12-01T10:03:05.2836652Z c517839d268c: Pulling fs layer 2022-12-01T10:03:05.2836965Z 7334631630ca: Waiting 2022-12-01T10:03:05.2837251Z 9200027c6378: Pulling fs layer 2022-12-01T10:03:05.2837533Z 31e492142d52: Waiting 2022-12-01T10:03:05.2837807Z 7d95e9c9554c: Waiting 2022-12-01T10:03:05.2839476Z 1a68c742e877: Pulling fs layer 2022-12-01T10:03:05.2839853Z 085aceb64709: Pulling fs layer 2022-12-01T10:03:05.2840156Z f405cc5c9c77: Waiting 2022-12-01T10:03:05.2840451Z a1d89816b283: Waiting 2022-12-01T10:03:05.2840794Z 9fad26f5e1f4: Pulling fs layer 2022-12-01T10:03:05.2841153Z 38d7b060d3d4: Waiting 2022-12-01T10:03:05.2841361Z 0b48564513b3: Waiting 2022-12-01T10:03:05.2841528Z 3454ac6b1f68: Pulling fs layer 2022-12-01T10:03:05.2841763Z c517839d268c: Waiting 2022-12-01T10:03:05.2842047Z 38599e0ca649: Pulling fs layer 2022-12-01T10:03:05.2842316Z 9200027c6378: Waiting 2022-12-01T10:03:05.2842595Z a16f0b09d742: Pulling fs layer 2022-12-01T10:03:05.2842792Z 100cd65220ba: Pulling fs layer 2022-12-01T10:03:05.2842966Z 3454ac6b1f68: Waiting 2022-12-01T10:03:05.2843193Z 9d7685da3dfa: Pulling fs layer 2022-12-01T10:03:05.2843492Z a16f0b09d742: Waiting 2022-12-01T10:03:05.2843771Z e69408c62fb4: Pulling fs layer 2022-12-01T10:03:05.2844045Z 1530f151c058: Pulling fs layer 2022-12-01T10:03:05.2844226Z 100cd65220ba: Waiting 2022-12-01T10:03:05.2844428Z 3aeaec05c672: Pulling fs layer 2022-12-01T10:03:05.2844758Z e69408c62fb4: Waiting 2022-12-01T10:03:05.2845022Z 1530f151c058: Waiting 2022-12-01T10:03:05.2845269Z 99763bc3448a: Pulling fs layer 2022-12-01T10:03:05.2845591Z cec809ad8b3c: Pulling fs layer 2022-12-01T10:03:05.2845779Z 99763bc3448a: Waiting 2022-12-01T10:03:05.2845950Z 677fdb68d2c6: Pulling fs layer 2022-12-01T10:03:05.2846148Z 92d94c0f43b4: Pulling fs layer 2022-12-01T10:03:05.2846350Z a90bc9ac3f47: Pulling fs layer 2022-12-01T10:03:05.2846537Z 8ef4cf23833b: Pulling fs layer 2022-12-01T10:03:05.2879707Z 92d94c0f43b4: Waiting 2022-12-01T10:03:05.2879950Z 677fdb68d2c6: Waiting 2022-12-01T10:03:05.2880219Z cec809ad8b3c: Waiting 2022-12-01T10:03:05.2880511Z a90bc9ac3f47: Waiting 2022-12-01T10:03:05.2880783Z 8ef4cf23833b: Waiting 2022-12-01T10:03:05.3796500Z 3a31ffa0162f: Verifying Checksum 2022-12-01T10:03:05.3796919Z 3a31ffa0162f: Download complete 2022-12-01T10:03:05.4538542Z 422bea31bd2a: Download complete 2022-12-01T10:03:05.5417606Z 27ad548906a1: Download complete 2022-12-01T10:03:05.6336093Z 675920708c8b: Verifying Checksum 2022-12-01T10:03:05.6336494Z 675920708c8b: Download complete 2022-12-01T10:03:05.6395989Z efe762c046e3: Verifying Checksum 2022-12-01T10:03:05.6396360Z efe762c046e3: Download complete 2022-12-01T10:03:05.7260940Z 49809737e89d: Verifying Checksum 2022-12-01T10:03:05.7261299Z 49809737e89d: Download complete 2022-12-01T10:03:05.7313514Z a12af00c9224: Verifying Checksum 2022-12-01T10:03:05.7313916Z a12af00c9224: Download complete 2022-12-01T10:03:05.8058489Z 4bd15b741963: Verifying Checksum 2022-12-01T10:03:05.8059014Z 4bd15b741963: Download complete 2022-12-01T10:03:05.8073141Z 9fdf20fee962: Verifying Checksum 2022-12-01T10:03:05.8073520Z 9fdf20fee962: Download complete 2022-12-01T10:03:05.8994920Z e3608d8edfea: Download complete 2022-12-01T10:03:05.9940547Z 63ae5eb88541: Download complete 2022-12-01T10:03:06.3435072Z 675920708c8b: Pull complete 2022-12-01T10:03:06.4833892Z 3a31ffa0162f: Pull complete 2022-12-01T10:03:06.6739447Z 85d2fa9daf54: Verifying Checksum 2022-12-01T10:03:06.6739717Z 85d2fa9daf54: Download complete 2022-12-01T10:03:06.7779529Z 49405b81ba46: Download complete 2022-12-01T10:03:06.8535490Z f5bd51a8525a: Verifying Checksum 2022-12-01T10:03:06.8535973Z f5bd51a8525a: Download complete 2022-12-01T10:03:07.3628674Z dce0658383e3: Verifying Checksum 2022-12-01T10:03:07.3629084Z dce0658383e3: Download complete 2022-12-01T10:03:07.4719579Z fda59f894d4a: Verifying Checksum 2022-12-01T10:03:07.4719867Z fda59f894d4a: Download complete 2022-12-01T10:03:07.5877590Z c4cd62aabb9c: Download complete 2022-12-01T10:03:07.6658332Z d84da0b3b529: Verifying Checksum 2022-12-01T10:03:07.6658618Z d84da0b3b529: Download complete 2022-12-01T10:03:07.7636484Z 81e2ac298c61: Download complete 2022-12-01T10:03:07.8238192Z 38c05cfe4070: Verifying Checksum 2022-12-01T10:03:07.8238552Z 38c05cfe4070: Download complete 2022-12-01T10:03:07.8913674Z af4d19351fdf: Verifying Checksum 2022-12-01T10:03:07.8913961Z af4d19351fdf: Download complete 2022-12-01T10:03:07.9703231Z d1d5291b2ab5: Download complete 2022-12-01T10:03:08.3911916Z fe9b24415086: Verifying Checksum 2022-12-01T10:03:08.3912270Z fe9b24415086: Download complete 2022-12-01T10:03:08.4770834Z 7334631630ca: Verifying Checksum 2022-12-01T10:03:08.4771651Z 7334631630ca: Download complete 2022-12-01T10:03:08.5459260Z b7010c1141c8: Verifying Checksum 2022-12-01T10:03:08.5459579Z b7010c1141c8: Download complete 2022-12-01T10:03:08.6330366Z 1d69ebcc1824: Verifying Checksum 2022-12-01T10:03:08.6331737Z 1d69ebcc1824: Download complete 2022-12-01T10:03:08.7058887Z bbd83461fb41: Verifying Checksum 2022-12-01T10:03:08.7059367Z bbd83461fb41: Download complete 2022-12-01T10:03:08.7960353Z bcd5197bc3b1: Verifying Checksum 2022-12-01T10:03:08.7960789Z bcd5197bc3b1: Download complete 2022-12-01T10:03:08.9112212Z 17be6d40a7e6: Verifying Checksum 2022-12-01T10:03:08.9112667Z 17be6d40a7e6: Download complete 2022-12-01T10:03:09.0031946Z 866c2acc4910: Download complete 2022-12-01T10:03:09.0861270Z e39e0e87bf58: Verifying Checksum 2022-12-01T10:03:09.0861571Z e39e0e87bf58: Download complete 2022-12-01T10:03:09.3141690Z 31e492142d52: Download complete 2022-12-01T10:03:09.3801543Z 7d95e9c9554c: Verifying Checksum 2022-12-01T10:03:09.3802058Z 7d95e9c9554c: Download complete 2022-12-01T10:03:09.4696187Z f405cc5c9c77: Verifying Checksum 2022-12-01T10:03:09.4696582Z f405cc5c9c77: Download complete 2022-12-01T10:03:09.5515578Z a1d89816b283: Verifying Checksum 2022-12-01T10:03:09.5516025Z a1d89816b283: Download complete 2022-12-01T10:03:09.6277043Z 38d7b060d3d4: Verifying Checksum 2022-12-01T10:03:09.6279589Z 38d7b060d3d4: Download complete 2022-12-01T10:03:09.6992552Z 0b48564513b3: Download complete 2022-12-01T10:03:09.7885752Z c517839d268c: Verifying Checksum 2022-12-01T10:03:09.7886118Z c517839d268c: Download complete 2022-12-01T10:03:09.8541398Z 9200027c6378: Download complete 2022-12-01T10:03:09.9202297Z 1a68c742e877: Download complete 2022-12-01T10:03:09.9944501Z 085aceb64709: Verifying Checksum 2022-12-01T10:03:09.9944880Z 085aceb64709: Download complete 2022-12-01T10:03:10.4954541Z 9fad26f5e1f4: Verifying Checksum 2022-12-01T10:03:10.4955005Z 9fad26f5e1f4: Download complete 2022-12-01T10:03:10.5750845Z 3454ac6b1f68: Verifying Checksum 2022-12-01T10:03:10.5751395Z 3454ac6b1f68: Download complete 2022-12-01T10:03:10.6569391Z 38599e0ca649: Verifying Checksum 2022-12-01T10:03:10.6569788Z 38599e0ca649: Download complete 2022-12-01T10:03:10.7344558Z a16f0b09d742: Verifying Checksum 2022-12-01T10:03:10.7345755Z a16f0b09d742: Download complete 2022-12-01T10:03:10.8112001Z 100cd65220ba: Verifying Checksum 2022-12-01T10:03:10.8113705Z 100cd65220ba: Download complete 2022-12-01T10:03:11.0464014Z b80f27646ab6: Verifying Checksum 2022-12-01T10:03:11.0464464Z b80f27646ab6: Download complete 2022-12-01T10:03:11.0651754Z 9d7685da3dfa: Download complete 2022-12-01T10:03:11.1290833Z e69408c62fb4: Verifying Checksum 2022-12-01T10:03:11.1291296Z e69408c62fb4: Download complete 2022-12-01T10:03:11.1523668Z 1530f151c058: Verifying Checksum 2022-12-01T10:03:11.1523924Z 1530f151c058: Download complete 2022-12-01T10:03:11.2201960Z 99763bc3448a: Verifying Checksum 2022-12-01T10:03:11.2202348Z 99763bc3448a: Download complete 2022-12-01T10:03:11.3059536Z cec809ad8b3c: Download complete 2022-12-01T10:03:11.3822956Z 677fdb68d2c6: Download complete 2022-12-01T10:03:11.4554569Z 92d94c0f43b4: Download complete 2022-12-01T10:03:11.5427460Z a90bc9ac3f47: Verifying Checksum 2022-12-01T10:03:11.5427902Z a90bc9ac3f47: Download complete 2022-12-01T10:03:12.1410312Z 8ef4cf23833b: Verifying Checksum 2022-12-01T10:03:12.1410644Z 8ef4cf23833b: Download complete 2022-12-01T10:03:14.3644292Z 3aeaec05c672: Verifying Checksum 2022-12-01T10:03:14.3644688Z 3aeaec05c672: Download complete 2022-12-01T10:03:14.9281701Z fe9b24415086: Pull complete 2022-12-01T10:03:15.0485702Z 422bea31bd2a: Pull complete 2022-12-01T10:03:15.2352224Z 27ad548906a1: Pull complete 2022-12-01T10:03:15.4284967Z efe762c046e3: Pull complete 2022-12-01T10:03:15.6219413Z a12af00c9224: Pull complete 2022-12-01T10:03:15.8264638Z 49809737e89d: Pull complete 2022-12-01T10:03:16.0815495Z 4bd15b741963: Pull complete 2022-12-01T10:03:16.2938859Z 9fdf20fee962: Pull complete 2022-12-01T10:03:17.9614368Z 2b6269e5f012: Verifying Checksum 2022-12-01T10:03:17.9614700Z 2b6269e5f012: Download complete 2022-12-01T10:03:18.1250823Z 85d2fa9daf54: Pull complete 2022-12-01T10:03:18.3217575Z e3608d8edfea: Pull complete 2022-12-01T10:03:18.4527110Z 63ae5eb88541: Pull complete 2022-12-01T10:03:38.7724878Z 2b6269e5f012: Pull complete 2022-12-01T10:03:39.0815372Z 49405b81ba46: Pull complete 2022-12-01T10:03:39.3290751Z f5bd51a8525a: Pull complete 2022-12-01T10:03:40.1801424Z dce0658383e3: Pull complete 2022-12-01T10:03:40.3101958Z fda59f894d4a: Pull complete 2022-12-01T10:03:40.5080596Z c4cd62aabb9c: Pull complete 2022-12-01T10:03:40.6619731Z d84da0b3b529: Pull complete 2022-12-01T10:03:40.8247666Z 81e2ac298c61: Pull complete 2022-12-01T10:03:40.9682798Z 38c05cfe4070: Pull complete 2022-12-01T10:03:41.0914097Z af4d19351fdf: Pull complete 2022-12-01T10:03:41.2341857Z d1d5291b2ab5: Pull complete 2022-12-01T10:03:43.0699452Z 17be6d40a7e6: Pull complete 2022-12-01T10:03:43.2114833Z 7334631630ca: Pull complete 2022-12-01T10:03:43.4187834Z b7010c1141c8: Pull complete 2022-12-01T10:03:43.6110585Z 1d69ebcc1824: Pull complete 2022-12-01T10:03:43.8154425Z bbd83461fb41: Pull complete 2022-12-01T10:03:44.0632788Z bcd5197bc3b1: Pull complete 2022-12-01T10:03:48.6223557Z b80f27646ab6: Pull complete 2022-12-01T10:03:48.7829446Z 866c2acc4910: Pull complete 2022-12-01T10:03:48.8981077Z e39e0e87bf58: Pull complete 2022-12-01T10:03:49.0121966Z 31e492142d52: Pull complete 2022-12-01T10:03:49.1960681Z 7d95e9c9554c: Pull complete 2022-12-01T10:03:49.3512775Z f405cc5c9c77: Pull complete 2022-12-01T10:03:49.5534226Z a1d89816b283: Pull complete 2022-12-01T10:03:49.7970102Z 38d7b060d3d4: Pull complete 2022-12-01T10:03:49.9379614Z 0b48564513b3: Pull complete 2022-12-01T10:03:50.0223412Z c517839d268c: Pull complete 2022-12-01T10:03:50.1221117Z 9200027c6378: Pull complete 2022-12-01T10:03:50.2100176Z 1a68c742e877: Pull complete 2022-12-01T10:03:50.3057097Z 085aceb64709: Pull complete 2022-12-01T10:03:51.5074121Z 9fad26f5e1f4: Pull complete 2022-12-01T10:03:51.7172238Z 3454ac6b1f68: Pull complete 2022-12-01T10:03:51.9693597Z 38599e0ca649: Pull complete 2022-12-01T10:03:52.1955602Z a16f0b09d742: Pull complete 2022-12-01T10:03:52.3875464Z 100cd65220ba: Pull complete 2022-12-01T10:03:52.8303203Z 9d7685da3dfa: Pull complete 2022-12-01T10:03:53.0856956Z e69408c62fb4: Pull complete 2022-12-01T10:03:53.3201915Z 1530f151c058: Pull complete 2022-12-01T10:03:57.2671001Z 3aeaec05c672: Pull complete 2022-12-01T10:03:57.4478535Z 99763bc3448a: Pull complete 2022-12-01T10:03:57.6547820Z cec809ad8b3c: Pull complete 2022-12-01T10:03:57.9241742Z 677fdb68d2c6: Pull complete 2022-12-01T10:03:58.1075868Z 92d94c0f43b4: Pull complete 2022-12-01T10:03:58.2774632Z a90bc9ac3f47: Pull complete 2022-12-01T10:03:59.8908661Z 8ef4cf23833b: Pull complete 2022-12-01T10:03:59.9938316Z Digest: sha256:7d4daa1530ad815417dd92428a12643a4a8b0e93e820e2eb2d4e8818a4e57ba2 2022-12-01T10:04:00.0209105Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:00.0355875Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:00.0415498Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:04:00.0415799Z python3 -m pip install psutil==5.9.1 2022-12-01T10:04:00.0416045Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:04:00.0416307Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:04:00.0416576Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:04:00.0428495Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:00.0428718Z env: 2022-12-01T10:04:00.0428883Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:00.0429072Z ##[endgroup] 2022-12-01T10:04:00.2584898Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:04:00.2778861Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:04:00.8094005Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:04:00.8289223Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:04:01.1492083Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:04:01.1534492Z Prepare all required actions 2022-12-01T10:04:01.1534757Z Getting action download info 2022-12-01T10:04:01.3991490Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:04:01.5860758Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:04:01.7179443Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:04:01.7179666Z with: 2022-12-01T10:04:01.7179859Z name: linux-focal-py3.7-gcc7 2022-12-01T10:04:01.7180050Z env: 2022-12-01T10:04:01.7180211Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:01.7180572Z ##[endgroup] 2022-12-01T10:04:01.7205195Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:04:01.7205519Z with: 2022-12-01T10:04:01.7205705Z name: linux-focal-py3.7-gcc7 2022-12-01T10:04:01.7205912Z s3-bucket: gha-artifacts 2022-12-01T10:04:01.7206086Z region: us-east-1 2022-12-01T10:04:01.7206254Z env: 2022-12-01T10:04:01.7206458Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:01.7206631Z ##[endgroup] 2022-12-01T10:04:02.1296219Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-focal-py3.7-gcc7/ 2022-12-01T10:04:02.1297040Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:04:05.1617824Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:04:05.1618268Z 2022-12-01T10:04:05.1623221Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:04:05.1624807Z Artifact download has finished successfully 2022-12-01T10:04:05.1749015Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:04:05.1749251Z unzip -o artifacts.zip 2022-12-01T10:04:05.1760891Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:05.1761100Z env: 2022-12-01T10:04:05.1761280Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:05.1761476Z ##[endgroup] 2022-12-01T10:04:05.1827601Z Archive: artifacts.zip 2022-12-01T10:04:05.1828574Z creating: dist/ 2022-12-01T10:04:05.9505435Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:05.9505761Z creating: build/custom_test_artifacts/ 2022-12-01T10:04:05.9506100Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:04:05.9506442Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:04:05.9508365Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:05.9508770Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:05.9509190Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:05.9509602Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:05.9510015Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:05.9511737Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:05.9513034Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:05.9513450Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:05.9513874Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:05.9515565Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:05.9516858Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:05.9518380Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:05.9518853Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:05.9520007Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:05.9520773Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:05.9521180Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:05.9522016Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:05.9522591Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:05.9523308Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:04:05.9523912Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:04:05.9524438Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:04:05.9525055Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:04:05.9525654Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:04:05.9526234Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:04:05.9526826Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:04:05.9527256Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:04:05.9527694Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:04:05.9528138Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:04:05.9542055Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:04:05.9629554Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:04:05.9630109Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:04:05.9630712Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:04:05.9631325Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:04:05.9631839Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:04:05.9632466Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:04:05.9633093Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:04:05.9633595Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:04:05.9634055Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:04:05.9634514Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:04:05.9634977Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:04:05.9649228Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:04:05.9712146Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:04:05.9712878Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:05.9713608Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:05.9714119Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:04:05.9714608Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:04:05.9715010Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:05.9715727Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:04:05.9716466Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:04:05.9716983Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:04:05.9788369Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:04:05.9846655Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:04:05.9847034Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:04:05.9847383Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:04:05.9850517Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:05.9850955Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:05.9851971Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:05.9852520Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:05.9853039Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:05.9855429Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:05.9856943Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:05.9857436Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:05.9857863Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:05.9859561Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:05.9861157Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:05.9863250Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:05.9863818Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:05.9865135Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:05.9866118Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:05.9866607Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:05.9867010Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:05.9867428Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:05.9867819Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:04:05.9868275Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:04:05.9868749Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:04:05.9869211Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:04:05.9869630Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:04:05.9870078Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:04:05.9870653Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:04:05.9871397Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:04:05.9871856Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:04:05.9872381Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:04:05.9887958Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:04:05.9943152Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:04:05.9943988Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:05.9944801Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:05.9945532Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:04:05.9946193Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:04:05.9946870Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:05.9947518Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:04:05.9948279Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:04:05.9948905Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:04:05.9992391Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:04:05.9992767Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:04:05.9993138Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:04:05.9995138Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:05.9995942Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:05.9996413Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:05.9996865Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:05.9997300Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:05.9998360Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:05.9999810Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:06.0002872Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:06.0003313Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:06.0005239Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:06.0006649Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:06.0008013Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:06.0008495Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:06.0010827Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:06.0011961Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:06.0012402Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:06.0013215Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:06.0013896Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:06.0014507Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:04:06.0015175Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:04:06.0015788Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:04:06.0016479Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:04:06.0017127Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:04:06.0017725Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:04:06.0018187Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:04:06.0018668Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:04:06.0019139Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:04:06.0019607Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:04:06.0021072Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:04:06.0155547Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:04:06.0156139Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:04:06.0156790Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:04:06.0157411Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:04:06.0157953Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:04:06.0158582Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:04:06.0159186Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:04:06.0159659Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:04:06.0160164Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:04:06.0160798Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:04:06.0161281Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:04:06.0179097Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:04:06.0226484Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:04:06.0227224Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:06.0227778Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:06.0228346Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:04:06.0228796Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:04:06.0229592Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:06.0230903Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:04:06.0231687Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:04:06.0232202Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:04:06.0326304Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:04:06.0362866Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:04:06.0363123Z creating: build/lib/ 2022-12-01T10:04:06.0363684Z inflating: build/lib/libclog.a 2022-12-01T10:04:06.0415800Z inflating: build/lib/libgtest.a 2022-12-01T10:04:06.0423832Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:04:06.0496969Z inflating: build/lib/libbenchmark.a 2022-12-01T10:04:06.0504615Z inflating: build/lib/libittnotify.a 2022-12-01T10:04:06.0588404Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:04:06.0615258Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:04:06.0708740Z inflating: build/lib/libgloo.a 2022-12-01T10:04:06.0769814Z inflating: build/lib/libasmjit.a 2022-12-01T10:04:06.1188652Z inflating: build/lib/libprotobuf.a 2022-12-01T10:04:06.1203688Z inflating: build/lib/libfmt.a 2022-12-01T10:04:06.1204229Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:04:06.1263875Z inflating: build/lib/libc10.so 2022-12-01T10:04:06.1265110Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:04:06.1272390Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:04:06.1279484Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:04:06.1291939Z inflating: build/lib/libqnnpack.a 2022-12-01T10:04:06.1310703Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:04:06.1312589Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:04:06.1327159Z inflating: build/lib/libgmock.a 2022-12-01T10:04:06.1771257Z inflating: build/lib/libprotoc.a 2022-12-01T10:04:06.1771834Z inflating: build/lib/libgtest_main.a 2022-12-01T10:04:06.1772714Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:04:06.8092561Z inflating: build/lib/libdnnl.a 2022-12-01T10:04:06.8109204Z inflating: build/lib/libnnpack.a 2022-12-01T10:04:06.8616150Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:04:06.9803998Z inflating: build/lib/libfbgemm.a 2022-12-01T10:04:07.0677844Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:04:07.0678194Z inflating: build/lib/libgmock_main.a 2022-12-01T10:04:07.0869482Z inflating: build/lib/libkineto.a 2022-12-01T10:04:07.0904440Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:04:07.0941465Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:04:07.1051890Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:04:07.1599494Z inflating: build/lib/libonnx.a 2022-12-01T10:04:08.9773654Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:04:08.9774477Z inflating: build/lib/libtorch.so 2022-12-01T10:04:08.9793454Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:04:08.9840518Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:04:08.9865096Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:04:08.9868745Z inflating: build/lib/libshm.so 2022-12-01T10:04:09.1179083Z inflating: build/lib/libtorch_python.so 2022-12-01T10:04:09.1210128Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:04:09.1210346Z creating: build/bin/ 2022-12-01T10:04:09.1251874Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:04:09.1295787Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:04:09.1338387Z inflating: build/bin/c10_Device_test 2022-12-01T10:04:09.1388137Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:04:09.1428651Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:04:09.1471735Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:04:09.1518430Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:04:09.1565559Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:04:09.1605824Z inflating: build/bin/c10_Array_test 2022-12-01T10:04:09.1654613Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:04:09.1699157Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:04:09.1739724Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:04:09.1783302Z inflating: build/bin/c10_C++17_test 2022-12-01T10:04:09.1824690Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:04:09.1866566Z inflating: build/bin/c10_Half_test 2022-12-01T10:04:09.1914458Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:04:09.1968077Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:04:09.2010110Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:04:09.2131310Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:04:09.2179216Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:04:09.2221714Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:04:09.2266171Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:04:09.2306518Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:04:09.2349698Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:04:09.2396847Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:04:09.2443058Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:04:09.2489883Z inflating: build/bin/c10_complex_test 2022-12-01T10:04:09.2534002Z inflating: build/bin/c10_exception_test 2022-12-01T10:04:09.2626600Z inflating: build/bin/c10_either_test 2022-12-01T10:04:09.2668690Z inflating: build/bin/c10_flags_test 2022-12-01T10:04:09.2811146Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:04:09.2853557Z inflating: build/bin/c10_irange_test 2022-12-01T10:04:09.2902847Z inflating: build/bin/c10_logging_test 2022-12-01T10:04:09.2965716Z inflating: build/bin/c10_optional_test 2022-12-01T10:04:09.3011730Z inflating: build/bin/c10_registry_test 2022-12-01T10:04:09.3064716Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:04:09.3114228Z inflating: build/bin/c10_string_view_test 2022-12-01T10:04:09.3157331Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:04:09.3204863Z inflating: build/bin/c10_typeid_test 2022-12-01T10:04:09.3252550Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:04:09.3672132Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:04:09.4087177Z inflating: build/bin/protoc 2022-12-01T10:04:09.4336738Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:04:09.4614134Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:04:09.4660614Z inflating: build/bin/FileStoreTest 2022-12-01T10:04:09.4711726Z inflating: build/bin/TCPStoreTest 2022-12-01T10:04:09.4757662Z inflating: build/bin/HashStoreTest 2022-12-01T10:04:09.4760288Z inflating: build/bin/example_allreduce 2022-12-01T10:04:09.4821985Z inflating: build/bin/Dict_test 2022-12-01T10:04:09.4877319Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:04:09.4921887Z inflating: build/bin/Dimname_test 2022-12-01T10:04:09.4975556Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:04:09.5023650Z inflating: build/bin/NamedTensor_test 2022-12-01T10:04:09.5074512Z inflating: build/bin/apply_utils_test 2022-12-01T10:04:09.5123910Z inflating: build/bin/atest 2022-12-01T10:04:09.5170045Z inflating: build/bin/broadcast_test 2022-12-01T10:04:09.5222070Z inflating: build/bin/basic 2022-12-01T10:04:09.5271469Z inflating: build/bin/cpu_generator_test 2022-12-01T10:04:09.5315425Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:04:09.5390642Z inflating: build/bin/cpu_rng_test 2022-12-01T10:04:09.5432639Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:04:09.5474662Z inflating: build/bin/dlconvertor_test 2022-12-01T10:04:09.5523826Z inflating: build/bin/extension_backend_test 2022-12-01T10:04:09.5571521Z inflating: build/bin/half_test 2022-12-01T10:04:09.5652125Z inflating: build/bin/ivalue_test 2022-12-01T10:04:09.5693597Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:04:09.5738847Z inflating: build/bin/math_kernel_test 2022-12-01T10:04:09.5784011Z inflating: build/bin/memory_format_test 2022-12-01T10:04:09.5828615Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:04:09.5871632Z inflating: build/bin/operator_name_test 2022-12-01T10:04:09.5915921Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:04:09.5963006Z inflating: build/bin/native_test 2022-12-01T10:04:09.6007455Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:04:09.6049539Z inflating: build/bin/operators_test 2022-12-01T10:04:09.6104584Z inflating: build/bin/pow_test 2022-12-01T10:04:09.6152975Z inflating: build/bin/quantized_test 2022-12-01T10:04:09.6194389Z inflating: build/bin/reduce_ops_test 2022-12-01T10:04:09.6237469Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:04:09.6286130Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:04:09.6336549Z inflating: build/bin/scalar_test 2022-12-01T10:04:09.6381310Z inflating: build/bin/stride_properties_test 2022-12-01T10:04:09.6448282Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:04:09.6450371Z inflating: build/bin/thread_init_test 2022-12-01T10:04:09.6497441Z inflating: build/bin/type_ptr_test 2022-12-01T10:04:09.6545108Z inflating: build/bin/test_parallel 2022-12-01T10:04:09.6587097Z inflating: build/bin/variant_test 2022-12-01T10:04:09.6630757Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:04:09.6681758Z inflating: build/bin/type_test 2022-12-01T10:04:09.6683019Z inflating: build/bin/verify_api_visibility 2022-12-01T10:04:09.6742017Z inflating: build/bin/vmap_test 2022-12-01T10:04:09.6784942Z inflating: build/bin/wrapdim_test 2022-12-01T10:04:09.6827941Z inflating: build/bin/weakref_test 2022-12-01T10:04:09.6878971Z inflating: build/bin/IListRef_test 2022-12-01T10:04:09.6971090Z inflating: build/bin/List_test 2022-12-01T10:04:09.7012435Z inflating: build/bin/xla_tensor_test 2022-12-01T10:04:09.7116934Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:04:09.7198689Z inflating: build/bin/kernel_function_test 2022-12-01T10:04:09.7254172Z inflating: build/bin/KernelFunction_test 2022-12-01T10:04:09.7364246Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:04:09.7452932Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:04:09.7503766Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:04:09.7546425Z inflating: build/bin/CppSignature_test 2022-12-01T10:04:09.7627344Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:04:09.7667314Z inflating: build/bin/op_allowlist_test 2022-12-01T10:04:09.7711815Z inflating: build/bin/inline_container_test 2022-12-01T10:04:09.7955678Z inflating: build/bin/op_registration_test 2022-12-01T10:04:09.8003509Z inflating: build/bin/backend_fallback_test 2022-12-01T10:04:09.8017321Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:04:09.8062976Z inflating: build/bin/test_dist_autograd 2022-12-01T10:04:09.8121869Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:04:09.8123865Z inflating: build/bin/parallel_benchmark 2022-12-01T10:04:09.8182949Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:04:09.8191831Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:04:09.8196401Z inflating: build/bin/torch_shm_manager 2022-12-01T10:04:09.8497913Z inflating: build/bin/test_lazy 2022-12-01T10:04:09.9186155Z inflating: build/bin/test_tensorexpr 2022-12-01T10:04:10.0209130Z inflating: build/bin/test_api 2022-12-01T10:04:10.0707602Z inflating: build/bin/test_jit 2022-12-01T10:04:10.0709346Z inflating: .pytorch-test-times.json 2022-12-01T10:04:10.0739800Z ##[group]Run df -H 2022-12-01T10:04:10.0740109Z df -H 2022-12-01T10:04:10.0752131Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:10.0752342Z env: 2022-12-01T10:04:10.0752519Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:10.0752709Z ##[endgroup] 2022-12-01T10:04:10.1071747Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:04:10.1072162Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:04:10.1072478Z tmpfs 8.2G 6.9M 8.2G 1% /dev/shm 2022-12-01T10:04:10.1072763Z tmpfs 8.2G 431k 8.2G 1% /run 2022-12-01T10:04:10.1073081Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:04:10.1073403Z /dev/nvme0n1p1 162G 21G 141G 13% / 2022-12-01T10:04:10.1172548Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:04:10.1172963Z .github/scripts/parse_ref.py 2022-12-01T10:04:10.1187103Z shell: /usr/bin/bash -e {0} 2022-12-01T10:04:10.1187294Z env: 2022-12-01T10:04:10.1187470Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:10.1187646Z ##[endgroup] 2022-12-01T10:04:10.1369155Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:04:10.1440182Z ##[group]Run set -x 2022-12-01T10:04:10.1440461Z set -x 2022-12-01T10:04:10.1440627Z  2022-12-01T10:04:10.1440811Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:04:10.1441071Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:04:10.1441330Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:04:10.1441555Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:04:10.1441754Z else 2022-12-01T10:04:10.1441959Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:04:10.1442145Z fi 2022-12-01T10:04:10.1442300Z  2022-12-01T10:04:10.1442540Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:04:10.1442761Z  2022-12-01T10:04:10.1442976Z # sanitize the input commit message and PR body here: 2022-12-01T10:04:10.1443188Z # 2022-12-01T10:04:10.1443459Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:04:10.1443848Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:04:10.1444159Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:04:10.1444387Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:04:10.1444559Z  2022-12-01T10:04:10.1444819Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:04:10.1445097Z # wreak havoc internally 2022-12-01T10:04:10.1445430Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:04:10.1445673Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:04:10.1445863Z  2022-12-01T10:04:10.1446086Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:04:10.1446366Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:04:10.1446642Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:04:10.1446880Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:04:10.1447090Z container_name=$(docker run \ 2022-12-01T10:04:10.1447294Z  ${GPU_FLAG:-} \ 2022-12-01T10:04:10.1447493Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:04:10.1447733Z  -e PR_NUMBER \ 2022-12-01T10:04:10.1447927Z  -e GITHUB_ACTIONS \ 2022-12-01T10:04:10.1448266Z  -e BASE_SHA \ 2022-12-01T10:04:10.1448445Z  -e BRANCH \ 2022-12-01T10:04:10.1448607Z  -e SHA1 \ 2022-12-01T10:04:10.1448798Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:04:10.1448995Z  -e IN_WHEEL_TEST \ 2022-12-01T10:04:10.1449172Z  -e SHARD_NUMBER \ 2022-12-01T10:04:10.1449360Z  -e TEST_CONFIG \ 2022-12-01T10:04:10.1449550Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:04:10.1449724Z  -e PR_BODY \ 2022-12-01T10:04:10.1449914Z  -e COMMIT_MESSAGES \ 2022-12-01T10:04:10.1450126Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:04:10.1450343Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:04:10.1450552Z  -e PR_LABELS \ 2022-12-01T10:04:10.1450759Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:04:10.1450958Z  -e SCCACHE_BUCKET \ 2022-12-01T10:04:10.1451163Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:04:10.1451357Z  -e XLA_CUDA \ 2022-12-01T10:04:10.1451563Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:04:10.1451800Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:04:10.1452037Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:04:10.1452264Z  --security-opt seccomp=unconfined \ 2022-12-01T10:04:10.1452477Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:04:10.1452671Z  --ipc=host \ 2022-12-01T10:04:10.1452947Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:04:10.1453184Z  --tty \ 2022-12-01T10:04:10.1453357Z  --detach \ 2022-12-01T10:04:10.1453556Z  --name="${container_name}" \ 2022-12-01T10:04:10.1453742Z  --user jenkins \ 2022-12-01T10:04:10.1453976Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:04:10.1454226Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:04:10.1454428Z  "${DOCKER_IMAGE}" 2022-12-01T10:04:10.1454590Z ) 2022-12-01T10:04:10.1454861Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:04:10.1466800Z shell: /usr/bin/bash -e {0} 2022-12-01T10:04:10.1466974Z env: 2022-12-01T10:04:10.1467152Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:10.1467385Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-12-01T10:04:10.1467588Z PR_NUMBER: 89997 2022-12-01T10:04:10.1467765Z BRANCH: pull/89997 2022-12-01T10:04:10.1467987Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:04:10.1468227Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:10.1468448Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:04:10.1468653Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:04:10.1468839Z TEST_CONFIG: jit_legacy 2022-12-01T10:04:10.1469019Z SHARD_NUMBER: 1 2022-12-01T10:04:10.1469192Z NUM_TEST_SHARDS: 1 2022-12-01T10:04:10.1469865Z PR_BODY: Link to landed master PR (if applicable): https://github.com/pytorch/pytorch/pull/88993 Criteria category: 1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.13 2: Prevents a crash I'm hoping this is a low-risk change, since it's just changing one method for its safer form. 2022-12-01T10:04:10.1470551Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:04:10.1470780Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:04:10.1470972Z SHM_SIZE: 1g 2022-12-01T10:04:10.1471303Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:10.1471611Z XLA_CUDA: 2022-12-01T10:04:10.1471868Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:04:10.1472127Z ##[endgroup] 2022-12-01T10:04:10.1497365Z + [[ jit_legacy == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:04:10.1497799Z + [[ linux-focal-py3.7-gcc7 == *onnx* ]] 2022-12-01T10:04:10.1498026Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:04:10.1500813Z ++ git cherry -v origin/master 2022-12-01T10:04:10.5446920Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:04:10.5447641Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:04:10.5448096Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:04:10.5448601Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:04:10.5449077Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:04:10.5449529Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:04:10.5449978Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:04:10.5450414Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:04:10.5450868Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:04:10.5451214Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:04:10.5451800Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:04:10.5452277Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:04:10.5452620Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:04:10.5453087Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:04:10.5453576Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:04:10.5453954Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:04:10.5454438Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:04:10.5454891Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:04:10.5455239Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:04:10.5455532Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:04:10.5456010Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:04:10.5456509Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:04:10.5456883Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:04:10.5457217Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:04:10.5457645Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:04:10.5458088Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:04:10.5458534Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:04:10.5458874Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:04:10.5459340Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:04:10.5459806Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:04:10.5460243Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:04:10.5460799Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:04:10.5461265Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:04:10.5461721Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:04:10.5462135Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:04:10.5462611Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:04:10.5463100Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:04:10.5463524Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:04:10.5463985Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:04:10.5464459Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:04:10.5464979Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:04:10.5465430Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:04:10.5465828Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:04:10.5466232Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:04:10.5466564Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:04:10.5466942Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:04:10.5467263Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:04:10.5467605Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:04:10.5479258Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:04:10.5479719Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:04:10.5480194Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:04:10.5480710Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:04:10.5481088Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:04:10.5481517Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:04:10.5481949Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:04:10.5482340Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:04:10.5482756Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:04:10.5483190Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:04:10.5483512Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:04:10.5483911Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:10.5702253Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:10.5709345Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashI'\''m hoping this is a low-risk change, since it'\''s just changing one method for its safer form.' 2022-12-01T10:04:10.5722841Z + export 'COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:10.5741005Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:10.5747923Z + export 'PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:04:10.5749328Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:04:10.5749978Z +++ nproc --ignore=2 2022-12-01T10:04:10.5916617Z ++ 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_3591403534 --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:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:21.4233642Z + container_name=2cc34fa373939d9b41d9bfb306574152f264695e12a7b771716755e15bb58978 2022-12-01T10:04:21.4236809Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:21.4238714Z + docker exec -t 2cc34fa373939d9b41d9bfb306574152f264695e12a7b771716755e15bb58978 sh -c 'pip install dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl[opt-einsum] && .jenkins/pytorch/test.sh' 2022-12-01T10:04:21.8466848Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:21.9236574Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (4.3.0) 2022-12-01T10:04:21.9247662Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (3.3.0) 2022-12-01T10:04:21.9317209Z Requirement already satisfied: numpy>=1.7 in /opt/conda/lib/python3.7/site-packages (from opt-einsum>=3.3->torch==1.13.0a0+gitc13d400) (1.18.5) 2022-12-01T10:04:22.7181661Z Installing collected packages: torch 2022-12-01T10:04:29.0207385Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:04:29.1546896Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:04:29.1700997Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:04:29.1701548Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:04:29.1702008Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:04:29.1702503Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:04:29.1702821Z + BUILD_DIR=build 2022-12-01T10:04:29.1703092Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:04:29.1703372Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:04:29.1703634Z + export VALGRIND=ON 2022-12-01T10:04:29.1703888Z + VALGRIND=ON 2022-12-01T10:04:29.1704249Z + [[ linux-focal-py3.7-gcc7 == *clang9* ]] 2022-12-01T10:04:29.1704663Z + [[ linux-focal-py3.7-gcc7 != *bazel* ]] 2022-12-01T10:04:29.1705197Z ++ realpath build/custom_test_artifacts 2022-12-01T10:04:29.1711772Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:04:29.1714010Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:04:29.1718970Z + source .jenkins/pytorch/common.sh 2022-12-01T10:04:29.1721376Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:04:29.1726924Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:04:29.1728217Z +++ declare -f -t trap_add 2022-12-01T10:04:29.1731435Z ++ set -ex 2022-12-01T10:04:29.1734550Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:29.1734784Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:04:29.1734975Z ++ [[ jit_legacy == *xla* ]] 2022-12-01T10:04:29.1735231Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-12-01T10:04:29.1735524Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-12-01T10:04:29.1735820Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-12-01T10:04:29.1736013Z ++ which conda 2022-12-01T10:04:29.1740817Z /opt/conda/bin/conda 2022-12-01T10:04:29.1741148Z ++ conda install -q -y cmake 2022-12-01T10:04:31.9359450Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:04:32.7971518Z Solving environment: ...working... done 2022-12-01T10:04:32.8856029Z 2022-12-01T10:04:32.8856455Z ## Package Plan ## 2022-12-01T10:04:32.8856694Z 2022-12-01T10:04:32.8856882Z environment location: /opt/conda 2022-12-01T10:04:32.8857114Z 2022-12-01T10:04:32.8857252Z added / updated specs: 2022-12-01T10:04:32.8857696Z - cmake 2022-12-01T10:04:32.8857857Z 2022-12-01T10:04:32.8858131Z 2022-12-01T10:04:32.8858318Z The following packages will be downloaded: 2022-12-01T10:04:32.8858573Z 2022-12-01T10:04:32.8858715Z package | build 2022-12-01T10:04:32.8859170Z ---------------------------|----------------- 2022-12-01T10:04:32.8859626Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:04:32.8860063Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:04:32.8860785Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:04:32.8861328Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:04:32.8861777Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:04:32.8862239Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:04:32.8862697Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:04:32.8863365Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:04:32.8863910Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:04:32.8864374Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:04:32.8869445Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:04:32.8869811Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:04:32.8870143Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:04:32.8870510Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:04:32.8870953Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:04:32.8871466Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:04:32.8871971Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:04:32.8872297Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:04:32.8872577Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:04:32.8872858Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:04:32.8873158Z ------------------------------------------------------------ 2022-12-01T10:04:32.8873386Z Total: 26.3 MB 2022-12-01T10:04:32.8873507Z 2022-12-01T10:04:32.8873622Z The following NEW packages will be INSTALLED: 2022-12-01T10:04:32.8873766Z 2022-12-01T10:04:32.8874027Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:04:32.8874395Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:04:32.8874742Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:04:32.8875095Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:04:32.8875446Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:04:32.8875789Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:04:32.8876171Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:04:32.8876531Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:04:32.8876916Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:04:32.8877282Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:04:32.8877641Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:04:32.8877993Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:04:32.8878345Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:04:32.8878678Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:04:32.8878823Z 2022-12-01T10:04:32.8878924Z The following packages will be UPDATED: 2022-12-01T10:04:32.8879061Z 2022-12-01T10:04:32.8879264Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:04:32.8884658Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:04:32.8885502Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:32.8886223Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:32.8886957Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:32.8887663Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:04:32.8887983Z 2022-12-01T10:04:32.8887992Z 2022-12-01T10:04:34.0573858Z Preparing transaction: ...working... done 2022-12-01T10:04:34.4881498Z Verifying transaction: ...working... done 2022-12-01T10:04:35.2055815Z Executing transaction: ...working... done 2022-12-01T10:04:35.2982464Z Retrieving notices: ...working... done 2022-12-01T10:04:35.4686535Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-12-01T10:04:35.4686934Z + echo 'Environment variables' 2022-12-01T10:04:35.4687142Z Environment variables 2022-12-01T10:04:35.4687314Z + env 2022-12-01T10:04:35.4693322Z INSTALLED_DB=yes 2022-12-01T10:04:35.4694020Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:04:35.4694572Z BUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 2022-12-01T10:04:35.4695009Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:04:35.4695333Z HOSTNAME=2cc34fa37393 2022-12-01T10:04:35.4695871Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_6c94e997-d6b3-4d0a-96a5-d56af7971e64 2022-12-01T10:04:35.4696180Z GITHUB_ACTION=__self 2022-12-01T10:04:35.4696436Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:04:35.4696631Z TEST_CONFIG=jit_legacy 2022-12-01T10:04:35.4696908Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:04:35.4697279Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:04:35.4697612Z GITHUB_REF_TYPE=branch 2022-12-01T10:04:35.4697925Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:04:35.4698311Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:35.4698634Z XLA_CUDA= 2022-12-01T10:04:35.4699360Z *** 2022-12-01T10:04:35.4699647Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:04:35.4699847Z GITHUB_ACTIONS=true 2022-12-01T10:04:35.4700080Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:04:35.4700669Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:04:35.4701052Z UCC_HOME=/usr 2022-12-01T10:04:35.4701355Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:04:35.4701633Z SHARD_NUMBER=1 2022-12-01T10:04:35.4701912Z GITHUB_REF_PROTECTED=false 2022-12-01T10:04:35.4702197Z HOME=/var/lib/jenkins 2022-12-01T10:04:35.4702554Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:04:35.4702894Z INSTALLED_THRIFT= 2022-12-01T10:04:35.4703084Z UCX_COMMIT= 2022-12-01T10:04:35.4703332Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:04:35.4703541Z NUM_TEST_SHARDS=1 2022-12-01T10:04:35.4703710Z UCX_HOME=/usr 2022-12-01T10:04:35.4704217Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_6c94e997-d6b3-4d0a-96a5-d56af7971e64 2022-12-01T10:04:35.4704529Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:04:35.4705003Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_6c94e997-d6b3-4d0a-96a5-d56af7971e64 2022-12-01T10:04:35.4705436Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:04:35.4705694Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:04:35.4705892Z GITHUB_RUN_ID=3591403534 2022-12-01T10:04:35.4706311Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_6c94e997-d6b3-4d0a-96a5-d56af7971e64 2022-12-01T10:04:35.4706644Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:04:35.4706816Z PR_NUMBER=89997 2022-12-01T10:04:35.4706985Z DESIRED_CUDA= 2022-12-01T10:04:35.4707160Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:04:35.4707322Z VALGRIND=ON 2022-12-01T10:04:35.4707546Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:04:35.4707764Z TERM=xterm 2022-12-01T10:04:35.4707921Z INSTALLED_VISION=yes 2022-12-01T10:04:35.4708101Z BRANCH=pull/89997 2022-12-01T10:04:35.4708288Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:04:35.4708473Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:04:35.4708838Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:04:35.4709137Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:04:35.4709321Z UCC_COMMIT= 2022-12-01T10:04:35.4709490Z INSTALLED_ANDROID= 2022-12-01T10:04:35.4709657Z SHLVL=1 2022-12-01T10:04:35.4709797Z MAX_JOBS=6 2022-12-01T10:04:35.4722095Z COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack 2022-12-01T10:04:35.4728257Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:04:35.4728606Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:04:35.4728869Z GITHUB_JOB=test 2022-12-01T10:04:35.4729060Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:04:35.4729273Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:04:35.4729467Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:04:35.4729658Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:04:35.4729959Z 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-12-01T10:04:35.4730259Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:04:35.4730440Z CI=true 2022-12-01T10:04:35.4730606Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:04:35.4730806Z INSTALLED_PROTOBUF=yes 2022-12-01T10:04:35.4731054Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:04:35.4731238Z GITHUB_ACTION_REF= 2022-12-01T10:04:35.4731512Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:04:35.4731742Z GITHUB_WORKFLOW=pull 2022-12-01T10:04:35.4731928Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:04:35.4732344Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_6c94e997-d6b3-4d0a-96a5-d56af7971e64 2022-12-01T10:04:35.4733428Z PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form. 2022-12-01T10:04:35.4734049Z _=/usr/bin/env 2022-12-01T10:04:35.4734245Z + echo 'Testing pytorch' 2022-12-01T10:04:35.4734427Z Testing pytorch 2022-12-01T10:04:35.4734622Z + export LANG=C.UTF-8 2022-12-01T10:04:35.4734799Z + LANG=C.UTF-8 2022-12-01T10:04:35.4734969Z + PR_NUMBER=89997 2022-12-01T10:04:35.4735155Z + [[ jit_legacy == \d\e\f\a\u\l\t ]] 2022-12-01T10:04:35.4735356Z + [[ jit_legacy == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:04:35.4735558Z + [[ jit_legacy == \s\l\o\w ]] 2022-12-01T10:04:35.4735873Z + [[ linux-focal-py3.7-gcc7 == *slow-gradcheck* ]] 2022-12-01T10:04:35.4736181Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-12-01T10:04:35.4736447Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:35.4736717Z + [[ linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-12-01T10:04:35.4736932Z + [[ jit_legacy == *crossref* ]] 2022-12-01T10:04:35.4737112Z + [[ jit_legacy == *dynamo* ]] 2022-12-01T10:04:35.4737313Z + [[ -n 89997 ]] 2022-12-01T10:04:35.4737495Z + [[ -z '' ]] 2022-12-01T10:04:35.4737691Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:04:35.4737932Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:04:35.4738201Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:35.4738460Z + [[ linux-focal-py3.7-gcc7 != *-bazel-* ]] 2022-12-01T10:04:35.4738706Z + pip_install --user ninja 2022-12-01T10:04:35.4738968Z + pip install --progress-bar off --user ninja 2022-12-01T10:04:35.8806037Z Collecting ninja 2022-12-01T10:04:35.9383448Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:04:36.6768721Z Installing collected packages: ninja 2022-12-01T10:04:36.6863589Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:04:36.6864144Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:04:36.6911859Z Successfully installed ninja-1.11.1 2022-12-01T10:04:36.7558682Z + 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-12-01T10:04:36.7559639Z + 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-12-01T10:04:36.7560458Z + [[ linux-focal-py3.7-gcc7 == *asan* ]] 2022-12-01T10:04:36.7560878Z + [[ jit_legacy == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:04:36.7561291Z + [[ jit_legacy == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:04:36.7565115Z + [[ linux-focal-py3.7-gcc7 == *tbb* ]] 2022-12-01T10:04:36.7577016Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-12-01T10:04:36.7577328Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-12-01T10:04:36.7580011Z + cd test 2022-12-01T10:04:36.7580363Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:04:37.5273423Z PyTorch built with: 2022-12-01T10:04:37.5274010Z - GCC 7.5 2022-12-01T10:04:37.5274278Z - C++ Version: 201402 2022-12-01T10:04:37.5274712Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:04:37.5275151Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:04:37.5275452Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:04:37.5275716Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:04:37.5275952Z - NNPACK is enabled 2022-12-01T10:04:37.5276197Z - CPU capability usage: AVX2 2022-12-01T10:04:37.5278752Z - 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 -Wunused-local-typedefs -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-12-01T10:04:37.5280610Z 2022-12-01T10:04:37.6640661Z + cd test 2022-12-01T10:04:37.6641278Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:04:38.4134314Z ATen/Parallel: 2022-12-01T10:04:38.4134775Z at::get_num_threads() : 4 2022-12-01T10:04:38.4135150Z at::get_num_interop_threads() : 4 2022-12-01T10:04:38.4135552Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:04:38.4135930Z omp_get_max_threads() : 4 2022-12-01T10:04:38.4136750Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:04:38.4137290Z mkl_get_max_threads() : 4 2022-12-01T10:04:38.4137898Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:04:38.4138415Z std::thread::hardware_concurrency() : 8 2022-12-01T10:04:38.4138815Z Environment variables: 2022-12-01T10:04:38.4139196Z OMP_NUM_THREADS : [not set] 2022-12-01T10:04:38.4139567Z MKL_NUM_THREADS : [not set] 2022-12-01T10:04:38.4139936Z ATen parallel backend: OpenMP 2022-12-01T10:04:38.4140177Z 2022-12-01T10:04:38.5533951Z + [[ jit_legacy == *backward* ]] 2022-12-01T10:04:38.5534240Z + [[ jit_legacy == *xla* ]] 2022-12-01T10:04:38.5534472Z + [[ jit_legacy == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:04:38.5534683Z + test_python_legacy_jit 2022-12-01T10:04:38.5535112Z + python test/run_test.py --include test_jit_legacy test_jit_fuser_legacy --verbose 2022-12-01T10:04:39.7023238Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:04:39.7661697Z Ignoring disabled issues: [] 2022-12-01T10:04:39.7794391Z Selected tests: 2022-12-01T10:04:39.7794699Z test_jit_legacy 2022-12-01T10:04:39.7795024Z test_jit_fuser_legacy 2022-12-01T10:04:39.9460624Z Prioritized test from test file changes. 2022-12-01T10:04:39.9461067Z reordering tests for PR: 2022-12-01T10:04:39.9461344Z prioritized: [] 2022-12-01T10:04:39.9461866Z the rest: ['test_jit_legacy', 'test_jit_fuser_legacy'] 2022-12-01T10:04:39.9462141Z 2022-12-01T10:04:39.9462707Z 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-12-01T10:04:40.0583274Z 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-12-01T10:04:40.1545928Z parallel (file granularity) tests: 2022-12-01T10:04:40.1546309Z test_jit_legacy 2022-12-01T10:04:40.1546642Z test_jit_fuser_legacy 2022-12-01T10:04:40.1546890Z serial (file granularity) tests: 2022-12-01T10:04:40.1547071Z 2022-12-01T10:04:41.3065095Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:04:41.3175519Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:04:41.3682074Z Ignoring disabled issues: [] 2022-12-01T10:04:41.3794184Z Ignoring disabled issues: [] 2022-12-01T10:04:41.3814324Z Running test_jit_legacy ... [2022-12-01 10:04:41.381188] 2022-12-01T10:04:41.3816725Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_legacy.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:04:41.381450] 2022-12-01T10:04:41.3928553Z Running test_jit_fuser_legacy ... [2022-12-01 10:04:41.392570] 2022-12-01T10:04:41.3930410Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_legacy.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:04:41.392846] 2022-12-01T10:04:44.0804696Z 2022-12-01T10:04:44.0805366Z Expand the folded group to see the log file of test_jit_fuser_legacy 2022-12-01T10:04:44.0811813Z ##[group]PRINTING LOG FILE of test_jit_fuser_legacy (/var/lib/jenkins/workspace/test/test-reports/test_jit_fuser_legacy_tpyn6e1z) 2022-12-01T10:04:44.0812372Z CUDA not available, skipping tests 2022-12-01T10:04:44.0812923Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:04:44.0813104Z 2022-12-01T10:04:44.0813178Z Running tests... 2022-12-01T10:04:44.0813469Z ---------------------------------------------------------------------- 2022-12-01T10:04:44.0813932Z test_abs_cpu (test_jit_fuser.TestFuser) ... Test results will be stored in test-reports/python-unittest/test_jit_fuser_legacy 2022-12-01T10:04:44.0814261Z skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0814559Z test_abs_cpu_unicode_temp_dir (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0814906Z test_abs_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0815241Z test_addcmul_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0815601Z test_arg_configurations_smoke_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0815950Z test_broadcast_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0816298Z test_checks_cat_inputs (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0816648Z test_chunk_correctness (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0817006Z test_chunk_correctness_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0817345Z test_chunk_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0817688Z test_chunk_distributes_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0818057Z test_chunk_motion_deduplicates_inputs (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0818416Z test_chunk_multiple_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0818749Z test_clamp (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0819118Z test_comparison_eq_ne (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0819467Z test_comparison_ge_le_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0819810Z test_comparison_gt_lt_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0820153Z test_concat_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0820770Z test_concat_invariant_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0821128Z test_cuda_bfloat16 (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0821606Z test_cuda_half (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0822139Z test_dropout (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0822750Z test_erf_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0823333Z test_exp_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0823700Z test_fuse_decompose_normalization (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0824067Z test_fuser_deduplication (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0824407Z test_fuser_iou (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0824853Z test_fusion_reuse_multi_gpu (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0825341Z test_grad_sum_to_size_elimination (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.002s) 2022-12-01T10:04:44.0826034Z test_kernel_cache_multi_gpu (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0826541Z test_lerp (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0826863Z test_lstm_concat_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0827200Z test_lstm_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0827552Z test_lstm_gates_permutations_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0827910Z test_lstm_traced_cpu (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0828242Z test_lstm_traced_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0828577Z test_milstm_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0828905Z test_minmax (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0829229Z test_nonzero_device_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0829578Z test_rand_broadcast_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0829918Z test_rand_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0830248Z test_relu_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0830573Z test_remainder_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0830907Z test_scalar (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0831243Z test_scalar_arg_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0831584Z test_small_constant_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0831927Z test_tensor_scalar_ops_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-12-01T10:04:44.0832269Z test_threshold (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0832613Z test_where_and_typing (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0832978Z test_zero_element_tensors (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-12-01T10:04:44.0833169Z 2022-12-01T10:04:44.0833406Z ---------------------------------------------------------------------- 2022-12-01T10:04:44.0833646Z Ran 50 tests in 0.032s 2022-12-01T10:04:44.0833760Z 2022-12-01T10:04:44.0833832Z OK (skipped=50) 2022-12-01T10:04:44.0833940Z 2022-12-01T10:04:44.0834012Z Generating XML reports... 2022-12-01T10:04:44.0834443Z Generated XML report: test-reports/python-unittest/test_jit_fuser_legacy/TEST-test_jit_fuser.TestFuser-20221201100443.xml 2022-12-01T10:04:44.0834677Z 2022-12-01T10:04:44.0834954Z ##[endgroup] 2022-12-01T10:04:44.0835339Z FINISHED PRINTING LOG FILE of test_jit_fuser_legacy (/var/lib/jenkins/workspace/test/test-reports/test_jit_fuser_legacy_tpyn6e1z) 2022-12-01T10:04:44.0835560Z 2022-12-01T10:04:45.5447299Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:04:45.6055389Z Ignoring disabled issues: [] 2022-12-01T10:06:08.1899265Z 2022-12-01T10:06:08.1899827Z Expand the folded group to see the log file of test_jit_legacy 2022-12-01T10:06:08.1901338Z ##[group]PRINTING LOG FILE of test_jit_legacy (/var/lib/jenkins/workspace/test/test-reports/test_jit_legacy_jpzsnnk_) 2022-12-01T10:06:08.1933322Z Test results will be stored in test-reports/python-unittest/test_jit_legacy 2022-12-01T10:06:08.1933734Z CUDA not available, skipping tests 2022-12-01T10:06:08.1934306Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:06:08.1934600Z 2022-12-01T10:06:08.1934706Z Running tests... 2022-12-01T10:06:08.1982174Z ---------------------------------------------------------------------- 2022-12-01T10:06:08.1982818Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.002s) 2022-12-01T10:06:08.1983513Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.011s) 2022-12-01T10:06:08.1984150Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.015s) 2022-12-01T10:06:08.1990577Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.001s) 2022-12-01T10:06:08.1991155Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.010s) 2022-12-01T10:06:08.1991688Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.044s) 2022-12-01T10:06:08.1992242Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.043s) 2022-12-01T10:06:08.1992748Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.010s) 2022-12-01T10:06:08.1993268Z test_async_python (jit.test_async.TestAsync) ... ok (0.003s) 2022-12-01T10:06:08.1993856Z test_async_script (jit.test_async.TestAsync) ... ok (0.007s) 2022-12-01T10:06:08.1994435Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.009s) 2022-12-01T10:06:08.1995122Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.031s) 2022-12-01T10:06:08.1995751Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.018s) 2022-12-01T10:06:08.1996397Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.007s) 2022-12-01T10:06:08.1997016Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.010s) 2022-12-01T10:06:08.1997654Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.002s) 2022-12-01T10:06:08.1998287Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.034s) 2022-12-01T10:06:08.1998867Z test_future_subtyping (jit.test_async.TestAsync) 2022-12-01T10:06:08.1999410Z Test that futures subtype each other properly. ... ok (0.010s) 2022-12-01T10:06:08.2000031Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.002s) 2022-12-01T10:06:08.2000604Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.010s) 2022-12-01T10:06:08.2001107Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.008s) 2022-12-01T10:06:08.2001661Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.012s) 2022-12-01T10:06:08.2002135Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.002s) 2022-12-01T10:06:08.2002630Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.025s) 2022-12-01T10:06:08.2003194Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.016s) 2022-12-01T10:06:08.2003763Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-12-01T10:06:08.2004238Z 1. Testing a = int, b = int ... ok (0.023s) 2022-12-01T10:06:08.2004736Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.011s) 2022-12-01T10:06:08.2005428Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.004s) 2022-12-01T10:06:08.2006061Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.005s) 2022-12-01T10:06:08.2006778Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.005s) 2022-12-01T10:06:08.2007491Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.012s) 2022-12-01T10:06:08.2008549Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.003s) 2022-12-01T10:06:08.2009532Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.037s) 2022-12-01T10:06:08.2010388Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.063s) 2022-12-01T10:06:08.2011298Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:06:08.2012204Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.015s) 2022-12-01T10:06:08.2013248Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: This threshold is only valid for Profiling Executor (0.001s) 2022-12-01T10:06:08.2014493Z 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-12-01T10:06:08.2015594Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:06:08.2016529Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:06:08.2017482Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.002s) 2022-12-01T10:06:08.2018423Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-12-01T10:06:08.2019319Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:06:08.2020182Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:06:08.2021111Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:06:08.2021974Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:06:08.2022851Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-12-01T10:06:08.2023736Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:06:08.2024665Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:06:08.2025531Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:06:08.2026403Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:06:08.2027693Z 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-12-01T10:06:08.2028744Z ok (0.150s) 2022-12-01T10:06:08.2029733Z 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-12-01T10:06:08.2030643Z ok (0.140s) 2022-12-01T10:06:08.2031620Z 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-12-01T10:06:08.2032540Z ok (0.218s) 2022-12-01T10:06:08.2033084Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... ok (0.049s) 2022-12-01T10:06:08.2033801Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... ok (0.085s) 2022-12-01T10:06:08.2034586Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.006s) 2022-12-01T10:06:08.2035302Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-12-01T10:06:08.2035993Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-12-01T10:06:08.2036676Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.008s) 2022-12-01T10:06:08.2037405Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-12-01T10:06:08.2038124Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.008s) 2022-12-01T10:06:08.2038850Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-12-01T10:06:08.2039615Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-12-01T10:06:08.2040281Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.006s) 2022-12-01T10:06:08.2040927Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.009s) 2022-12-01T10:06:08.2041553Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.018s) 2022-12-01T10:06:08.2042198Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.009s) 2022-12-01T10:06:08.2042863Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-12-01T10:06:08.2043498Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2044160Z Test that the error message displayed when convering a class type ... ok (0.004s) 2022-12-01T10:06:08.2044816Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.034s) 2022-12-01T10:06:08.2045542Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-12-01T10:06:08.2046212Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:06:08.2046881Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2047487Z Test that inheritance is detected in ... ok (0.011s) 2022-12-01T10:06:08.2048060Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.055s) 2022-12-01T10:06:08.2048731Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-12-01T10:06:08.2049422Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-12-01T10:06:08.2050026Z test_classmethod (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2050578Z Test classmethods on class types. ... ok (0.008s) 2022-12-01T10:06:08.2051192Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-12-01T10:06:08.2051828Z test_custom_delete (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2052412Z Test that del can be called on an instance of a class that ... ok (0.013s) 2022-12-01T10:06:08.2053017Z test_default_args (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2053632Z Test that methods on class types can have default arguments. ... ok (0.051s) 2022-12-01T10:06:08.2054241Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-12-01T10:06:08.2054779Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:06:08.2055277Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.001s) 2022-12-01T10:06:08.2055666Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.015s) 2022-12-01T10:06:08.2056131Z test_in (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:06:08.2056654Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:06:08.2057096Z test_interface (jit.test_class_type.TestClassType) ... ok (0.044s) 2022-12-01T10:06:08.2057599Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-12-01T10:06:08.2058180Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:06:08.2058779Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.120s) 2022-12-01T10:06:08.2059317Z test_properties (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2059832Z Test that a scripted class can make use of the @property decorator. ... ok (0.025s) 2022-12-01T10:06:08.2060265Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:06:08.2060851Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:06:08.2061303Z test_recursive_class (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2061821Z Recursive class types not yet supported. We should give a good error message. ... ok (0.002s) 2022-12-01T10:06:08.2062397Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2063329Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.036s) 2022-12-01T10:06:08.2063969Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2064803Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.011s) 2022-12-01T10:06:08.2065190Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2065683Z Test that class types are recursively scripted when an Python instance of one ... ok (0.009s) 2022-12-01T10:06:08.2066228Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2066771Z Test that class types module attributes that fail to script ... ok (0.013s) 2022-12-01T10:06:08.2067293Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2067739Z Test that modifications made to a class instance in TorchScript ... ok (0.008s) 2022-12-01T10:06:08.2068257Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-12-01T10:06:08.2068773Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-12-01T10:06:08.2069409Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-12-01T10:06:08.2069956Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2070481Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.217s) 2022-12-01T10:06:08.2070842Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2071149Z Test that a scripted class can have a method that refers to the class itself ... ok (0.011s) 2022-12-01T10:06:08.2071471Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:06:08.2071781Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:06:08.2072098Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-12-01T10:06:08.2072428Z test_staticmethod (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2072749Z Test static methods on class types. ... ok (0.018s) 2022-12-01T10:06:08.2073009Z test_type_annotation (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2073403Z Test that annotating container attributes with types works correctly ... ok (0.007s) 2022-12-01T10:06:08.2073981Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:06:08.2074538Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:06:08.2074986Z test_unused_method (jit.test_class_type.TestClassType) 2022-12-01T10:06:08.2075421Z Test unused methods on scripted classes. ... ok (0.013s) 2022-12-01T10:06:08.2075951Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.017s) 2022-12-01T10:06:08.2076296Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.013s) 2022-12-01T10:06:08.2076819Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.446s) 2022-12-01T10:06:08.2077576Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.048s) 2022-12-01T10:06:08.2078072Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.003s) 2022-12-01T10:06:08.2078517Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.006s) 2022-12-01T10:06:08.2079000Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.004s) 2022-12-01T10:06:08.2079463Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.003s) 2022-12-01T10:06:08.2079931Z test_div (jit.test_complex.TestComplex) ... ok (0.003s) 2022-12-01T10:06:08.2080380Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.007s) 2022-12-01T10:06:08.2080850Z test_pickle (jit.test_complex.TestComplex) ... ok (0.007s) 2022-12-01T10:06:08.2081356Z test_script (jit.test_complex.TestComplex) ... ok (0.003s) 2022-12-01T10:06:08.2081864Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.006s) 2022-12-01T10:06:08.2082459Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.040s) 2022-12-01T10:06:08.2083114Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-12-01T10:06:08.2083646Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.005s) 2022-12-01T10:06:08.2084288Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:06:08.2084888Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:06:08.2085550Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:06:08.2086044Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:06:08.2086670Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:06:08.2087485Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:06:08.2088086Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:06:08.2088657Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:06:08.2089281Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-12-01T10:06:08.2090067Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.000s) 2022-12-01T10:06:08.2090836Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:06:08.2091404Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-12-01T10:06:08.2091909Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.005s) 2022-12-01T10:06:08.2092341Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.008s) 2022-12-01T10:06:08.2103645Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:06:08.2104529Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:06:08.2105348Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:06:08.2106165Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:06:08.2106976Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:06:08.2107538Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (0.989s) 2022-12-01T10:06:08.2108074Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (1.659s) 2022-12-01T10:06:08.2108740Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.009s) 2022-12-01T10:06:08.2109399Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-12-01T10:06:08.2110075Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... skip: InitVar not supported in Python < 3.8 (0.001s) 2022-12-01T10:06:08.2110723Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.013s) 2022-12-01T10:06:08.2111345Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-12-01T10:06:08.2111979Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.008s) 2022-12-01T10:06:08.2112593Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:06:08.2113195Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:06:08.2113797Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:06:08.2114425Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:06:08.2115031Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:06:08.2115616Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:06:08.2116161Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.001s) 2022-12-01T10:06:08.2116517Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:06:08.2116845Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:06:08.2117172Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-12-01T10:06:08.2117484Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.010s) 2022-12-01T10:06:08.2117817Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:06:08.2118155Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.136s) 2022-12-01T10:06:08.2118487Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.000s) 2022-12-01T10:06:08.2118839Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.023s) 2022-12-01T10:06:08.2119151Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-12-01T10:06:08.2119417Z test_basic (jit.test_list_dict.TestDict) ... ok (0.022s) 2022-12-01T10:06:08.2119661Z test_clear (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:06:08.2119917Z test_copy (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-12-01T10:06:08.2120171Z test_del (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-12-01T10:06:08.2120432Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.021s) 2022-12-01T10:06:08.2120726Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.090s) 2022-12-01T10:06:08.2121013Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-12-01T10:06:08.2121271Z test_dict_variance (jit.test_list_dict.TestDict) 2022-12-01T10:06:08.2121547Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.012s) 2022-12-01T10:06:08.2121813Z test_get (jit.test_list_dict.TestDict) ... ok (0.008s) 2022-12-01T10:06:08.2122074Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-12-01T10:06:08.2122327Z test_items (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:06:08.2122587Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-12-01T10:06:08.2122850Z test_keys (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-12-01T10:06:08.2123090Z test_len (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:06:08.2123345Z test_loop (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:06:08.2123605Z test_membership (jit.test_list_dict.TestDict) ... ok (0.008s) 2022-12-01T10:06:08.2123863Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:06:08.2124189Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-12-01T10:06:08.2124513Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-12-01T10:06:08.2124776Z test_pop (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-12-01T10:06:08.2125020Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:06:08.2125388Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.008s) 2022-12-01T10:06:08.2125679Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-12-01T10:06:08.2125973Z Test that the use of a Dict type annotation without contained ... ok (0.003s) 2022-12-01T10:06:08.2126256Z test_update (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-12-01T10:06:08.2126531Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-12-01T10:06:08.2126792Z test_values (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:06:08.2127046Z test_view (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-12-01T10:06:08.2127343Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.007s) 2022-12-01T10:06:08.2128142Z 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-12-01T10:06:08.2128640Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-12-01T10:06:08.2128843Z ok (0.067s) 2022-12-01T10:06:08.2129085Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.008s) 2022-12-01T10:06:08.2129414Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.017s) 2022-12-01T10:06:08.2129730Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.019s) 2022-12-01T10:06:08.2130064Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.034s) 2022-12-01T10:06:08.2130482Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.011s) 2022-12-01T10:06:08.2130980Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.010s) 2022-12-01T10:06:08.2131461Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2131914Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2132360Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2132798Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2133241Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2133692Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2134138Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2134573Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2135016Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2135464Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2135952Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2136424Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2136855Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2137299Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2137743Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2138181Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2138600Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2139058Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2139483Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2139909Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2140323Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2140905Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2141325Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2141756Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2142208Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2142626Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2143052Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2143479Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2143885Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2144306Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2144735Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2145160Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2145570Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2145987Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2146399Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2146812Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:06:08.2147287Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:06:08.2147753Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:06:08.2148178Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2148587Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:06:08.2149001Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:06:08.2149431Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2149876Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2150302Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2150735Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2151165Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2151592Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2152007Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2152434Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2152860Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2153284Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2153696Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2154110Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2154523Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2154938Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2155348Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2155767Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2156185Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2156615Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2157047Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2157487Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2157931Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2158405Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2158853Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2159289Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2159725Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2160160Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2160583Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2161020Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2161457Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2161896Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2162323Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2162753Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2163180Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2163602Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2164009Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2164428Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2164847Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2165359Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2165765Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2166178Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2166601Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2167021Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2167422Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2167840Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2168259Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2168672Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2169072Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:06:08.2169536Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.023s) 2022-12-01T10:06:08.2170013Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.023s) 2022-12-01T10:06:08.2170443Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2170844Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2171249Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2171662Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:06:08.2172089Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.024s) 2022-12-01T10:06:08.2172527Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.024s) 2022-12-01T10:06:08.2172957Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2173370Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:06:08.2173782Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2174192Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2174631Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2175066Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2175497Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2175907Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2176333Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:06:08.2176762Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2177185Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2177592Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:06:08.2178016Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2178440Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2178854Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2179254Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2179674Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:06:08.2180091Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2180642Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2181108Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:06:08.2181509Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:06:08.2181791Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.005s) 2022-12-01T10:06:08.2255206Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:06:08.2255625Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.005s) 2022-12-01T10:06:08.2255881Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:06:08.2256153Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-12-01T10:06:08.2256472Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:06:08.2256719Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.005s) 2022-12-01T10:06:08.2256974Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.006s) 2022-12-01T10:06:08.2257232Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.005s) 2022-12-01T10:06:08.2257478Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.005s) 2022-12-01T10:06:08.2257717Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.005s) 2022-12-01T10:06:08.2257967Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.018s) 2022-12-01T10:06:08.2258248Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.003s) 2022-12-01T10:06:08.2258532Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.004s) 2022-12-01T10:06:08.2258811Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:06:08.2259698Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... /opt/conda/lib/python3.7/site-packages/torch/onnx/utils.py:1886: FutureWarning: 'torch.onnx._patch_torch._aten_op' is deprecated in version 1.13 and will be removed in version 1.14. Please note 'g.at()' is to be removed from torch.Graph. Please open a GitHub issue if you need this functionality.. 2022-12-01T10:06:08.2260198Z **attrs, 2022-12-01T10:06:08.2261009Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:114: FutureWarning: 'torch.onnx._patch_torch._graph_op' is deprecated in version 1.13 and will be removed in version 1.14. Please note 'g.op()' is to be removed from torch.Graph. Please open a GitHub issue if you need this functionality.. 2022-12-01T10:06:08.2261447Z **kwargs, 2022-12-01T10:06:08.2261592Z ok (0.004s) 2022-12-01T10:06:08.2261855Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.001s) 2022-12-01T10:06:08.2262565Z 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 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:06:08.2263049Z export_type=torch.onnx.ExportTypes.COMPRESSED_ZIP_ARCHIVE) 2022-12-01T10:06:08.2263269Z ok (0.005s) 2022-12-01T10:06:08.2263858Z 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 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:06:08.2264310Z export_type=torch.onnx.ExportTypes.DIRECTORY) 2022-12-01T10:06:08.2264513Z ok (0.004s) 2022-12-01T10:06:08.2264731Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.002s) 2022-12-01T10:06:08.2265395Z 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 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:06:08.2265816Z torch.onnx._export(foo, (x,), f) 2022-12-01T10:06:08.2265985Z ok (0.004s) 2022-12-01T10:06:08.2266694Z 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 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:06:08.2267198Z export_type=torch.onnx.ExportTypes.PROTOBUF_FILE) 2022-12-01T10:06:08.2267407Z ok (0.004s) 2022-12-01T10:06:08.2267990Z 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 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:06:08.2268434Z export_type=torch.onnx.ExportTypes.ZIP_ARCHIVE) 2022-12-01T10:06:08.2268628Z ok (0.004s) 2022-12-01T10:06:08.2268840Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-12-01T10:06:08.2269140Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:06:08.2269451Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.256s) 2022-12-01T10:06:08.2269757Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:06:08.2270065Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:06:08.2270368Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:06:08.2270670Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-12-01T10:06:08.2270983Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:06:08.2271300Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:06:08.2271610Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:06:08.2271932Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:06:08.2272264Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:06:08.2272594Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:06:08.2272917Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:06:08.2273231Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:06:08.2273531Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:06:08.2273825Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:06:08.2274144Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:06:08.2274478Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:06:08.2274800Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:06:08.2275106Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:06:08.2275411Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:06:08.2275723Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-12-01T10:06:08.2276039Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-12-01T10:06:08.2276349Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.022s) 2022-12-01T10:06:08.2276666Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.023s) 2022-12-01T10:06:08.2276999Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.020s) 2022-12-01T10:06:08.2277332Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-12-01T10:06:08.2277724Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.034s) 2022-12-01T10:06:08.2278112Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:06:08.2278442Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:06:08.2278780Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-12-01T10:06:08.2279122Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-12-01T10:06:08.2279440Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-12-01T10:06:08.2279745Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:06:08.2280041Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:06:08.2280366Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:06:08.2280708Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-12-01T10:06:08.2281056Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-12-01T10:06:08.2281440Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:06:08.2281810Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:06:08.2283247Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:06:08.2283601Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-12-01T10:06:08.2283937Z test_freeze_no_forward (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:06:08.2284254Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:06:08.2284586Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:06:08.2284906Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.085s) 2022-12-01T10:06:08.2285340Z test_instancing_error (test_jit.TestFrontend) ... ok (0.010s) 2022-12-01T10:06:08.2285672Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.014s) 2022-12-01T10:06:08.2286029Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.307s) 2022-12-01T10:06:08.2286378Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.352s) 2022-12-01T10:06:08.2286791Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-12-01T10:06:08.2287211Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-12-01T10:06:08.2287579Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.001s) 2022-12-01T10:06:08.2287943Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.076s) 2022-12-01T10:06:08.2288284Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.038s) 2022-12-01T10:06:08.2288642Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-12-01T10:06:08.2289042Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-12-01T10:06:08.2289438Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.001s) 2022-12-01T10:06:08.2289815Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-12-01T10:06:08.2290150Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.008s) 2022-12-01T10:06:08.2290566Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.008s) 2022-12-01T10:06:08.2290965Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-12-01T10:06:08.2291328Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.172s) 2022-12-01T10:06:08.2291719Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-12-01T10:06:08.2292096Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-12-01T10:06:08.2292472Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.001s) 2022-12-01T10:06:08.2292836Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-12-01T10:06:08.2293226Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.001s) 2022-12-01T10:06:08.2293660Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-12-01T10:06:08.2294064Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-12-01T10:06:08.2294402Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-12-01T10:06:08.2294759Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.001s) 2022-12-01T10:06:08.2295137Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.021s) 2022-12-01T10:06:08.2295499Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-12-01T10:06:08.2295841Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.019s) 2022-12-01T10:06:08.2296195Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.293s) 2022-12-01T10:06:08.2296540Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.833s) 2022-12-01T10:06:08.2296872Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.004s) 2022-12-01T10:06:08.2297229Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.004s) 2022-12-01T10:06:08.2297579Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.050s) 2022-12-01T10:06:08.2297916Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.047s) 2022-12-01T10:06:08.2298302Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.239s) 2022-12-01T10:06:08.2298738Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.064s) 2022-12-01T10:06:08.2299179Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.009s) 2022-12-01T10:06:08.2299630Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.001s) 2022-12-01T10:06:08.2300007Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.005s) 2022-12-01T10:06:08.2300333Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.028s) 2022-12-01T10:06:08.2300840Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.006s) 2022-12-01T10:06:08.2301089Z test_hash_device (jit.test_hash.TestHash) ... ok (0.006s) 2022-12-01T10:06:08.2301345Z test_hash_float (jit.test_hash.TestHash) ... ok (0.009s) 2022-12-01T10:06:08.2301599Z test_hash_int (jit.test_hash.TestHash) ... ok (0.007s) 2022-12-01T10:06:08.2301839Z test_hash_none (jit.test_hash.TestHash) ... ok (0.003s) 2022-12-01T10:06:08.2302078Z test_hash_string (jit.test_hash.TestHash) ... ok (0.005s) 2022-12-01T10:06:08.2302312Z test_hash_tensor (jit.test_hash.TestHash) 2022-12-01T10:06:08.2302549Z Tensors should hash by identity ... ok (0.005s) 2022-12-01T10:06:08.2302784Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.006s) 2022-12-01T10:06:08.2303161Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.003s) 2022-12-01T10:06:08.2303501Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-12-01T10:06:08.2303771Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... ok (0.001s) 2022-12-01T10:06:08.2304065Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.008s) 2022-12-01T10:06:08.2304353Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.008s) 2022-12-01T10:06:08.2304645Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.013s) 2022-12-01T10:06:08.2304937Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-12-01T10:06:08.2305228Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.018s) 2022-12-01T10:06:08.2305525Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.018s) 2022-12-01T10:06:08.2305826Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-12-01T10:06:08.2306149Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.026s) 2022-12-01T10:06:08.2306448Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.015s) 2022-12-01T10:06:08.2306730Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-12-01T10:06:08.2307025Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.014s) 2022-12-01T10:06:08.2307343Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-12-01T10:06:08.2307655Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.023s) 2022-12-01T10:06:08.2307959Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-12-01T10:06:08.2308283Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-12-01T10:06:08.2308604Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.019s) 2022-12-01T10:06:08.2308921Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.032s) 2022-12-01T10:06:08.2309231Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.028s) 2022-12-01T10:06:08.2309534Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.015s) 2022-12-01T10:06:08.2309832Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-12-01T10:06:08.2310111Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.036s) 2022-12-01T10:06:08.2310391Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.043s) 2022-12-01T10:06:08.2310707Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.003s) 2022-12-01T10:06:08.2311054Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.004s) 2022-12-01T10:06:08.2311436Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.013s) 2022-12-01T10:06:08.2311862Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.004s) 2022-12-01T10:06:08.2312282Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.005s) 2022-12-01T10:06:08.2312719Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.040s) 2022-12-01T10:06:08.2313174Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.001s) 2022-12-01T10:06:08.2313548Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:06:08.2313836Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:06:08.2314122Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-12-01T10:06:08.2314466Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:06:08.2314833Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:06:08.2315156Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-12-01T10:06:08.2315501Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-12-01T10:06:08.2315827Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:06:08.2316117Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:06:08.2316392Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.012s) 2022-12-01T10:06:08.2316686Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:06:08.2316981Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:06:08.2317256Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-12-01T10:06:08.2317546Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-12-01T10:06:08.2317869Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:06:08.2318180Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:06:08.2318477Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:06:08.2318818Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-12-01T10:06:08.2319151Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-12-01T10:06:08.2319444Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:06:08.2319769Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:06:08.2320088Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:06:08.2320397Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:06:08.2320689Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-12-01T10:06:08.2320981Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:06:08.2321296Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:06:08.2321591Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:06:08.2321889Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-12-01T10:06:08.2322190Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.014s) 2022-12-01T10:06:08.2322464Z test_ModuleList (test_jit.TestJit) ... ok (0.054s) 2022-12-01T10:06:08.2322689Z test_Sequential (test_jit.TestJit) ... ok (0.023s) 2022-12-01T10:06:08.2322928Z test_T_mT_H_mH (test_jit.TestJit) ... ok (0.019s) 2022-12-01T10:06:08.2323173Z test_add_relu_fusion (test_jit.TestJit) ... ok (0.027s) 2022-12-01T10:06:08.2323404Z test_arg_configurations (test_jit.TestJit) 2022-12-01T10:06:08.2323730Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-12-01T10:06:08.2324043Z test_attrs (test_jit.TestJit) ... ok (0.005s) 2022-12-01T10:06:08.2324266Z test_batchnorm (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2324530Z test_big (test_jit.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-12-01T10:06:08.2324795Z test_conj_transpose (test_jit.TestJit) ... ok (0.004s) 2022-12-01T10:06:08.2325136Z test_constant_insertion (test_jit.TestJit) ... ok (4.580s) 2022-12-01T10:06:08.2325402Z test_constant_prop_aliasing_type (test_jit.TestJit) ... ok (0.006s) 2022-12-01T10:06:08.2325681Z test_constant_prop_exception (test_jit.TestJit) ... ok (0.005s) 2022-12-01T10:06:08.2325957Z test_constant_prop_if_constant (test_jit.TestJit) ... ok (0.005s) 2022-12-01T10:06:08.2326216Z test_constant_prop_if_inline (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2326548Z test_constant_prop_loop_constant (test_jit.TestJit) ... ok (0.005s) 2022-12-01T10:06:08.2326854Z test_constant_prop_nested (test_jit.TestJit) ... ok (0.004s) 2022-12-01T10:06:08.2327105Z test_constant_prop_none (test_jit.TestJit) ... ok (0.006s) 2022-12-01T10:06:08.2327373Z test_constant_prop_print (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2327634Z test_constant_prop_rand (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2327902Z test_constant_prop_remove_output (test_jit.TestJit) ... ok (0.004s) 2022-12-01T10:06:08.2328161Z test_constant_prop_simple (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2328423Z test_constants_pkl (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2328660Z test_cpp (test_jit.TestJit) ... ok (0.022s) 2022-12-01T10:06:08.2328872Z test_cse (test_jit.TestJit) ... ok (0.010s) 2022-12-01T10:06:08.2329126Z test_cse_not_introduce_aliasing (test_jit.TestJit) ... ok (0.005s) 2022-12-01T10:06:08.2329399Z test_cu_escaped_number (test_jit.TestJit) ... ok (0.001s) 2022-12-01T10:06:08.2329669Z test_cuda_export_restore (test_jit.TestJit) ... skip: requires CUDA (0.001s) 2022-12-01T10:06:08.2330015Z test_debug_flush_compilation_cache (test_jit.TestJit) ... skip: Not implemented for Simple or Legacy (0.001s) 2022-12-01T10:06:08.2330327Z test_decompose_addmm (test_jit.TestJit) ... ok (0.008s) 2022-12-01T10:06:08.2330601Z test_device_not_equal (test_jit.TestJit) ... skip: requires CUDA (0.001s) 2022-12-01T10:06:08.2330878Z test_diff_subgraph_clones_constants (test_jit.TestJit) ... ok (0.004s) 2022-12-01T10:06:08.2331140Z test_disabled (test_jit.TestJit) ... ok (0.001s) 2022-12-01T10:06:08.2331377Z test_dropout (test_jit.TestJit) ... ok (0.002s) 2022-12-01T10:06:08.2331646Z test_dropout_cuda (test_jit.TestJit) ... skip: test_dropout_cuda require CUDA (0.001s) 2022-12-01T10:06:08.2332201Z test_dropout_func_requires_grad (test_jit.TestJit) ... STAGE:2022-12-01 10:05:01 573:573 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:06:08.2332692Z STAGE:2022-12-01 10:05:01 573:573 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:06:08.2333119Z STAGE:2022-12-01 10:05:01 573:573 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:06:08.2333530Z STAGE:2022-12-01 10:05:01 573:573 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:06:08.2333950Z STAGE:2022-12-01 10:05:01 573:573 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:06:08.2334371Z STAGE:2022-12-01 10:05:01 573:573 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:06:08.2334788Z STAGE:2022-12-01 10:05:01 573:573 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:06:08.2335191Z STAGE:2022-12-01 10:05:01 573:573 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:06:08.2335447Z ok (0.070s) 2022-12-01T10:06:08.2335754Z test_dropout_module_requires_grad (test_jit.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:06:08.2336067Z test_einsum (test_jit.TestJit) ... ok (0.025s) 2022-12-01T10:06:08.2336309Z test_element_size (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2336570Z test_expand_fold_quant_inputs (test_jit.TestJit) ... ok (0.001s) 2022-12-01T10:06:08.2336825Z test_expand_quantlint (test_jit.TestJit) ... ok (0.001s) 2022-12-01T10:06:08.2337149Z test_export_batchnorm (test_jit.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:06:08.2337464Z test_export_dropout (test_jit.TestJit) ... ok (0.006s) 2022-12-01T10:06:08.2337713Z test_export_lstm (test_jit.TestJit) ... ok (0.041s) 2022-12-01T10:06:08.2337949Z test_export_opnames (test_jit.TestJit) ... ok (0.014s) 2022-12-01T10:06:08.2338196Z test_export_rnn (test_jit.TestJit) ... ok (0.072s) 2022-12-01T10:06:08.2338489Z test_flags (test_jit.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-12-01T10:06:08.2338813Z test_function_default_values (test_jit.TestJit) ... ok (0.016s) 2022-12-01T10:06:08.2339126Z test_hide_source_ranges_context_manager (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2339401Z test_import_method (test_jit.TestJit) ... ok (0.005s) 2022-12-01T10:06:08.2339657Z test_inferred_as_tensor (test_jit.TestJit) ... ok (0.002s) 2022-12-01T10:06:08.2339887Z test_layout (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2340136Z test_matrix_conj_transpose (test_jit.TestJit) ... ok (0.004s) 2022-12-01T10:06:08.2340547Z test_matrix_transpose (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2340801Z test_module_default_values (test_jit.TestJit) ... ok (0.005s) 2022-12-01T10:06:08.2341068Z test_mutable_default_values (test_jit.TestJit) ... ok (0.005s) 2022-12-01T10:06:08.2341368Z test_native_dropout_corner_case (test_jit.TestJit) ... skip: test requires CUDA (0.001s) 2022-12-01T10:06:08.2341634Z test_nn_conv (test_jit.TestJit) ... ok (0.242s) 2022-12-01T10:06:08.2341876Z test_nn_lp_pool1d (test_jit.TestJit) ... ok (0.045s) 2022-12-01T10:06:08.2342122Z test_nn_lp_pool2d (test_jit.TestJit) ... ok (0.045s) 2022-12-01T10:06:08.2342366Z test_nn_padding (test_jit.TestJit) ... ok (0.242s) 2022-12-01T10:06:08.2342611Z test_nn_padding_functional (test_jit.TestJit) ... ok (0.028s) 2022-12-01T10:06:08.2342880Z test_no_erroneous_warnings (test_jit.TestJit) ... ok (0.004s) 2022-12-01T10:06:08.2343204Z test_non_ascii_string (test_jit.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-12-01T10:06:08.2343488Z test_numel (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2343742Z test_pattern_based_module_rewrite (test_jit.TestJit) ... ok (0.029s) 2022-12-01T10:06:08.2344019Z test_pattern_based_rewrite (test_jit.TestJit) ... ok (0.002s) 2022-12-01T10:06:08.2344305Z test_pattern_based_rewrite_with_source_range_preserved (test_jit.TestJit) ... ok (0.020s) 2022-12-01T10:06:08.2344612Z test_peephole_optimize_shape_ops (test_jit.TestJit) ... ok (0.018s) 2022-12-01T10:06:08.2344899Z test_permute_inputs_binding (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2345158Z test_pretty_printer (test_jit.TestJit) ... ok (0.023s) 2022-12-01T10:06:08.2345404Z test_print_classes_module (test_jit.TestJit) ... ok (0.001s) 2022-12-01T10:06:08.2345656Z test_print_op_module (test_jit.TestJit) ... ok (0.001s) 2022-12-01T10:06:08.2345916Z test_print_torch_ops_modules (test_jit.TestJit) ... ok (0.001s) 2022-12-01T10:06:08.2346715Z 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-12-01T10:06:08.2347256Z test_python_bindings (test_jit.TestJit) ... ok (0.094s) 2022-12-01T10:06:08.2347497Z test_python_ir (test_jit.TestJit) ... ok (0.004s) 2022-12-01T10:06:08.2347747Z test_python_ir_utils (test_jit.TestJit) ... ok (0.004s) 2022-12-01T10:06:08.2347995Z test_python_ir_utils_graph (test_jit.TestJit) ... ok (0.007s) 2022-12-01T10:06:08.2348249Z test_python_ivalue (test_jit.TestJit) ... ok (0.002s) 2022-12-01T10:06:08.2348506Z test_pytorch_jit_env_off (test_jit.TestJit) ... ok (0.971s) 2022-12-01T10:06:08.2348747Z test_recursive_cse (test_jit.TestJit) ... ok (0.002s) 2022-12-01T10:06:08.2349010Z test_repeat_interleave_script (test_jit.TestJit) ... ok (0.006s) 2022-12-01T10:06:08.2349273Z test_restore_device (test_jit.TestJit) ... ok (0.006s) 2022-12-01T10:06:08.2349568Z test_restore_device_cuda (test_jit.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-12-01T10:06:08.2349905Z test_restore_shared_storage_on_cuda (test_jit.TestJit) ... skip: restore device requires CUDA (0.001s) 2022-12-01T10:06:08.2350213Z test_script_autograd_grad (test_jit.TestJit) ... ok (0.039s) 2022-12-01T10:06:08.2350529Z test_script_backward (test_jit.TestJit) ... ok (0.014s) 2022-12-01T10:06:08.2351146Z 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-12-01T10:06:08.2351619Z "`optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead" 2022-12-01T10:06:08.2351875Z ok (0.015s) 2022-12-01T10:06:08.2352084Z test_script_fn_pkl (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2352330Z test_script_tensor_type (test_jit.TestJit) ... ok (0.005s) 2022-12-01T10:06:08.2352597Z test_shape_analysis_broadcast (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2352871Z test_shape_analysis_masked_select (test_jit.TestJit) ... ok (0.001s) 2022-12-01T10:06:08.2353144Z test_shape_analysis_unsqueeze_in_loop (test_jit.TestJit) ... ok (0.001s) 2022-12-01T10:06:08.2353419Z test_sparse_csr_tensors (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2353677Z test_sparse_tensors (test_jit.TestJit) ... ok (0.034s) 2022-12-01T10:06:08.2354794Z test_torch_complex (test_jit.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: 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-12-01T10:06:08.2355493Z return callable(*args, **kwargs) 2022-12-01T10:06:08.2356500Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: 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-12-01T10:06:08.2357167Z return callable(*args, **kwargs) 2022-12-01T10:06:08.2357339Z ok (0.028s) 2022-12-01T10:06:08.2357734Z test_torch_load_error (test_jit.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-12-01T10:06:08.2358077Z test_torch_load_zipfile_check (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2358330Z test_torch_ops_kwonly (test_jit.TestJit) ... ok (0.003s) 2022-12-01T10:06:08.2358588Z test_torch_ops_overloaded (test_jit.TestJit) ... ok (0.002s) 2022-12-01T10:06:08.2358839Z test_torch_sum (test_jit.TestJit) ... ok (0.010s) 2022-12-01T10:06:08.2359089Z test_trace_retains_train (test_jit.TestJit) ... ok (0.007s) 2022-12-01T10:06:08.2359328Z test_train_eval (test_jit.TestJit) ... ok (0.045s) 2022-12-01T10:06:08.2359570Z test_transpose (test_jit.TestJit) ... ok (0.004s) 2022-12-01T10:06:08.2359820Z test_unchecked_cast (test_jit.TestJit) ... ok (0.010s) 2022-12-01T10:06:08.2360061Z test_unique_state_dict (test_jit.TestJit) ... ok (0.001s) 2022-12-01T10:06:08.2360376Z test_verify (test_jit.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-12-01T10:06:08.2360673Z test_warnings (test_jit.TestJit) ... ok (0.010s) 2022-12-01T10:06:08.2360948Z test_nn_AdaptiveAvgPool1d (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2361294Z test_nn_AdaptiveAvgPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2361648Z test_nn_AdaptiveAvgPool1d_one_output (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2362001Z test_nn_AdaptiveAvgPool2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:06:08.2362368Z test_nn_AdaptiveAvgPool2d_single (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:06:08.2362750Z test_nn_AdaptiveAvgPool2d_single_1x1output (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2363101Z test_nn_AdaptiveAvgPool2d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2363434Z test_nn_AdaptiveAvgPool2d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2363780Z test_nn_AdaptiveAvgPool3d_last_dim (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:06:08.2364130Z test_nn_AdaptiveAvgPool3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:06:08.2364480Z test_nn_AdaptiveAvgPool3d_single (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:06:08.2364808Z test_nn_AdaptiveAvgPool3d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:06:08.2365222Z test_nn_AdaptiveAvgPool3d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2365568Z test_nn_AdaptiveMaxPool1d (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:06:08.2365900Z test_nn_AdaptiveMaxPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:06:08.2366250Z test_nn_AdaptiveMaxPool2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:06:08.2366598Z test_nn_AdaptiveMaxPool2d_single (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:06:08.2366941Z test_nn_AdaptiveMaxPool2d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:06:08.2367272Z test_nn_AdaptiveMaxPool2d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2367621Z test_nn_AdaptiveMaxPool3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:06:08.2367967Z test_nn_AdaptiveMaxPool3d_single (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:06:08.2368318Z test_nn_AdaptiveMaxPool3d_single_nonatomic (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:06:08.2368660Z test_nn_AdaptiveMaxPool3d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:06:08.2369009Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:06:08.2369362Z test_nn_AdaptiveMaxPool3d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2369673Z test_nn_AvgPool1d (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2369989Z test_nn_AvgPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:06:08.2370310Z test_nn_AvgPool1d_stride (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2370635Z test_nn_AvgPool1d_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2370934Z test_nn_AvgPool2d (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2371244Z test_nn_AvgPool2d_divisor (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2371572Z test_nn_AvgPool2d_divisor_stride (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2371899Z test_nn_AvgPool2d_divisor_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2372235Z test_nn_AvgPool2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:06:08.2372557Z test_nn_AvgPool2d_stride (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2372877Z test_nn_AvgPool2d_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2373175Z test_nn_AvgPool3d (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:06:08.2373485Z test_nn_AvgPool3d_divisor (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2373804Z test_nn_AvgPool3d_divisor_stride (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2374140Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2374536Z test_nn_AvgPool3d_divisor_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2374931Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2375312Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2375680Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2376034Z test_nn_AvgPool3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:06:08.2376357Z test_nn_AvgPool3d_stride (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2376680Z test_nn_AvgPool3d_stride1_pad0_gpu_input (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:06:08.2377017Z test_nn_AvgPool3d_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2377368Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2377742Z test_nn_AvgPool3d_stride_pad_gpu_general_output (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2378104Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2378437Z test_nn_BCELoss (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2378751Z test_nn_BCELoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:06:08.2379067Z test_nn_BCELoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2379391Z test_nn_BCELoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2379713Z test_nn_BCELoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2380037Z test_nn_BCELoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2380357Z test_nn_BCELoss_scalar_weights (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2380882Z test_nn_BCELoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2381213Z test_nn_BCELoss_weights_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2381544Z test_nn_BCELoss_weights_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2381879Z test_nn_BCEWithLogitsLoss (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2382215Z test_nn_BCEWithLogitsLoss_legacy_enum (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2382574Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2382920Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:06:08.2383275Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2383627Z test_nn_BCEWithLogitsLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2383983Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2384328Z test_nn_BCEWithLogitsLoss_scalar_weights (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2384680Z test_nn_BCEWithLogitsLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2385018Z test_nn_BatchNorm1d_3d_input (test_jit.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:06:08.2385342Z test_nn_BatchNorm1d_3d_input_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.091s) 2022-12-01T10:06:08.2385676Z test_nn_BatchNorm1d_affine (test_jit.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:06:08.2386012Z test_nn_BatchNorm1d_affine_simple_average (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:06:08.2386353Z test_nn_BatchNorm1d_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.091s) 2022-12-01T10:06:08.2386780Z test_nn_BatchNorm1d_not_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.086s) 2022-12-01T10:06:08.2387120Z test_nn_BatchNorm1d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.090s) 2022-12-01T10:06:08.2387440Z test_nn_BatchNorm2d (test_jit.TestJitGeneratedModule) ... ok (0.091s) 2022-12-01T10:06:08.2387754Z test_nn_BatchNorm2d_2d_simple_average (test_jit.TestJitGeneratedModule) ... ok (0.094s) 2022-12-01T10:06:08.2388087Z test_nn_BatchNorm2d_momentum (test_jit.TestJitGeneratedModule) ... ok (0.091s) 2022-12-01T10:06:08.2388416Z test_nn_BatchNorm2d_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.088s) 2022-12-01T10:06:08.2388752Z test_nn_BatchNorm2d_not_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.085s) 2022-12-01T10:06:08.2389075Z test_nn_BatchNorm2d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.087s) 2022-12-01T10:06:08.2389391Z test_nn_BatchNorm3d (test_jit.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:06:08.2389718Z test_nn_BatchNorm3d_3d_simple_average (test_jit.TestJitGeneratedModule) ... ok (0.096s) 2022-12-01T10:06:08.2390041Z test_nn_BatchNorm3d_momentum (test_jit.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:06:08.2390364Z test_nn_BatchNorm3d_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.091s) 2022-12-01T10:06:08.2390701Z test_nn_BatchNorm3d_not_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:06:08.2391038Z test_nn_BatchNorm3d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.088s) 2022-12-01T10:06:08.2391335Z test_nn_Bilinear (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:06:08.2391630Z test_nn_CELU (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2391932Z test_nn_CELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:06:08.2392227Z test_nn_CELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:06:08.2392596Z test_nn_CTCLoss_2d_int_target_lengths_intlists (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-12-01T10:06:08.2393036Z test_nn_CTCLoss_2d_int_target_lengths_tensors (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2393381Z test_nn_CTCLoss_2d_lengths_tensors (test_jit.TestJitGeneratedModule) ... ok (0.024s) 2022-12-01T10:06:08.2393734Z test_nn_CTCLoss_lengths_intlists (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-12-01T10:06:08.2394091Z test_nn_CTCLoss_lengths_tensors (test_jit.TestJitGeneratedModule) ... ok (0.025s) 2022-12-01T10:06:08.2394412Z test_nn_ConstantPad1d (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2394732Z test_nn_ConstantPad1d_batch (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2395045Z test_nn_ConstantPad1d_complex (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2395363Z test_nn_ConstantPad2d (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2395681Z test_nn_ConstantPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2396006Z test_nn_ConstantPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2396329Z test_nn_ConstantPad3d (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:06:08.2396647Z test_nn_ConstantPad3d_complex (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:06:08.2396980Z test_nn_ConstantPad3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2397279Z test_nn_Conv1d (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:06:08.2397593Z test_nn_Conv1d_circular_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:06:08.2397913Z test_nn_Conv1d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2398209Z test_nn_Conv1d_groups (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2398539Z test_nn_Conv1d_pad1 (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:06:08.2398878Z test_nn_Conv1d_pad1size1 (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2399171Z test_nn_Conv1d_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:06:08.2399475Z test_nn_Conv1d_pad2size1 (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:06:08.2399784Z test_nn_Conv1d_pad_same (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:06:08.2400088Z test_nn_Conv1d_pad_same2 (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:06:08.2400391Z test_nn_Conv1d_pad_same_dilated (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2400707Z test_nn_Conv1d_pad_valid (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2401029Z test_nn_Conv1d_reflect_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:06:08.2401354Z test_nn_Conv1d_replicate_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:06:08.2401679Z test_nn_Conv1d_stride (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2401986Z test_nn_Conv1d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:06:08.2402298Z test_nn_Conv1d_zeros_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:06:08.2402593Z test_nn_Conv2d (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2402907Z test_nn_Conv2d_circular_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:06:08.2403225Z test_nn_Conv2d_depthwise (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2403550Z test_nn_Conv2d_depthwise_dilated (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2403885Z test_nn_Conv2d_depthwise_padded (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:06:08.2404204Z test_nn_Conv2d_depthwise_strided (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:06:08.2404548Z test_nn_Conv2d_depthwise_with_multiplier (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:06:08.2404885Z test_nn_Conv2d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2405296Z test_nn_Conv2d_groups (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:06:08.2405599Z test_nn_Conv2d_groups_thnn (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:06:08.2405913Z test_nn_Conv2d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2406224Z test_nn_Conv2d_pad_same (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2406535Z test_nn_Conv2d_pad_same_dilated (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2406859Z test_nn_Conv2d_pad_valid (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:06:08.2407172Z test_nn_Conv2d_padding (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:06:08.2407501Z test_nn_Conv2d_reflect_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:06:08.2407831Z test_nn_Conv2d_replicate_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:06:08.2408156Z test_nn_Conv2d_strided (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:06:08.2408471Z test_nn_Conv2d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:06:08.2408782Z test_nn_Conv2d_zeros_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:06:08.2409091Z test_nn_Conv3d (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:06:08.2409390Z test_nn_Conv3d_1x1x1_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:06:08.2409717Z test_nn_Conv3d_circular_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-12-01T10:06:08.2410030Z test_nn_Conv3d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:06:08.2410347Z test_nn_Conv3d_dilated_strided (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:06:08.2410717Z test_nn_Conv3d_groups (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:06:08.2411039Z test_nn_Conv3d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2411345Z test_nn_Conv3d_pad_same (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:06:08.2411666Z test_nn_Conv3d_pad_same_dilated (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:06:08.2411986Z test_nn_Conv3d_pad_valid (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:06:08.2412302Z test_nn_Conv3d_replicate_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:06:08.2412626Z test_nn_Conv3d_stride (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:06:08.2412941Z test_nn_Conv3d_stride_padding (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:06:08.2413250Z test_nn_Conv3d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:06:08.2413576Z test_nn_Conv3d_zeros_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:06:08.2413900Z test_nn_ConvTranspose1d (test_jit.TestJitGeneratedModule) ... ok (0.105s) 2022-12-01T10:06:08.2414225Z test_nn_ConvTranspose1d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-12-01T10:06:08.2414548Z test_nn_ConvTranspose1d_groups (test_jit.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:06:08.2414875Z test_nn_ConvTranspose1d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.105s) 2022-12-01T10:06:08.2415196Z test_nn_ConvTranspose2d (test_jit.TestJitGeneratedModule) ... ok (0.108s) 2022-12-01T10:06:08.2415506Z test_nn_ConvTranspose2d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:06:08.2415835Z test_nn_ConvTranspose2d_groups (test_jit.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:06:08.2416165Z test_nn_ConvTranspose2d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:06:08.2416491Z test_nn_ConvTranspose3d (test_jit.TestJitGeneratedModule) ... ok (0.109s) 2022-12-01T10:06:08.2416807Z test_nn_ConvTranspose3d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.110s) 2022-12-01T10:06:08.2417137Z test_nn_CosineEmbeddingLoss (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:06:08.2417471Z test_nn_CosineEmbeddingLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2417817Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2418187Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2418552Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2418894Z test_nn_CrossEntropyLoss (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:06:08.2419210Z test_nn_CrossEntropyLoss_2d (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2419547Z test_nn_CrossEntropyLoss_2d_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2419915Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2420308Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2420810Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2421216Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:06:08.2421590Z test_nn_CrossEntropyLoss_2d_prob_target (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2421939Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2422330Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2422775Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2423199Z test_nn_CrossEntropyLoss_2d_prob_target_weights (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2423544Z test_nn_CrossEntropyLoss_2d_weights (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2423911Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2424306Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2424717Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2425123Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2425514Z test_nn_CrossEntropyLoss_3d_prob_target (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2425883Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2426268Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2426640Z test_nn_CrossEntropyLoss_3d_prob_target_weights (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2427004Z test_nn_CrossEntropyLoss_4d_prob_target (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2427363Z test_nn_CrossEntropyLoss_4d_prob_target_weights (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2427699Z test_nn_CrossEntropyLoss_dim_is_3 (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2428039Z test_nn_CrossEntropyLoss_higher_dim (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2428384Z test_nn_CrossEntropyLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2428710Z test_nn_CrossMapLRN2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2428994Z test_nn_ELU (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2429297Z test_nn_ELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2429605Z test_nn_ELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:06:08.2429892Z test_nn_Embedding (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2430214Z test_nn_EmbeddingBag_discontiguous (test_jit.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:06:08.2430541Z test_nn_EmbeddingBag_max (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:06:08.2430872Z test_nn_EmbeddingBag_max_padding_idx (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:06:08.2431192Z test_nn_EmbeddingBag_mean (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:06:08.2431525Z test_nn_EmbeddingBag_mean_padding_idx (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:06:08.2431859Z test_nn_EmbeddingBag_sparse (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:06:08.2432167Z test_nn_EmbeddingBag_sum (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:06:08.2432495Z test_nn_EmbeddingBag_sum_padding_idx (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:06:08.2432834Z test_nn_Embedding_discontiguous (test_jit.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:06:08.2433159Z test_nn_Embedding_sparse (test_jit.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:06:08.2433452Z test_nn_Flatten (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:06:08.2433760Z test_nn_Flatten_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:06:08.2434060Z test_nn_Fold (test_jit.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:06:08.2434374Z test_nn_Fold_int_input (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:06:08.2434724Z test_nn_Fold_no_batch_dim_input (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:06:08.2435053Z test_nn_Fold_no_batch_dim_int_input (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:06:08.2435391Z test_nn_FractionalMaxPool2d_ratio (test_jit.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:06:08.2435740Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:06:08.2436132Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.077s) 2022-12-01T10:06:08.2436524Z test_nn_FractionalMaxPool2d_ratio_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:06:08.2436868Z test_nn_FractionalMaxPool2d_size (test_jit.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:06:08.2437225Z test_nn_FractionalMaxPool2d_size_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:06:08.2437617Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:06:08.2437994Z test_nn_FractionalMaxPool3d_asymsize (test_jit.TestJitGeneratedModule) ... ok (0.093s) 2022-12-01T10:06:08.2438331Z test_nn_FractionalMaxPool3d_ratio (test_jit.TestJitGeneratedModule) ... ok (0.079s) 2022-12-01T10:06:08.2438690Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.079s) 2022-12-01T10:06:08.2439078Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.079s) 2022-12-01T10:06:08.2439469Z test_nn_FractionalMaxPool3d_ratio_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:06:08.2439815Z test_nn_FractionalMaxPool3d_size (test_jit.TestJitGeneratedModule) ... ok (0.078s) 2022-12-01T10:06:08.2440172Z test_nn_FractionalMaxPool3d_size_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.078s) 2022-12-01T10:06:08.2440564Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.077s) 2022-12-01T10:06:08.2440896Z test_nn_GELU (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:06:08.2441197Z test_nn_GELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2441504Z test_nn_GELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2441798Z test_nn_GLU (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:06:08.2442077Z test_nn_GLU_dim (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2442381Z test_nn_GLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2442689Z test_nn_GRUCell (test_jit.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:06:08.2442984Z test_nn_GroupNorm_1d_affine (test_jit.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:06:08.2443308Z test_nn_GroupNorm_1d_affine_GN (test_jit.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:06:08.2443645Z test_nn_GroupNorm_1d_affine_large_batch (test_jit.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:06:08.2443982Z test_nn_GroupNorm_1d_no_affine_IN (test_jit.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:06:08.2444294Z test_nn_GroupNorm_1d_no_affine_LN (test_jit.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:06:08.2444614Z test_nn_GroupNorm_2d_affine (test_jit.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:06:08.2444952Z test_nn_GroupNorm_2d_affine_large_feature (test_jit.TestJitGeneratedModule) ... ok (0.078s) 2022-12-01T10:06:08.2445356Z test_nn_GroupNorm_2d_no_affine_IN (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:06:08.2445680Z test_nn_GroupNorm_2d_no_affine_LN (test_jit.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:06:08.2446021Z test_nn_GroupNorm_2d_no_affine_large_feature (test_jit.TestJitGeneratedModule) ... ok (0.082s) 2022-12-01T10:06:08.2446389Z test_nn_Hardshrink (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:06:08.2446724Z test_nn_Hardshrink_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2447050Z test_nn_Hardshrink_scalar (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2447411Z test_nn_Hardsigmoid_no_batch_dim (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-12-01T10:06:08.2447788Z test_nn_Hardswish_no_batch_dim (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-12-01T10:06:08.2448128Z test_nn_Hardtanh (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2448443Z test_nn_Hardtanh_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2448762Z test_nn_Hardtanh_scalar (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2449072Z test_nn_HingeEmbeddingLoss (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2449407Z test_nn_HingeEmbeddingLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2449766Z test_nn_HingeEmbeddingLoss_margin_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2450122Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2450494Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2450854Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2451215Z test_nn_HingeEmbeddingLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2451560Z test_nn_HingeEmbeddingLoss_scalar_margin (test_jit.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:06:08.2451888Z test_nn_HuberLoss (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2452197Z test_nn_HuberLoss_delta (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2452527Z test_nn_HuberLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.024s) 2022-12-01T10:06:08.2452849Z test_nn_HuberLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.024s) 2022-12-01T10:06:08.2453190Z test_nn_HuberLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.024s) 2022-12-01T10:06:08.2453516Z test_nn_InstanceNorm1d (test_jit.TestJitGeneratedModule) ... ok (0.096s) 2022-12-01T10:06:08.2453832Z test_nn_InstanceNorm1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.091s) 2022-12-01T10:06:08.2454179Z test_nn_InstanceNorm1d_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.207s) 2022-12-01T10:06:08.2454545Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.101s) 2022-12-01T10:06:08.2454888Z test_nn_InstanceNorm2d (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:06:08.2455202Z test_nn_InstanceNorm2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:06:08.2455552Z test_nn_InstanceNorm2d_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.102s) 2022-12-01T10:06:08.2455920Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.104s) 2022-12-01T10:06:08.2456252Z test_nn_InstanceNorm3d (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:06:08.2456581Z test_nn_InstanceNorm3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:06:08.2456925Z test_nn_InstanceNorm3d_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.102s) 2022-12-01T10:06:08.2457285Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.102s) 2022-12-01T10:06:08.2457609Z test_nn_KLDivLoss (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:06:08.2457929Z test_nn_KLDivLoss_log_target (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2458291Z test_nn_KLDivLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2458650Z test_nn_KLDivLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2458987Z test_nn_KLDivLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2459321Z test_nn_KLDivLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2459655Z test_nn_KLDivLoss_no_reduce_log_target (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2459986Z test_nn_KLDivLoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2460338Z test_nn_KLDivLoss_no_reduce_scalar_log_target (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2460872Z test_nn_KLDivLoss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2461190Z test_nn_KLDivLoss_scalar_log_target (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2461542Z test_nn_KLDivLoss_with_log_target_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2461892Z test_nn_KLDivLoss_with_target_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2462212Z test_nn_L1Loss (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:06:08.2462508Z test_nn_L1Loss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2462828Z test_nn_L1Loss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2463153Z test_nn_L1Loss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2463457Z test_nn_L1Loss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2463779Z test_nn_L1Loss_no_reduce_complex (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2464108Z test_nn_L1Loss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2464424Z test_nn_L1Loss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2464719Z test_nn_LPPool1d (test_jit.TestJitGeneratedModule) ... ok (0.074s) 2022-12-01T10:06:08.2465033Z test_nn_LPPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:06:08.2465347Z test_nn_LPPool1d_norm (test_jit.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:06:08.2465643Z test_nn_LPPool2d (test_jit.TestJitGeneratedModule) ... ok (0.082s) 2022-12-01T10:06:08.2465946Z test_nn_LPPool2d_norm (test_jit.TestJitGeneratedModule) ... ok (0.085s) 2022-12-01T10:06:08.2466248Z test_nn_LSTMCell (test_jit.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:06:08.2466573Z test_nn_LayerNorm_1d_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:06:08.2466912Z test_nn_LayerNorm_1d_empty_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:06:08.2467266Z test_nn_LayerNorm_1d_no_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:06:08.2467617Z test_nn_LayerNorm_3d_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:06:08.2467965Z test_nn_LayerNorm_3d_no_affine_large_feature (test_jit.TestJitGeneratedModule) ... ok (0.144s) 2022-12-01T10:06:08.2468318Z test_nn_LayerNorm_3d_no_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:06:08.2468642Z test_nn_LeakyReLU (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:06:08.2468955Z test_nn_LeakyReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2469270Z test_nn_LeakyReLU_with_negval (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2469600Z test_nn_LeakyReLU_with_negval_scalar (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2469939Z test_nn_LeakyReLU_with_zero_negval (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2470248Z test_nn_Linear (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:06:08.2470610Z test_nn_Linear_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:06:08.2470964Z test_nn_Linear_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:06:08.2471289Z test_nn_LocalResponseNorm_1d (test_jit.TestJitGeneratedModule) ... ok (0.105s) 2022-12-01T10:06:08.2471621Z test_nn_LocalResponseNorm_2d_uneven_pad (test_jit.TestJitGeneratedModule) ... ok (0.096s) 2022-12-01T10:06:08.2471982Z test_nn_LocalResponseNorm_3d_custom_params (test_jit.TestJitGeneratedModule) ... ok (0.096s) 2022-12-01T10:06:08.2472316Z test_nn_LogSigmoid (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2472623Z test_nn_LogSigmoid_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2472948Z test_nn_LogSigmoid_scalar (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:06:08.2473259Z test_nn_LogSoftmax (test_jit.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:06:08.2473579Z test_nn_LogSoftmax_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:06:08.2473904Z test_nn_LogSoftmax_multiparam_scalar (test_jit.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:06:08.2474244Z test_nn_LogSoftmax_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:06:08.2474553Z test_nn_MSELoss (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:06:08.2474858Z test_nn_MSELoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2475185Z test_nn_MSELoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2475512Z test_nn_MSELoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2475833Z test_nn_MSELoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2476143Z test_nn_MSELoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2476460Z test_nn_MSELoss_prec (test_jit.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:06:08.2476770Z test_nn_MSELoss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2477072Z test_nn_MarginRankingLoss (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:06:08.2477407Z test_nn_MarginRankingLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:06:08.2477758Z test_nn_MarginRankingLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:06:08.2478118Z test_nn_MarginRankingLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:06:08.2478462Z test_nn_MarginRankingLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:06:08.2478601Z test_nn_MaxPool1d (test_jit.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:06:08.2478759Z test_nn_MaxPool1d_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:06:08.2478905Z test_nn_MaxPool1d_stride (test_jit.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:06:08.2479055Z test_nn_MaxPool2d_3d_input (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:06:08.2479203Z test_nn_MaxPool2d_4d_input (test_jit.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:06:08.2479356Z test_nn_MaxPool2d_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:06:08.2479496Z test_nn_MaxPool3d (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:06:08.2479640Z test_nn_MaxPool3d_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:06:08.2479789Z test_nn_MaxPool3d_stride (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:06:08.2479943Z test_nn_MaxPool3d_stride_padding (test_jit.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:06:08.2480072Z test_nn_Mish (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2480220Z test_nn_Mish_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:06:08.2480389Z test_nn_Mish_scalar (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:06:08.2480581Z test_nn_MultiLabelMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2480752Z test_nn_MultiLabelMarginLoss_0d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2480901Z test_nn_MultiLabelMarginLoss_1d (test_jit.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:06:08.2481070Z test_nn_MultiLabelMarginLoss_1d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2481237Z test_nn_MultiLabelMarginLoss_index_neg (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2481414Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:06:08.2481585Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:06:08.2481759Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:06:08.2481930Z test_nn_MultiLabelMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2482096Z test_nn_MultiLabelSoftMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:06:08.2482268Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2482454Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2482637Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2482813Z test_nn_MultiLabelSoftMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2482990Z test_nn_MultiLabelSoftMarginLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:06:08.2483180Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2483332Z test_nn_MultiMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2483484Z test_nn_MultiMarginLoss_1d (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2483646Z test_nn_MultiMarginLoss_1d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2483789Z test_nn_MultiMarginLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:06:08.2483954Z test_nn_MultiMarginLoss_margin_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2484112Z test_nn_MultiMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2484260Z test_nn_MultiMarginLoss_p (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2484420Z test_nn_MultiMarginLoss_p_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2484578Z test_nn_MultiMarginLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:06:08.2484748Z test_nn_MultiMarginLoss_weights_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2484976Z test_nn_MultiheadAttention (test_jit.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:06:08.2485176Z test_nn_NLLLoss (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2485332Z test_nn_NLLLoss2d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2485497Z test_nn_NLLLoss2d_no_reduce_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2485657Z test_nn_NLLLoss2d_no_reduce_weights (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2485807Z test_nn_NLLLossNd_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2485970Z test_nn_NLLLossNd_no_reduce_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2486185Z test_nn_NLLLossNd_no_reduce_weights (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2486354Z test_nn_NLLLoss_2d (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2486498Z test_nn_NLLLoss_2d_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2486644Z test_nn_NLLLoss_2d_weights (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2486789Z test_nn_NLLLoss_dim_is_3 (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2486936Z test_nn_NLLLoss_higher_dim (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2487087Z test_nn_NLLLoss_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2487240Z test_nn_NLLLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2487391Z test_nn_NLLLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2487545Z test_nn_NLLLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2487695Z test_nn_NLLLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2487844Z test_nn_NLLLoss_no_reduce_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2488000Z test_nn_NLLLoss_no_reduce_weights (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2488170Z test_nn_NLLLoss_no_reduce_weights_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2488347Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2488495Z test_nn_NLLLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2488654Z test_nn_NLLLoss_weights_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2488818Z test_nn_NLLLoss_weights_ignore_index_neg (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2488960Z test_nn_PReLU_1d (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2489100Z test_nn_PReLU_1d_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:06:08.2489236Z test_nn_PReLU_2d (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2489390Z test_nn_PReLU_2d_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2489525Z test_nn_PReLU_3d (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2489672Z test_nn_PReLU_3d_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2489819Z test_nn_PReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:06:08.2489961Z test_nn_PReLU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:06:08.2490118Z test_nn_Padding122112_3dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2490262Z test_nn_Padding1221_2dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2490415Z test_nn_Padding12_1dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2490570Z test_nn_Padding2322_2dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2490720Z test_nn_Padding31_1dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2490873Z test_nn_Padding322112_3dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2491025Z test_nn_Padding332122_3dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2491179Z test_nn_Padding3331_2dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2491332Z test_nn_Padding33_1dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2491470Z test_nn_PairwiseDistance (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2491637Z test_nn_PairwiseDistance_broadcast_lhs (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2491842Z test_nn_PairwiseDistance_broadcast_rhs (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2492034Z test_nn_PairwiseDistance_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2492211Z test_nn_PairwiseDistance_with_non_default_args (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:06:08.2492351Z test_nn_PixelShuffle (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2492498Z test_nn_PixelUnshuffle (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2492654Z test_nn_PoissonNLLLoss_full_loss (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:06:08.2492823Z test_nn_PoissonNLLLoss_full_loss_no_log_input (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2492977Z test_nn_PoissonNLLLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2493140Z test_nn_PoissonNLLLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2493305Z test_nn_PoissonNLLLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2493465Z test_nn_PoissonNLLLoss_no_full_loss (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:06:08.2493640Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (test_jit.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:06:08.2493797Z test_nn_PoissonNLLLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2493930Z test_nn_RNNCell (test_jit.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:06:08.2494065Z test_nn_RReLU (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:06:08.2494199Z test_nn_RReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:06:08.2494348Z test_nn_RReLU_with_up_down (test_jit.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:06:08.2494504Z test_nn_RReLU_with_up_down_scalar (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:06:08.2494639Z test_nn_ReLU (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:06:08.2494772Z test_nn_ReLU6 (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:06:08.2494919Z test_nn_ReLU6_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2495063Z test_nn_ReLU6_scalar (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2495207Z test_nn_ReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:06:08.2495337Z test_nn_ReLU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:06:08.2495483Z test_nn_ReflectionPad1d (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:06:08.2495638Z test_nn_ReflectionPad1d_batch (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:06:08.2495796Z test_nn_ReflectionPad1d_complex (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:06:08.2495941Z test_nn_ReflectionPad2d (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2496100Z test_nn_ReflectionPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2496264Z test_nn_ReflectionPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2496410Z test_nn_ReflectionPad3d (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:06:08.2496554Z test_nn_ReflectionPad3d_complex (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:06:08.2496717Z test_nn_ReflectionPad3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:06:08.2496866Z test_nn_ReplicationPad1d (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2497028Z test_nn_ReplicationPad1d_batch (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2497186Z test_nn_ReplicationPad1d_complex (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2497335Z test_nn_ReplicationPad2d (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2497526Z test_nn_ReplicationPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:06:08.2497717Z test_nn_ReplicationPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2497855Z test_nn_ReplicationPad3d (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2498012Z test_nn_ReplicationPad3d_complex (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2498176Z test_nn_ReplicationPad3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2498309Z test_nn_SELU (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:06:08.2498459Z test_nn_SELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:06:08.2498601Z test_nn_SELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:06:08.2498733Z test_nn_SiLU (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:06:08.2498879Z test_nn_SiLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:06:08.2499010Z test_nn_SiLU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:06:08.2499147Z test_nn_Sigmoid (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2499299Z test_nn_Sigmoid_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:06:08.2499443Z test_nn_Sigmoid_scalar (test_jit.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:06:08.2499585Z test_nn_SmoothL1Loss (test_jit.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:06:08.2499733Z test_nn_SmoothL1Loss_beta (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2499896Z test_nn_SmoothL1Loss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2500060Z test_nn_SmoothL1Loss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2500207Z test_nn_SmoothL1Loss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:06:08.2500365Z test_nn_SmoothL1Loss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2500633Z test_nn_SmoothL1Loss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2500789Z test_nn_SmoothL1Loss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2500945Z test_nn_SmoothL1Loss_zero_beta (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2501092Z test_nn_SoftMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:06:08.2501259Z test_nn_SoftMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:06:08.2501424Z test_nn_SoftMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:06:08.2501592Z test_nn_SoftMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:06:08.2501739Z test_nn_SoftMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2501880Z test_nn_Softmax (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:06:08.2502023Z test_nn_Softmax2d (test_jit.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:06:08.2502177Z test_nn_Softmax2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:06:08.2502326Z test_nn_Softmax_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:06:08.2502471Z test_nn_Softmax_scalar (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:06:08.2502606Z test_nn_Softmin (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:06:08.2502753Z test_nn_Softmin_multidim (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:06:08.2502887Z test_nn_Softmin_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:06:08.2503031Z test_nn_Softmin_scalar (test_jit.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:06:08.2503176Z test_nn_Softplus (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2503365Z test_nn_Softplus_beta (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2503558Z test_nn_Softplus_beta_threshold (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2503725Z test_nn_Softplus_beta_threshold_scalar (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:06:08.2503880Z test_nn_Softplus_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2504021Z test_nn_Softshrink (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2504158Z test_nn_Softshrink_lambda (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2504316Z test_nn_Softshrink_lambda_scalar (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2504471Z test_nn_Softshrink_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2504609Z test_nn_Softsign (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:06:08.2504761Z test_nn_Softsign_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:06:08.2504911Z test_nn_Softsign_scalar (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:06:08.2505045Z test_nn_Tanh (test_jit.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:06:08.2505190Z test_nn_Tanh_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2505319Z test_nn_Tanh_scalar (test_jit.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:06:08.2505461Z test_nn_Tanhshrink (test_jit.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:06:08.2505616Z test_nn_Tanhshrink_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:06:08.2505764Z test_nn_Tanhshrink_scalar (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:06:08.2505918Z test_nn_Threshold_large_value (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:06:08.2506072Z test_nn_Threshold_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:06:08.2506231Z test_nn_Threshold_threshold_value (test_jit.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:06:08.2506400Z test_nn_Threshold_threshold_value_scalar (test_jit.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:06:08.2506604Z test_nn_Transformer (test_jit.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:06:08.2506792Z test_nn_TransformerDecoderLayer_gelu_activation (test_jit.TestJitGeneratedModule) ... ok (1.860s) 2022-12-01T10:06:08.2506971Z test_nn_TransformerDecoderLayer_relu_activation (test_jit.TestJitGeneratedModule) ... ok (1.764s) 2022-12-01T10:06:08.2507146Z test_nn_TransformerEncoderLayer_gelu_activation (test_jit.TestJitGeneratedModule) ... ok (1.658s) 2022-12-01T10:06:08.2507321Z test_nn_TransformerEncoderLayer_relu_activation (test_jit.TestJitGeneratedModule) ... ok (1.681s) 2022-12-01T10:06:08.2507481Z test_nn_Transformer_multilayer_coder (test_jit.TestJitGeneratedModule) ... ok (5.037s) 2022-12-01T10:06:08.2507659Z test_nn_TripletMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:06:08.2507832Z test_nn_TripletMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2508002Z test_nn_TripletMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:06:08.2508142Z test_nn_Unflatten_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:06:08.2508279Z test_nn_Unfold (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:06:08.2508425Z test_nn_Unfold_int_input (test_jit.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:06:08.2508565Z test_nn_ZeroPad2d (test_jit.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:06:08.2508716Z test_nn_ZeroPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2508870Z test_nn_ZeroPad2d_negative_dims (test_jit.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:06:08.2509051Z test_nn_ZeroPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:06:08.2509235Z test_nn_interpolate_bicubic_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2509386Z test_nn_interpolate_bicubic_2d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2509547Z test_nn_interpolate_bicubic_scale_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2509724Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2509895Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2510085Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2510242Z test_nn_interpolate_bicubic_tuple_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2510424Z test_nn_interpolate_bicubic_tuple_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2510580Z test_nn_interpolate_bilinear_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2510730Z test_nn_interpolate_bilinear_2d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2510891Z test_nn_interpolate_bilinear_scale_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2511073Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2511248Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2511441Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2511601Z test_nn_interpolate_bilinear_tuple_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2511778Z test_nn_interpolate_bilinear_tuple_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2511933Z test_nn_interpolate_linear_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2512100Z test_nn_interpolate_linear_1d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2512249Z test_nn_interpolate_linear_1d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2512406Z test_nn_interpolate_linear_scale_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2512580Z test_nn_interpolate_linear_scale_1d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2512736Z test_nn_interpolate_linear_tuple_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2512888Z test_nn_interpolate_nearest_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2513051Z test_nn_interpolate_nearest_1d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2513207Z test_nn_interpolate_nearest_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2513375Z test_nn_interpolate_nearest_2d_launch_configs (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2513532Z test_nn_interpolate_nearest_2d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2513670Z test_nn_interpolate_nearest_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2513830Z test_nn_interpolate_nearest_3d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2513988Z test_nn_interpolate_nearest_scale_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2514143Z test_nn_interpolate_nearest_scale_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2514302Z test_nn_interpolate_nearest_scale_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2514492Z test_nn_interpolate_nearest_tuple_1d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2514678Z test_nn_interpolate_nearest_tuple_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2514832Z test_nn_interpolate_nearest_tuple_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2514977Z test_nn_interpolate_trilinear_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2515143Z test_nn_interpolate_trilinear_3d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2515304Z test_nn_interpolate_trilinear_scale_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2515483Z test_nn_interpolate_trilinear_scale_3d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2515649Z test_nn_interpolate_trilinear_tuple_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2515827Z test_nn_interpolate_trilinear_tuple_3d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2515975Z test_nn_log_softmax_dim0 (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2516121Z test_nn_log_softmax_dim3 (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2516258Z test_nn_log_softmax_lastdim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2516406Z test_nn_log_softmax_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2516554Z test_nn_log_softmax_spatial (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2516711Z test_nn_log_softmax_spatial_special (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2516887Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2517044Z test_nn_softmax_functional_dim0 (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2517195Z test_nn_softmax_functional_dim3 (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2517352Z test_nn_softmax_functional_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2517498Z test_nn_softmax_lastdim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2517637Z test_nn_softmax_lastdim_dtype (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2517780Z test_nn_softmax_spatial (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2517932Z test_nn_softmax_spatial_dtype (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2518086Z test_nn_softmax_spatial_special (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:06:08.2518251Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-12-01T10:06:08.2518476Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.000s) 2022-12-01T10:06:08.2518640Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:06:08.2518871Z 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-12-01T10:06:08.2519048Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:06:08.2519199Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:06:08.2519365Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:06:08.2519514Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:06:08.2519651Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.018s) 2022-12-01T10:06:08.2519799Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:06:08.2519964Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:06:08.2520139Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:06:08.2520278Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:06:08.2520399Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:06:08.2520527Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:06:08.2520643Z test_del (jit.test_list_dict.TestList) ... ok (0.011s) 2022-12-01T10:06:08.2520787Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2520938Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:06:08.2521106Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:06:08.2521265Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:06:08.2521415Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:06:08.2521567Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:06:08.2521705Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:06:08.2521844Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:06:08.2522008Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:06:08.2522146Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2522298Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2522456Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.002s) 2022-12-01T10:06:08.2522600Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:06:08.2522767Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2522934Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2523069Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2523205Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:06:08.2523322Z test_in_check (jit.test_list_dict.TestList) ... ok (0.013s) 2022-12-01T10:06:08.2523452Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.018s) 2022-12-01T10:06:08.2523571Z test_list_count (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:06:08.2523707Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2523829Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.012s) 2022-12-01T10:06:08.2523939Z test_list_index (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:06:08.2524081Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.018s) 2022-12-01T10:06:08.2524204Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.014s) 2022-12-01T10:06:08.2524320Z test_list_len (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:06:08.2524441Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.013s) 2022-12-01T10:06:08.2524559Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-12-01T10:06:08.2524677Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.072s) 2022-12-01T10:06:08.2524784Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.021s) 2022-12-01T10:06:08.2524902Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.034s) 2022-12-01T10:06:08.2525112Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.001s) 2022-12-01T10:06:08.2525227Z test_list_variance (jit.test_list_dict.TestList) 2022-12-01T10:06:08.2525410Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.010s) 2022-12-01T10:06:08.2525568Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2525689Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.058s) 2022-12-01T10:06:08.2525820Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.041s) 2022-12-01T10:06:08.2525940Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2526073Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2526211Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2526354Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2526491Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:06:08.2526631Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:06:08.2526762Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2526903Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2527034Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:06:08.2527168Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2527315Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2527456Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2527602Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2527740Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:06:08.2527868Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2527999Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2528119Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2528253Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2528393Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2528534Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2528667Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:06:08.2528799Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2528927Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:06:08.2529058Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2529192Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:06:08.2529331Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:06:08.2529462Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2529597Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:06:08.2529735Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:06:08.2529875Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:06:08.2529997Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.027s) 2022-12-01T10:06:08.2530126Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:06:08.2530258Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:06:08.2530386Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:06:08.2530556Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.019s) 2022-12-01T10:06:08.2530689Z test_to_list (jit.test_list_dict.TestList) 2022-12-01T10:06:08.2530804Z Unit tests for Tensor.tolist() function. ... ok (0.256s) 2022-12-01T10:06:08.2530912Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-12-01T10:06:08.2531056Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.002s) 2022-12-01T10:06:08.2531195Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.008s) 2022-12-01T10:06:08.2531321Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.007s) 2022-12-01T10:06:08.2531455Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-12-01T10:06:08.2531598Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.003s) 2022-12-01T10:06:08.2531748Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.007s) 2022-12-01T10:06:08.2531886Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.006s) 2022-12-01T10:06:08.2532049Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.020s) 2022-12-01T10:06:08.2532208Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.011s) 2022-12-01T10:06:08.2532360Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.012s) 2022-12-01T10:06:08.2532514Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.010s) 2022-12-01T10:06:08.2532626Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-12-01T10:06:08.2532756Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.006s) 2022-12-01T10:06:08.2532888Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.021s) 2022-12-01T10:06:08.2533011Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:06:08.2533128Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.002s) 2022-12-01T10:06:08.2533237Z test_if_returning_any (jit.test_misc.TestMisc) 2022-12-01T10:06:08.2533363Z Check that an if statement can return different ... ok (0.005s) 2022-12-01T10:06:08.2533469Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:06:08.2533590Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.008s) 2022-12-01T10:06:08.2533722Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.016s) 2022-12-01T10:06:08.2533847Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.009s) 2022-12-01T10:06:08.2533960Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:06:08.2534082Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.001s) 2022-12-01T10:06:08.2534231Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.001s) 2022-12-01T10:06:08.2534369Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.001s) 2022-12-01T10:06:08.2534487Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:06:08.2534626Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:06:08.2534768Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:06:08.2534901Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:06:08.2535037Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:06:08.2535182Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:06:08.2535316Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.002s) 2022-12-01T10:06:08.2535482Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-12-01T10:06:08.2535663Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-12-01T10:06:08.2535835Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.007s) 2022-12-01T10:06:08.2536007Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-12-01T10:06:08.2536245Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-12-01T10:06:08.2536426Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.013s) 2022-12-01T10:06:08.2536605Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-12-01T10:06:08.2536766Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.043s) 2022-12-01T10:06:08.2536925Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.025s) 2022-12-01T10:06:08.2537064Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.019s) 2022-12-01T10:06:08.2537246Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-12-01T10:06:08.2537400Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-12-01T10:06:08.2537558Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.023s) 2022-12-01T10:06:08.2537731Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-12-01T10:06:08.2537894Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.012s) 2022-12-01T10:06:08.2538045Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.148s) 2022-12-01T10:06:08.2538213Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-12-01T10:06:08.2538352Z Tracing over a script function returning a dictionary should work. ... ok (0.025s) 2022-12-01T10:06:08.2538505Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-12-01T10:06:08.2538700Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.031s) 2022-12-01T10:06:08.2538881Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.021s) 2022-12-01T10:06:08.2539044Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-12-01T10:06:08.2539199Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-12-01T10:06:08.2539339Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-12-01T10:06:08.2540093Z 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-12-01T10:06:08.2540241Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:06:08.2540519Z test_mnist (jit.test_models.TestModels) ... skip: Bug found in deprecated executor (0.001s) 2022-12-01T10:06:08.2540695Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:06:08.2540865Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-12-01T10:06:08.2541061Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:06:08.2541203Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:06:08.2541343Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.040s) 2022-12-01T10:06:08.2541501Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-12-01T10:06:08.2541685Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.004s) 2022-12-01T10:06:08.2541873Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-12-01T10:06:08.2542123Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:06:08.2542283Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:06:08.2542413Z test_snli_quantized (jit.test_models.TestModels) ... ok (0.434s) 2022-12-01T10:06:08.2542616Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:06:08.2542767Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:06:08.2542911Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.114s) 2022-12-01T10:06:08.2543028Z test_vae (jit.test_models.TestModels) ... ok (0.155s) 2022-12-01T10:06:08.2543166Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:06:08.2543298Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.080s) 2022-12-01T10:06:08.2543434Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:06:08.2543571Z Tests that customized state dict methods are in effect ... ok (0.033s) 2022-12-01T10:06:08.2543718Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:06:08.2543869Z Tests that default state dict methods are automatically available ... ok (0.025s) 2022-12-01T10:06:08.2544028Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:06:08.2544177Z Tests that customized state dict methods on submodules are in effect ... ok (0.040s) 2022-12-01T10:06:08.2544359Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.071s) 2022-12-01T10:06:08.2544547Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.020s) 2022-12-01T10:06:08.2544720Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.018s) 2022-12-01T10:06:08.2544912Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.053s) 2022-12-01T10:06:08.2545090Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.030s) 2022-12-01T10:06:08.2545254Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.187s) 2022-12-01T10:06:08.2545424Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.033s) 2022-12-01T10:06:08.2545599Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.011s) 2022-12-01T10:06:08.2545780Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:06:08.2545931Z Test that an attempt to script a module with a regular list attribute ... ok (0.003s) 2022-12-01T10:06:08.2546119Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.014s) 2022-12-01T10:06:08.2546287Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.043s) 2022-12-01T10:06:08.2546472Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.059s) 2022-12-01T10:06:08.2546659Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.023s) 2022-12-01T10:06:08.2546838Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.106s) 2022-12-01T10:06:08.2547105Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.026s) 2022-12-01T10:06:08.2547314Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.024s) 2022-12-01T10:06:08.2547474Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:06:08.2547631Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.053s) 2022-12-01T10:06:08.2547776Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:06:08.2547968Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.044s) 2022-12-01T10:06:08.2548201Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-12-01T10:06:08.2548382Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.014s) 2022-12-01T10:06:08.2548569Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.020s) 2022-12-01T10:06:08.2548758Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.018s) 2022-12-01T10:06:08.2548950Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-12-01T10:06:08.2549120Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.008s) 2022-12-01T10:06:08.2549286Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.016s) 2022-12-01T10:06:08.2549439Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.030s) 2022-12-01T10:06:08.2549623Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-12-01T10:06:08.2549797Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.033s) 2022-12-01T10:06:08.2549956Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.016s) 2022-12-01T10:06:08.2550135Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-12-01T10:06:08.2550316Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.016s) 2022-12-01T10:06:08.2550488Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.014s) 2022-12-01T10:06:08.2550664Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.007s) 2022-12-01T10:06:08.2550843Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.018s) 2022-12-01T10:06:08.2550976Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-12-01T10:06:08.2551111Z Test that a module that has __constants__ set to something ... ok (0.008s) 2022-12-01T10:06:08.2551251Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:06:08.2551395Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-12-01T10:06:08.2551542Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:06:08.2551696Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:06:08.2551835Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:06:08.2551985Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:06:08.2552169Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-12-01T10:06:08.2552325Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:06:08.2552480Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:06:08.2552627Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-12-01T10:06:08.2552767Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:06:08.2553169Z 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-12-01T10:06:08.2553251Z t = torch.tensor(t) 2022-12-01T10:06:08.2553319Z ok (0.138s) 2022-12-01T10:06:08.2553462Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.767s) 2022-12-01T10:06:08.2553620Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.046s) 2022-12-01T10:06:08.2553801Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.008s) 2022-12-01T10:06:08.2553938Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (1.852s) 2022-12-01T10:06:08.2554087Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.235s) 2022-12-01T10:06:08.2554231Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.011s) 2022-12-01T10:06:08.2554368Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.022s) 2022-12-01T10:06:08.2554510Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.101s) 2022-12-01T10:06:08.2554650Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.026s) 2022-12-01T10:06:08.2554776Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.024s) 2022-12-01T10:06:08.2555310Z 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-12-01T10:06:08.2555407Z return forward_call(*input, **kwargs) 2022-12-01T10:06:08.2555792Z /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-12-01T10:06:08.2555900Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-12-01T10:06:08.2555968Z ok (0.022s) 2022-12-01T10:06:08.2556114Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.331s) 2022-12-01T10:06:08.2556250Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.066s) 2022-12-01T10:06:08.2556382Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.012s) 2022-12-01T10:06:08.2556531Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.099s) 2022-12-01T10:06:08.2556690Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.044s) 2022-12-01T10:06:08.2556841Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.041s) 2022-12-01T10:06:08.2556978Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.033s) 2022-12-01T10:06:08.2557115Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.130s) 2022-12-01T10:06:08.2557254Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.042s) 2022-12-01T10:06:08.2557394Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.013s) 2022-12-01T10:06:08.2557521Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.026s) 2022-12-01T10:06:08.2557712Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.011s) 2022-12-01T10:06:08.2557907Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.040s) 2022-12-01T10:06:08.2558557Z 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-12-01T10:06:08.2558700Z return forward_call(*input, **kwargs) 2022-12-01T10:06:08.2559086Z /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-12-01T10:06:08.2559195Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-12-01T10:06:08.2559262Z ok (0.031s) 2022-12-01T10:06:08.2559408Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.018s) 2022-12-01T10:06:08.2559531Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.029s) 2022-12-01T10:06:08.2559675Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.051s) 2022-12-01T10:06:08.2559834Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.376s) 2022-12-01T10:06:08.2560053Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.043s) 2022-12-01T10:06:08.2560273Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.036s) 2022-12-01T10:06:08.2560532Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.026s) 2022-12-01T10:06:08.2560791Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.025s) 2022-12-01T10:06:08.2561046Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.024s) 2022-12-01T10:06:08.2561297Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.024s) 2022-12-01T10:06:08.2561550Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.010s) 2022-12-01T10:06:08.2561798Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.010s) 2022-12-01T10:06:08.2562038Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.006s) 2022-12-01T10:06:08.2562208Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.033s) 2022-12-01T10:06:08.2562359Z test_traceable (jit.test_parametrization.TestParametrization) 2022-12-01T10:06:08.2562499Z Test the jit scripting and tracing of a parametrized model. ... ok (0.030s) 2022-12-01T10:06:08.2562642Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.064s) 2022-12-01T10:06:08.2562788Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-12-01T10:06:08.2562928Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.017s) 2022-12-01T10:06:08.2563059Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:06:08.2563201Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:06:08.2563342Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:06:08.2563504Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:06:08.2563637Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-12-01T10:06:08.2563778Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2563921Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:06:08.2564090Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.001s) 2022-12-01T10:06:08.2564268Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2564456Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2564649Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2564830Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2565018Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2565272Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2565428Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-12-01T10:06:08.2565570Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2565809Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2566009Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2566195Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2566336Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2566474Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-12-01T10:06:08.2566612Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:06:08.2566749Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.042s) 2022-12-01T10:06:08.2566887Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-12-01T10:06:08.2567042Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:06:08.2567183Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2567338Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:06:08.2567490Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-12-01T10:06:08.2567676Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2567862Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2568015Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-12-01T10:06:08.2568166Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-12-01T10:06:08.2568322Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:06:08.2568467Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:06:08.2568602Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:06:08.2568757Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:06:08.2568886Z test_version (test_jit.TestProducerVersion) ... ok (0.001s) 2022-12-01T10:06:08.2569024Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.047s) 2022-12-01T10:06:08.2569217Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.039s) 2022-12-01T10:06:08.2569463Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.024s) 2022-12-01T10:06:08.2569684Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.045s) 2022-12-01T10:06:08.2569832Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.026s) 2022-12-01T10:06:08.2569963Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-12-01T10:06:08.2570112Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.024s) 2022-12-01T10:06:08.2570257Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.092s) 2022-12-01T10:06:08.2570398Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.023s) 2022-12-01T10:06:08.2570534Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.023s) 2022-12-01T10:06:08.2570696Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.050s) 2022-12-01T10:06:08.2570835Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.025s) 2022-12-01T10:06:08.2570985Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-12-01T10:06:08.2571130Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.001s) 2022-12-01T10:06:08.2571289Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-12-01T10:06:08.2571444Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-12-01T10:06:08.2571638Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-12-01T10:06:08.2571836Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-12-01T10:06:08.2571990Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-12-01T10:06:08.2572138Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-12-01T10:06:08.2572300Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.021s) 2022-12-01T10:06:08.2572451Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.023s) 2022-12-01T10:06:08.2572601Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.004s) 2022-12-01T10:06:08.2572748Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.028s) 2022-12-01T10:06:08.2572908Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.095s) 2022-12-01T10:06:08.2573057Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-12-01T10:06:08.2573210Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-12-01T10:06:08.2573354Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-12-01T10:06:08.2573499Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.029s) 2022-12-01T10:06:08.2573636Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.003s) 2022-12-01T10:06:08.2573783Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.014s) 2022-12-01T10:06:08.2573951Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-12-01T10:06:08.2574106Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-12-01T10:06:08.2574257Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.004s) 2022-12-01T10:06:08.2574390Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.004s) 2022-12-01T10:06:08.2574547Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.023s) 2022-12-01T10:06:08.2574705Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.013s) 2022-12-01T10:06:08.2574857Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.013s) 2022-12-01T10:06:08.2575001Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.046s) 2022-12-01T10:06:08.2575154Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:06:08.2575319Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-12-01T10:06:08.2575479Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-12-01T10:06:08.2575641Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-12-01T10:06:08.2575819Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-12-01T10:06:08.2575998Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.019s) 2022-12-01T10:06:08.2576153Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-12-01T10:06:08.2576304Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-12-01T10:06:08.2576456Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-12-01T10:06:08.2576617Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.018s) 2022-12-01T10:06:08.2576777Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.050s) 2022-12-01T10:06:08.2576931Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-12-01T10:06:08.2577087Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.014s) 2022-12-01T10:06:08.2577330Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-12-01T10:06:08.2577516Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:06:08.2577655Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.021s) 2022-12-01T10:06:08.2577813Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.019s) 2022-12-01T10:06:08.2577992Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:06:08.2578164Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-12-01T10:06:08.2578337Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-12-01T10:06:08.2578524Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.052s) 2022-12-01T10:06:08.2578699Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-12-01T10:06:08.2578867Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-12-01T10:06:08.2579028Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-12-01T10:06:08.2579172Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-12-01T10:06:08.2579344Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-12-01T10:06:08.2579498Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-12-01T10:06:08.2579635Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.013s) 2022-12-01T10:06:08.2579789Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.017s) 2022-12-01T10:06:08.2579955Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.030s) 2022-12-01T10:06:08.2580106Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-12-01T10:06:08.2580262Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.007s) 2022-12-01T10:06:08.2580535Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.016s) 2022-12-01T10:06:08.2580689Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.006s) 2022-12-01T10:06:08.2580838Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-12-01T10:06:08.2581001Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.010s) 2022-12-01T10:06:08.2581130Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-12-01T10:06:08.2581268Z Exercise the situation where we have the same qualified name ... ok (0.024s) 2022-12-01T10:06:08.2581398Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-12-01T10:06:08.2581534Z Exercise the situation where we have the same qualified name ... ok (0.025s) 2022-12-01T10:06:08.2581651Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-12-01T10:06:08.2581788Z Exercise the situation where we have the same qualified name ... ok (0.037s) 2022-12-01T10:06:08.2581924Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.050s) 2022-12-01T10:06:08.2582053Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-12-01T10:06:08.2582209Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.020s) 2022-12-01T10:06:08.2582353Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-12-01T10:06:08.2582509Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.009s) 2022-12-01T10:06:08.2582654Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.006s) 2022-12-01T10:06:08.2582789Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.013s) 2022-12-01T10:06:08.2582924Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-12-01T10:06:08.2583161Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.008s) 2022-12-01T10:06:08.2583300Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-12-01T10:06:08.2583446Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.007s) 2022-12-01T10:06:08.2583581Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.008s) 2022-12-01T10:06:08.2583730Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:06:08.2583928Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:06:08.2584064Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:06:08.2584253Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:06:08.2584400Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:06:08.2584600Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:06:08.2584812Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:06:08.2585032Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:06:08.2585199Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:06:08.2585409Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:06:08.2585625Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:06:08.2585780Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:06:08.2585980Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:06:08.2586136Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:06:08.2586334Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-12-01T10:06:08.2586491Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:06:08.2586692Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-12-01T10:06:08.2586934Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-12-01T10:06:08.2587130Z self=, 2022-12-01T10:06:08.2587215Z sample_input=(2, 3, 2.0, 3.0), 2022-12-01T10:06:08.2587265Z ) 2022-12-01T10:06:08.2587358Z skip: Failed to load fixture! (0.089s) 2022-12-01T10:06:08.2587553Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.425s) 2022-12-01T10:06:08.2587753Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.108s) 2022-12-01T10:06:08.2587945Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.006s) 2022-12-01T10:06:08.2588129Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.091s) 2022-12-01T10:06:08.2588797Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Test test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/88719 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:06:08.2589443Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88719 for allplatform(s) . 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-12-01T10:06:08.2589638Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.182s) 2022-12-01T10:06:08.2589826Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-12-01T10:06:08.2590019Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-12-01T10:06:08.2590210Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-12-01T10:06:08.2590385Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-12-01T10:06:08.2590496Z test_add_out (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2590631Z test_add_tuple_different_types (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2590758Z test_add_tuple_non_optional (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2590883Z test_add_tuple_optional (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2591008Z test_add_tuple_same_types (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2591106Z test_addmm_grad (test_jit.TestScript) 2022-12-01T10:06:08.2591200Z This test checks several things: ... ok (0.006s) 2022-12-01T10:06:08.2591342Z test_alias_covariant_type_containers (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2591449Z test_all (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2591570Z test_annot_ast_mypy_fn (test_jit.TestScript) ... ok (0.024s) 2022-12-01T10:06:08.2591700Z test_annot_ast_mypy_method (test_jit.TestScript) ... ok (0.038s) 2022-12-01T10:06:08.2591818Z test_annot_ast_py3_fn (test_jit.TestScript) ... ok (0.024s) 2022-12-01T10:06:08.2591941Z test_annot_ast_py3_method (test_jit.TestScript) ... ok (0.038s) 2022-12-01T10:06:08.2592067Z test_annot_string_mypy_fn (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2592186Z test_annot_string_mypy_method (test_jit.TestScript) ... ok (0.027s) 2022-12-01T10:06:08.2592310Z test_annot_string_py3_fn (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2592440Z test_annot_string_py3_method (test_jit.TestScript) ... ok (0.027s) 2022-12-01T10:06:08.2592569Z test_annotated_script_fn (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2592712Z test_annotated_script_fn_arg_mismatch (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2592859Z test_annotated_script_fn_return_mismatch (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2592993Z test_annotated_script_method (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2593116Z test_annoying_doubles (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2593208Z test_any (test_jit.TestScript) ... ok (0.020s) 2022-12-01T10:06:08.2593350Z test_assert_is_scripting_metacompile (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2593489Z test_assertion_optional_refinement (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2593617Z test_attr_module_constants (test_jit.TestScript) ... ok (0.022s) 2022-12-01T10:06:08.2593745Z test_attr_qscheme_script (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2593868Z test_attribute_in_init (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2594003Z test_attribute_serialization (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2594160Z test_attribute_unpickling (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2594295Z test_augmented_assign (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2594432Z test_autodiff_complex (test_jit.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:06:08.2594560Z test_backend_cudnn_enabled (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2594695Z test_bad_multiline_annotations (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2594843Z test_bailout_loop_carried_deps_name_clash (test_jit.TestScript) ... ok (0.008s) 2022-12-01T10:06:08.2594984Z test_bailout_loop_counter_transition (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2595178Z test_batch_norm_inference_backward_cuda (test_jit.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.002s) 2022-12-01T10:06:08.2595305Z test_batchnorm_fuser_cpu (test_jit.TestScript) ... ok (0.129s) 2022-12-01T10:06:08.2595415Z test_big_float_literals (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2595537Z test_big_int_literals (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2595662Z test_binary_op_shape (test_jit.TestScript) ... ok (0.213s) 2022-12-01T10:06:08.2595779Z test_bitwise_ops (test_jit.TestScript) ... ok (0.020s) 2022-12-01T10:06:08.2595911Z test_block_input_grad_in_loop (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2596048Z test_bool_augassign_bitwise_and (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2596182Z test_bool_augassign_bitwise_or (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2596302Z test_bool_augassign_bitwise_xor (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2596423Z test_bool_dispatch (test_jit.TestScript) ... ok (0.023s) 2022-12-01T10:06:08.2596570Z test_boolean_literal_constant_metacompile (test_jit.TestScript) ... ok (0.014s) 2022-12-01T10:06:08.2596697Z test_break_continue_error (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2596819Z test_breaks_continues (test_jit.TestScript) ... ok (0.107s) 2022-12-01T10:06:08.2596938Z test_builtin_args (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2597104Z test_builtin_args_fails (test_jit.TestScript) ... You have not run this instance of FileCheck! 2022-12-01T10:06:08.2597181Z FileCheck checks: 2022-12-01T10:06:08.2597513Z [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-12-01T10:06:08.2597644Z File "/var/lib/jenkins/workspace/test/test_jit.py", line 10876 2022-12-01T10:06:08.2597727Z @torch.jit.script 2022-12-01T10:06:08.2597800Z def f6(a): 2022-12-01T10:06:08.2597888Z a.expand(size=[3, [4]]) 2022-12-01T10:06:08.2598027Z ~~~~~~ <--- HERE 2022-12-01T10:06:08.2598114Z (function emitListLiteral) 2022-12-01T10:06:08.2598184Z ok (0.006s) 2022-12-01T10:06:08.2598309Z test_builtin_function_attributes (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2598433Z test_builtin_use_as_value (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2598544Z test_call_ge (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2598680Z test_call_python_fn_from_script_fn (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2598824Z test_call_python_fn_from_script_module (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2598965Z test_call_python_fn_from_traced_module (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2599104Z test_call_python_fn_from_tracing_fn (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2599242Z test_call_python_mod_from_script_fn (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2599372Z test_call_python_mod_from_script_module (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2599553Z test_call_python_mod_from_traced_module (test_jit.TestScript) ... ok (0.014s) 2022-12-01T10:06:08.2599719Z test_call_python_mod_from_tracing_fn (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2599852Z test_call_script_fn_from_script_fn (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2599989Z test_call_script_fn_from_script_module (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2600125Z test_call_script_fn_from_tracing_fn (test_jit.TestScript) ... ok (0.008s) 2022-12-01T10:06:08.2600263Z test_call_script_mod_from_script_fn (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2600403Z test_call_script_mod_from_script_module (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2600562Z test_call_script_mod_from_tracing_fn (test_jit.TestScript) ... skip: error in first class mode (0.001s) 2022-12-01T10:06:08.2600697Z test_call_traced_fn_from_tracing_fn (test_jit.TestScript) ... ok (0.010s) 2022-12-01T10:06:08.2600869Z test_call_traced_mod_from_tracing_fn (test_jit.TestScript) ... skip: error in first class mode (0.001s) 2022-12-01T10:06:08.2601147Z test_calls_in_type_annotations (test_jit.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/__init__.py 2022-12-01T10:06:08.2601220Z ok (0.001s) 2022-12-01T10:06:08.2601355Z test_canonicalize_control_outputs (test_jit.TestScript) ... ok (0.014s) 2022-12-01T10:06:08.2601551Z test_cast (test_jit.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-12-01T10:06:08.2601658Z test_cat (test_jit.TestScript) ... ok (0.016s) 2022-12-01T10:06:08.2601758Z test_cat_lifts (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2601863Z test_chr (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2601974Z test_circular_dependency (test_jit.TestScript) 2022-12-01T10:06:08.2602112Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.030s) 2022-12-01T10:06:08.2602233Z test_class_as_attribute (test_jit.TestScript) ... ok (0.014s) 2022-12-01T10:06:08.2602353Z test_class_attribute (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2602487Z test_class_attribute_in_script (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2602625Z test_class_with_comment_at_lower_indentation (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2602737Z test_code_with_constants (test_jit.TestScript) 2022-12-01T10:06:08.2602907Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.007s) 2022-12-01T10:06:08.2603028Z test_code_with_constants_restore (test_jit.TestScript) 2022-12-01T10:06:08.2603205Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.009s) 2022-12-01T10:06:08.2603332Z test_comment_ignore_indent (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2603461Z test_compare_two_bool_inputs (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2603664Z test_compile_module_with_constant (test_jit.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:06:08.2603791Z test_conditional_casting (test_jit.TestScript) ... ok (0.044s) 2022-12-01T10:06:08.2603901Z test_constant_as_attr (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2604044Z test_constant_pooling_introduce_aliasing (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2604177Z test_constant_pooling_none (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2604313Z test_constant_pooling_same_identity (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2604433Z test_context_manager (test_jit.TestScript) ... ok (0.016s) 2022-12-01T10:06:08.2604544Z test_conv_error (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2604658Z test_convert_base (test_jit.TestScript) ... ok (0.020s) 2022-12-01T10:06:08.2604776Z test_cpp_function_tensor_str (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2604903Z test_cpp_module_iterator (test_jit.TestScript) ... ok (0.011s) 2022-12-01T10:06:08.2605021Z test_desugar_module (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2605318Z test_device_kwarg (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2605438Z test_device_type (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2605580Z test_device_type_cuda (test_jit.TestScript) ... skip: Requires CUDA (0.000s) 2022-12-01T10:06:08.2605685Z test_dir (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2605796Z test_divmod (test_jit.TestScript) ... ok (0.030s) 2022-12-01T10:06:08.2605947Z test_dominated_bailout (test_jit.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-12-01T10:06:08.2606062Z test_dropout_eval (test_jit.TestScript) ... ok (0.180s) 2022-12-01T10:06:08.2606183Z test_dropout_script (test_jit.TestScript) ... ok (0.016s) 2022-12-01T10:06:08.2606297Z test_dtype_attr (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2606416Z test_dtype_op_shape (test_jit.TestScript) ... ok (0.035s) 2022-12-01T10:06:08.2606537Z test_dtype_op_shape2 (test_jit.TestScript) ... ok (0.047s) 2022-12-01T10:06:08.2606667Z test_early_return_closure (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2606797Z test_early_return_fork_join (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2606909Z test_early_return_rewrite (test_jit.TestScript) ... ok (0.019s) 2022-12-01T10:06:08.2607044Z test_early_return_type_refinement (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2607170Z test_early_returns_loops (test_jit.TestScript) ... ok (0.033s) 2022-12-01T10:06:08.2607292Z test_ellipsis_const_end (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2607412Z test_ellipsis_const_mid (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2607544Z test_ellipsis_const_mid_select (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2607667Z test_ellipsis_const_start (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2607771Z test_ellipsis_end (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2607886Z test_ellipsis_mid (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2608014Z test_ellipsis_mid_select (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2608131Z test_ellipsis_start (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2608264Z test_embedding_renorm_grad_error (test_jit.TestScript) ... ok (0.016s) 2022-12-01T10:06:08.2608393Z test_empty_like_memory_format_bc (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2608512Z test_empty_tuple_str (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2608640Z test_enumerate_modlist_range (test_jit.TestScript) ... ok (0.033s) 2022-12-01T10:06:08.2608752Z test_erase_number_types (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2608864Z test_error (test_jit.TestScript) ... ok (0.019s) 2022-12-01T10:06:08.2608984Z test_error_stacktrace (test_jit.TestScript) ... ok (0.014s) 2022-12-01T10:06:08.2609117Z test_error_stacktrace_interface (test_jit.TestScript) ... ok (0.029s) 2022-12-01T10:06:08.2609232Z test_eval_python (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2609365Z test_exception_exits_closure (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2609499Z test_exceptions_with_control_flow (test_jit.TestScript) ... ok (0.034s) 2022-12-01T10:06:08.2609606Z test_expand (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2609699Z test_fibb (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2609820Z test_fibb_totally_better (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2609952Z test_file_format_serialization (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2610068Z test_file_line_error (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2610196Z test_file_line_error_class_defn (test_jit.TestScript) ... ok (0.013s) 2022-12-01T10:06:08.2610313Z test_file_line_graph (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2610433Z test_file_line_save_load (test_jit.TestScript) ... ok (0.011s) 2022-12-01T10:06:08.2610539Z test_file_line_string (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2610689Z test_file_line_trace (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2610832Z test_filecheck (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2610950Z test_filecheck_parse (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2611069Z test_first_class_calls (test_jit.TestScript) ... ok (0.016s) 2022-12-01T10:06:08.2611189Z test_first_class_module (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2611300Z test_floor_div (test_jit.TestScript) ... ok (0.010s) 2022-12-01T10:06:08.2611411Z test_floordiv (test_jit.TestScript) ... ok (0.021s) 2022-12-01T10:06:08.2611507Z test_for_else (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2611619Z test_for_in_dict (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2611737Z test_for_in_enumerate (test_jit.TestScript) ... ok (0.028s) 2022-12-01T10:06:08.2611850Z test_for_in_range (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2611969Z test_for_in_range_ast (test_jit.TestScript) ... ok (0.017s) 2022-12-01T10:06:08.2612095Z test_for_in_range_dynamic (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2612214Z test_for_in_range_if_ast (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2612330Z test_for_in_range_start_end (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2612461Z test_for_in_range_start_end_step (test_jit.TestScript) ... ok (0.015s) 2022-12-01T10:06:08.2612584Z test_for_in_range_zero_step (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2612699Z test_for_in_string (test_jit.TestScript) ... ok (0.015s) 2022-12-01T10:06:08.2612815Z test_for_in_tensors (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2612943Z test_for_in_tensors_fail_scalar (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2613065Z test_for_in_tensors_nested (test_jit.TestScript) ... ok (0.010s) 2022-12-01T10:06:08.2613190Z test_for_in_tensors_rank0 (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2613291Z test_for_in_zip (test_jit.TestScript) ... ok (0.021s) 2022-12-01T10:06:08.2613416Z test_for_in_zip_enumerate (test_jit.TestScript) ... ok (0.016s) 2022-12-01T10:06:08.2613533Z test_for_tuple_assign (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2613651Z test_for_tuple_unpack (test_jit.TestScript) ... ok (0.015s) 2022-12-01T10:06:08.2613759Z test_format (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2613869Z test_func_call (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2614004Z test_function_compilation_caching (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2614121Z test_function_overload_misuse (test_jit.TestScript) ... ok (0.016s) 2022-12-01T10:06:08.2614258Z test_function_overloading_isinstance (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2614380Z test_function_overloads (test_jit.TestScript) ... ok (0.054s) 2022-12-01T10:06:08.2614584Z test_fuser_double_float_codegen (test_jit.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:06:08.2614722Z test_fuser_double_literal_precision (test_jit.TestScript) ... ok (0.105s) 2022-12-01T10:06:08.2614848Z test_fuser_multiple_blocks (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2614974Z test_gather_dynamic_index (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2615097Z test_generic_list_errors (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2615200Z test_get_set_state (test_jit.TestScript) ... ok (0.030s) 2022-12-01T10:06:08.2615329Z test_get_set_state_with_tensors (test_jit.TestScript) ... ok (0.008s) 2022-12-01T10:06:08.2615448Z test_grad_from_script (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2615556Z test_hash (test_jit.TestScript) ... ok (0.008s) 2022-12-01T10:06:08.2615672Z test_hex_literals (test_jit.TestScript) ... ok (0.011s) 2022-12-01T10:06:08.2615773Z test_id (test_jit.TestScript) ... ok (0.013s) 2022-12-01T10:06:08.2615876Z test_if (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2616020Z test_if_define (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2616154Z test_if_different_type (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2616272Z test_if_for_in_range (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2616394Z test_if_is_none_dispatch (test_jit.TestScript) ... ok (0.018s) 2022-12-01T10:06:08.2616508Z test_if_list_cat (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2616623Z test_if_nest_while (test_jit.TestScript) ... ok (0.053s) 2022-12-01T10:06:08.2616731Z test_if_noelse (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2616852Z test_if_not_defined_error (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2616958Z test_if_supertype (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2617079Z test_ignore_decorator (test_jit.TestScript) ... ok (0.008s) 2022-12-01T10:06:08.2617200Z test_ignored_as_value (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2617330Z test_ignored_method_binding (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2617449Z test_ignored_props (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2617589Z test_import_constants_not_specialized (test_jit.TestScript) ... ok (0.011s) 2022-12-01T10:06:08.2617713Z test_in_for_and_comp_expr (test_jit.TestScript) ... ok (0.010s) 2022-12-01T10:06:08.2617846Z test_in_operator_with_two_strings (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2617939Z test_index (test_jit.TestScript) ... ok (0.084s) 2022-12-01T10:06:08.2618069Z test_index_select_shape_prop (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2618186Z test_index_with_tuple (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2618303Z test_indexing_error (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2618414Z test_infer_size (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2618522Z test_inferred_error_msg (test_jit.TestScript) 2022-12-01T10:06:08.2618671Z Test that when we get a type mismatch on a function where we inferred ... ok (0.002s) 2022-12-01T10:06:08.2618791Z test_inherit_method (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2618985Z test_inline_and_run_annotated_script_fn (test_jit.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-12-01T10:06:08.2619089Z test_inlined_graph (test_jit.TestScript) 2022-12-01T10:06:08.2619241Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.011s) 2022-12-01T10:06:08.2619362Z test_inlining_cleanup (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2619477Z test_inplace_add (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2619601Z test_inplace_copy_script (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2619729Z test_input_keyword_in_schema (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2619838Z test_int_cast (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2619956Z test_integral_shape_inference (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2620080Z test_interpret_graph (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2620201Z test_interpreter_fuzz (test_jit.TestScript) ... ok (0.291s) 2022-12-01T10:06:08.2620318Z test_intlist_args (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2620705Z test_invalid_call_arguments (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2620841Z test_invalid_lhs_assignment (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2620978Z test_invalid_prefix_annotation (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2621078Z test_irparser (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2621190Z test_is_after_use (test_jit.TestScript) ... ok (0.011s) 2022-12-01T10:06:08.2621297Z test_is_isnot (test_jit.TestScript) ... ok (0.041s) 2022-12-01T10:06:08.2621411Z test_is_optional (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2621527Z test_is_scripting (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2621731Z test_is_scripting_metacompile (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2621884Z test_isinstance (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2622009Z test_isinstance_dynamic (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2622126Z test_isinstance_metacompile (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2622253Z test_isinstance_refinement (test_jit.TestScript) ... ok (0.014s) 2022-12-01T10:06:08.2622364Z test_jitter_bug (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2622474Z test_keyword (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2622600Z test_kwarg_expansion_error (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2622722Z test_kwargs_error_msg (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2622834Z test_lazy_script (test_jit.TestScript) ... ok (0.019s) 2022-12-01T10:06:08.2622962Z test_lhs_advanced_indexing_assignment (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2623119Z test_lhs_advanced_indexing_augmented_assignment (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2623236Z test_lhs_indexing (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2623364Z test_lhs_indexing_increment (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2623497Z test_lhs_indexing_increment_list (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2623640Z test_lhs_indexing_increment_list_prim (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2623763Z test_lhs_indexing_list (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2623886Z test_lhs_indexing_multi (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2623989Z test_linear_grad (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2624134Z test_list_comprehension_modulelist (test_jit.TestScript) ... ok (0.047s) 2022-12-01T10:06:08.2624276Z test_list_comprehension_variable_write (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2624395Z test_list_iterables (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2624515Z test_list_python_op (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2624625Z test_list_unify (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2624737Z test_literal (test_jit.TestScript) ... ok (0.015s) 2022-12-01T10:06:08.2624846Z test_literals (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2624960Z test_logical_short_circuit (test_jit.TestScript) ... ok (0.022s) 2022-12-01T10:06:08.2625077Z test_loop_liveness (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2625200Z test_loop_unroll_negative (test_jit.TestScript) ... ok (0.011s) 2022-12-01T10:06:08.2625332Z test_loop_unroll_unused_counter (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2625452Z test_loop_unrolling (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2625575Z test_loop_unrolling_const (test_jit.TestScript) ... ok (0.008s) 2022-12-01T10:06:08.2625703Z test_loop_unrolling_nested (test_jit.TestScript) ... ok (0.047s) 2022-12-01T10:06:08.2625817Z test_lower_nested_tuples (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2625927Z test_math_ops (test_jit.TestScript) ... ok (0.210s) 2022-12-01T10:06:08.2626099Z test_maxpool_guard_elimination (test_jit.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:06:08.2626715Z test_meshgrid (test_jit.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:504: 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:3191.) 2022-12-01T10:06:08.2626910Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-12-01T10:06:08.2626978Z ok (0.007s) 2022-12-01T10:06:08.2627102Z test_method_casts_script (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2627219Z test_method_no_self (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2627377Z test_method_overloading (test_jit.TestScript) ... ok (0.151s) 2022-12-01T10:06:08.2627516Z test_missing_getstate (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2627631Z test_mm_batching (test_jit.TestScript) ... ok (0.104s) 2022-12-01T10:06:08.2627746Z test_module_apis (test_jit.TestScript) ... ok (0.050s) 2022-12-01T10:06:08.2627861Z test_module_attrs (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2627995Z test_module_copy_with_attributes (test_jit.TestScript) ... ok (0.008s) 2022-12-01T10:06:08.2628114Z test_module_copying (test_jit.TestScript) ... ok (0.016s) 2022-12-01T10:06:08.2628227Z test_module_error (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2628350Z test_module_method_reassignment (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2628469Z test_module_none_attrs (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2628608Z test_module_parameters_and_buffers (test_jit.TestScript) ... ok (0.026s) 2022-12-01T10:06:08.2628722Z test_module_str (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2628861Z test_module_with_params_called_fails (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2628980Z test_multi_reduction (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2629107Z test_multi_starred_expr_lhs (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2629236Z test_multiline_annot_ast_py3_fn (test_jit.TestScript) ... ok (0.023s) 2022-12-01T10:06:08.2629369Z test_multiline_optional_future_refinement (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2629499Z test_multiline_string_dedents (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2629619Z test_multiple_assign (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2629743Z test_multiple_assignment (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2629861Z test_mutable_dce (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2629984Z test_mutable_dce_block (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2630117Z test_mutable_dce_graph_input (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2630265Z test_mutable_dce_indirect_wildcard_write (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2630392Z test_mutable_dce_indirect_wildcards (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2630513Z test_mutable_dce_list (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2630634Z test_mutable_dce_loop (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2630763Z test_mutable_dce_wildcards (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2630883Z test_mutate_constant (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2631003Z test_mypy_type_ignore (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2631137Z test_named_buffers_are_iterable (test_jit.TestScript) ... ok (0.045s) 2022-12-01T10:06:08.2631261Z test_namedtuple_attr (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2631400Z test_namedtuple_default_values_Tensor_type (test_jit.TestScript) ... ok (0.008s) 2022-12-01T10:06:08.2631555Z test_namedtuple_default_values_container_type (test_jit.TestScript) ... ok (0.013s) 2022-12-01T10:06:08.2631698Z test_namedtuple_default_values_missing (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2631847Z test_namedtuple_default_values_simple_type (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2632014Z test_namedtuple_default_values_using_factory_constructor (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2632140Z test_namedtuple_python (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2632276Z test_namedtuple_type_inference (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2632391Z test_narrow_copy (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2632500Z test_nested_aug_assign (test_jit.TestScript) ... ok (0.038s) 2022-12-01T10:06:08.2632624Z test_nested_bailouts (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2632743Z test_nested_breaks (test_jit.TestScript) ... ok (0.024s) 2022-12-01T10:06:08.2632936Z test_nested_list_construct (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2633063Z test_nested_select_assign (test_jit.TestScript) ... ok (0.017s) 2022-12-01T10:06:08.2633173Z test_nn_GRU (test_jit.TestScript) ... ok (0.102s) 2022-12-01T10:06:08.2633283Z test_nn_LSTM (test_jit.TestScript) ... ok (0.079s) 2022-12-01T10:06:08.2633392Z test_nn_LSTM_with_layers (test_jit.TestScript) ... ok (0.081s) 2022-12-01T10:06:08.2633502Z test_nn_init (test_jit.TestScript) ... ok (0.034s) 2022-12-01T10:06:08.2633623Z test_no_dtype_shape (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2633759Z test_no_self_arg_ignore_function (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2633880Z test_non_final_return (test_jit.TestScript) ... ok (0.069s) 2022-12-01T10:06:08.2633997Z test_none_type_str (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2634103Z test_not (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2634231Z test_not_initialized_err (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2634341Z test_ntuple_builtins (test_jit.TestScript) ... ok (0.010s) 2022-12-01T10:06:08.2634454Z test_number_abs (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2634576Z test_number_augassign (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2634719Z test_number_augassign_bitwise_lshift (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2634854Z test_number_augassign_bitwise_pow (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2634995Z test_number_augassign_bitwise_rshift (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2635108Z test_number_div (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2635211Z test_number_math (test_jit.TestScript) ... ok (1.893s) 2022-12-01T10:06:08.2635324Z test_number_neg (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2635500Z test_old_models_bc (test_jit.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-12-01T10:06:08.2635621Z test_oneline_func (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2635737Z test_op_dtype (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2635862Z test_operator_precedence (test_jit.TestScript) ... ok (0.008s) 2022-12-01T10:06:08.2635980Z test_optional_list (test_jit.TestScript) ... ok (0.025s) 2022-12-01T10:06:08.2636101Z test_optional_tensor (test_jit.TestScript) ... ok (0.023s) 2022-12-01T10:06:08.2636192Z test_ord (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2636312Z test_override_magic (test_jit.TestScript) ... ok (0.011s) 2022-12-01T10:06:08.2636808Z test_pack_padded_pad_packed_trace (test_jit.TestScript) ... /var/lib/jenkins/workspace/test/test_jit.py:9793: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:06:08.2636923Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-12-01T10:06:08.2637703Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/jit_utils.py:258: 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:1888.) 2022-12-01T10:06:08.2637854Z _C._jit_pass_onnx_node_shape_type_inference(node, params_dict, opset_version) 2022-12-01T10:06:08.2638583Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/jit_utils.py:258: 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:1888.) 2022-12-01T10:06:08.2638729Z _C._jit_pass_onnx_node_shape_type_inference(node, params_dict, opset_version) 2022-12-01T10:06:08.2638797Z ok (0.019s) 2022-12-01T10:06:08.2638954Z test_pack_tuple_into_non_var (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2639093Z test_pack_unpack_nested (test_jit.TestScript) ... ok (0.029s) 2022-12-01T10:06:08.2639220Z test_pack_unpack_state (test_jit.TestScript) ... ok (0.014s) 2022-12-01T10:06:08.2639376Z test_parameter_order (test_jit.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-12-01T10:06:08.2639473Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-12-01T10:06:08.2639573Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-12-01T10:06:08.2639663Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-12-01T10:06:08.2639751Z grad_fn=) 2022-12-01T10:06:08.2639856Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-12-01T10:06:08.2639938Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-12-01T10:06:08.2640032Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-12-01T10:06:08.2640122Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-12-01T10:06:08.2640206Z grad_fn=) 2022-12-01T10:06:08.2640271Z ok (0.010s) 2022-12-01T10:06:08.2640411Z test_parse_empty_tuple_annotation (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2640566Z test_parse_empty_tuple_annotation_element_error (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2640689Z test_parse_nested_names (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2640812Z test_parse_none_type_annotation (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2640938Z test_parse_tensor_constants (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2641060Z test_parser_kwargonly (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2641189Z test_parser_type_annotations (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2641330Z test_parser_type_annotations_comment (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2641493Z test_parser_type_annotations_incompatible_expression (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2641648Z test_parser_type_annotations_subscript_non_ident (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2641800Z test_parser_type_annotations_subscript_tensor (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2641933Z test_parser_type_annotations_unknown_type (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2642056Z test_partial_returns (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2642161Z test_pass (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2642287Z test_pickle_checkpoint (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2642429Z test_pickle_checkpoint_cuda (test_jit.TestScript) ... skip: no CUDA (0.000s) 2022-12-01T10:06:08.2642556Z test_pickle_checkpoint_tup (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2642721Z test_pow_scalar_backward_cuda (test_jit.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:06:08.2642850Z test_pretty_print_function (test_jit.TestScript) ... ok (0.029s) 2022-12-01T10:06:08.2642962Z test_prim_grad_undefined (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2643073Z test_print (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2643189Z test_print_kwargs (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2643360Z test_profiling_graph_executor (test_jit.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:06:08.2643597Z test_profiling_merge (test_jit.TestScript) ... skip: skip if profiling isn't enabled (0.001s) 2022-12-01T10:06:08.2643730Z test_pybind_type_comparisons (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2643843Z test_python_call (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2643971Z test_python_call_annotation (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2644142Z test_python_call_annoytation_failure (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2644295Z test_python_call_failure (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2644420Z test_python_call_non_tensor (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2644551Z test_python_call_non_tensor_wrong (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2644669Z test_python_frontend (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2644793Z test_python_frontend_py3 (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2644927Z test_python_frontend_source_range (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2645118Z test_python_op_builtins (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2645244Z test_python_op_name (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2645378Z test_python_val_doesnt_have_attr (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2645484Z test_rand (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2645651Z test_rand_profiling (test_jit.TestScript) ... skip: the profiling version of test_rand (0.001s) 2022-12-01T10:06:08.2645767Z test_range_args (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2645890Z test_reassign_module_lhs (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2646014Z test_reassign_module_rhs (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2646126Z test_refine_tuple_types (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2646244Z test_remove_dropout (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2646379Z test_repeated_script_on_function (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2646497Z test_request_bailout (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2646620Z test_requires_grad_loop (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2646755Z test_rescripting_loaded_modules (test_jit.TestScript) ... ok (0.027s) 2022-12-01T10:06:08.2646877Z test_resize_input_ops (test_jit.TestScript) ... ok (0.010s) 2022-12-01T10:06:08.2646990Z test_return (test_jit.TestScript) ... ok (0.014s) 2022-12-01T10:06:08.2647103Z test_return_stmt_not_at_end (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2647217Z test_return_tuple (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2647338Z test_rnn_trace_override (test_jit.TestScript) ... ok (0.266s) 2022-12-01T10:06:08.2647463Z test_robust_op_resolution (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2647568Z test_round (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2647690Z test_save_load_attr_error (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2647810Z test_script_annotation (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2647921Z test_script_bool_constant (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2648037Z test_script_chunk (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2648157Z test_script_clamp_none (test_jit.TestScript) ... ok (0.013s) 2022-12-01T10:06:08.2648273Z test_script_copy (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2648386Z test_script_cu (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2648508Z test_script_define_order (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2648648Z test_script_define_order_recursive_fail (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2648769Z test_script_docstring (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2648899Z test_script_forward_method_replacement (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2649047Z test_script_get_device_cuda (test_jit.TestScript) ... skip: requires CUDA (0.000s) 2022-12-01T10:06:08.2649175Z test_script_get_tracing_state (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2649298Z test_script_is_tracing (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2649421Z test_script_kwargs_fn_call (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2649581Z test_script_method_docstring (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2649752Z test_script_method_torch_function_overload (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2649869Z test_script_module (test_jit.TestScript) ... ok (0.018s) 2022-12-01T10:06:08.2649991Z test_script_module_call_noscript (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2650116Z test_script_module_const (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2650255Z test_script_module_const_submodule_fail (test_jit.TestScript) ... ok (0.021s) 2022-12-01T10:06:08.2650386Z test_script_module_export_blocks (test_jit.TestScript) ... ok (0.011s) 2022-12-01T10:06:08.2650529Z test_script_module_export_shared_storage (test_jit.TestScript) ... ok (0.008s) 2022-12-01T10:06:08.2650666Z test_script_module_export_submodule (test_jit.TestScript) ... ok (0.020s) 2022-12-01T10:06:08.2650847Z test_script_module_export_tensor_cuda (test_jit.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-12-01T10:06:08.2650989Z test_script_module_export_tensor_type (test_jit.TestScript) ... ok (0.010s) 2022-12-01T10:06:08.2651108Z test_script_module_fail_exist (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2651227Z test_script_module_for (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2651352Z test_script_module_for2 (test_jit.TestScript) ... ok (0.033s) 2022-12-01T10:06:08.2651484Z test_script_module_invalid_consts (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2651623Z test_script_module_nochange_submodule (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2651975Z test_script_module_none_exist_fail (test_jit.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-12-01T10:06:08.2652105Z test_script_module_not_tuple (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2652247Z test_script_module_param_buffer_mutation (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2652366Z test_script_module_star_assign2 (test_jit.TestScript) ... ok (0.013s) 2022-12-01T10:06:08.2652508Z test_script_module_star_assign2_inplace (test_jit.TestScript) ... ok (0.014s) 2022-12-01T10:06:08.2652656Z test_script_module_star_assign_fail_builtin (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2652802Z test_script_module_star_assign_fail_pythonop (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2652948Z test_script_module_tensor_subclass_argument (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2653073Z test_script_nested_mod_list (test_jit.TestScript) ... ok (0.036s) 2022-12-01T10:06:08.2653212Z test_script_non_tensor_args_outputs (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2653335Z test_script_optional_none (test_jit.TestScript) ... ok (0.013s) 2022-12-01T10:06:08.2653442Z test_script_outputs (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2653578Z test_script_pack_padded_sequence (test_jit.TestScript) ... ok (0.037s) 2022-12-01T10:06:08.2653721Z test_script_pad_sequence_pack_sequence (test_jit.TestScript) ... ok (0.030s) 2022-12-01T10:06:08.2653838Z test_script_scope (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2653963Z test_script_sequential_for (test_jit.TestScript) ... ok (0.023s) 2022-12-01T10:06:08.2654098Z test_script_sequential_in_mod_list (test_jit.TestScript) ... ok (0.042s) 2022-12-01T10:06:08.2654241Z test_script_sequential_multi_output_fail (test_jit.TestScript) ... ok (0.013s) 2022-12-01T10:06:08.2654375Z test_script_sequential_orderdict (test_jit.TestScript) ... ok (0.030s) 2022-12-01T10:06:08.2654505Z test_script_sequential_sliced_iteration (test_jit.TestScript) ... ok (0.031s) 2022-12-01T10:06:08.2654625Z test_script_star_assign (test_jit.TestScript) ... ok (0.011s) 2022-12-01T10:06:08.2654746Z test_script_star_expr (test_jit.TestScript) ... ok (0.020s) 2022-12-01T10:06:08.2654876Z test_script_star_expr_string (test_jit.TestScript) ... ok (0.019s) 2022-12-01T10:06:08.2655025Z test_scriptable_fn_as_attr (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2655207Z test_scriptmodule_multi_head_attn_cuda (test_jit.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:06:08.2655366Z test_scriptmodule_releases_tensors_cuda (test_jit.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:06:08.2655518Z test_scriptmodule_transformer_cuda (test_jit.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:06:08.2655627Z test_select_after_chunk (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2655748Z test_sequence_parsing (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2655887Z test_sequential_intermediary_types (test_jit.TestScript) ... ok (0.025s) 2022-12-01T10:06:08.2656015Z test_serialization_big_ints (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2656141Z test_serialization_sharing (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2656269Z test_serialize_long_lines (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2656401Z test_serialized_source_ranges (test_jit.TestScript) ... ok (0.018s) 2022-12-01T10:06:08.2656534Z test_serialized_source_ranges2 (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2656667Z test_serialized_source_ranges_dont_jitter (test_jit.TestScript) ... ok (0.082s) 2022-12-01T10:06:08.2656806Z test_serialized_source_ranges_graph (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2656948Z test_serialized_source_ranges_no_dups (test_jit.TestScript) ... ok (0.011s) 2022-12-01T10:06:08.2657083Z test_set_attribute_through_optional (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2657217Z test_shape_analysis_grad_property (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2657340Z test_shape_analysis_loop (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2657478Z test_shape_prop_promote_scalar_arg (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2657604Z test_shape_prop_promotion (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2657714Z test_signed_float_zero (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2657851Z test_single_starred_expr_for_loop (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2657972Z test_single_starred_lhs (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2658098Z test_singleton_tuple_unpack (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2658271Z test_slice_guard_elimination (test_jit.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:06:08.2658377Z test_split (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2658480Z test_stack (test_jit.TestScript) ... ok (0.010s) 2022-12-01T10:06:08.2658586Z test_static_if_prop (test_jit.TestScript) ... ok (0.065s) 2022-12-01T10:06:08.2658701Z test_static_method_on_module (test_jit.TestScript) 2022-12-01T10:06:08.2658856Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.008s) 2022-12-01T10:06:08.2658972Z test_static_methods (test_jit.TestScript) ... ok (0.019s) 2022-12-01T10:06:08.2659083Z test_str_cast (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2659195Z test_string_cu (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2659336Z test_string_device_implicit_conversion (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2659460Z test_string_frontend_elif (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2659564Z test_string_index (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2659673Z test_string_len (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2659790Z test_string_list (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2659907Z test_string_new_line (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2660019Z test_string_ops (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2660132Z test_string_print (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2660258Z test_string_single_escape (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2660529Z test_string_slicing (test_jit.TestScript) ... ok (0.012s) 2022-12-01T10:06:08.2660699Z test_string_sort (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2660816Z test_string_sorted (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2660960Z test_submodule_attribute_serialization (test_jit.TestScript) ... ok (0.017s) 2022-12-01T10:06:08.2661082Z test_submodule_twice (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2661187Z test_sum (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2661308Z test_sum_list_diff_elms (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2661426Z test_sum_list_empty (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2661533Z test_sum_list_literal (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2661650Z test_sum_list_one (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2661774Z test_sum_list_wrong_type (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2661900Z test_sys_stdout_override (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2662039Z test_tensor_as_tensor_shape_prop (test_jit.TestScript) ... ok (0.011s) 2022-12-01T10:06:08.2662154Z test_tensor_data (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2662306Z test_tensor_device (test_jit.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:06:08.2662421Z test_tensor_dtype (test_jit.TestScript) ... ok (0.008s) 2022-12-01T10:06:08.2662523Z test_tensor_grad (test_jit.TestScript) ... ok (0.008s) 2022-12-01T10:06:08.2662648Z test_tensor_import_export (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2662759Z test_tensor_len (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2662880Z test_tensor_number_math (test_jit.TestScript) ... ok (0.401s) 2022-12-01T10:06:08.2663019Z test_tensor_number_math_cuda (test_jit.TestScript) ... skip: No CUDA (0.000s) 2022-12-01T10:06:08.2663143Z test_tensor_requires_grad (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2663259Z test_tensor_shape (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2663838Z test_tensor_subclasses (test_jit.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/jit/annotations.py:309: 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-12-01T10:06:08.2663966Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-12-01T10:06:08.2664032Z ok (0.007s) 2022-12-01T10:06:08.2664141Z test_tensor_to (test_jit.TestScript) ... ok (0.018s) 2022-12-01T10:06:08.2664258Z test_tensor_to_cpu (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2664407Z test_tensor_to_cuda (test_jit.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:06:08.2664561Z test_tensor_to_device (test_jit.TestScript) ... skip: device tests require CUDA (0.000s) 2022-12-01T10:06:08.2664669Z test_ternary (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2664802Z test_ternary_module_type_hint (test_jit.TestScript) ... ok (0.035s) 2022-12-01T10:06:08.2664923Z test_ternary_right_associative (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2665045Z test_ternary_static_if (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2665155Z test_torch_any (test_jit.TestScript) ... ok (0.016s) 2022-12-01T10:06:08.2665319Z test_torch_functional (test_jit.TestScript) ... skip: Skipping while landing PR stack (0.003s) 2022-12-01T10:06:08.2665456Z test_torch_functional_tensordot_int (test_jit.TestScript) ... ok (0.042s) 2022-12-01T10:06:08.2665594Z test_torch_functional_tensordot_list (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2665734Z test_torch_functional_tensordot_tensor (test_jit.TestScript) ... ok (0.021s) 2022-12-01T10:06:08.2665873Z test_torch_functional_tensordot_tuple (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2665997Z test_torch_ignore_conversion_to_none (test_jit.TestScript) ... ok (0.008s) 2022-12-01T10:06:08.2666164Z test_torch_manual_seed (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2666302Z test_torch_pow (test_jit.TestScript) ... ok (0.031s) 2022-12-01T10:06:08.2666870Z test_torch_tensor_as_tensor (test_jit.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: 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-12-01T10:06:08.2666959Z return callable(*args, **kwargs) 2022-12-01T10:06:08.2667027Z ok (0.521s) 2022-12-01T10:06:08.2667165Z test_torch_tensor_as_tensor_empty_list (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2667294Z test_torch_tensor_bad_input (test_jit.TestScript) ... ok (0.028s) 2022-12-01T10:06:08.2667406Z test_torch_tensor_dtype (test_jit.TestScript) ... ok (0.010s) 2022-12-01T10:06:08.2667539Z test_torchscript_memoryformat (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2667673Z test_torchscript_multi_head_attn (test_jit.TestScript) ... ok (0.079s) 2022-12-01T10:06:08.2667821Z test_torchscript_multi_head_attn_fast_path (test_jit.TestScript) ... ok (0.156s) 2022-12-01T10:06:08.2667943Z test_training_param (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2668065Z test_tuple_assignments (test_jit.TestScript) ... ok (0.032s) 2022-12-01T10:06:08.2668183Z test_tuple_error_msg (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2668305Z test_tuple_index_to_list (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2668413Z test_tuple_indexing (test_jit.TestScript) ... ok (0.020s) 2022-12-01T10:06:08.2668522Z test_tuple_len (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2668642Z test_tuple_nested_sort (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2668754Z test_tuple_sort (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2668874Z test_tuple_sort_reverse (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2668991Z test_tuple_sorted (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2669113Z test_tuple_to_opt_list (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2669234Z test_tuple_unsortable_diff_type (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2669371Z test_tuple_unsortable_element_type (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2669510Z test_tuple_unsortable_nested_diff_type (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2669627Z test_type_annotate (test_jit.TestScript) ... ok (0.014s) 2022-12-01T10:06:08.2669754Z test_type_annotation_module (test_jit.TestScript) ... ok (0.013s) 2022-12-01T10:06:08.2669870Z test_type_annotation_py3 (test_jit.TestScript) ... ok (0.011s) 2022-12-01T10:06:08.2685459Z test_type_annotations (test_jit.TestScript) ... ok (0.016s) 2022-12-01T10:06:08.2685686Z test_type_annotations_repeated_list (test_jit.TestScript) ... ok (0.013s) 2022-12-01T10:06:08.2685828Z test_type_annotations_varargs (test_jit.TestScript) ... ok (0.011s) 2022-12-01T10:06:08.2685963Z test_type_call_in_script (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2686084Z test_type_cast (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2686199Z test_type_comments_in_body (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2686331Z test_type_inferred_from_empty_annotation (test_jit.TestScript) 2022-12-01T10:06:08.2686518Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.003s) 2022-12-01T10:06:08.2686627Z test_unbind (test_jit.TestScript) ... ok (0.007s) 2022-12-01T10:06:08.2686745Z test_unfold_zero_dim (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2686866Z test_unicode_comments (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2686984Z test_uninitialized (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2687103Z test_union_to_number (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2687210Z test_unknown_builtin (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2687509Z test_unmatched_type_annotation (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2687697Z test_unspecialized_any_binding (test_jit.TestScript) ... skip: bug persists in deprecated executor (0.001s) 2022-12-01T10:06:08.2687874Z test_unsqueeze_guard_elimination (test_jit.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:06:08.2688007Z test_unsupported_builtin_error (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2688131Z test_unused_decorator (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2688263Z test_unwrap_optional_builtin (test_jit.TestScript) ... ok (0.022s) 2022-12-01T10:06:08.2688381Z test_var_aug_assign (test_jit.TestScript) ... ok (0.038s) 2022-12-01T10:06:08.2688484Z test_vararg_zeros (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2688623Z test_view_listconstruct_shape_prop (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2688745Z test_view_shape_prop (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2688860Z test_view_write (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2688986Z test_weak_cuda (test_jit.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:06:08.2689093Z test_where (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2689206Z test_where_method (test_jit.TestScript) ... ok (0.004s) 2022-12-01T10:06:08.2689311Z test_while (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2689413Z test_while_nest_if (test_jit.TestScript) ... ok (0.042s) 2022-12-01T10:06:08.2689548Z test_while_nonexistent_cond_value (test_jit.TestScript) ... ok (0.028s) 2022-12-01T10:06:08.2689677Z test_while_nonexistent_value (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2689807Z test_while_write_outer_then_read (test_jit.TestScript) ... ok (0.006s) 2022-12-01T10:06:08.2689927Z test_wrong_attr_lookup (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2690052Z test_wrong_implicit_expand (test_jit.TestScript) ... ok (0.005s) 2022-12-01T10:06:08.2690184Z test_wrong_method_call_inputs (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2690298Z test_wrong_module_attr_lookup (test_jit.TestScript) ... ok (0.002s) 2022-12-01T10:06:08.2690417Z test_wrong_return_type (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2690542Z test_wrong_use_as_callable (test_jit.TestScript) ... ok (0.001s) 2022-12-01T10:06:08.2690662Z test_wrong_use_as_tuple (test_jit.TestScript) ... ok (0.003s) 2022-12-01T10:06:08.2690768Z test_zeros (test_jit.TestScript) ... ok (0.009s) 2022-12-01T10:06:08.2690898Z test_zip_enumerate_modulelist (test_jit.TestScript) ... ok (0.436s) 2022-12-01T10:06:08.2691010Z test_bool (jit.test_list_dict.TestScriptDict) 2022-12-01T10:06:08.2691132Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-12-01T10:06:08.2691239Z test_contains (jit.test_list_dict.TestScriptDict) 2022-12-01T10:06:08.2691356Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-12-01T10:06:08.2691474Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:06:08.2691559Z Test deletion. ... ok (0.001s) 2022-12-01T10:06:08.2691675Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:06:08.2691810Z Test accessing dictionary values using the [] operator. ... ok (0.002s) 2022-12-01T10:06:08.2691921Z test_items (jit.test_list_dict.TestScriptDict) 2022-12-01T10:06:08.2691988Z Test .items(). ... ok (0.001s) 2022-12-01T10:06:08.2692097Z test_iter (jit.test_list_dict.TestScriptDict) 2022-12-01T10:06:08.2692313Z Test iteration over a dictionary's keys. ... ok (0.001s) 2022-12-01T10:06:08.2692420Z test_len (jit.test_list_dict.TestScriptDict) 2022-12-01T10:06:08.2692518Z Test len() builtin function. ... ok (0.001s) 2022-12-01T10:06:08.2692629Z test_nested (jit.test_list_dict.TestScriptDict) 2022-12-01T10:06:08.2692867Z 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-12-01T10:06:08.2693029Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-12-01T10:06:08.2693200Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-12-01T10:06:08.2693313Z test_repr (jit.test_list_dict.TestScriptDict) 2022-12-01T10:06:08.2693407Z Test the __repr__ method. ... ok (0.001s) 2022-12-01T10:06:08.2693519Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:06:08.2693651Z Test setting dictionary values using the [] operator. ... ok (0.001s) 2022-12-01T10:06:08.2693765Z test_append (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2693854Z Test append method. ... ok (0.001s) 2022-12-01T10:06:08.2693950Z test_bool (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2694072Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-12-01T10:06:08.2694185Z test_clear (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2694261Z Test clear. ... ok (0.001s) 2022-12-01T10:06:08.2694377Z test_contains (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2694496Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-12-01T10:06:08.2694605Z test_count (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2694690Z Test count method. ... ok (0.001s) 2022-12-01T10:06:08.2694791Z test_delitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2694871Z Test deletion. ... ok (0.001s) 2022-12-01T10:06:08.2694985Z test_extend (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2695065Z Test extend. ... ok (0.002s) 2022-12-01T10:06:08.2695178Z test_getitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2695306Z Test accessing list elements using the [] operator. ... ok (0.003s) 2022-12-01T10:06:08.2695416Z test_insert (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2695482Z Test insert. ... ok (0.002s) 2022-12-01T10:06:08.2695592Z test_iter (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2695758Z Test iteration over a list's elements. ... ok (0.001s) 2022-12-01T10:06:08.2695867Z test_len (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2695967Z Test len() builtin function. ... ok (0.001s) 2022-12-01T10:06:08.2696079Z test_nested (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2696315Z 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-12-01T10:06:08.2696413Z test_pop (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2696489Z Test pop. ... ok (0.002s) 2022-12-01T10:06:08.2696618Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2696768Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-12-01T10:06:08.2696879Z test_remove (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2696965Z Test remove method. ... ok (0.001s) 2022-12-01T10:06:08.2697076Z test_repr (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2697169Z Test the __repr__ method. ... ok (0.001s) 2022-12-01T10:06:08.2697274Z test_setitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:06:08.2697399Z Test setting list elements using the [] operator. ... ok (0.002s) 2022-12-01T10:06:08.2697669Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-12-01T10:06:08.2697923Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:06:08.2698172Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:06:08.2698406Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-12-01T10:06:08.2698635Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-12-01T10:06:08.2698919Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:06:08.2699185Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-12-01T10:06:08.2699411Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-12-01T10:06:08.2699652Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-12-01T10:06:08.2699893Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:06:08.2700132Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-12-01T10:06:08.2700370Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-12-01T10:06:08.2700836Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:06:08.2701082Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:06:08.2701228Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.068s) 2022-12-01T10:06:08.2701373Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-12-01T10:06:08.2701503Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.069s) 2022-12-01T10:06:08.2701649Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.055s) 2022-12-01T10:06:08.2701793Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.209s) 2022-12-01T10:06:08.2701924Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.021s) 2022-12-01T10:06:08.2702053Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:06:08.2702186Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:06:08.2702308Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.002s) 2022-12-01T10:06:08.2702432Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:06:08.2702545Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:06:08.2702676Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:06:08.2702812Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:06:08.2702942Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:06:08.2703066Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:06:08.2703201Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:06:08.2703321Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:06:08.2703443Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:06:08.2703564Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:06:08.2703706Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:06:08.2703832Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:06:08.2703953Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:06:08.2704076Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.006s) 2022-12-01T10:06:08.2704209Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-12-01T10:06:08.2704337Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-12-01T10:06:08.2704461Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.006s) 2022-12-01T10:06:08.2704591Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.007s) 2022-12-01T10:06:08.2704828Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:06:08.2705086Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:06:08.2705323Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:06:08.2705544Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:06:08.2705765Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:06:08.2705993Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:06:08.2706213Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:06:08.2706437Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:06:08.2706631Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:06:08.2706855Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:06:08.2707072Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:06:08.2707292Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:06:08.2707527Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:06:08.2707734Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:06:08.2707933Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:06:08.2708156Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:06:08.2708383Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:06:08.2708605Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:06:08.2708784Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:06:08.2708982Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:06:08.2709183Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:06:08.2709387Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:06:08.2709583Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.023s) 2022-12-01T10:06:08.2709764Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.018s) 2022-12-01T10:06:08.2709956Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-12-01T10:06:08.2710148Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-12-01T10:06:08.2710336Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.014s) 2022-12-01T10:06:08.2710549Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-12-01T10:06:08.2710760Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.011s) 2022-12-01T10:06:08.2710950Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.030s) 2022-12-01T10:06:08.2711158Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.022s) 2022-12-01T10:06:08.2711363Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.012s) 2022-12-01T10:06:08.2711562Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-12-01T10:06:08.2711746Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-12-01T10:06:08.2711930Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.073s) 2022-12-01T10:06:08.2712122Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-12-01T10:06:08.2712361Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-12-01T10:06:08.2712538Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-12-01T10:06:08.2712719Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-12-01T10:06:08.2712904Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.021s) 2022-12-01T10:06:08.2713095Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.015s) 2022-12-01T10:06:08.2713275Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-12-01T10:06:08.2713471Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-12-01T10:06:08.2713661Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-12-01T10:06:08.2713831Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-12-01T10:06:08.2713980Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.002s) 2022-12-01T10:06:08.2714128Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.010s) 2022-12-01T10:06:08.2714270Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.005s) 2022-12-01T10:06:08.2714421Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.013s) 2022-12-01T10:06:08.2714578Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.024s) 2022-12-01T10:06:08.2714764Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.000s) 2022-12-01T10:06:08.2714939Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.004s) 2022-12-01T10:06:08.2715118Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.004s) 2022-12-01T10:06:08.2715294Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.004s) 2022-12-01T10:06:08.2715462Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-12-01T10:06:08.2715637Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-12-01T10:06:08.2715816Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-12-01T10:06:08.2715958Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.005s) 2022-12-01T10:06:08.2716143Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.001s) 2022-12-01T10:06:08.2716312Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.009s) 2022-12-01T10:06:08.2716461Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:06:08.2716847Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-12-01 10:06:02 573:573 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:06:08.2717093Z STAGE:2022-12-01 10:06:02 573:573 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:06:08.2717149Z ok (0.001s) 2022-12-01T10:06:08.2717292Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:06:08.2717428Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-12-01T10:06:08.2717581Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:06:08.2717741Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:06:08.2717898Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-12-01T10:06:08.2718045Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:06:08.2718211Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-12-01T10:06:08.2718362Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-12-01T10:06:08.2718524Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-12-01T10:06:08.2718666Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:06:08.2718812Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-12-01T10:06:08.2718978Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:06:08.2719130Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:06:08.2719277Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:06:08.2719438Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:06:08.2719581Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:06:08.2719741Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:06:08.2719896Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:06:08.2720045Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:06:08.2720211Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:06:08.2720361Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:06:08.2720507Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:06:08.2720656Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:06:08.2720812Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:06:08.2720955Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-12-01T10:06:08.2721107Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-12-01T10:06:08.2721257Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:06:08.2721411Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-12-01T10:06:08.2721558Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:06:08.2721680Z test_constant (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:06:08.2721795Z test_conv (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:06:08.2721944Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-12-01T10:06:08.2722112Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:06:08.2722251Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:06:08.2722363Z test_ge (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:06:08.2722503Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-12-01T10:06:08.2722629Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (1.793s) 2022-12-01T10:06:08.2722759Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.039s) 2022-12-01T10:06:08.2722881Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:06:08.2723007Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:06:08.2723147Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2723275Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:06:08.2723403Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2723549Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2723672Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:06:08.2723807Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:06:08.2723931Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:06:08.2724058Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2724188Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:06:08.2724320Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:06:08.2724448Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-12-01T10:06:08.2724659Z Check that dictionary access doesn't care about insertion order ... ok (0.009s) 2022-12-01T10:06:08.2724796Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:06:08.2724926Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2725158Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:06:08.2725276Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-12-01T10:06:08.2725417Z Check that the trace remembers which keys were in a dict input ... ok (0.012s) 2022-12-01T10:06:08.2725547Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2725661Z test_input_flatten (jit.test_tracer.TestTracer) 2022-12-01T10:06:08.2725792Z Check that inputs to traced functions are flattened ... ok (0.012s) 2022-12-01T10:06:08.2725925Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:06:08.2726059Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2726203Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:06:08.2726342Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:06:08.2726475Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:06:08.2726609Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-12-01T10:06:08.2726763Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-12-01T10:06:08.2726891Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:06:08.2727021Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2727141Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:06:08.2727269Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:06:08.2727387Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:06:08.2727542Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-12-01T10:06:08.2727752Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.008s) 2022-12-01T10:06:08.2727881Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:06:08.2728017Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:06:08.2728143Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:06:08.2728269Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:06:08.2728394Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:06:08.2728501Z test_simple (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-12-01T10:06:08.2728644Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:06:08.2728782Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:06:08.2728915Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:06:08.2729042Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-12-01T10:06:08.2729178Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-12-01T10:06:08.2729315Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:06:08.2729484Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.003s) 2022-12-01T10:06:08.2729609Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.039s) 2022-12-01T10:06:08.2729748Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:06:08.2729884Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2730029Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:06:08.2730171Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:06:08.2730319Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2730459Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2730594Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:06:08.2730730Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:06:08.2730862Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:06:08.2731006Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:06:08.2731130Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2731265Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2731413Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:06:08.2731550Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:06:08.2731689Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:06:08.2731807Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:06:08.2731938Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-12-01T10:06:08.2732066Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-12-01T10:06:08.2732209Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.044s) 2022-12-01T10:06:08.2732348Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.033s) 2022-12-01T10:06:08.2732490Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:06:08.2732642Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:06:08.2732753Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:06:08.2732914Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2733081Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:06:08.2733213Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-12-01T10:06:08.2733341Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:06:08.2733487Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-12-01T10:06:08.2733617Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:06:08.2733770Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.033s) 2022-12-01T10:06:08.2733889Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-12-01T10:06:08.2734067Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-12-01T10:06:08.2734193Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-12-01T10:06:08.2734315Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-12-01T10:06:08.2734536Z %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-12-01T10:06:08.2734735Z %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-12-01T10:06:08.2735029Z %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-12-01T10:06:08.2735233Z %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-12-01T10:06:08.2735442Z %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-12-01T10:06:08.2735514Z return (%12) 2022-12-01T10:06:08.2735525Z 2022-12-01T10:06:08.2735589Z ok (0.007s) 2022-12-01T10:06:08.2735712Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2735850Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:06:08.2735976Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-12-01T10:06:08.2736098Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:06:08.2736233Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:06:08.2736360Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-12-01T10:06:08.2736522Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:06:08.2736645Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:06:08.2736768Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:06:08.2736892Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:06:08.2737024Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-12-01T10:06:08.2737156Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:06:08.2737275Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:06:08.2737407Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:06:08.2737548Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2737669Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-12-01T10:06:08.2737804Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:06:08.2737936Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:06:08.2738125Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:06:08.2738290Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.052s) 2022-12-01T10:06:08.2738422Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.041s) 2022-12-01T10:06:08.2739103Z 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-12-01T10:06:08.2739187Z return x.topk(y, dim=1)[1] 2022-12-01T10:06:08.2739255Z ok (0.011s) 2022-12-01T10:06:08.2739378Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:06:08.2739514Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2739637Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:06:08.2739789Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2739939Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:06:08.2740082Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:06:08.2740224Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:06:08.2740376Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.002s) 2022-12-01T10:06:08.2740664Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-12-01T10:06:08.2740779Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-12-01T10:06:08.2740920Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.121s) 2022-12-01T10:06:08.2741054Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:06:08.2741186Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:06:08.2741325Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2741558Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.034s) 2022-12-01T10:06:08.2741697Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-12-01T10:06:08.2741859Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.007s) 2022-12-01T10:06:08.2742001Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-12-01T10:06:08.2742130Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2742315Z Types should be shared for identical constant values, and different for different constant values ... ok (0.011s) 2022-12-01T10:06:08.2742451Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2742587Z Types should be shared even if attribute values differ ... ok (0.006s) 2022-12-01T10:06:08.2742739Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2742897Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.003s) 2022-12-01T10:06:08.2743039Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-12-01T10:06:08.2743150Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2743259Z Simple example with a real nn Module ... ok (0.013s) 2022-12-01T10:06:08.2743412Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.017s) 2022-12-01T10:06:08.2743569Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2743717Z We should be able to differentiate between two ModuleDict instances ... ok (0.032s) 2022-12-01T10:06:08.2743851Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2744047Z Mutating the value of an attribute should not change type sharing ... ok (0.020s) 2022-12-01T10:06:08.2744220Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2744426Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.008s) 2022-12-01T10:06:08.2744585Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2744730Z Different functions passed in should lead to different types ... ok (0.011s) 2022-12-01T10:06:08.2744885Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2745012Z Same functions passed in should lead to same types ... ok (0.008s) 2022-12-01T10:06:08.2745156Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2745308Z Even if everything about the module is the same, different originating ... ok (0.023s) 2022-12-01T10:06:08.2745465Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2745598Z Different functions passed in should lead to different types ... ok (0.011s) 2022-12-01T10:06:08.2745751Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2745879Z Same functions passed in should lead to same types ... ok (0.008s) 2022-12-01T10:06:08.2746056Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.022s) 2022-12-01T10:06:08.2746184Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2746308Z If submodules differ, the types should differ. ... ok (0.047s) 2022-12-01T10:06:08.2746457Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2746672Z Since we can't guarantee that methods are the same between different ... ok (0.013s) 2022-12-01T10:06:08.2746815Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2746949Z Test that types are not shared if the exclusion of their ... ok (0.008s) 2022-12-01T10:06:08.2747101Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2747229Z Test that types are shared if the exclusion of their ... ok (0.006s) 2022-12-01T10:06:08.2747377Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2747509Z Tests that types between instances of a ScriptModule ... ok (0.007s) 2022-12-01T10:06:08.2747648Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:06:08.2747760Z Test that type sharing can be disabled. ... ok (0.020s) 2022-12-01T10:06:08.2747907Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-12-01T10:06:08.2748053Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:06:08.2748207Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.005s) 2022-12-01T10:06:08.2748362Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:06:08.2748483Z Test that module attributes can be ignored. ... ok (0.007s) 2022-12-01T10:06:08.2748651Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-12-01T10:06:08.2748811Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-12-01T10:06:08.2748975Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:06:08.2749113Z Test that using an optional with no contained types produces an error. ... ok (0.003s) 2022-12-01T10:06:08.2749260Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-12-01T10:06:08.2749406Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.008s) 2022-12-01T10:06:08.2749559Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:06:08.2749705Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:06:08.2749892Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:06:08.2750063Z Test that using a tuple with no contained types produces an error. ... ok (0.003s) 2022-12-01T10:06:08.2750217Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.011s) 2022-12-01T10:06:08.2750356Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.011s) 2022-12-01T10:06:08.2750520Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:06:08.2750646Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:06:08.2750782Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:06:08.2750925Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:06:08.2751083Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.007s) 2022-12-01T10:06:08.2751208Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.022s) 2022-12-01T10:06:08.2751351Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:06:08.2751777Z 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-12-01T10:06:08.2751899Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-12-01T10:06:08.2751966Z def fn(): 2022-12-01T10:06:08.2752040Z l1 = [1, 2, "foo", 3] 2022-12-01T10:06:08.2752165Z ~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:06:08.2752255Z l2 = ["foo", "bar", "baz", "qux"] 2022-12-01T10:06:08.2752368Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-12-01T10:06:08.2752454Z (function emitListLiteral) 2022-12-01T10:06:08.2752509Z ok (0.002s) 2022-12-01T10:06:08.2752937Z 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-12-01T10:06:08.2753070Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-12-01T10:06:08.2753136Z def fn(): 2022-12-01T10:06:08.2753225Z l1 = ["foo", "bar", "baz", "qux"] 2022-12-01T10:06:08.2753298Z l2 = [1, 2, "foo", 3] 2022-12-01T10:06:08.2753420Z ~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:06:08.2753534Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-12-01T10:06:08.2753588Z return d 2022-12-01T10:06:08.2753674Z (function emitListLiteral) 2022-12-01T10:06:08.2753738Z ok (0.002s) 2022-12-01T10:06:08.2753866Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.009s) 2022-12-01T10:06:08.2753993Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.014s) 2022-12-01T10:06:08.2754124Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.009s) 2022-12-01T10:06:08.2754252Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.015s) 2022-12-01T10:06:08.2754371Z test_list_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:06:08.2754487Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-12-01T10:06:08.2754606Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.011s) 2022-12-01T10:06:08.2754775Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.001s) 2022-12-01T10:06:08.2754907Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.008s) 2022-12-01T10:06:08.2755035Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.007s) 2022-12-01T10:06:08.2755204Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:06:08.2755361Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:06:08.2755484Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.007s) 2022-12-01T10:06:08.2755608Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:06:08.2755743Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:06:08.2755877Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.013s) 2022-12-01T10:06:08.2756011Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:06:08.2756141Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:06:08.2756279Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:06:08.2756410Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:06:08.2756525Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:06:08.2756657Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:06:08.2756780Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:06:08.2756912Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.001s) 2022-12-01T10:06:08.2757045Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.020s) 2022-12-01T10:06:08.2757175Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:06:08.2757296Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:06:08.2757422Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:06:08.2757548Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:06:08.2757684Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:06:08.2757835Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.011s) 2022-12-01T10:06:08.2757986Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:06:08.2758142Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:06:08.2758271Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:06:08.2758422Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:06:08.2758555Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:06:08.2758669Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:06:08.2758795Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:06:08.2758935Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:06:08.2759103Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:06:08.2759274Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:06:08.2759446Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:06:08.2759610Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:06:08.2759791Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.001s) 2022-12-01T10:06:08.2759959Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:06:08.2760084Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:06:08.2760729Z 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-12-01T10:06:08.2760862Z "The inner type of a container is lost when " 2022-12-01T10:06:08.2760928Z ok (0.007s) 2022-12-01T10:06:08.2761077Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:06:08.2761230Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.010s) 2022-12-01T10:06:08.2761377Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:06:08.2761529Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:06:08.2761692Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:06:08.2761845Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:06:08.2762012Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:06:08.2762142Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:06:08.2762293Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:06:08.2762458Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:06:08.2762597Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:06:08.2762738Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:06:08.2762896Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:06:08.2763016Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:06:08.2763173Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:06:08.2763348Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:06:08.2763525Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:06:08.2763676Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:06:08.2763824Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:06:08.2763967Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.010s) 2022-12-01T10:06:08.2764137Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:06:08.2764273Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:06:08.2764414Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:06:08.2764560Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.009s) 2022-12-01T10:06:08.2764694Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:06:08.2764833Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.026s) 2022-12-01T10:06:08.2764955Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:06:08.2765440Z 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-12-01T10:06:08.2765522Z File "", line 3 2022-12-01T10:06:08.2765531Z 2022-12-01T10:06:08.2765596Z def fn(): 2022-12-01T10:06:08.2765747Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-12-01T10:06:08.2765927Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:06:08.2766111Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-12-01T10:06:08.2766200Z x.append(torch.tensor(3)) 2022-12-01T10:06:08.2766287Z (function emitListLiteral) 2022-12-01T10:06:08.2766629Z [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-12-01T10:06:08.2766706Z File "", line 3 2022-12-01T10:06:08.2766711Z 2022-12-01T10:06:08.2766774Z def fn(): 2022-12-01T10:06:08.2766920Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-12-01T10:06:08.2767085Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:06:08.2767201Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-12-01T10:06:08.2767288Z x.append(torch.tensor(3)) 2022-12-01T10:06:08.2767379Z (function emitListLiteral) 2022-12-01T10:06:08.2767444Z ok (0.020s) 2022-12-01T10:06:08.2767579Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:06:08.2767727Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:06:08.2767859Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:06:08.2768034Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.003s) 2022-12-01T10:06:08.2768182Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.018s) 2022-12-01T10:06:08.2768335Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.001s) 2022-12-01T10:06:08.2768483Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:06:08.2768628Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:06:08.2768778Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:06:08.2768920Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:06:08.2769069Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-12-01T10:06:08.2769199Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:06:08.2769339Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:06:08.2769482Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:06:08.2769621Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:06:08.2769765Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:06:08.2769916Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-12-01T10:06:08.2770080Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:06:08.2770240Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:06:08.2770338Z test_warn (jit.test_warn.TestWarn) ... ok (0.003s) 2022-12-01T10:06:08.2770488Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.003s) 2022-12-01T10:06:08.2770635Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.007s) 2022-12-01T10:06:08.2770760Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.007s) 2022-12-01T10:06:08.2770892Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.007s) 2022-12-01T10:06:08.2771012Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.003s) 2022-12-01T10:06:08.2771144Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.005s) 2022-12-01T10:06:08.2771228Z test_with_as (jit.test_with.TestWith) 2022-12-01T10:06:08.2771490Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.061s) 2022-12-01T10:06:08.2771622Z test_with_errors (jit.test_with.TestWith) 2022-12-01T10:06:08.2771866Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.013s) 2022-12-01T10:06:08.2771976Z test_with_exceptions (jit.test_with.TestWith) 2022-12-01T10:06:08.2772187Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.024s) 2022-12-01T10:06:08.2772286Z test_with_no_as (jit.test_with.TestWith) 2022-12-01T10:06:08.2772514Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.061s) 2022-12-01T10:06:08.2772605Z test_with_no_grad (jit.test_with.TestWith) 2022-12-01T10:06:08.2772747Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.017s) 2022-12-01T10:06:08.2772861Z test_with_record_function (jit.test_with.TestWith) 2022-12-01T10:06:08.2773241Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-12-01 10:06:07 573:573 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:06:08.2773489Z STAGE:2022-12-01 10:06:07 573:573 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:06:08.2773555Z ok (0.018s) 2022-12-01T10:06:08.2773561Z 2022-12-01T10:06:08.2773757Z ---------------------------------------------------------------------- 2022-12-01T10:06:08.2773836Z Ran 2643 tests in 83.663s 2022-12-01T10:06:08.2773841Z 2022-12-01T10:06:08.2773935Z OK (skipped=119, expected failures=7) 2022-12-01T10:06:08.2773941Z 2022-12-01T10:06:08.2774010Z Generating XML reports... 2022-12-01T10:06:08.2774351Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_alias_analysis.TestAliasAnalysis-20221201100443.xml 2022-12-01T10:06:08.2774639Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_async.TestAsync-20221201100443.xml 2022-12-01T10:06:08.2774937Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_aten_pow.TestAtenPow-20221201100443.xml 2022-12-01T10:06:08.2775258Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_autodiff.TestAutodiffJit-20221201100443.xml 2022-12-01T10:06:08.2775644Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221201100443.xml 2022-12-01T10:06:08.2775947Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backends.TestBackends-20221201100443.xml 2022-12-01T10:06:08.2776290Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backends.TestBackendsWithCompiler-20221201100443.xml 2022-12-01T10:06:08.2776579Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_batch_mm.TestBatchMM-20221201100443.xml 2022-12-01T10:06:08.2776873Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_builtins.TestBuiltins-20221201100443.xml 2022-12-01T10:06:08.2777181Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_class_type.TestClassType-20221201100443.xml 2022-12-01T10:06:08.2777483Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_complex.TestComplex-20221201100443.xml 2022-12-01T10:06:08.2777824Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_custom_operators.TestCustomOperators-20221201100443.xml 2022-12-01T10:06:08.2778097Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dce.TestDCE-20221201100443.xml 2022-12-01T10:06:08.2778416Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dataclasses.TestDataclasses-20221201100443.xml 2022-12-01T10:06:08.2778749Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_device_analysis.TestDeviceAnalysis-20221201100443.xml 2022-12-01T10:06:08.2779039Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestDict-20221201100443.xml 2022-12-01T10:06:08.2779409Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221201100443.xml 2022-12-01T10:06:08.2779819Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20221201100443.xml 2022-12-01T10:06:08.2780086Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_enum.TestEnum-20221201100443.xml 2022-12-01T10:06:08.2780543Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_export_modes.TestExportModes-20221201100443.xml 2022-12-01T10:06:08.2780925Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestFreezing-20221201100443.xml 2022-12-01T10:06:08.2781207Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestFrontend-20221201100443.xml 2022-12-01T10:06:08.2781551Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestFrozenOptimizations-20221201100443.xml 2022-12-01T10:06:08.2781894Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221201100443.xml 2022-12-01T10:06:08.2782286Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221201100443.xml 2022-12-01T10:06:08.2782598Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_attr.TestGetDefaultAttr-20221201100443.xml 2022-12-01T10:06:08.2782950Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221201100443.xml 2022-12-01T10:06:08.2783230Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_hash.TestHash-20221201100443.xml 2022-12-01T10:06:08.2783501Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_hooks.TestHooks-20221201100443.xml 2022-12-01T10:06:08.2783822Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_ignorable_args.TestIgnorableArgs-20221201100443.xml 2022-12-01T10:06:08.2784189Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221201100443.xml 2022-12-01T10:06:08.2784585Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221201100443.xml 2022-12-01T10:06:08.2784898Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_isinstance.TestIsinstance-20221201100443.xml 2022-12-01T10:06:08.2785164Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestJit-20221201100443.xml 2022-12-01T10:06:08.2785478Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestJitGeneratedModule-20221201100443.xml 2022-12-01T10:06:08.2785779Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_jit_utils.TestJitUtils-20221201100443.xml 2022-12-01T10:06:08.2786066Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestList-20221201100443.xml 2022-12-01T10:06:08.2786361Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_logging.TestLogging-20221201100443.xml 2022-12-01T10:06:08.2786680Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestMKLDNNReinplacing-20221201100443.xml 2022-12-01T10:06:08.2786958Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_misc.TestMisc-20221201100443.xml 2022-12-01T10:06:08.2787288Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tracer.TestMixTracingScripting-20221201100443.xml 2022-12-01T10:06:08.2787577Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_models.TestModels-20221201100443.xml 2022-12-01T10:06:08.2787952Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_apis.TestModuleAPIs-20221201100443.xml 2022-12-01T10:06:08.2788342Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_containers.TestModuleContainers-20221201100443.xml 2022-12-01T10:06:08.2788682Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_interface.TestModuleInterface-20221201100443.xml 2022-12-01T10:06:08.2788976Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_modules.TestModules-20221201100443.xml 2022-12-01T10:06:08.2789280Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestNamedTuple-20221201100443.xml 2022-12-01T10:06:08.2789603Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backend_nnapi.TestNnapiBackend-20221201100443.xml 2022-12-01T10:06:08.2789949Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_op_decompositions.TestOpDecompositions-20221201100443.xml 2022-12-01T10:06:08.2790385Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221201100443.xml 2022-12-01T10:06:08.2790737Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_parametrization.TestParametrization-20221201100443.xml 2022-12-01T10:06:08.2791041Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_peephole.TestPeephole-20221201100443.xml 2022-12-01T10:06:08.2791345Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestProducerVersion-20221201100443.xml 2022-12-01T10:06:08.2791648Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_profiler.TestProfiler-20221201100443.xml 2022-12-01T10:06:08.2791983Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_bindings.TestPythonBindings-20221201100443.xml 2022-12-01T10:06:08.2792325Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221201100443.xml 2022-12-01T10:06:08.2792620Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_ir.TestPythonIr-20221201100443.xml 2022-12-01T10:06:08.2792957Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_recursive_script.TestRecursiveScript-20221201100443.xml 2022-12-01T10:06:08.2793291Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_remove_mutation.TestRemoveMutation-20221201100443.xml 2022-12-01T10:06:08.2793578Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load.TestSaveLoad-20221201100443.xml 2022-12-01T10:06:08.2793944Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221201100443.xml 2022-12-01T10:06:08.2794221Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestScript-20221201100443.xml 2022-12-01T10:06:08.2794529Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestScriptDict-20221201100443.xml 2022-12-01T10:06:08.2794831Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestScriptList-20221201100443.xml 2022-12-01T10:06:08.2795258Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221201100443.xml 2022-12-01T10:06:08.2795587Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_script_profile.TestScriptProfile-20221201100443.xml 2022-12-01T10:06:08.2795869Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_slice.TestSlice-20221201100443.xml 2022-12-01T10:06:08.2796188Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_sparse.TestSparse-20221201100443.xml 2022-12-01T10:06:08.2796564Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_string_formatting.TestStringFormatting-20221201100443.xml 2022-12-01T10:06:08.2796920Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221201100443.xml 2022-12-01T10:06:08.2797242Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_builtins.TestTensorBuiltins-20221201100443.xml 2022-12-01T10:06:08.2797582Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221201100443.xml 2022-12-01T10:06:08.2797905Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tensor_methods.TestTensorMethods-20221201100443.xml 2022-12-01T10:06:08.2798214Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_torchbind.TestTorchbind-20221201100443.xml 2022-12-01T10:06:08.2798507Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tracer.TestTracer-20221201100443.xml 2022-12-01T10:06:08.2798822Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_type_sharing.TestTypeSharing-20221201100443.xml 2022-12-01T10:06:08.2799147Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_types.TestTypesAndAnnotation-20221201100443.xml 2022-12-01T10:06:08.2799436Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_typing.TestTyping-20221201100443.xml 2022-12-01T10:06:08.2799719Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_union.TestUnion-20221201100443.xml 2022-12-01T10:06:08.2800034Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221201100443.xml 2022-12-01T10:06:08.2800347Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_upgraders.TestUpgraders-20221201100443.xml 2022-12-01T10:06:08.2800628Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_warn.TestWarn-20221201100443.xml 2022-12-01T10:06:08.2800902Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_with.TestWith-20221201100443.xml 2022-12-01T10:06:08.2801224Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_data_parallel.TestDataParallel-20221201100443.xml 2022-12-01T10:06:08.2801551Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221201100443.xml 2022-12-01T10:06:08.2801558Z 2022-12-01T10:06:08.2801956Z ##[endgroup] 2022-12-01T10:06:08.2802240Z FINISHED PRINTING LOG FILE of test_jit_legacy (/var/lib/jenkins/workspace/test/test-reports/test_jit_legacy_jpzsnnk_) 2022-12-01T10:06:08.2802247Z 2022-12-01T10:06:08.8737160Z 2022-12-01T10:06:08.8737743Z real 1m30.320s 2022-12-01T10:06:08.8738247Z user 2m16.662s 2022-12-01T10:06:08.8738589Z sys 0m9.460s 2022-12-01T10:06:08.8739000Z + assert_git_not_dirty 2022-12-01T10:06:08.8739622Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-12-01T10:06:08.8739928Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-12-01T10:06:08.8740178Z ++ git status --porcelain 2022-12-01T10:06:10.2305900Z + git_status= 2022-12-01T10:06:10.2306247Z + [[ -n '' ]] 2022-12-01T10:06:10.2366455Z Prepare all required actions 2022-12-01T10:06:10.2366793Z Getting action download info 2022-12-01T10:06:10.4247754Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T10:06:10.4247967Z with: 2022-12-01T10:06:10.4248298Z github-token: *** 2022-12-01T10:06:10.4248467Z env: 2022-12-01T10:06:10.4248627Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:10.4248810Z ##[endgroup] 2022-12-01T10:06:10.4275479Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:06:10.4275720Z with: 2022-12-01T10:06:10.4275883Z shell: bash 2022-12-01T10:06:10.4276044Z timeout_minutes: 10 2022-12-01T10:06:10.4276321Z max_attempts: 5 2022-12-01T10:06:10.4276504Z retry_wait_seconds: 30 2022-12-01T10:06:10.4276877Z 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-12-01T10:06:10.4277308Z polling_interval_seconds: 1 2022-12-01T10:06:10.4277506Z warning_on_retry: true 2022-12-01T10:06:10.4277682Z continue_on_error: false 2022-12-01T10:06:10.4277855Z env: 2022-12-01T10:06:10.4278026Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:10.4278318Z GITHUB_TOKEN: *** 2022-12-01T10:06:10.4278494Z ##[endgroup] 2022-12-01T10:06:10.7453479Z 2022-12-01T10:06:10.7459047Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:06:10.7506971Z + python3 -m pip install requests==2.26.0 2022-12-01T10:06:11.0094980Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:06:11.0309366Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T10:06:11.0442179Z 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-12-01T10:06:11.0456116Z 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-12-01T10:06:11.0466041Z 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.13) 2022-12-01T10:06:11.0620147Z 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-12-01T10:06:11.3656466Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-073019089f32075f7 2022-12-01T10:06:14.5073229Z + GHA_WORKFLOW_JOB_ID=9818326651 2022-12-01T10:06:14.5073786Z + echo '::set-output name=job-id::9818326651' 2022-12-01T10:06:14.5075286Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:06:14.7529910Z Command completed after 1 attempt(s). 2022-12-01T10:06:14.7530134Z 2022-12-01T10:06:14.7531629Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:06:14.7641716Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:06:14.7641964Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:06:14.7725172Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:14.7725401Z env: 2022-12-01T10:06:14.7725582Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:14.7725769Z MONITOR_SCRIPT_PID: 643 2022-12-01T10:06:14.7725954Z ##[endgroup] 2022-12-01T10:06:14.7801867Z Prepare all required actions 2022-12-01T10:06:14.7802171Z Getting action download info 2022-12-01T10:06:15.0815430Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T10:06:15.2433381Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T10:06:15.2433605Z with: 2022-12-01T10:06:15.2433830Z file-suffix: test-jit_legacy-1-1-linux.2xlarge_9818326651 2022-12-01T10:06:15.2434052Z env: 2022-12-01T10:06:15.2434211Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:15.2434399Z ##[endgroup] 2022-12-01T10:06:15.2458491Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T10:06:15.2458775Z # Remove any previous test jsons if they exist 2022-12-01T10:06:15.2459095Z rm -f test-jsons-*.zip 2022-12-01T10:06:15.2459341Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T10:06:15.2470887Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:15.2471139Z env: 2022-12-01T10:06:15.2471315Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:15.2471546Z FILE_SUFFIX: test-jit_legacy-1-1-linux.2xlarge_9818326651 2022-12-01T10:06:15.2471770Z ##[endgroup] 2022-12-01T10:06:15.2568041Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T10:06:15.2594803Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T10:06:15.2600636Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T10:06:15.2601948Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T10:06:15.2610334Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T10:06:15.2631060Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:06:15.2631365Z # Remove any previous test reports if they exist 2022-12-01T10:06:15.2631605Z rm -f test-reports-*.zip 2022-12-01T10:06:15.2631858Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T10:06:15.2643190Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:15.2643406Z env: 2022-12-01T10:06:15.2643619Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:15.2643856Z FILE_SUFFIX: test-jit_legacy-1-1-linux.2xlarge_9818326651 2022-12-01T10:06:15.2644090Z ##[endgroup] 2022-12-01T10:06:15.2724314Z adding: test/test-reports/python-unittest/test_jit_fuser_legacy/TEST-test_jit_fuser.TestFuser-20221201100443.xml (deflated 93%) 2022-12-01T10:06:15.2725063Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_alias_analysis.TestAliasAnalysis-20221201100443.xml (deflated 66%) 2022-12-01T10:06:15.2725682Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_async.TestAsync-20221201100443.xml (deflated 85%) 2022-12-01T10:06:15.2726267Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_aten_pow.TestAtenPow-20221201100443.xml (deflated 48%) 2022-12-01T10:06:15.2726926Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_autodiff.TestAutodiffJit-20221201100443.xml (deflated 74%) 2022-12-01T10:06:15.2727655Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221201100443.xml (deflated 86%) 2022-12-01T10:06:15.2728300Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backends.TestBackends-20221201100443.xml (deflated 74%) 2022-12-01T10:06:15.2728884Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backends.TestBackendsWithCompiler-20221201100443.xml (deflated 59%) 2022-12-01T10:06:15.2729461Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_batch_mm.TestBatchMM-20221201100443.xml (deflated 81%) 2022-12-01T10:06:15.2730138Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_builtins.TestBuiltins-20221201100443.xml (deflated 70%) 2022-12-01T10:06:15.2730855Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_class_type.TestClassType-20221201100443.xml (deflated 84%) 2022-12-01T10:06:15.2731439Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_complex.TestComplex-20221201100443.xml (deflated 84%) 2022-12-01T10:06:15.2732067Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_custom_operators.TestCustomOperators-20221201100443.xml (deflated 83%) 2022-12-01T10:06:15.2732664Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dce.TestDCE-20221201100443.xml (deflated 56%) 2022-12-01T10:06:15.2733277Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dataclasses.TestDataclasses-20221201100443.xml (deflated 75%) 2022-12-01T10:06:15.2733943Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_device_analysis.TestDeviceAnalysis-20221201100443.xml (deflated 85%) 2022-12-01T10:06:15.2734562Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestDict-20221201100443.xml (deflated 82%) 2022-12-01T10:06:15.2735128Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221201100443.xml (deflated 70%) 2022-12-01T10:06:15.2736340Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20221201100443.xml (deflated 96%) 2022-12-01T10:06:15.2736961Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_enum.TestEnum-20221201100443.xml (deflated 85%) 2022-12-01T10:06:15.2737593Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_export_modes.TestExportModes-20221201100443.xml (deflated 80%) 2022-12-01T10:06:15.2738643Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestFreezing-20221201100443.xml (deflated 89%) 2022-12-01T10:06:15.2739185Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestFrontend-20221201100443.xml (deflated 45%) 2022-12-01T10:06:15.2740030Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestFrozenOptimizations-20221201100443.xml (deflated 86%) 2022-12-01T10:06:15.2740912Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221201100443.xml (deflated 51%) 2022-12-01T10:06:15.2741645Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221201100443.xml (deflated 72%) 2022-12-01T10:06:15.2742328Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_attr.TestGetDefaultAttr-20221201100443.xml (deflated 46%) 2022-12-01T10:06:15.2743063Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221201100443.xml (deflated 52%) 2022-12-01T10:06:15.2743686Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_hash.TestHash-20221201100443.xml (deflated 79%) 2022-12-01T10:06:15.2744295Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_hooks.TestHooks-20221201100443.xml (deflated 87%) 2022-12-01T10:06:15.2744858Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_ignorable_args.TestIgnorableArgs-20221201100443.xml (deflated 62%) 2022-12-01T10:06:15.2745482Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221201100443.xml (deflated 73%) 2022-12-01T10:06:15.2746175Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221201100443.xml (deflated 62%) 2022-12-01T10:06:15.2746846Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_isinstance.TestIsinstance-20221201100443.xml (deflated 90%) 2022-12-01T10:06:15.2747437Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestJit-20221201100443.xml (deflated 85%) 2022-12-01T10:06:15.2755049Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestJitGeneratedModule-20221201100443.xml (deflated 95%) 2022-12-01T10:06:15.2755627Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_jit_utils.TestJitUtils-20221201100443.xml (deflated 78%) 2022-12-01T10:06:15.2757230Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestList-20221201100443.xml (deflated 89%) 2022-12-01T10:06:15.2757813Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_logging.TestLogging-20221201100443.xml (deflated 76%) 2022-12-01T10:06:15.2758502Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_freezing.TestMKLDNNReinplacing-20221201100443.xml (deflated 70%) 2022-12-01T10:06:15.2759227Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_misc.TestMisc-20221201100443.xml (deflated 82%) 2022-12-01T10:06:15.2759809Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tracer.TestMixTracingScripting-20221201100443.xml (deflated 84%) 2022-12-01T10:06:15.2760513Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_models.TestModels-20221201100443.xml (deflated 84%) 2022-12-01T10:06:15.2761120Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_apis.TestModuleAPIs-20221201100443.xml (deflated 69%) 2022-12-01T10:06:15.2761799Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_containers.TestModuleContainers-20221201100443.xml (deflated 84%) 2022-12-01T10:06:15.2762476Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_module_interface.TestModuleInterface-20221201100443.xml (deflated 87%) 2022-12-01T10:06:15.2763092Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_modules.TestModules-20221201100443.xml (deflated 49%) 2022-12-01T10:06:15.2763739Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestNamedTuple-20221201100443.xml (deflated 81%) 2022-12-01T10:06:15.2764376Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_backend_nnapi.TestNnapiBackend-20221201100443.xml (deflated 84%) 2022-12-01T10:06:15.2765127Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_op_decompositions.TestOpDecompositions-20221201100443.xml (deflated 63%) 2022-12-01T10:06:15.2765962Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221201100443.xml (deflated 83%) 2022-12-01T10:06:15.2766740Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_parametrization.TestParametrization-20221201100443.xml (deflated 61%) 2022-12-01T10:06:15.2767381Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_peephole.TestPeephole-20221201100443.xml (deflated 89%) 2022-12-01T10:06:15.2768007Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestProducerVersion-20221201100443.xml (deflated 45%) 2022-12-01T10:06:15.2768559Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_profiler.TestProfiler-20221201100443.xml (deflated 81%) 2022-12-01T10:06:15.2769237Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_bindings.TestPythonBindings-20221201100443.xml (deflated 80%) 2022-12-01T10:06:15.2769873Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221201100443.xml (deflated 86%) 2022-12-01T10:06:15.2770454Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_python_ir.TestPythonIr-20221201100443.xml (deflated 47%) 2022-12-01T10:06:15.2771092Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_recursive_script.TestRecursiveScript-20221201100443.xml (deflated 88%) 2022-12-01T10:06:15.2771751Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_remove_mutation.TestRemoveMutation-20221201100443.xml (deflated 80%) 2022-12-01T10:06:15.2772324Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load.TestSaveLoad-20221201100443.xml (deflated 80%) 2022-12-01T10:06:15.2772916Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221201100443.xml (deflated 77%) 2022-12-01T10:06:15.2784642Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-test_jit.TestScript-20221201100443.xml (deflated 89%) 2022-12-01T10:06:15.2785266Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestScriptDict-20221201100443.xml (deflated 78%) 2022-12-01T10:06:15.2786056Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_list_dict.TestScriptList-20221201100443.xml (deflated 83%) 2022-12-01T10:06:15.2786961Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221201100443.xml (deflated 88%) 2022-12-01T10:06:15.2787778Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_script_profile.TestScriptProfile-20221201100443.xml (deflated 76%) 2022-12-01T10:06:15.2788410Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_slice.TestSlice-20221201100443.xml (deflated 86%) 2022-12-01T10:06:15.2788946Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_sparse.TestSparse-20221201100443.xml (deflated 72%) 2022-12-01T10:06:15.2789707Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_string_formatting.TestStringFormatting-20221201100443.xml (deflated 90%) 2022-12-01T10:06:15.2790471Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221201100443.xml (deflated 88%) 2022-12-01T10:06:15.2791179Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_builtins.TestTensorBuiltins-20221201100443.xml (deflated 74%) 2022-12-01T10:06:15.2791796Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221201100443.xml (deflated 80%) 2022-12-01T10:06:15.2792404Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tensor_methods.TestTensorMethods-20221201100443.xml (deflated 62%) 2022-12-01T10:06:15.2792965Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_torchbind.TestTorchbind-20221201100443.xml (deflated 88%) 2022-12-01T10:06:15.2794878Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_tracer.TestTracer-20221201100443.xml (deflated 88%) 2022-12-01T10:06:15.2795597Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_type_sharing.TestTypeSharing-20221201100443.xml (deflated 83%) 2022-12-01T10:06:15.2797107Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_types.TestTypesAndAnnotation-20221201100443.xml (deflated 83%) 2022-12-01T10:06:15.2797901Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_typing.TestTyping-20221201100443.xml (deflated 89%) 2022-12-01T10:06:15.2798796Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_union.TestUnion-20221201100443.xml (deflated 86%) 2022-12-01T10:06:15.2799895Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221201100443.xml (deflated 61%) 2022-12-01T10:06:15.2800909Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_upgraders.TestUpgraders-20221201100443.xml (deflated 85%) 2022-12-01T10:06:15.2801911Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_warn.TestWarn-20221201100443.xml (deflated 78%) 2022-12-01T10:06:15.2802500Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_with.TestWith-20221201100443.xml (deflated 73%) 2022-12-01T10:06:15.2803397Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_data_parallel.TestDataParallel-20221201100443.xml (deflated 78%) 2022-12-01T10:06:15.2804349Z adding: test/test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221201100443.xml (deflated 84%) 2022-12-01T10:06:15.2823186Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:06:15.2823497Z # Remove any previous test reports if they exist 2022-12-01T10:06:15.2823729Z rm -f usage-log-*.zip 2022-12-01T10:06:15.2824004Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T10:06:15.2824291Z # so check to see if the file exists first 2022-12-01T10:06:15.2824505Z if [ -f 'usage_log.txt' ]; then 2022-12-01T10:06:15.2824820Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T10:06:15.2825032Z fi 2022-12-01T10:06:15.2835908Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:15.2836124Z env: 2022-12-01T10:06:15.2836305Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:15.2836536Z FILE_SUFFIX: test-jit_legacy-1-1-linux.2xlarge_9818326651 2022-12-01T10:06:15.2836760Z ##[endgroup] 2022-12-01T10:06:15.2882745Z adding: usage_log.txt (deflated 96%) 2022-12-01T10:06:15.2924036Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:06:15.2924242Z with: 2022-12-01T10:06:15.2924432Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:06:15.2924645Z retention-days: 14 2022-12-01T10:06:15.2924836Z if-no-files-found: warn 2022-12-01T10:06:15.2925126Z path: test-jsons-*.zip 2022-12-01T10:06:15.2925309Z name: artifact 2022-12-01T10:06:15.2925490Z s3-bucket: gha-artifacts 2022-12-01T10:06:15.2925663Z region: us-east-1 2022-12-01T10:06:15.2925832Z env: 2022-12-01T10:06:15.2925998Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:15.2926166Z ##[endgroup] 2022-12-01T10:06:15.6502328Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:06:15.6502879Z With the provided path, there will be 1 file uploaded 2022-12-01T10:06:15.6503299Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:06:15.6511737Z Starting upload of test-jsons-test-jit_legacy-1-1-linux.2xlarge_9818326651.zip 2022-12-01T10:06:15.7465330Z Finished upload of test-jsons-test-jit_legacy-1-1-linux.2xlarge_9818326651.zip 2022-12-01T10:06:15.7595262Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:06:15.7595607Z with: 2022-12-01T10:06:15.7595883Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:06:15.7596203Z retention-days: 14 2022-12-01T10:06:15.7596501Z if-no-files-found: error 2022-12-01T10:06:15.7596809Z path: test-reports-*.zip 2022-12-01T10:06:15.7597087Z name: artifact 2022-12-01T10:06:15.7597371Z s3-bucket: gha-artifacts 2022-12-01T10:06:15.7597674Z region: us-east-1 2022-12-01T10:06:15.7597938Z env: 2022-12-01T10:06:15.7598221Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:15.7598509Z ##[endgroup] 2022-12-01T10:06:16.1005430Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:06:16.1005992Z With the provided path, there will be 1 file uploaded 2022-12-01T10:06:16.1006254Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:06:16.1013574Z Starting upload of test-reports-test-jit_legacy-1-1-linux.2xlarge_9818326651.zip 2022-12-01T10:06:16.2057894Z Finished upload of test-reports-test-jit_legacy-1-1-linux.2xlarge_9818326651.zip 2022-12-01T10:06:16.2172025Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:06:16.2172248Z with: 2022-12-01T10:06:16.2172440Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:06:16.2172654Z retention-days: 14 2022-12-01T10:06:16.2172902Z if-no-files-found: ignore 2022-12-01T10:06:16.2173126Z path: usage-log-*.zip 2022-12-01T10:06:16.2173318Z name: artifact 2022-12-01T10:06:16.2173498Z s3-bucket: gha-artifacts 2022-12-01T10:06:16.2173671Z region: us-east-1 2022-12-01T10:06:16.2173831Z env: 2022-12-01T10:06:16.2174006Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:16.2174267Z ##[endgroup] 2022-12-01T10:06:16.5586461Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:06:16.5586953Z With the provided path, there will be 1 file uploaded 2022-12-01T10:06:16.5587398Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:06:16.5595740Z Starting upload of usage-log-test-jit_legacy-1-1-linux.2xlarge_9818326651.zip 2022-12-01T10:06:16.7235129Z Finished upload of usage-log-test-jit_legacy-1-1-linux.2xlarge_9818326651.zip 2022-12-01T10:06:16.7370452Z ##[group]Run set -x 2022-12-01T10:06:16.7370791Z set -x 2022-12-01T10:06:16.7371008Z python3 -m pip install -r requirements.txt 2022-12-01T10:06:16.7371264Z python3 -m pip install boto3==1.19.12 2022-12-01T10:06:16.7371686Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:06:16.7383326Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:16.7383551Z env: 2022-12-01T10:06:16.7383732Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:16.7383937Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:06:16.7384118Z BRANCH: pull/89997 2022-12-01T10:06:16.7384306Z TEST_CONFIG: jit_legacy 2022-12-01T10:06:16.7384490Z SHARD_NUMBER: 1 2022-12-01T10:06:16.7384691Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-12-01T10:06:16.7384909Z PR_NUMBER: 89997 2022-12-01T10:06:16.7385097Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:06:16.7385292Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:06:16.7385562Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:06:16.7385764Z TAG: 2022-12-01T10:06:16.7385916Z WORKFLOW_ID: 3591403534 2022-12-01T10:06:16.7386240Z GITHUB_TOKEN: *** 2022-12-01T10:06:16.7386434Z GHA_WORKFLOW_JOB_ID: 9818326651 2022-12-01T10:06:16.7386620Z ##[endgroup] 2022-12-01T10:06:16.7411742Z + python3 -m pip install -r requirements.txt 2022-12-01T10:06:16.9548554Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:06:16.9822779Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-12-01T10:06:16.9850684Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.4) 2022-12-01T10:06:16.9859346Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-12-01T10:06:16.9868020Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.58.2) 2022-12-01T10:06:17.0234134Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-12-01T10:06:17.0243151Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-12-01T10:06:17.0322085Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-12-01T10:06:17.0330169Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-12-01T10:06:17.0571917Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T10:06:17.0739349Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-12-01T10:06:17.0748732Z 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-12-01T10:06:17.0754657Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.4.0) 2022-12-01T10:06:17.0764355Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-12-01T10:06:17.0785898Z 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.38.4) 2022-12-01T10:06:17.0801973Z 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-12-01T10:06:17.1053838Z Requirement already satisfied: exceptiongroup>=1.0.0; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.4) 2022-12-01T10:06:17.1073432Z 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-12-01T10:06:17.1083866Z 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-12-01T10:06:17.1092756Z 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.13) 2022-12-01T10:06:17.1247122Z 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-12-01T10:06:17.1266623Z 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-12-01T10:06:17.1277953Z 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-12-01T10:06:17.3224269Z + python3 -m pip install boto3==1.19.12 2022-12-01T10:06:17.5367096Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:06:17.5561500Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T10:06:17.5611172Z 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-12-01T10:06:17.5638618Z 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-12-01T10:06:17.5651273Z 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-12-01T10:06:17.5702646Z 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.13) 2022-12-01T10:06:17.5856893Z 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-12-01T10:06:17.5875680Z 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-12-01T10:06:17.8841054Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:06:27.5733183Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T10:06:27.5733472Z 2022-12-01T10:06:27.5733758Z ----- Historic stats comparison result ------ 2022-12-01T10:06:27.5733910Z 2022-12-01T10:06:27.5734056Z job: linux-focal-py3.7-gcc7 2022-12-01T10:06:27.5734284Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:06:27.5734434Z 2022-12-01T10:06:27.5734579Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T10:06:27.5734764Z 2022-12-01T10:06:27.5734830Z : (master) 2022-12-01T10:06:27.5734987Z | 2022-12-01T10:06:27.5735168Z | * c13d400bff (HEAD) total time 83.55s 2022-12-01T10:06:27.5735359Z | | 2022-12-01T10:06:27.5735515Z | : (59 commits) 2022-12-01T10:06:27.5735663Z |/ 2022-12-01T10:06:27.5735967Z * 67eb2d5952 (base) 12 reports, total time 2500.30s ± 1654.93s 2022-12-01T10:06:27.5736288Z * 1c5ca724f4 6 reports, total time 2466.99s ± 1724.34s 2022-12-01T10:06:27.5736589Z * 9d6109c4b0 6 reports, total time 2484.54s ± 1728.75s 2022-12-01T10:06:27.5737162Z * 736adc0808 6 reports, total time 2481.20s ± 1744.38s 2022-12-01T10:06:27.5737476Z * a348975e00 6 reports, total time 2497.04s ± 1746.31s 2022-12-01T10:06:27.5737768Z * db13049b88 6 reports, total time 2514.30s ± 1779.23s 2022-12-01T10:06:27.5738076Z * d07b85393a 6 reports, total time 2478.62s ± 1754.66s 2022-12-01T10:06:27.5738458Z * ac25c210e5 6 reports, total time 2568.96s ± 1821.46s 2022-12-01T10:06:27.5738765Z * 2355b6256b 6 reports, total time 2536.34s ± 1800.59s 2022-12-01T10:06:27.5740357Z * 4f95f7ae9b 6 reports, total time 2504.50s ± 1759.28s 2022-12-01T10:06:27.5740748Z | 2022-12-01T10:06:27.5740896Z : 2022-12-01T10:06:27.5740987Z 2022-12-01T10:06:27.5741093Z Removed (across 890 suites) 0 tests, totaling 0.00s 2022-12-01T10:06:27.5741351Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T10:06:27.5741611Z Added (across 86 suites) 2693 tests, totaling + 83.55s 2022-12-01T10:06:27.6422719Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T10:06:27.6423107Z with: 2022-12-01T10:06:27.6423251Z env: 2022-12-01T10:06:27.6423428Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:27.6423614Z ##[endgroup] 2022-12-01T10:06:27.6439106Z ##[group]Run set -eou pipefail 2022-12-01T10:06:27.6439333Z set -eou pipefail 2022-12-01T10:06:27.6439516Z  2022-12-01T10:06:27.6439756Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T10:06:27.6439995Z for _ in $(seq 1440); do 2022-12-01T10:06:27.6440216Z  # Break if no ssh session exists anymore 2022-12-01T10:06:27.6440435Z  if [ "$(who)" = "" ]; then 2022-12-01T10:06:27.6440618Z  break 2022-12-01T10:06:27.6440768Z  fi 2022-12-01T10:06:27.6440933Z  echo "." 2022-12-01T10:06:27.6441103Z  sleep 5 2022-12-01T10:06:27.6441257Z done 2022-12-01T10:06:27.6452650Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:27.6452858Z env: 2022-12-01T10:06:27.6453039Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:27.6453227Z ##[endgroup] 2022-12-01T10:06:27.6478425Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T10:06:27.6520173Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:06:27.6520488Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:06:27.6520741Z # shellcheck disable=SC2046 2022-12-01T10:06:27.6520968Z docker stop $(docker ps -q) || true 2022-12-01T10:06:27.6521183Z # Prune all of the docker images 2022-12-01T10:06:27.6521401Z docker system prune -af 2022-12-01T10:06:27.6532457Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:27.6532661Z env: 2022-12-01T10:06:27.6532840Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:27.6533032Z ##[endgroup] 2022-12-01T10:06:28.0084602Z 2cc34fa37393 2022-12-01T10:06:28.5612903Z Deleted Containers: 2022-12-01T10:06:28.5613270Z 2cc34fa373939d9b41d9bfb306574152f264695e12a7b771716755e15bb58978 2022-12-01T10:06:28.5613440Z 2022-12-01T10:06:33.7173334Z Deleted Images: 2022-12-01T10:06:33.7174225Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:06:33.7175030Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:7d4daa1530ad815417dd92428a12643a4a8b0e93e820e2eb2d4e8818a4e57ba2 2022-12-01T10:06:33.7175833Z deleted: sha256:e8be7981a8238969daaef272b84b69737c5858187c9b10870da76dec899f6864 2022-12-01T10:06:33.7176270Z deleted: sha256:dd542825775450ac98a8f341e744c9b998cf9f91f0b678b696bdfdcc8197900b 2022-12-01T10:06:33.7176603Z deleted: sha256:c2f995bd392fa39048aba9ecdbe2ce96fb0da354f391973cab978f1fdc1bafe9 2022-12-01T10:06:33.7176964Z deleted: sha256:0ba22d6d32aea10bff37a734be2eabf0ca45365a8c84009c11c72697bbeb57ac 2022-12-01T10:06:33.7177293Z deleted: sha256:1641ef8553a9d06a751fe1c9fa58edae658b58be5e4452cf0e6c22fe7e9e9f7a 2022-12-01T10:06:33.7177624Z deleted: sha256:6fe08b57b8677fadf24df12c30c6b075caa4e95cff1e8121398e7712e7cc816b 2022-12-01T10:06:33.7181593Z deleted: sha256:b535a07f21c50706835dc1c6a9f6134e10f492c0a72ef3edd3d61eb8b057318a 2022-12-01T10:06:33.7182487Z deleted: sha256:ad51a4c1d9f796ae822ae9448a0439daec4dc5352ab73405d5170d8320d6569b 2022-12-01T10:06:33.7183087Z deleted: sha256:cc3572e58e1eadfed379b3421fc485a2fec838dbe2f03f9482a844387875539b 2022-12-01T10:06:33.7183631Z deleted: sha256:f31159505662112f25c640d83a5486c60dcea9996cfac1468ae7b74838077420 2022-12-01T10:06:33.7184180Z deleted: sha256:5d54ecd58fecab272c8614e2c443272f47c9245eaf4b5be502820db913ddd776 2022-12-01T10:06:33.7184533Z deleted: sha256:e8fcb42d7c24a5f6cd663f59d8fd82a2ad892e66046dc0d36ee4bdadf1282b52 2022-12-01T10:06:33.7184880Z deleted: sha256:934da62f4ce129178b2355504cdb61701bffc48d1bcf3b1ce0ca6e4c89bdfa31 2022-12-01T10:06:33.7185314Z deleted: sha256:8dccdf71b42bc4d3717c42c3d96812509d1a909bebd7848d0ddae3cc40170990 2022-12-01T10:06:33.7185647Z deleted: sha256:d7cb3c132d871b52eaf2533cfbc7ebca30405eff1b313986ce565b057fca56d8 2022-12-01T10:06:33.7185988Z deleted: sha256:a5fa381fecd94b52ee79c5c4ce30770402b16f7ee3dc77f7f1dccb386626b1ae 2022-12-01T10:06:33.7186341Z deleted: sha256:de8b14689d2a8b030e41a969f6faf30e9dee1048aac1c5d9a38a911b6af1ccca 2022-12-01T10:06:33.7186823Z deleted: sha256:ddcc5d19eb58848e898aedcc3a221bc40ebba2752ba3b7bd50babd76c1e225ae 2022-12-01T10:06:33.7187507Z deleted: sha256:a67b9c1632db819366358a5052f33ed59ff1e1cd03e0cc15e82d8c89a9417b97 2022-12-01T10:06:33.7188237Z deleted: sha256:a5fc4c6c0aaad2d5fcd0d4cc4cf194a8892115d9e7faf6c578e4826937a72d34 2022-12-01T10:06:33.7189128Z deleted: sha256:f33cf9181261127561bc276f483d4f9927a63395c4343028c589ac8905dd0cd7 2022-12-01T10:06:33.7189658Z deleted: sha256:4364081b1a5daf042c41fa0b07d65e0488c3a988dcea07cec40851d8bb481c01 2022-12-01T10:06:33.7190152Z deleted: sha256:2c4beb5d46c3bdc6af376c4a784f3ea2032feda5143dc9b56be143568b8d71cd 2022-12-01T10:06:33.7190729Z deleted: sha256:3e002fe51ea8377736f778797676c87d37546763f35bc5f14a32121200c634ae 2022-12-01T10:06:33.7191119Z deleted: sha256:d1e577d22ad4a397fc4186062a6a2fbb898c4fb7c325794f0760c084ac4e6831 2022-12-01T10:06:33.7191430Z deleted: sha256:0781305ea794027575e6910f20b6c90cc225056d0112fa7f36ac8008431f5791 2022-12-01T10:06:33.7191731Z deleted: sha256:79f50ef439b6855c9ca6d4be55467b692799f788388447976d8aab0a26d805f4 2022-12-01T10:06:33.7192051Z deleted: sha256:fcfdd0674d63c370d31701118409d5e8b4d9b5eaa36b410f032f5fccf29e4f11 2022-12-01T10:06:33.7192359Z deleted: sha256:c868e869e0efb64e8a908cf5a276657da1190183a5aa433a72e1fda6313e8841 2022-12-01T10:06:33.7192681Z deleted: sha256:0ac36be062e7b703a8ffa26b178cc9dd7c19c377bd781f6a369d50516bdca8cb 2022-12-01T10:06:33.7193017Z deleted: sha256:6c9628b9c75a72926209bea0ff44fb2efe306ecb21d57908bb514b1d81b5de8e 2022-12-01T10:06:33.7193341Z deleted: sha256:07c5d0507acce428b3637d5f713aed3fc6dd2dfad749e1961ec04f85d2a3e395 2022-12-01T10:06:33.7193675Z deleted: sha256:278ae5d4c6743b99236e1f2e5df4c346df5f068fa1bce0ba227861042971d612 2022-12-01T10:06:33.7194006Z deleted: sha256:d53c6cc3bfa4330c26ff3a73093bf35a7f28e7fc824782cfc1e00fcbc0390574 2022-12-01T10:06:33.7194341Z deleted: sha256:0a926d106d3065ecc114c8690aee4bab27d4f64ee81c96f90c4daf7a3c03fe7f 2022-12-01T10:06:33.7194659Z deleted: sha256:ab29088e02867cf532a2e8cfa0e1b0a1d13b428459232c7b1a4bfe961fd5a511 2022-12-01T10:06:33.7195056Z deleted: sha256:985cef3ba9e1ea2ed2249284a7478858f8463282738122494ab18c65fbbb7c7d 2022-12-01T10:06:33.7195373Z deleted: sha256:67ca28cabbfd7a80760061b52dbcfe8f5401b867526206d76c710a11cf9ab38e 2022-12-01T10:06:33.7195684Z deleted: sha256:2c9d0b64a3450004672e73e7ace7bc49da29654fd1d603ecf96e9161708726a3 2022-12-01T10:06:33.7196012Z deleted: sha256:efb1cb2fb03e227ccaa27426fae8f80bf1c082d14632685fff079b0c20111d3b 2022-12-01T10:06:33.7196408Z deleted: sha256:2bc3f10f3904b8fff87213a8a2325ab12e4048c0a19247b3d82886066b37a60d 2022-12-01T10:06:33.7196741Z deleted: sha256:adf0c04002f67cf46889421aed44a0e23618d009f3bbfb6aa94e3fced3cdb131 2022-12-01T10:06:33.7197163Z deleted: sha256:5b43511c57d66e58ff42011707835b8cc6971ed316454cfd950e0a5a12138631 2022-12-01T10:06:33.7197599Z deleted: sha256:ad9d96076f7f0bce4820b7828780dbf5328c1c45b9b6c93cfc21fa6c78e66765 2022-12-01T10:06:33.7198073Z deleted: sha256:545999a778d60ca8c6f4e76973a1c707cc626147f1e4d83eebbad6a57101cce0 2022-12-01T10:06:33.7198383Z deleted: sha256:cfcad11f69b44005150106d3108821c82a41765afbeb809208c1e0f49d5b6135 2022-12-01T10:06:33.7198706Z deleted: sha256:f7c8d5bcafe4ebe33f704b703a618803e7ade038c4cef7b4c3b520e9a100cd53 2022-12-01T10:06:33.7199048Z deleted: sha256:4bad106558a8cdd7564af2e1486b545ff1018677d73a8dcb029ecea2ad5afa9a 2022-12-01T10:06:33.7199376Z deleted: sha256:b01943462df81aa35c0f222112f8a7a13b09ec19be40907c2a81fded5e894e14 2022-12-01T10:06:33.7199691Z deleted: sha256:74a161fbdc63f2caa195797d69cca089d2f2ec781d7e7dc78fac88f57c610741 2022-12-01T10:06:33.7200092Z deleted: sha256:d94fdd2bb4227aed66703d740136d3bba2d45ac1c65930624fc2e7ab50021822 2022-12-01T10:06:33.7200425Z deleted: sha256:b348cd6909427063b9b36464ac9e6edb7d42ade2f164c5a98ee3ec37b1074e72 2022-12-01T10:06:33.7200744Z deleted: sha256:0fba67987a5ab74fca03bb2b1d623325a4c40e0e42a74379322b082612b8b445 2022-12-01T10:06:33.7201043Z deleted: sha256:030e74143974068ec1ab10e03d50f82455d36264aa70c98bd0fad278e4425d28 2022-12-01T10:06:33.7201369Z deleted: sha256:b7fcb4ae2181c6c159bcc2f4c7b624150a8245dbdeee9d8601d008b5cd8be8fd 2022-12-01T10:06:33.7201691Z deleted: sha256:4472f94e146cc542a9111182b122e9a9c93a8f7022a48ce3c94b600be8fcdfaa 2022-12-01T10:06:33.7201995Z deleted: sha256:33bc8c1ba43ca724221fd1a8c992a420b1d8de4c85372defdc409e5c88c005b9 2022-12-01T10:06:33.7202319Z deleted: sha256:7070a4ad8ac000d6910f8bab3e00671f9ea4e7094064da08eb1892332166b92d 2022-12-01T10:06:33.7202685Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-12-01T10:06:33.7202858Z 2022-12-01T10:06:33.7202964Z Total reclaimed space: 6.695GB 2022-12-01T10:06:33.7251343Z Post job cleanup. 2022-12-01T10:06:33.7282004Z Post job cleanup. 2022-12-01T10:06:33.8315124Z [command]/usr/bin/git version 2022-12-01T10:06:33.8358469Z git version 2.37.1 2022-12-01T10:06:33.8398670Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/fcf88971-1d24-42a0-9dc4-5a5949bbf643' before making global git config changes 2022-12-01T10:06:33.8399318Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:06:33.8403343Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:06:33.8441845Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:06:33.8474561Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:06:33.8759823Z Entering 'android/libs/fbjni' 2022-12-01T10:06:33.8796823Z Entering 'third_party/FP16' 2022-12-01T10:06:33.8831712Z Entering 'third_party/FXdiv' 2022-12-01T10:06:33.8868061Z Entering 'third_party/NNPACK' 2022-12-01T10:06:33.8903802Z Entering 'third_party/QNNPACK' 2022-12-01T10:06:33.8938979Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:06:33.8974403Z Entering 'third_party/XNNPACK' 2022-12-01T10:06:33.9020223Z Entering 'third_party/benchmark' 2022-12-01T10:06:33.9055695Z Entering 'third_party/cpuinfo' 2022-12-01T10:06:33.9091353Z Entering 'third_party/cub' 2022-12-01T10:06:33.9126763Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:06:33.9169225Z Entering 'third_party/cutlass' 2022-12-01T10:06:33.9212317Z Entering 'third_party/eigen' 2022-12-01T10:06:33.9257028Z Entering 'third_party/fbgemm' 2022-12-01T10:06:33.9292704Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:06:33.9331079Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:06:33.9366758Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:06:33.9402342Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:06:33.9438673Z Entering 'third_party/flatbuffers' 2022-12-01T10:06:33.9475669Z Entering 'third_party/fmt' 2022-12-01T10:06:33.9510699Z Entering 'third_party/foxi' 2022-12-01T10:06:33.9548047Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:06:33.9583363Z Entering 'third_party/gloo' 2022-12-01T10:06:33.9618359Z Entering 'third_party/googletest' 2022-12-01T10:06:33.9653491Z Entering 'third_party/ideep' 2022-12-01T10:06:33.9688251Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:06:33.9725179Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:06:33.9766977Z Entering 'third_party/ios-cmake' 2022-12-01T10:06:33.9802539Z Entering 'third_party/ittapi' 2022-12-01T10:06:33.9838348Z Entering 'third_party/kineto' 2022-12-01T10:06:33.9873412Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:06:33.9910009Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:06:33.9946729Z Entering 'third_party/nccl/nccl' 2022-12-01T10:06:33.9982502Z Entering 'third_party/neon2sse' 2022-12-01T10:06:34.0017227Z Entering 'third_party/nlohmann' 2022-12-01T10:06:34.0053204Z Entering 'third_party/onnx' 2022-12-01T10:06:34.0100344Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:06:34.0135475Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:06:34.0173232Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:06:34.0209449Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:06:34.0248147Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:06:34.0284137Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:06:34.0318888Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:06:34.0358307Z Entering 'third_party/pocketfft' 2022-12-01T10:06:34.0393945Z Entering 'third_party/protobuf' 2022-12-01T10:06:34.0434170Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:06:34.0468239Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:06:34.0505773Z Entering 'third_party/psimd' 2022-12-01T10:06:34.0541160Z Entering 'third_party/pthreadpool' 2022-12-01T10:06:34.0576043Z Entering 'third_party/pybind11' 2022-12-01T10:06:34.0610636Z Entering 'third_party/python-enum' 2022-12-01T10:06:34.0646171Z Entering 'third_party/python-peachpy' 2022-12-01T10:06:34.0683145Z Entering 'third_party/python-six' 2022-12-01T10:06:34.0718402Z Entering 'third_party/sleef' 2022-12-01T10:06:34.0752988Z Entering 'third_party/tbb' 2022-12-01T10:06:34.0791415Z Entering 'third_party/tensorpipe' 2022-12-01T10:06:34.0826079Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:06:34.0860628Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:06:34.0894729Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:06:34.0929317Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:06:34.0963040Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:06:34.1000767Z Entering 'third_party/zstd' 2022-12-01T10:06:34.1050527Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:06:34.1078779Z http.https://github.com/.extraheader 2022-12-01T10:06:34.1086383Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:06:34.1120416Z [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-12-01T10:06:34.1391753Z Entering 'android/libs/fbjni' 2022-12-01T10:06:34.1411407Z http.https://github.com/.extraheader 2022-12-01T10:06:34.1444781Z Entering 'third_party/FP16' 2022-12-01T10:06:34.1465657Z http.https://github.com/.extraheader 2022-12-01T10:06:34.1508722Z Entering 'third_party/FXdiv' 2022-12-01T10:06:34.1529256Z http.https://github.com/.extraheader 2022-12-01T10:06:34.1564843Z Entering 'third_party/NNPACK' 2022-12-01T10:06:34.1585942Z http.https://github.com/.extraheader 2022-12-01T10:06:34.1619355Z Entering 'third_party/QNNPACK' 2022-12-01T10:06:34.1639923Z http.https://github.com/.extraheader 2022-12-01T10:06:34.1676661Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:06:34.1697788Z http.https://github.com/.extraheader 2022-12-01T10:06:34.1734292Z Entering 'third_party/XNNPACK' 2022-12-01T10:06:34.1754281Z http.https://github.com/.extraheader 2022-12-01T10:06:34.1799409Z Entering 'third_party/benchmark' 2022-12-01T10:06:34.1819900Z http.https://github.com/.extraheader 2022-12-01T10:06:34.1852282Z Entering 'third_party/cpuinfo' 2022-12-01T10:06:34.1873366Z http.https://github.com/.extraheader 2022-12-01T10:06:34.1901976Z Entering 'third_party/cub' 2022-12-01T10:06:34.1922420Z http.https://github.com/.extraheader 2022-12-01T10:06:34.1959272Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:06:34.1980835Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2013383Z Entering 'third_party/cutlass' 2022-12-01T10:06:34.2034113Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2079682Z Entering 'third_party/eigen' 2022-12-01T10:06:34.2099860Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2135083Z Entering 'third_party/fbgemm' 2022-12-01T10:06:34.2156118Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2189495Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:06:34.2209417Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2236917Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:06:34.2257197Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2294525Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:06:34.2314681Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2343008Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:06:34.2362188Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2390476Z Entering 'third_party/flatbuffers' 2022-12-01T10:06:34.2411621Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2441735Z Entering 'third_party/fmt' 2022-12-01T10:06:34.2462463Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2490142Z Entering 'third_party/foxi' 2022-12-01T10:06:34.2511907Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2544341Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:06:34.2565382Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2600829Z Entering 'third_party/gloo' 2022-12-01T10:06:34.2622171Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2649306Z Entering 'third_party/googletest' 2022-12-01T10:06:34.2669550Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2697298Z Entering 'third_party/ideep' 2022-12-01T10:06:34.2717553Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2745487Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:06:34.2765358Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2800021Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:06:34.2820587Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2855394Z Entering 'third_party/ios-cmake' 2022-12-01T10:06:34.2876790Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2912948Z Entering 'third_party/ittapi' 2022-12-01T10:06:34.2933977Z http.https://github.com/.extraheader 2022-12-01T10:06:34.2961898Z Entering 'third_party/kineto' 2022-12-01T10:06:34.2982796Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3010027Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:06:34.3030519Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3058222Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:06:34.3078062Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3108271Z Entering 'third_party/nccl/nccl' 2022-12-01T10:06:34.3129433Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3163236Z Entering 'third_party/neon2sse' 2022-12-01T10:06:34.3184552Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3211716Z Entering 'third_party/nlohmann' 2022-12-01T10:06:34.3232267Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3262320Z Entering 'third_party/onnx' 2022-12-01T10:06:34.3281670Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3321222Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:06:34.3341516Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3377466Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:06:34.3398871Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3437611Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:06:34.3459771Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3495145Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:06:34.3515646Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3556710Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:06:34.3577871Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3606039Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:06:34.3626645Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3653516Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:06:34.3673320Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3714649Z Entering 'third_party/pocketfft' 2022-12-01T10:06:34.3735508Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3763914Z Entering 'third_party/protobuf' 2022-12-01T10:06:34.3785116Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3825216Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:06:34.3845278Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3879856Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:06:34.3900347Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3933653Z Entering 'third_party/psimd' 2022-12-01T10:06:34.3954526Z http.https://github.com/.extraheader 2022-12-01T10:06:34.3990554Z Entering 'third_party/pthreadpool' 2022-12-01T10:06:34.4011646Z http.https://github.com/.extraheader 2022-12-01T10:06:34.4043329Z Entering 'third_party/pybind11' 2022-12-01T10:06:34.4064326Z http.https://github.com/.extraheader 2022-12-01T10:06:34.4100226Z Entering 'third_party/python-enum' 2022-12-01T10:06:34.4120489Z http.https://github.com/.extraheader 2022-12-01T10:06:34.4156238Z Entering 'third_party/python-peachpy' 2022-12-01T10:06:34.4177510Z http.https://github.com/.extraheader 2022-12-01T10:06:34.4205275Z Entering 'third_party/python-six' 2022-12-01T10:06:34.4225914Z http.https://github.com/.extraheader 2022-12-01T10:06:34.4261008Z Entering 'third_party/sleef' 2022-12-01T10:06:34.4280783Z http.https://github.com/.extraheader 2022-12-01T10:06:34.4315163Z Entering 'third_party/tbb' 2022-12-01T10:06:34.4337185Z http.https://github.com/.extraheader 2022-12-01T10:06:34.4366412Z Entering 'third_party/tensorpipe' 2022-12-01T10:06:34.4387082Z http.https://github.com/.extraheader 2022-12-01T10:06:34.4420616Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:06:34.4440530Z http.https://github.com/.extraheader 2022-12-01T10:06:34.4471708Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:06:34.4491793Z http.https://github.com/.extraheader 2022-12-01T10:06:34.4518300Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:06:34.4537645Z http.https://github.com/.extraheader 2022-12-01T10:06:34.4573885Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:06:34.4594057Z http.https://github.com/.extraheader 2022-12-01T10:06:34.4620766Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:06:34.4640669Z http.https://github.com/.extraheader 2022-12-01T10:06:34.4672327Z Entering 'third_party/zstd' 2022-12-01T10:06:34.4693522Z http.https://github.com/.extraheader 2022-12-01T10:06:34.4940360Z Cleaning up orphan processes