2022-12-01T10:00:26.9961355Z Requested labels: linux.2xlarge 2022-12-01T10:00:26.9961427Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:00:26.9961448Z Waiting for a runner to pick up this job... 2022-12-01T10:00:27.6418761Z Job is about to start running on the runner: i-02a40f25bf1bf6be5 (organization) 2022-12-01T10:00:31.9325131Z Current runner version: '2.299.1' 2022-12-01T10:00:31.9330461Z Runner name: 'i-02a40f25bf1bf6be5' 2022-12-01T10:00:31.9330923Z Runner group name: 'Default' 2022-12-01T10:00:31.9331502Z Machine name: 'ip-10-0-1-231' 2022-12-01T10:00:31.9333295Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:00:31.9334001Z Actions: read 2022-12-01T10:00:31.9334281Z Checks: read 2022-12-01T10:00:31.9334572Z Contents: read 2022-12-01T10:00:31.9334904Z Deployments: read 2022-12-01T10:00:31.9335165Z Discussions: read 2022-12-01T10:00:31.9335487Z Issues: read 2022-12-01T10:00:31.9335771Z Metadata: read 2022-12-01T10:00:31.9336020Z Packages: read 2022-12-01T10:00:31.9336306Z Pages: read 2022-12-01T10:00:31.9336607Z PullRequests: read 2022-12-01T10:00:31.9336919Z RepositoryProjects: read 2022-12-01T10:00:31.9337251Z SecurityEvents: read 2022-12-01T10:00:31.9337581Z Statuses: read 2022-12-01T10:00:31.9337825Z ##[endgroup] 2022-12-01T10:00:31.9340722Z Secret source: None 2022-12-01T10:00:31.9341420Z Prepare workflow directory 2022-12-01T10:00:32.1615394Z Prepare all required actions 2022-12-01T10:00:32.1778210Z Getting action download info 2022-12-01T10:00:32.3952759Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:00:35.4987094Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:00:35.7181060Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:00:35.8446007Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:00:36.1133778Z Getting action download info 2022-12-01T10:00:36.3172506Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:00:36.5265543Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:00:36.5267155Z ##[group] Inputs 2022-12-01T10:00:36.5267513Z build-environment: linux-focal-py3.7-gcc7 2022-12-01T10:00:36.5268377Z 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:36.5269260Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:00:36.5269719Z sync-tag: 2022-12-01T10:00:36.5269966Z ##[endgroup] 2022-12-01T10:00:36.5270519Z Complete job name: linux-focal-py3.7-gcc7 / test (docs_test, 1, 1, linux.2xlarge) 2022-12-01T10:00:36.5952212Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:00:36.5952519Z with: 2022-12-01T10:00:36.5952703Z submodules: recursive 2022-12-01T10:00:36.5952879Z fetch-depth: 0 2022-12-01T10:00:36.5953052Z env: 2022-12-01T10:00:36.5953227Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:36.5953404Z ##[endgroup] 2022-12-01T10:00:36.6166255Z ##[group]Run retry () { 2022-12-01T10:00:36.6166494Z retry () { 2022-12-01T10:00:36.6166718Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:00:36.6166931Z } 2022-12-01T10:00:36.6167106Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:00:36.6167323Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:00:36.6167550Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:00:36.6167750Z else 2022-12-01T10:00:36.6167947Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:00:36.6168318Z fi 2022-12-01T10:00:36.6168526Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:00:36.6183833Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:00:36.6184077Z env: 2022-12-01T10:00:36.6184255Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:36.6184529Z NO_SUDO: 2022-12-01T10:00:36.6184702Z ##[endgroup] 2022-12-01T10:00:36.6348958Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:39.0330037Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:00:39.0330276Z with: 2022-12-01T10:00:39.0330479Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:00:39.0330688Z fetch-depth: 0 2022-12-01T10:00:39.0330856Z submodules: recursive 2022-12-01T10:00:39.0331043Z quiet-checkout: true 2022-12-01T10:00:39.0331239Z repository: pytorch/pytorch 2022-12-01T10:00:39.0331629Z token: *** 2022-12-01T10:00:39.0331800Z ssh-strict: true 2022-12-01T10:00:39.0331993Z persist-credentials: true 2022-12-01T10:00:39.0332190Z clean: true 2022-12-01T10:00:39.0332348Z lfs: false 2022-12-01T10:00:39.0332527Z set-safe-directory: true 2022-12-01T10:00:39.0332704Z env: 2022-12-01T10:00:39.0332865Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:39.0333046Z ##[endgroup] 2022-12-01T10:00:39.1528730Z Syncing repository: pytorch/pytorch 2022-12-01T10:00:39.1530292Z ##[group]Getting Git version info 2022-12-01T10:00:39.1530743Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:00:39.1531225Z [command]/usr/bin/git version 2022-12-01T10:00:39.1531451Z git version 2.37.1 2022-12-01T10:00:39.1532420Z ##[endgroup] 2022-12-01T10:00:39.1544968Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b47a3ec0-0ab2-4516-b479-1339d25f67ae' before making global git config changes 2022-12-01T10:00:39.1545419Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:00:39.1548520Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:39.1583565Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:00:39.1587776Z ##[group]Initializing the repository 2022-12-01T10:00:39.1590117Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:39.1616483Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:00:39.1616926Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:00:39.1617369Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:00:39.1617645Z hint: 2022-12-01T10:00:39.1618122Z hint: git config --global init.defaultBranch 2022-12-01T10:00:39.1618765Z hint: 2022-12-01T10:00:39.1619445Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:00:39.1620294Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:00:39.1620868Z hint: 2022-12-01T10:00:39.1621573Z hint: git branch -m 2022-12-01T10:00:39.1622453Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:00:39.1625836Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:00:39.1652623Z ##[endgroup] 2022-12-01T10:00:39.1653182Z ##[group]Disabling automatic garbage collection 2022-12-01T10:00:39.1655645Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:00:39.1680447Z ##[endgroup] 2022-12-01T10:00:39.1681005Z ##[group]Setting up auth 2022-12-01T10:00:39.1686569Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:00:39.1713737Z [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.1950159Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:00:39.1978071Z [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.2212914Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:00:39.2250367Z ##[endgroup] 2022-12-01T10:00:39.2250877Z ##[group]Fetching the repository 2022-12-01T10:00:39.2256503Z [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:28.1980679Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:01:28.2016646Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:29.4469892Z ##[endgroup] 2022-12-01T10:01:29.4470290Z ##[group]Determining the checkout info 2022-12-01T10:01:29.4471231Z ##[endgroup] 2022-12-01T10:01:29.4471546Z ##[group]Checking out the ref 2022-12-01T10:01:29.4475152Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:30.6850652Z ##[endgroup] 2022-12-01T10:01:30.6851074Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:01:30.6855081Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:01:30.6901848Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:01:30.6930547Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:01:30.6957681Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:01:30.6981262Z ##[endgroup] 2022-12-01T10:01:30.6981591Z ##[group]Fetching submodules 2022-12-01T10:01:30.6985064Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:01:30.7236740Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:01:30.7487770Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:01:30.7488384Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:01:30.7490018Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:01:30.7492027Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:01:30.7494319Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:01:30.7496847Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:01:30.7498922Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:01:30.7501470Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:01:30.7504064Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:01:30.7506962Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:01:30.7509783Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:01:30.7512628Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:01:30.7515576Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:01:30.7518999Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:01:30.7522017Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:01:30.7525312Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:01:30.7528673Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:01:30.7532200Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:01:30.7535736Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:01:30.7539412Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:01:30.7543366Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:01:30.7547357Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:01:30.7551254Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:01:30.7555326Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:01:30.7560277Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:01:30.7564517Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:01:30.7568991Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:01:30.7573492Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:01:30.7578052Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:01:30.7582662Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:01:30.7587552Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:01:30.7592371Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:01:30.7597458Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:01:30.7602741Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:01:30.7607740Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:01:30.7612972Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:01:30.7618416Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:01:30.7623882Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:01:30.7629608Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:01:30.7635395Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:01:30.7641695Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:01:30.7665986Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:01:31.1761284Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:01:31.5043650Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:01:31.7165985Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:01:32.1987104Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:01:32.5041109Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:01:34.6776944Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:01:40.6615102Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:01:41.0510771Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:01:41.5405260Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:01:43.0226994Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:01:44.1501903Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:01:45.5360483Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:01:50.6014231Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:01:51.4204956Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:01:52.6497350Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:01:53.8045204Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:01:54.0201321Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:01:54.5049094Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:01:54.8809411Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:01:55.9780489Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:01:56.4104597Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:01:56.6011943Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:01:56.9097399Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:01:58.2602418Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:01:58.7345551Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:01:59.1185805Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:02:05.5448425Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:02:07.2427788Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:02:08.1542992Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:02:08.8685591Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:02:14.3974425Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:02:14.5995496Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:02:14.8320636Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:02:15.6482997Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:02:15.8767155Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:02:16.2048595Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:02:16.5028342Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:02:17.0786980Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:02:19.1749425Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:02:19.6788237Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:02:21.8828260Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:02:21.8923439Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:02:21.8996156Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:02:21.9199219Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:02:21.9398065Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:02:21.9718947Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:02:22.5235313Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:02:22.5426082Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:02:22.6330696Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:02:22.6639535Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:02:22.9276579Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:02:23.3010854Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:02:23.5220268Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:02:23.5646657Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:02:23.5661522Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:02:23.5663700Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:02:23.5666384Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:02:23.5669008Z 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:23.5692016Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:02:24.5871987Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:02:25.1117776Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:02:26.1905054Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:02:26.4969996Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:02:26.5887718Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:02:26.6425331Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:02:26.6520779Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:02:26.7298214Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:02:26.7621905Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:02:26.7703933Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:02:26.8070651Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:02:26.8287588Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:02:26.8705462Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:02:26.8811202Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:02:26.8823613Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:02:26.8843993Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:02:34.4253394Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:02:34.4268277Z 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:34.4291549Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:02:42.2940900Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:02:42.3033170Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:02:42.3161216Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:02:42.4027643Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:02:42.4041677Z 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:42.4043504Z 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:42.4067313Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:02:43.5828385Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:02:44.6785476Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:02:44.7293651Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:02:44.7482463Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:02:44.7610190Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:02:44.8585709Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:02:45.0769155Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:02:45.0795244Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:02:45.0797030Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:02:45.0820945Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:02:45.4948813Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:02:46.3005056Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:02:46.3287393Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:02:46.3422489Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:02:46.3435041Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:02:46.3456304Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:02:48.0881597Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:02:48.0899334Z 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:48.0901016Z 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:48.0924347Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:02:48.4980665Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:02:49.3214578Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:02:49.3816325Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:02:49.3830320Z 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:49.3851338Z 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:49.6197485Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:02:49.6278743Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:02:49.8617727Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:02:49.8636251Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:02:49.8637705Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:02:49.8660557Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:02:50.3105390Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:02:51.3636577Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:02:51.4268060Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:02:51.4346623Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:02:51.4443770Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:02:51.4749226Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:02:51.4830200Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:02:51.5090611Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:02:51.5174869Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:02:51.5567903Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:02:51.6543786Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:02:51.6781632Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:02:51.6794925Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:02:51.6797141Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:02:51.6799809Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:02:51.6802280Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:02:51.6824901Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:02:52.9092727Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:02:53.2187421Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:02:54.6882436Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:02:55.5067103Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:02:55.5203496Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:02:55.5844531Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:02:55.6100131Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:02:55.6114188Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:02:55.6135421Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:02:55.8568297Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:02:55.9807738Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:02:55.9834723Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:02:56.0096135Z Entering 'android/libs/fbjni' 2022-12-01T10:02:56.0130335Z Entering 'third_party/FP16' 2022-12-01T10:02:56.0163551Z Entering 'third_party/FXdiv' 2022-12-01T10:02:56.0198121Z Entering 'third_party/NNPACK' 2022-12-01T10:02:56.0231839Z Entering 'third_party/QNNPACK' 2022-12-01T10:02:56.0266668Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:02:56.0300656Z Entering 'third_party/XNNPACK' 2022-12-01T10:02:56.0344528Z Entering 'third_party/benchmark' 2022-12-01T10:02:56.0380221Z Entering 'third_party/cpuinfo' 2022-12-01T10:02:56.0413711Z Entering 'third_party/cub' 2022-12-01T10:02:56.0447619Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:02:56.0484738Z Entering 'third_party/cutlass' 2022-12-01T10:02:56.0524088Z Entering 'third_party/eigen' 2022-12-01T10:02:56.0560532Z Entering 'third_party/fbgemm' 2022-12-01T10:02:56.0594590Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:02:56.0627922Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:02:56.0661417Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:02:56.0694494Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:02:56.0728301Z Entering 'third_party/flatbuffers' 2022-12-01T10:02:56.0763881Z Entering 'third_party/fmt' 2022-12-01T10:02:56.0797069Z Entering 'third_party/foxi' 2022-12-01T10:02:56.0830411Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:02:56.0863432Z Entering 'third_party/gloo' 2022-12-01T10:02:56.0897287Z Entering 'third_party/googletest' 2022-12-01T10:02:56.0932282Z Entering 'third_party/ideep' 2022-12-01T10:02:56.0966949Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:02:56.1002147Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:02:56.1042213Z Entering 'third_party/ios-cmake' 2022-12-01T10:02:56.1076308Z Entering 'third_party/ittapi' 2022-12-01T10:02:56.1109289Z Entering 'third_party/kineto' 2022-12-01T10:02:56.1142773Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:02:56.1175749Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:02:56.1210907Z Entering 'third_party/nccl/nccl' 2022-12-01T10:02:56.1243784Z Entering 'third_party/neon2sse' 2022-12-01T10:02:56.1278633Z Entering 'third_party/nlohmann' 2022-12-01T10:02:56.1312560Z Entering 'third_party/onnx' 2022-12-01T10:02:56.1358646Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:02:56.1392044Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:02:56.1427586Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:02:56.1461550Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:02:56.1500188Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:02:56.1535309Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:02:56.1568568Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:02:56.1606741Z Entering 'third_party/pocketfft' 2022-12-01T10:02:56.1640598Z Entering 'third_party/protobuf' 2022-12-01T10:02:56.1677932Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:02:56.1709999Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:02:56.1745137Z Entering 'third_party/psimd' 2022-12-01T10:02:56.1779652Z Entering 'third_party/pthreadpool' 2022-12-01T10:02:56.1814585Z Entering 'third_party/pybind11' 2022-12-01T10:02:56.1849803Z Entering 'third_party/python-enum' 2022-12-01T10:02:56.1885003Z Entering 'third_party/python-peachpy' 2022-12-01T10:02:56.1918544Z Entering 'third_party/python-six' 2022-12-01T10:02:56.1951801Z Entering 'third_party/sleef' 2022-12-01T10:02:56.1988488Z Entering 'third_party/tbb' 2022-12-01T10:02:56.2026911Z Entering 'third_party/tensorpipe' 2022-12-01T10:02:56.2061279Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:02:56.2095782Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:02:56.2130525Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:02:56.2165795Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:02:56.2199085Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:02:56.2235586Z Entering 'third_party/zstd' 2022-12-01T10:02:56.2279900Z ##[endgroup] 2022-12-01T10:02:56.2280522Z ##[group]Persisting credentials for submodules 2022-12-01T10:02:56.2284709Z [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:02:56.2538328Z Entering 'android/libs/fbjni' 2022-12-01T10:02:56.2571852Z Entering 'third_party/FP16' 2022-12-01T10:02:56.2606832Z Entering 'third_party/FXdiv' 2022-12-01T10:02:56.2640596Z Entering 'third_party/NNPACK' 2022-12-01T10:02:56.2675231Z Entering 'third_party/QNNPACK' 2022-12-01T10:02:56.2708319Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:02:56.2740826Z Entering 'third_party/XNNPACK' 2022-12-01T10:02:56.2783319Z Entering 'third_party/benchmark' 2022-12-01T10:02:56.2815934Z Entering 'third_party/cpuinfo' 2022-12-01T10:02:56.2851170Z Entering 'third_party/cub' 2022-12-01T10:02:56.2884992Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:02:56.2925089Z Entering 'third_party/cutlass' 2022-12-01T10:02:56.2967778Z Entering 'third_party/eigen' 2022-12-01T10:02:56.3001663Z Entering 'third_party/fbgemm' 2022-12-01T10:02:56.3035931Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:02:56.3069438Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:02:56.3102358Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:02:56.3135015Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:02:56.3169995Z Entering 'third_party/flatbuffers' 2022-12-01T10:02:56.3204630Z Entering 'third_party/fmt' 2022-12-01T10:02:56.3237180Z Entering 'third_party/foxi' 2022-12-01T10:02:56.3269996Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:02:56.3303014Z Entering 'third_party/gloo' 2022-12-01T10:02:56.3335929Z Entering 'third_party/googletest' 2022-12-01T10:02:56.3369917Z Entering 'third_party/ideep' 2022-12-01T10:02:56.3401632Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:02:56.3436230Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:02:56.3475512Z Entering 'third_party/ios-cmake' 2022-12-01T10:02:56.3509607Z Entering 'third_party/ittapi' 2022-12-01T10:02:56.3544188Z Entering 'third_party/kineto' 2022-12-01T10:02:56.3578224Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:02:56.3612222Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:02:56.3647287Z Entering 'third_party/nccl/nccl' 2022-12-01T10:02:56.3682755Z Entering 'third_party/neon2sse' 2022-12-01T10:02:56.3715543Z Entering 'third_party/nlohmann' 2022-12-01T10:02:56.3749900Z Entering 'third_party/onnx' 2022-12-01T10:02:56.3794744Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:02:56.3828586Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:02:56.3864908Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:02:56.3898126Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:02:56.3936028Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:02:56.3969797Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:02:56.4004018Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:02:56.4042665Z Entering 'third_party/pocketfft' 2022-12-01T10:02:56.4075395Z Entering 'third_party/protobuf' 2022-12-01T10:02:56.4113203Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:02:56.4146568Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:02:56.4182187Z Entering 'third_party/psimd' 2022-12-01T10:02:56.4216368Z Entering 'third_party/pthreadpool' 2022-12-01T10:02:56.4249700Z Entering 'third_party/pybind11' 2022-12-01T10:02:56.4283525Z Entering 'third_party/python-enum' 2022-12-01T10:02:56.4318265Z Entering 'third_party/python-peachpy' 2022-12-01T10:02:56.4351531Z Entering 'third_party/python-six' 2022-12-01T10:02:56.4385047Z Entering 'third_party/sleef' 2022-12-01T10:02:56.4418819Z Entering 'third_party/tbb' 2022-12-01T10:02:56.4454182Z Entering 'third_party/tensorpipe' 2022-12-01T10:02:56.4488900Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:02:56.4522373Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:02:56.4554358Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:02:56.4587906Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:02:56.4620285Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:02:56.4656421Z Entering 'third_party/zstd' 2022-12-01T10:02:56.4700221Z [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:02:56.4951794Z Entering 'android/libs/fbjni' 2022-12-01T10:02:56.4982619Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:02:56.4996792Z Entering 'third_party/FP16' 2022-12-01T10:02:56.5027873Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:02:56.5041991Z Entering 'third_party/FXdiv' 2022-12-01T10:02:56.5073448Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:02:56.5087963Z Entering 'third_party/NNPACK' 2022-12-01T10:02:56.5119263Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:02:56.5133188Z Entering 'third_party/QNNPACK' 2022-12-01T10:02:56.5165031Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:02:56.5179788Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:02:56.5212878Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:02:56.5226892Z Entering 'third_party/XNNPACK' 2022-12-01T10:02:56.5257738Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:02:56.5281485Z Entering 'third_party/benchmark' 2022-12-01T10:02:56.5313255Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:02:56.5328272Z Entering 'third_party/cpuinfo' 2022-12-01T10:02:56.5359406Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:02:56.5374029Z Entering 'third_party/cub' 2022-12-01T10:02:56.5407148Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:02:56.5420993Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:02:56.5452137Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:02:56.5471008Z Entering 'third_party/cutlass' 2022-12-01T10:02:56.5502547Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:02:56.5522908Z Entering 'third_party/eigen' 2022-12-01T10:02:56.5554191Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:02:56.5570126Z Entering 'third_party/fbgemm' 2022-12-01T10:02:56.5602679Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:02:56.5616681Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:02:56.5648541Z 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:02:56.5662033Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:02:56.5693772Z 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:02:56.5708325Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:02:56.5740637Z 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:02:56.5754636Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:02:56.5786059Z 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:02:56.5802848Z Entering 'third_party/flatbuffers' 2022-12-01T10:02:56.5835353Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:02:56.5852131Z Entering 'third_party/fmt' 2022-12-01T10:02:56.5883201Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:02:56.5896824Z Entering 'third_party/foxi' 2022-12-01T10:02:56.5928587Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:02:56.5942024Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:02:56.5974562Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:02:56.5988637Z Entering 'third_party/gloo' 2022-12-01T10:02:56.6019526Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:02:56.6034255Z Entering 'third_party/googletest' 2022-12-01T10:02:56.6065458Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:02:56.6080824Z Entering 'third_party/ideep' 2022-12-01T10:02:56.6112325Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:02:56.6125998Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:02:56.6157517Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:02:56.6173975Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:02:56.6206381Z 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:02:56.6227029Z Entering 'third_party/ios-cmake' 2022-12-01T10:02:56.6259816Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:02:56.6274335Z Entering 'third_party/ittapi' 2022-12-01T10:02:56.6307519Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:02:56.6322335Z Entering 'third_party/kineto' 2022-12-01T10:02:56.6353627Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:02:56.6368189Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:02:56.6400648Z 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:02:56.6414525Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:02:56.6445950Z 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:02:56.6462031Z Entering 'third_party/nccl/nccl' 2022-12-01T10:02:56.6495768Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:02:56.6509840Z Entering 'third_party/neon2sse' 2022-12-01T10:02:56.6543879Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:02:56.6562040Z Entering 'third_party/nlohmann' 2022-12-01T10:02:56.6594507Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:02:56.6609474Z Entering 'third_party/onnx' 2022-12-01T10:02:56.6643147Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:02:56.6668953Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:02:56.6926542Z 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:02:56.6941683Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:02:56.6974857Z 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:02:56.6991935Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:02:56.7024570Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:02:56.7038743Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:02:56.7070859Z 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:02:56.7089303Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:02:56.7120803Z 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:02:56.7134496Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:02:56.7167641Z 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:02:56.7181142Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:02:56.7213685Z 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:02:56.7233631Z Entering 'third_party/pocketfft' 2022-12-01T10:02:56.7267807Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:02:56.7282466Z Entering 'third_party/protobuf' 2022-12-01T10:02:56.7314039Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:02:56.7331266Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:02:56.7361737Z 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:02:56.7375047Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:02:56.7405503Z 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:02:56.7421581Z Entering 'third_party/psimd' 2022-12-01T10:02:56.7453697Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:02:56.7467359Z Entering 'third_party/pthreadpool' 2022-12-01T10:02:56.7499414Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:02:56.7512636Z Entering 'third_party/pybind11' 2022-12-01T10:02:56.7543328Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:02:56.7557635Z Entering 'third_party/python-enum' 2022-12-01T10:02:56.7589251Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:02:56.7603747Z Entering 'third_party/python-peachpy' 2022-12-01T10:02:56.7634412Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:02:56.7648916Z Entering 'third_party/python-six' 2022-12-01T10:02:56.7681949Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:02:56.7696439Z Entering 'third_party/sleef' 2022-12-01T10:02:56.7729511Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:02:56.7744001Z Entering 'third_party/tbb' 2022-12-01T10:02:56.7776715Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:02:56.7792977Z Entering 'third_party/tensorpipe' 2022-12-01T10:02:56.7826117Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:02:56.7840236Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:02:56.7871309Z 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:02:56.7885736Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:02:56.7916744Z 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:02:56.7930706Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:02:56.7961324Z 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:02:56.7975271Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:02:56.8013743Z 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:02:56.8026309Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:02:56.8058427Z 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:02:56.8075242Z Entering 'third_party/zstd' 2022-12-01T10:02:56.8106062Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:02:57.2112733Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:02:57.2372581Z Entering 'android/libs/fbjni' 2022-12-01T10:02:57.2406158Z Entering 'third_party/FP16' 2022-12-01T10:02:57.2439496Z Entering 'third_party/FXdiv' 2022-12-01T10:02:57.2472584Z Entering 'third_party/NNPACK' 2022-12-01T10:02:57.2506703Z Entering 'third_party/QNNPACK' 2022-12-01T10:02:57.2541181Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:02:57.2576055Z Entering 'third_party/XNNPACK' 2022-12-01T10:02:57.2619356Z Entering 'third_party/benchmark' 2022-12-01T10:02:57.2653223Z Entering 'third_party/cpuinfo' 2022-12-01T10:02:57.2687626Z Entering 'third_party/cub' 2022-12-01T10:02:57.2720781Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:02:57.2758900Z Entering 'third_party/cutlass' 2022-12-01T10:02:57.2798491Z Entering 'third_party/eigen' 2022-12-01T10:02:57.2833935Z Entering 'third_party/fbgemm' 2022-12-01T10:02:57.2868175Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:02:57.2902347Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:02:57.2935025Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:02:57.2971149Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:02:57.3005675Z Entering 'third_party/flatbuffers' 2022-12-01T10:02:57.3040850Z Entering 'third_party/fmt' 2022-12-01T10:02:57.3075099Z Entering 'third_party/foxi' 2022-12-01T10:02:57.3109915Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:02:57.3143917Z Entering 'third_party/gloo' 2022-12-01T10:02:57.3178813Z Entering 'third_party/googletest' 2022-12-01T10:02:57.3214162Z Entering 'third_party/ideep' 2022-12-01T10:02:57.3247217Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:02:57.3282180Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:02:57.3322615Z Entering 'third_party/ios-cmake' 2022-12-01T10:02:57.3358175Z Entering 'third_party/ittapi' 2022-12-01T10:02:57.3395134Z Entering 'third_party/kineto' 2022-12-01T10:02:57.3431096Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:02:57.3467719Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:02:57.3503572Z Entering 'third_party/nccl/nccl' 2022-12-01T10:02:57.3539150Z Entering 'third_party/neon2sse' 2022-12-01T10:02:57.3575892Z Entering 'third_party/nlohmann' 2022-12-01T10:02:57.3612244Z Entering 'third_party/onnx' 2022-12-01T10:02:57.3659294Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:02:57.3693742Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:02:57.3730695Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:02:57.3765723Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:02:57.3804285Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:02:57.3839449Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:02:57.3873625Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:02:57.3913383Z Entering 'third_party/pocketfft' 2022-12-01T10:02:57.3948072Z Entering 'third_party/protobuf' 2022-12-01T10:02:57.4016911Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:02:57.4018582Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:02:57.4053040Z Entering 'third_party/psimd' 2022-12-01T10:02:57.4088333Z Entering 'third_party/pthreadpool' 2022-12-01T10:02:57.4122064Z Entering 'third_party/pybind11' 2022-12-01T10:02:57.4155795Z Entering 'third_party/python-enum' 2022-12-01T10:02:57.4191315Z Entering 'third_party/python-peachpy' 2022-12-01T10:02:57.4227398Z Entering 'third_party/python-six' 2022-12-01T10:02:57.4261579Z Entering 'third_party/sleef' 2022-12-01T10:02:57.4295730Z Entering 'third_party/tbb' 2022-12-01T10:02:57.4333858Z Entering 'third_party/tensorpipe' 2022-12-01T10:02:57.4368020Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:02:57.4401458Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:02:57.4434377Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:02:57.4468492Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:02:57.4501774Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:02:57.4537577Z Entering 'third_party/zstd' 2022-12-01T10:02:57.4584960Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:02:57.4849386Z Entering 'android/libs/fbjni' 2022-12-01T10:02:57.4885880Z Entering 'third_party/FP16' 2022-12-01T10:02:57.4921059Z Entering 'third_party/FXdiv' 2022-12-01T10:02:57.4955176Z Entering 'third_party/NNPACK' 2022-12-01T10:02:57.4989648Z Entering 'third_party/QNNPACK' 2022-12-01T10:02:57.5023967Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:02:57.5058558Z Entering 'third_party/XNNPACK' 2022-12-01T10:02:57.5102371Z Entering 'third_party/benchmark' 2022-12-01T10:02:57.5136525Z Entering 'third_party/cpuinfo' 2022-12-01T10:02:57.5171002Z Entering 'third_party/cub' 2022-12-01T10:02:57.5205639Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:02:57.5245626Z Entering 'third_party/cutlass' 2022-12-01T10:02:57.5287165Z Entering 'third_party/eigen' 2022-12-01T10:02:57.5323390Z Entering 'third_party/fbgemm' 2022-12-01T10:02:57.5646103Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:02:57.5681008Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:02:57.5714709Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:02:57.5748399Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:02:57.5783459Z Entering 'third_party/flatbuffers' 2022-12-01T10:02:57.5819071Z Entering 'third_party/fmt' 2022-12-01T10:02:57.5853452Z Entering 'third_party/foxi' 2022-12-01T10:02:57.5887654Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:02:57.5922254Z Entering 'third_party/gloo' 2022-12-01T10:02:57.5955957Z Entering 'third_party/googletest' 2022-12-01T10:02:57.5990128Z Entering 'third_party/ideep' 2022-12-01T10:02:57.6023735Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:02:57.6062591Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:02:57.6102422Z Entering 'third_party/ios-cmake' 2022-12-01T10:02:57.6137328Z Entering 'third_party/ittapi' 2022-12-01T10:02:57.6172119Z Entering 'third_party/kineto' 2022-12-01T10:02:57.6205450Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:02:57.6241126Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:02:57.6277108Z Entering 'third_party/nccl/nccl' 2022-12-01T10:02:57.6311965Z Entering 'third_party/neon2sse' 2022-12-01T10:02:57.6345326Z Entering 'third_party/nlohmann' 2022-12-01T10:02:57.6380332Z Entering 'third_party/onnx' 2022-12-01T10:02:57.6426242Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:02:57.6460256Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:02:57.6496851Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:02:57.6530361Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:02:57.6568733Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:02:57.6602310Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:02:57.6636188Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:02:57.6674883Z Entering 'third_party/pocketfft' 2022-12-01T10:02:57.6709737Z Entering 'third_party/protobuf' 2022-12-01T10:02:57.6748264Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:02:57.6782208Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:02:57.6819163Z Entering 'third_party/psimd' 2022-12-01T10:02:57.6854565Z Entering 'third_party/pthreadpool' 2022-12-01T10:02:57.6890070Z Entering 'third_party/pybind11' 2022-12-01T10:02:57.6927297Z Entering 'third_party/python-enum' 2022-12-01T10:02:57.6962776Z Entering 'third_party/python-peachpy' 2022-12-01T10:02:57.6996525Z Entering 'third_party/python-six' 2022-12-01T10:02:57.7030573Z Entering 'third_party/sleef' 2022-12-01T10:02:57.7065504Z Entering 'third_party/tbb' 2022-12-01T10:02:57.7101876Z Entering 'third_party/tensorpipe' 2022-12-01T10:02:57.7137004Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:02:57.7171555Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:02:57.7204773Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:02:57.7238914Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:02:57.7271678Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:02:57.7309543Z Entering 'third_party/zstd' 2022-12-01T10:02:57.7352782Z ##[endgroup] 2022-12-01T10:02:57.7390295Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:02:57.7416546Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:02:57.7546981Z Prepare all required actions 2022-12-01T10:02:57.7572108Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:02:57.7572310Z env: 2022-12-01T10:02:57.7572482Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:02:57.7572652Z ##[endgroup] 2022-12-01T10:02:57.7593691Z ##[group]Run set -euo pipefail 2022-12-01T10:02:57.7593920Z set -euo pipefail 2022-12-01T10:02:57.7594133Z function get_ec2_metadata() { 2022-12-01T10:02:57.7594363Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:02:57.7594719Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:02:57.7595018Z  category=$1 2022-12-01T10:02:57.7595247Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:02:57.7595467Z } 2022-12-01T10:02:57.7595753Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:02:57.7596024Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:02:57.7596303Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:02:57.7596554Z echo "system info $(uname -a)" 2022-12-01T10:02:57.7607959Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:02:57.7608179Z env: 2022-12-01T10:02:57.7608354Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:02:57.7608527Z ##[endgroup] 2022-12-01T10:02:57.7684246Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:02:57.7734514Z instance-id: i-02a40f25bf1bf6be5 2022-12-01T10:02:57.7784600Z instance-type: c5.2xlarge 2022-12-01T10:02:57.7791500Z system info Linux ip-10-0-1-231.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:02:57.7809672Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:02:57.7809967Z if systemctl is-active --quiet docker; then 2022-12-01T10:02:57.7810226Z  echo "Docker daemon is running..."; 2022-12-01T10:02:57.7810423Z else 2022-12-01T10:02:57.7810661Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:02:57.7810889Z fi 2022-12-01T10:02:57.7822391Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:02:57.7822617Z env: 2022-12-01T10:02:57.7822794Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:02:57.7822973Z ##[endgroup] 2022-12-01T10:02:57.7865416Z Docker daemon is running... 2022-12-01T10:02:57.7885102Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:02:57.7885500Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:02:57.7885869Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:02:57.7886298Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:02:57.7886831Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:02:57.7898662Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:02:57.7898982Z env: 2022-12-01T10:02:57.7899293Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:02:57.7899552Z AWS_RETRY_MODE: standard 2022-12-01T10:02:57.7899780Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:02:57.7900007Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:02:57.7900231Z ##[endgroup] 2022-12-01T10:02:58.5262114Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:02:58.5262643Z Configure a credential helper to remove this warning. See 2022-12-01T10:02:58.5263272Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:02:58.5263557Z 2022-12-01T10:02:58.5263671Z Login Succeeded 2022-12-01T10:02:58.5292232Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:02:58.5292547Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:02:58.5293123Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:02:58.5303964Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:02:58.5304282Z env: 2022-12-01T10:02:58.5304460Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:02:58.5304635Z ##[endgroup] 2022-12-01T10:02:58.5377258Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:02:58.5377493Z with: 2022-12-01T10:02:58.5377832Z github-secret: *** 2022-12-01T10:02:58.5378037Z activate-with-label: false 2022-12-01T10:02:58.5378218Z label: with-ssh 2022-12-01T10:02:58.5378415Z remove-existing-keys: true 2022-12-01T10:02:58.5378601Z env: 2022-12-01T10:02:58.5378761Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:02:58.5378945Z ##[endgroup] 2022-12-01T10:02:58.9440923Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:02:59.0262115Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:02:59.0276268Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:02:59.0301906Z Login using: ssh ec2-user@ec2-44-204-216-204.compute-1.amazonaws.com 2022-12-01T10:02:59.0371820Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:02:59.0372210Z with: 2022-12-01T10:02:59.0372702Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:02:59.0373198Z env: 2022-12-01T10:02:59.0373484Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:02:59.0373762Z ##[endgroup] 2022-12-01T10:02:59.0389944Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:02:59.0390395Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:02:59.0390805Z # ignore output since only exit code is used for conditional 2022-12-01T10:02:59.0391236Z # only pull docker image if it's not available locally 2022-12-01T10:02:59.0391714Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:02:59.0392174Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:02:59.0392481Z fi 2022-12-01T10:02:59.0407856Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:02:59.0408210Z env: 2022-12-01T10:02:59.0408508Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:02:59.0409086Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:02:59.0409653Z ##[endgroup] 2022-12-01T10:02:59.2621717Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-12-01T10:02:59.2622953Z 675920708c8b: Pulling fs layer 2022-12-01T10:02:59.2623451Z 3a31ffa0162f: Pulling fs layer 2022-12-01T10:02:59.2623803Z fe9b24415086: Pulling fs layer 2022-12-01T10:02:59.2624098Z 422bea31bd2a: Pulling fs layer 2022-12-01T10:02:59.2624378Z 27ad548906a1: Pulling fs layer 2022-12-01T10:02:59.2624560Z efe762c046e3: Pulling fs layer 2022-12-01T10:02:59.2624765Z a12af00c9224: Pulling fs layer 2022-12-01T10:02:59.2624966Z 49809737e89d: Pulling fs layer 2022-12-01T10:02:59.2625162Z 4bd15b741963: Pulling fs layer 2022-12-01T10:02:59.2625345Z 9fdf20fee962: Pulling fs layer 2022-12-01T10:02:59.2625543Z 85d2fa9daf54: Pulling fs layer 2022-12-01T10:02:59.2625736Z e3608d8edfea: Pulling fs layer 2022-12-01T10:02:59.2625916Z 63ae5eb88541: Pulling fs layer 2022-12-01T10:02:59.2626106Z 2b6269e5f012: Pulling fs layer 2022-12-01T10:02:59.2626297Z 49405b81ba46: Pulling fs layer 2022-12-01T10:02:59.2626476Z f5bd51a8525a: Pulling fs layer 2022-12-01T10:02:59.2626665Z dce0658383e3: Pulling fs layer 2022-12-01T10:02:59.2626859Z fda59f894d4a: Pulling fs layer 2022-12-01T10:02:59.2627043Z c4cd62aabb9c: Pulling fs layer 2022-12-01T10:02:59.2627228Z 422bea31bd2a: Waiting 2022-12-01T10:02:59.2627417Z d84da0b3b529: Pulling fs layer 2022-12-01T10:02:59.2627920Z 81e2ac298c61: Pulling fs layer 2022-12-01T10:02:59.2628124Z efe762c046e3: Waiting 2022-12-01T10:02:59.2628373Z 38c05cfe4070: Pulling fs layer 2022-12-01T10:02:59.2628546Z 9fdf20fee962: Waiting 2022-12-01T10:02:59.2628735Z af4d19351fdf: Pulling fs layer 2022-12-01T10:02:59.2629030Z d1d5291b2ab5: Pulling fs layer 2022-12-01T10:02:59.2629204Z a12af00c9224: Waiting 2022-12-01T10:02:59.2629390Z 17be6d40a7e6: Pulling fs layer 2022-12-01T10:02:59.2629597Z 85d2fa9daf54: Waiting 2022-12-01T10:02:59.2629758Z 49809737e89d: Waiting 2022-12-01T10:02:59.2629940Z 7334631630ca: Pulling fs layer 2022-12-01T10:02:59.2630125Z e3608d8edfea: Waiting 2022-12-01T10:02:59.2630294Z b7010c1141c8: Pulling fs layer 2022-12-01T10:02:59.2630474Z 4bd15b741963: Waiting 2022-12-01T10:02:59.2630657Z 1d69ebcc1824: Pulling fs layer 2022-12-01T10:02:59.2630827Z 27ad548906a1: Waiting 2022-12-01T10:02:59.2631008Z bbd83461fb41: Pulling fs layer 2022-12-01T10:02:59.2631191Z 63ae5eb88541: Waiting 2022-12-01T10:02:59.2631511Z bcd5197bc3b1: Pulling fs layer 2022-12-01T10:02:59.2631708Z b80f27646ab6: Pulling fs layer 2022-12-01T10:02:59.2631904Z 866c2acc4910: Pulling fs layer 2022-12-01T10:02:59.2632083Z e39e0e87bf58: Pulling fs layer 2022-12-01T10:02:59.2632327Z 2b6269e5f012: Waiting 2022-12-01T10:02:59.2632508Z 31e492142d52: Pulling fs layer 2022-12-01T10:02:59.2632686Z 49405b81ba46: Waiting 2022-12-01T10:02:59.2632854Z 7d95e9c9554c: Pulling fs layer 2022-12-01T10:02:59.2633044Z f405cc5c9c77: Pulling fs layer 2022-12-01T10:02:59.2633226Z f5bd51a8525a: Waiting 2022-12-01T10:02:59.2633397Z a1d89816b283: Pulling fs layer 2022-12-01T10:02:59.2633685Z dce0658383e3: Waiting 2022-12-01T10:02:59.2633875Z 38d7b060d3d4: Pulling fs layer 2022-12-01T10:02:59.2634053Z 0b48564513b3: Pulling fs layer 2022-12-01T10:02:59.2634242Z c517839d268c: Pulling fs layer 2022-12-01T10:02:59.2634618Z c4cd62aabb9c: Waiting 2022-12-01T10:02:59.2635109Z fda59f894d4a: Waiting 2022-12-01T10:02:59.2635403Z 9200027c6378: Pulling fs layer 2022-12-01T10:02:59.2635701Z d84da0b3b529: Waiting 2022-12-01T10:02:59.2635968Z 1a68c742e877: Pulling fs layer 2022-12-01T10:02:59.2636295Z 085aceb64709: Pulling fs layer 2022-12-01T10:02:59.2636602Z b80f27646ab6: Waiting 2022-12-01T10:02:59.2636813Z 9fad26f5e1f4: Pulling fs layer 2022-12-01T10:02:59.2637025Z 3454ac6b1f68: Pulling fs layer 2022-12-01T10:02:59.2637427Z 38599e0ca649: Pulling fs layer 2022-12-01T10:02:59.2637717Z a16f0b09d742: Pulling fs layer 2022-12-01T10:02:59.2638134Z 81e2ac298c61: Waiting 2022-12-01T10:02:59.2638460Z 100cd65220ba: Pulling fs layer 2022-12-01T10:02:59.2638773Z 866c2acc4910: Waiting 2022-12-01T10:02:59.2639068Z 9d7685da3dfa: Pulling fs layer 2022-12-01T10:02:59.2639416Z 38c05cfe4070: Waiting 2022-12-01T10:02:59.2639584Z f405cc5c9c77: Waiting 2022-12-01T10:02:59.2639759Z 0b48564513b3: Waiting 2022-12-01T10:02:59.2639931Z e39e0e87bf58: Waiting 2022-12-01T10:02:59.2640086Z 7334631630ca: Waiting 2022-12-01T10:02:59.2640271Z e69408c62fb4: Pulling fs layer 2022-12-01T10:02:59.2640642Z b7010c1141c8: Waiting 2022-12-01T10:02:59.2640799Z 1d69ebcc1824: Waiting 2022-12-01T10:02:59.2640986Z 1530f151c058: Pulling fs layer 2022-12-01T10:02:59.2641182Z 3aeaec05c672: Pulling fs layer 2022-12-01T10:02:59.2641355Z bbd83461fb41: Waiting 2022-12-01T10:02:59.2641546Z 99763bc3448a: Pulling fs layer 2022-12-01T10:02:59.2641726Z 17be6d40a7e6: Waiting 2022-12-01T10:02:59.2641973Z bcd5197bc3b1: Waiting 2022-12-01T10:02:59.2642157Z cec809ad8b3c: Pulling fs layer 2022-12-01T10:02:59.2642351Z 677fdb68d2c6: Pulling fs layer 2022-12-01T10:02:59.2642539Z a1d89816b283: Waiting 2022-12-01T10:02:59.2642697Z 1a68c742e877: Waiting 2022-12-01T10:02:59.2642868Z 085aceb64709: Waiting 2022-12-01T10:02:59.2643050Z 92d94c0f43b4: Pulling fs layer 2022-12-01T10:02:59.2643224Z 9fad26f5e1f4: Waiting 2022-12-01T10:02:59.2643409Z a90bc9ac3f47: Pulling fs layer 2022-12-01T10:02:59.2643589Z 38d7b060d3d4: Waiting 2022-12-01T10:02:59.2643817Z 9200027c6378: Waiting 2022-12-01T10:02:59.2643997Z 8ef4cf23833b: Pulling fs layer 2022-12-01T10:02:59.2644182Z 3454ac6b1f68: Waiting 2022-12-01T10:02:59.2644785Z a16f0b09d742: Waiting 2022-12-01T10:02:59.2644955Z 38599e0ca649: Waiting 2022-12-01T10:02:59.2645125Z 100cd65220ba: Waiting 2022-12-01T10:02:59.2645283Z 7d95e9c9554c: Waiting 2022-12-01T10:02:59.2645486Z 9d7685da3dfa: Waiting 2022-12-01T10:02:59.2645652Z 31e492142d52: Waiting 2022-12-01T10:02:59.2645802Z 99763bc3448a: Waiting 2022-12-01T10:02:59.2645972Z 677fdb68d2c6: Waiting 2022-12-01T10:02:59.2646142Z a90bc9ac3f47: Waiting 2022-12-01T10:02:59.2646297Z 1530f151c058: Waiting 2022-12-01T10:02:59.2646472Z 3aeaec05c672: Waiting 2022-12-01T10:02:59.2646652Z 92d94c0f43b4: Waiting 2022-12-01T10:02:59.3472592Z 3a31ffa0162f: Verifying Checksum 2022-12-01T10:02:59.3473483Z 3a31ffa0162f: Download complete 2022-12-01T10:02:59.4284222Z 422bea31bd2a: Verifying Checksum 2022-12-01T10:02:59.4284465Z 422bea31bd2a: Download complete 2022-12-01T10:02:59.5122670Z 27ad548906a1: Download complete 2022-12-01T10:02:59.5996605Z efe762c046e3: Download complete 2022-12-01T10:02:59.6087044Z 675920708c8b: Download complete 2022-12-01T10:02:59.6758514Z 49809737e89d: Verifying Checksum 2022-12-01T10:02:59.6758884Z 49809737e89d: Download complete 2022-12-01T10:02:59.6898437Z a12af00c9224: Verifying Checksum 2022-12-01T10:02:59.6898996Z a12af00c9224: Download complete 2022-12-01T10:02:59.7726031Z 9fdf20fee962: Download complete 2022-12-01T10:02:59.7743844Z 4bd15b741963: Download complete 2022-12-01T10:02:59.8536651Z e3608d8edfea: Download complete 2022-12-01T10:02:59.9343322Z 63ae5eb88541: Download complete 2022-12-01T10:03:00.3315353Z 675920708c8b: Pull complete 2022-12-01T10:03:00.4350968Z 3a31ffa0162f: Pull complete 2022-12-01T10:03:00.6430566Z 85d2fa9daf54: Verifying Checksum 2022-12-01T10:03:00.6430999Z 85d2fa9daf54: Download complete 2022-12-01T10:03:00.7202878Z 49405b81ba46: Download complete 2022-12-01T10:03:00.7793601Z f5bd51a8525a: Verifying Checksum 2022-12-01T10:03:00.7794025Z f5bd51a8525a: Download complete 2022-12-01T10:03:01.2841563Z dce0658383e3: Verifying Checksum 2022-12-01T10:03:01.2842022Z dce0658383e3: Download complete 2022-12-01T10:03:01.3733853Z fda59f894d4a: Verifying Checksum 2022-12-01T10:03:01.3734177Z fda59f894d4a: Download complete 2022-12-01T10:03:01.4666035Z c4cd62aabb9c: Verifying Checksum 2022-12-01T10:03:01.4666330Z c4cd62aabb9c: Download complete 2022-12-01T10:03:01.5321106Z d84da0b3b529: Verifying Checksum 2022-12-01T10:03:01.5321441Z d84da0b3b529: Download complete 2022-12-01T10:03:01.6077052Z 81e2ac298c61: Download complete 2022-12-01T10:03:01.6960501Z 38c05cfe4070: Verifying Checksum 2022-12-01T10:03:01.6960759Z 38c05cfe4070: Download complete 2022-12-01T10:03:01.7777969Z af4d19351fdf: Verifying Checksum 2022-12-01T10:03:01.7778400Z af4d19351fdf: Download complete 2022-12-01T10:03:01.8753264Z d1d5291b2ab5: Verifying Checksum 2022-12-01T10:03:01.8753527Z d1d5291b2ab5: Download complete 2022-12-01T10:03:02.3706986Z fe9b24415086: Download complete 2022-12-01T10:03:02.4567280Z 7334631630ca: Verifying Checksum 2022-12-01T10:03:02.4567976Z 7334631630ca: Download complete 2022-12-01T10:03:02.5630368Z b7010c1141c8: Download complete 2022-12-01T10:03:02.6524757Z 1d69ebcc1824: Verifying Checksum 2022-12-01T10:03:02.6525138Z 1d69ebcc1824: Download complete 2022-12-01T10:03:02.7925968Z bbd83461fb41: Verifying Checksum 2022-12-01T10:03:02.7926237Z bbd83461fb41: Download complete 2022-12-01T10:03:02.8343057Z 17be6d40a7e6: Verifying Checksum 2022-12-01T10:03:02.8343508Z 17be6d40a7e6: Download complete 2022-12-01T10:03:02.8770438Z bcd5197bc3b1: Verifying Checksum 2022-12-01T10:03:02.8770709Z bcd5197bc3b1: Download complete 2022-12-01T10:03:02.9576592Z 866c2acc4910: Verifying Checksum 2022-12-01T10:03:02.9578756Z 866c2acc4910: Download complete 2022-12-01T10:03:03.0482931Z e39e0e87bf58: Download complete 2022-12-01T10:03:03.1193224Z 31e492142d52: Verifying Checksum 2022-12-01T10:03:03.1193522Z 31e492142d52: Download complete 2022-12-01T10:03:03.2089211Z 7d95e9c9554c: Download complete 2022-12-01T10:03:03.2878275Z f405cc5c9c77: Verifying Checksum 2022-12-01T10:03:03.2878655Z f405cc5c9c77: Download complete 2022-12-01T10:03:03.3609704Z a1d89816b283: Download complete 2022-12-01T10:03:03.4364133Z 38d7b060d3d4: Verifying Checksum 2022-12-01T10:03:03.4364556Z 38d7b060d3d4: Download complete 2022-12-01T10:03:03.5210401Z 0b48564513b3: Download complete 2022-12-01T10:03:03.6083321Z c517839d268c: Verifying Checksum 2022-12-01T10:03:03.6084184Z c517839d268c: Download complete 2022-12-01T10:03:03.6875161Z 9200027c6378: Download complete 2022-12-01T10:03:03.7696827Z 1a68c742e877: Verifying Checksum 2022-12-01T10:03:03.7697083Z 1a68c742e877: Download complete 2022-12-01T10:03:03.8566203Z 085aceb64709: Download complete 2022-12-01T10:03:04.3109989Z 9fad26f5e1f4: Verifying Checksum 2022-12-01T10:03:04.3114228Z 9fad26f5e1f4: Download complete 2022-12-01T10:03:04.4006786Z 3454ac6b1f68: Verifying Checksum 2022-12-01T10:03:04.4007211Z 3454ac6b1f68: Download complete 2022-12-01T10:03:04.4578881Z 38599e0ca649: Download complete 2022-12-01T10:03:04.5374756Z a16f0b09d742: Verifying Checksum 2022-12-01T10:03:04.5375318Z a16f0b09d742: Download complete 2022-12-01T10:03:04.6034623Z 100cd65220ba: Verifying Checksum 2022-12-01T10:03:04.6035042Z 100cd65220ba: Download complete 2022-12-01T10:03:04.8584253Z 9d7685da3dfa: Verifying Checksum 2022-12-01T10:03:04.8584754Z 9d7685da3dfa: Download complete 2022-12-01T10:03:04.9365888Z e69408c62fb4: Verifying Checksum 2022-12-01T10:03:04.9366199Z e69408c62fb4: Download complete 2022-12-01T10:03:05.0186448Z 1530f151c058: Verifying Checksum 2022-12-01T10:03:05.0737473Z 1530f151c058: Download complete 2022-12-01T10:03:05.0737874Z b80f27646ab6: Verifying Checksum 2022-12-01T10:03:05.0738211Z b80f27646ab6: Download complete 2022-12-01T10:03:05.1536328Z 99763bc3448a: Verifying Checksum 2022-12-01T10:03:05.1536759Z 99763bc3448a: Download complete 2022-12-01T10:03:05.2357784Z cec809ad8b3c: Download complete 2022-12-01T10:03:05.3782624Z 92d94c0f43b4: Verifying Checksum 2022-12-01T10:03:05.3782923Z 92d94c0f43b4: Download complete 2022-12-01T10:03:05.4527013Z a90bc9ac3f47: Verifying Checksum 2022-12-01T10:03:05.4527835Z a90bc9ac3f47: Download complete 2022-12-01T10:03:06.0512141Z 8ef4cf23833b: Verifying Checksum 2022-12-01T10:03:06.0512541Z 8ef4cf23833b: Download complete 2022-12-01T10:03:08.2462309Z 3aeaec05c672: Verifying Checksum 2022-12-01T10:03:08.8704773Z fe9b24415086: Pull complete 2022-12-01T10:03:09.0406336Z 422bea31bd2a: Pull complete 2022-12-01T10:03:09.2230852Z 27ad548906a1: Pull complete 2022-12-01T10:03:09.4640451Z efe762c046e3: Pull complete 2022-12-01T10:03:09.6686656Z a12af00c9224: Pull complete 2022-12-01T10:03:09.9113319Z 49809737e89d: Pull complete 2022-12-01T10:03:10.1674060Z 4bd15b741963: Pull complete 2022-12-01T10:03:10.4030257Z 9fdf20fee962: Pull complete 2022-12-01T10:03:11.8875276Z 2b6269e5f012: Verifying Checksum 2022-12-01T10:03:11.8875537Z 2b6269e5f012: Download complete 2022-12-01T10:03:12.2554538Z 85d2fa9daf54: Pull complete 2022-12-01T10:03:12.3567383Z e3608d8edfea: Pull complete 2022-12-01T10:03:12.5158279Z 63ae5eb88541: Pull complete 2022-12-01T10:03:32.7454812Z 2b6269e5f012: Pull complete 2022-12-01T10:03:33.1332703Z 49405b81ba46: Pull complete 2022-12-01T10:03:33.3615676Z f5bd51a8525a: Pull complete 2022-12-01T10:03:34.1587794Z dce0658383e3: Pull complete 2022-12-01T10:03:34.2844849Z fda59f894d4a: Pull complete 2022-12-01T10:03:34.4452182Z c4cd62aabb9c: Pull complete 2022-12-01T10:03:34.5850058Z d84da0b3b529: Pull complete 2022-12-01T10:03:34.7489853Z 81e2ac298c61: Pull complete 2022-12-01T10:03:34.8691491Z 38c05cfe4070: Pull complete 2022-12-01T10:03:34.9887639Z af4d19351fdf: Pull complete 2022-12-01T10:03:35.1543044Z d1d5291b2ab5: Pull complete 2022-12-01T10:03:36.9883426Z 17be6d40a7e6: Pull complete 2022-12-01T10:03:37.1306176Z 7334631630ca: Pull complete 2022-12-01T10:03:37.3190977Z b7010c1141c8: Pull complete 2022-12-01T10:03:37.4973851Z 1d69ebcc1824: Pull complete 2022-12-01T10:03:37.7303913Z bbd83461fb41: Pull complete 2022-12-01T10:03:37.9646460Z bcd5197bc3b1: Pull complete 2022-12-01T10:03:42.4654092Z b80f27646ab6: Pull complete 2022-12-01T10:03:42.6776429Z 866c2acc4910: Pull complete 2022-12-01T10:03:42.9157020Z e39e0e87bf58: Pull complete 2022-12-01T10:03:43.1515497Z 31e492142d52: Pull complete 2022-12-01T10:03:43.3038050Z 7d95e9c9554c: Pull complete 2022-12-01T10:03:43.4799617Z f405cc5c9c77: Pull complete 2022-12-01T10:03:43.6054942Z a1d89816b283: Pull complete 2022-12-01T10:03:43.6913863Z 38d7b060d3d4: Pull complete 2022-12-01T10:03:43.7754932Z 0b48564513b3: Pull complete 2022-12-01T10:03:43.8644568Z c517839d268c: Pull complete 2022-12-01T10:03:43.9428587Z 9200027c6378: Pull complete 2022-12-01T10:03:44.0393104Z 1a68c742e877: Pull complete 2022-12-01T10:03:44.1208700Z 085aceb64709: Pull complete 2022-12-01T10:03:45.3216540Z 9fad26f5e1f4: Pull complete 2022-12-01T10:03:45.5473837Z 3454ac6b1f68: Pull complete 2022-12-01T10:03:45.7493102Z 38599e0ca649: Pull complete 2022-12-01T10:03:46.0117038Z a16f0b09d742: Pull complete 2022-12-01T10:03:46.2529058Z 100cd65220ba: Pull complete 2022-12-01T10:03:46.6445774Z 9d7685da3dfa: Pull complete 2022-12-01T10:03:46.8696885Z e69408c62fb4: Pull complete 2022-12-01T10:03:47.1000058Z 1530f151c058: Pull complete 2022-12-01T10:03:51.0741466Z 3aeaec05c672: Pull complete 2022-12-01T10:03:51.2894586Z 99763bc3448a: Pull complete 2022-12-01T10:03:51.5021828Z cec809ad8b3c: Pull complete 2022-12-01T10:03:51.7189581Z 677fdb68d2c6: Pull complete 2022-12-01T10:03:51.9342291Z 92d94c0f43b4: Pull complete 2022-12-01T10:03:52.1413427Z a90bc9ac3f47: Pull complete 2022-12-01T10:03:53.6909817Z 8ef4cf23833b: Pull complete 2022-12-01T10:03:53.7980398Z Digest: sha256:7d4daa1530ad815417dd92428a12643a4a8b0e93e820e2eb2d4e8818a4e57ba2 2022-12-01T10:03:53.8545015Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:53.8785793Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:53.8839884Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:03:53.8840254Z python3 -m pip install psutil==5.9.1 2022-12-01T10:03:53.8840508Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:03:53.8840857Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:03:53.8841197Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:03:53.8852345Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:53.8852629Z env: 2022-12-01T10:03:53.8852903Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:53.8853111Z ##[endgroup] 2022-12-01T10:03:54.0996085Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:03:54.1175502Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:03:54.5340303Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:03:54.5519500Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:03:54.7617508Z ##[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:03:54.7659364Z Prepare all required actions 2022-12-01T10:03:54.7659624Z Getting action download info 2022-12-01T10:03:54.9774335Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:03:55.1577677Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:03:55.3057463Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:03:55.3057699Z with: 2022-12-01T10:03:55.3057885Z name: linux-focal-py3.7-gcc7 2022-12-01T10:03:55.3058056Z env: 2022-12-01T10:03:55.3058230Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:55.3058414Z ##[endgroup] 2022-12-01T10:03:55.3082762Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:03:55.3082982Z with: 2022-12-01T10:03:55.3083153Z name: linux-focal-py3.7-gcc7 2022-12-01T10:03:55.3083361Z s3-bucket: gha-artifacts 2022-12-01T10:03:55.3083549Z region: us-east-1 2022-12-01T10:03:55.3083701Z env: 2022-12-01T10:03:55.3083901Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:55.3084074Z ##[endgroup] 2022-12-01T10:03:55.7230576Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-focal-py3.7-gcc7/ 2022-12-01T10:03:55.7231059Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:03:58.7509450Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:03:58.7509707Z 2022-12-01T10:03:58.7511500Z ##[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:03:58.7512573Z Artifact download has finished successfully 2022-12-01T10:03:58.7622956Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:03:58.7623186Z unzip -o artifacts.zip 2022-12-01T10:03:58.7634146Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:58.7634350Z env: 2022-12-01T10:03:58.7634529Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:58.7634717Z ##[endgroup] 2022-12-01T10:03:58.7678873Z Archive: artifacts.zip 2022-12-01T10:03:58.7680025Z creating: dist/ 2022-12-01T10:03:59.5252030Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:03:59.5252377Z creating: build/custom_test_artifacts/ 2022-12-01T10:03:59.5252681Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:03:59.5253296Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:03:59.5254956Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:03:59.5255415Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:03:59.5256027Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:03:59.5256551Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:03:59.5257009Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:03:59.5258893Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:03:59.5260674Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:03:59.5261425Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:03:59.5261867Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:03:59.5262724Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:03:59.5263837Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:03:59.5265304Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:03:59.5266065Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:03:59.5267197Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:03:59.5268411Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:03:59.5269324Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:03:59.5270078Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:03:59.5271080Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:03:59.5271963Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:03:59.5272757Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:03:59.5273626Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:03:59.5274254Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:03:59.5274692Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:03:59.5275131Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:03:59.5275571Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:03:59.5276004Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:03:59.5276727Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:03:59.5277647Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:03:59.5288853Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:03:59.5379368Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:03:59.5379885Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:03:59.5380428Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:03:59.5381019Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:03:59.5381545Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:03:59.5382007Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:03:59.5382602Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:03:59.5383153Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:03:59.5383633Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:03:59.5384163Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:03:59.5384621Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:03:59.5399226Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:03:59.5462295Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:03:59.5462884Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:03:59.5463586Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:03:59.5464149Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:03:59.5464548Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:03:59.5465030Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:03:59.5466038Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:03:59.5466779Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:03:59.5467561Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:03:59.5539603Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:03:59.5587949Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:03:59.5599235Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:03:59.5606747Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:03:59.5609864Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:03:59.5610496Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:03:59.5610916Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:03:59.5616823Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:03:59.5617587Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:03:59.5619739Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:03:59.5621254Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:03:59.5622044Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:03:59.5622805Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:03:59.5624862Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:03:59.5626370Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:03:59.5628395Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:03:59.5629252Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:03:59.5630883Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:03:59.5631854Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:03:59.5632602Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:03:59.5633305Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:03:59.5634070Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:03:59.5634821Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:03:59.5635666Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:03:59.5636563Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:03:59.5637566Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:03:59.5638378Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:03:59.5639228Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:03:59.5640159Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:03:59.5640978Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:03:59.5641786Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:03:59.5642579Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:03:59.5656724Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:03:59.5705861Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:03:59.5706775Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:03:59.5707628Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:03:59.5708388Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:03:59.5709069Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:03:59.5709792Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:03:59.5710696Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:03:59.5711613Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:03:59.5712498Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:03:59.5750269Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:03:59.5750879Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:03:59.5751254Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:03:59.5753662Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:03:59.5754195Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:03:59.5754743Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:03:59.5755247Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:03:59.5755672Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:03:59.5757486Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:03:59.5759094Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:03:59.5759653Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:03:59.5760090Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:03:59.5761913Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:03:59.5763526Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:03:59.5765138Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:03:59.5765769Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:03:59.5767515Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:03:59.5768415Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:03:59.5768909Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:03:59.5769701Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:03:59.5770293Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:03:59.5770883Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:03:59.5771537Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:03:59.5772144Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:03:59.5772779Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:03:59.5773366Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:03:59.5773844Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:03:59.5774525Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:03:59.5775150Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:03:59.5775809Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:03:59.5776317Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:03:59.5779597Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:03:59.5892765Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:03:59.5893297Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:03:59.5893938Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:03:59.5894636Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:03:59.5895252Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:03:59.5895893Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:03:59.5896381Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:03:59.5897438Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:03:59.5898433Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:03:59.5899357Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:03:59.5900247Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:03:59.5915457Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:03:59.5960726Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:03:59.5961714Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:03:59.5962616Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:03:59.5963422Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:03:59.5964173Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:03:59.5965028Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:03:59.5965785Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:03:59.5966648Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:03:59.5967372Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:03:59.6059201Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:03:59.6095206Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:03:59.6095706Z creating: build/lib/ 2022-12-01T10:03:59.6096068Z inflating: build/lib/libclog.a 2022-12-01T10:03:59.6147875Z inflating: build/lib/libgtest.a 2022-12-01T10:03:59.6156196Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:03:59.6227881Z inflating: build/lib/libbenchmark.a 2022-12-01T10:03:59.6235346Z inflating: build/lib/libittnotify.a 2022-12-01T10:03:59.6318277Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:03:59.6343355Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:03:59.6433993Z inflating: build/lib/libgloo.a 2022-12-01T10:03:59.6494394Z inflating: build/lib/libasmjit.a 2022-12-01T10:03:59.6910398Z inflating: build/lib/libprotobuf.a 2022-12-01T10:03:59.6925758Z inflating: build/lib/libfmt.a 2022-12-01T10:03:59.6926432Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:03:59.6986672Z inflating: build/lib/libc10.so 2022-12-01T10:03:59.6988005Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:03:59.6995874Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:03:59.7003647Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:03:59.7016266Z inflating: build/lib/libqnnpack.a 2022-12-01T10:03:59.7035400Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:03:59.7037937Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:03:59.7052919Z inflating: build/lib/libgmock.a 2022-12-01T10:03:59.7497029Z inflating: build/lib/libprotoc.a 2022-12-01T10:03:59.7497470Z inflating: build/lib/libgtest_main.a 2022-12-01T10:03:59.7497896Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:04:00.3758928Z inflating: build/lib/libdnnl.a 2022-12-01T10:04:00.3775914Z inflating: build/lib/libnnpack.a 2022-12-01T10:04:00.4283112Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:04:00.5470805Z inflating: build/lib/libfbgemm.a 2022-12-01T10:04:00.6344055Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:04:00.6344507Z inflating: build/lib/libgmock_main.a 2022-12-01T10:04:00.6535425Z inflating: build/lib/libkineto.a 2022-12-01T10:04:00.6570761Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:04:00.6608113Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:04:00.6718893Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:04:00.7243916Z inflating: build/lib/libonnx.a 2022-12-01T10:04:02.5228550Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:04:02.5229606Z inflating: build/lib/libtorch.so 2022-12-01T10:04:02.5249108Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:04:02.5296481Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:04:02.5321271Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:04:02.5325213Z inflating: build/lib/libshm.so 2022-12-01T10:04:02.6626629Z inflating: build/lib/libtorch_python.so 2022-12-01T10:04:02.6657864Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:04:02.6658257Z creating: build/bin/ 2022-12-01T10:04:02.6700002Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:04:02.6743759Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:04:02.6786270Z inflating: build/bin/c10_Device_test 2022-12-01T10:04:02.6836094Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:04:02.6876708Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:04:02.6919501Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:04:02.6966667Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:04:02.7013785Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:04:02.7054406Z inflating: build/bin/c10_Array_test 2022-12-01T10:04:02.7102628Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:04:02.7147473Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:04:02.7188413Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:04:02.7231642Z inflating: build/bin/c10_C++17_test 2022-12-01T10:04:02.7273133Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:04:02.7315364Z inflating: build/bin/c10_Half_test 2022-12-01T10:04:02.7363207Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:04:02.7416105Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:04:02.7458447Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:04:02.7579395Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:04:02.7627593Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:04:02.7670350Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:04:02.7715054Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:04:02.7755794Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:04:02.7799535Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:04:02.7846693Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:04:02.7892246Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:04:02.7939259Z inflating: build/bin/c10_complex_test 2022-12-01T10:04:02.7983360Z inflating: build/bin/c10_exception_test 2022-12-01T10:04:02.8075308Z inflating: build/bin/c10_either_test 2022-12-01T10:04:02.8117818Z inflating: build/bin/c10_flags_test 2022-12-01T10:04:02.8259631Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:04:02.8302268Z inflating: build/bin/c10_irange_test 2022-12-01T10:04:02.8351152Z inflating: build/bin/c10_logging_test 2022-12-01T10:04:02.8414328Z inflating: build/bin/c10_optional_test 2022-12-01T10:04:02.8460580Z inflating: build/bin/c10_registry_test 2022-12-01T10:04:02.8513161Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:04:02.8562991Z inflating: build/bin/c10_string_view_test 2022-12-01T10:04:02.8606324Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:04:02.8654040Z inflating: build/bin/c10_typeid_test 2022-12-01T10:04:02.8701940Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:04:02.9112192Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:04:02.9522855Z inflating: build/bin/protoc 2022-12-01T10:04:02.9769900Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:04:03.0045097Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:04:03.0090426Z inflating: build/bin/FileStoreTest 2022-12-01T10:04:03.0141547Z inflating: build/bin/TCPStoreTest 2022-12-01T10:04:03.0187199Z inflating: build/bin/HashStoreTest 2022-12-01T10:04:03.0190198Z inflating: build/bin/example_allreduce 2022-12-01T10:04:03.0251985Z inflating: build/bin/Dict_test 2022-12-01T10:04:03.0307137Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:04:03.0351753Z inflating: build/bin/Dimname_test 2022-12-01T10:04:03.0405785Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:04:03.0453986Z inflating: build/bin/NamedTensor_test 2022-12-01T10:04:03.0504054Z inflating: build/bin/apply_utils_test 2022-12-01T10:04:03.0553868Z inflating: build/bin/atest 2022-12-01T10:04:03.0600013Z inflating: build/bin/broadcast_test 2022-12-01T10:04:03.0651719Z inflating: build/bin/basic 2022-12-01T10:04:03.0701334Z inflating: build/bin/cpu_generator_test 2022-12-01T10:04:03.0745562Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:04:03.0820062Z inflating: build/bin/cpu_rng_test 2022-12-01T10:04:03.0862240Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:04:03.0904423Z inflating: build/bin/dlconvertor_test 2022-12-01T10:04:03.0953658Z inflating: build/bin/extension_backend_test 2022-12-01T10:04:03.1000966Z inflating: build/bin/half_test 2022-12-01T10:04:03.1081505Z inflating: build/bin/ivalue_test 2022-12-01T10:04:03.1123018Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:04:03.1168093Z inflating: build/bin/math_kernel_test 2022-12-01T10:04:03.1213364Z inflating: build/bin/memory_format_test 2022-12-01T10:04:03.1258034Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:04:03.1300946Z inflating: build/bin/operator_name_test 2022-12-01T10:04:03.1345248Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:04:03.1392757Z inflating: build/bin/native_test 2022-12-01T10:04:03.1437427Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:04:03.1479635Z inflating: build/bin/operators_test 2022-12-01T10:04:03.1534981Z inflating: build/bin/pow_test 2022-12-01T10:04:03.1583575Z inflating: build/bin/quantized_test 2022-12-01T10:04:03.1625427Z inflating: build/bin/reduce_ops_test 2022-12-01T10:04:03.1668223Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:04:03.1715892Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:04:03.1765774Z inflating: build/bin/scalar_test 2022-12-01T10:04:03.1809963Z inflating: build/bin/stride_properties_test 2022-12-01T10:04:03.1876276Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:04:03.1879004Z inflating: build/bin/thread_init_test 2022-12-01T10:04:03.1926189Z inflating: build/bin/type_ptr_test 2022-12-01T10:04:03.1973281Z inflating: build/bin/test_parallel 2022-12-01T10:04:03.2015141Z inflating: build/bin/variant_test 2022-12-01T10:04:03.2059188Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:04:03.2110420Z inflating: build/bin/type_test 2022-12-01T10:04:03.2112117Z inflating: build/bin/verify_api_visibility 2022-12-01T10:04:03.2170951Z inflating: build/bin/vmap_test 2022-12-01T10:04:03.2214059Z inflating: build/bin/wrapdim_test 2022-12-01T10:04:03.2257267Z inflating: build/bin/weakref_test 2022-12-01T10:04:03.2308028Z inflating: build/bin/IListRef_test 2022-12-01T10:04:03.2400236Z inflating: build/bin/List_test 2022-12-01T10:04:03.2442005Z inflating: build/bin/xla_tensor_test 2022-12-01T10:04:03.2545002Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:04:03.2626494Z inflating: build/bin/kernel_function_test 2022-12-01T10:04:03.2681692Z inflating: build/bin/KernelFunction_test 2022-12-01T10:04:03.2790244Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:04:03.2878063Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:04:03.2927948Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:04:03.2969983Z inflating: build/bin/CppSignature_test 2022-12-01T10:04:03.3050850Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:04:03.3090915Z inflating: build/bin/op_allowlist_test 2022-12-01T10:04:03.3135297Z inflating: build/bin/inline_container_test 2022-12-01T10:04:03.3378220Z inflating: build/bin/op_registration_test 2022-12-01T10:04:03.3425221Z inflating: build/bin/backend_fallback_test 2022-12-01T10:04:03.3438975Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:04:03.3484456Z inflating: build/bin/test_dist_autograd 2022-12-01T10:04:03.3542879Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:04:03.3545001Z inflating: build/bin/parallel_benchmark 2022-12-01T10:04:03.3603228Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:04:03.3611891Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:04:03.3616224Z inflating: build/bin/torch_shm_manager 2022-12-01T10:04:03.3913150Z inflating: build/bin/test_lazy 2022-12-01T10:04:03.4595644Z inflating: build/bin/test_tensorexpr 2022-12-01T10:04:03.5608938Z inflating: build/bin/test_api 2022-12-01T10:04:03.6103562Z inflating: build/bin/test_jit 2022-12-01T10:04:03.6104918Z inflating: .pytorch-test-times.json 2022-12-01T10:04:03.6134307Z ##[group]Run df -H 2022-12-01T10:04:03.6134611Z df -H 2022-12-01T10:04:03.6146082Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:03.6146288Z env: 2022-12-01T10:04:03.6146465Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:03.6146653Z ##[endgroup] 2022-12-01T10:04:03.6178375Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:04:03.6178807Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:04:03.6179139Z tmpfs 8.2G 5.3M 8.2G 1% /dev/shm 2022-12-01T10:04:03.6179349Z tmpfs 8.2G 431k 8.2G 1% /run 2022-12-01T10:04:03.6179586Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:04:03.6179822Z /dev/nvme0n1p1 162G 16G 146G 10% / 2022-12-01T10:04:03.6198791Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:04:03.6199022Z .github/scripts/parse_ref.py 2022-12-01T10:04:03.6209314Z shell: /usr/bin/bash -e {0} 2022-12-01T10:04:03.6209498Z env: 2022-12-01T10:04:03.6209659Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:03.6209849Z ##[endgroup] 2022-12-01T10:04:03.6382496Z ##[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:03.6427706Z ##[group]Run set -x 2022-12-01T10:04:03.6427980Z set -x 2022-12-01T10:04:03.6428150Z  2022-12-01T10:04:03.6428338Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:04:03.6428602Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:04:03.6428930Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:04:03.6429155Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:04:03.6429355Z else 2022-12-01T10:04:03.6429559Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:04:03.6429746Z fi 2022-12-01T10:04:03.6429908Z  2022-12-01T10:04:03.6430143Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:04:03.6430365Z  2022-12-01T10:04:03.6430585Z # sanitize the input commit message and PR body here: 2022-12-01T10:04:03.6430799Z # 2022-12-01T10:04:03.6431065Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:04:03.6431440Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:04:03.6431749Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:04:03.6431981Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:04:03.6432154Z  2022-12-01T10:04:03.6432411Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:04:03.6432689Z # wreak havoc internally 2022-12-01T10:04:03.6432912Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:04:03.6433152Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:04:03.6433341Z  2022-12-01T10:04:03.6433819Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:04:03.6434107Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:04:03.6434384Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:04:03.6434627Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:04:03.6434840Z container_name=$(docker run \ 2022-12-01T10:04:03.6435045Z  ${GPU_FLAG:-} \ 2022-12-01T10:04:03.6435249Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:04:03.6435437Z  -e PR_NUMBER \ 2022-12-01T10:04:03.6435634Z  -e GITHUB_ACTIONS \ 2022-12-01T10:04:03.6435827Z  -e BASE_SHA \ 2022-12-01T10:04:03.6436008Z  -e BRANCH \ 2022-12-01T10:04:03.6436171Z  -e SHA1 \ 2022-12-01T10:04:03.6436362Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:04:03.6436559Z  -e IN_WHEEL_TEST \ 2022-12-01T10:04:03.6436735Z  -e SHARD_NUMBER \ 2022-12-01T10:04:03.6436924Z  -e TEST_CONFIG \ 2022-12-01T10:04:03.6437118Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:04:03.6437482Z  -e PR_BODY \ 2022-12-01T10:04:03.6437678Z  -e COMMIT_MESSAGES \ 2022-12-01T10:04:03.6437892Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:04:03.6438110Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:04:03.6438321Z  -e PR_LABELS \ 2022-12-01T10:04:03.6438540Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:04:03.6438738Z  -e SCCACHE_BUCKET \ 2022-12-01T10:04:03.6438944Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:04:03.6439140Z  -e XLA_CUDA \ 2022-12-01T10:04:03.6439350Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:04:03.6439585Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:04:03.6439825Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:04:03.6440055Z  --security-opt seccomp=unconfined \ 2022-12-01T10:04:03.6440265Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:04:03.6440458Z  --ipc=host \ 2022-12-01T10:04:03.6440732Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:04:03.6440910Z  --tty \ 2022-12-01T10:04:03.6441088Z  --detach \ 2022-12-01T10:04:03.6441287Z  --name="${container_name}" \ 2022-12-01T10:04:03.6441474Z  --user jenkins \ 2022-12-01T10:04:03.6441710Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:04:03.6442016Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:04:03.6442223Z  "${DOCKER_IMAGE}" 2022-12-01T10:04:03.6442384Z ) 2022-12-01T10:04:03.6442654Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:04:03.6453487Z shell: /usr/bin/bash -e {0} 2022-12-01T10:04:03.6453658Z env: 2022-12-01T10:04:03.6453835Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:03.6454067Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-12-01T10:04:03.6454271Z PR_NUMBER: 89997 2022-12-01T10:04:03.6454449Z BRANCH: pull/89997 2022-12-01T10:04:03.6454668Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:04:03.6454902Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:03.6455126Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:04:03.6455337Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:04:03.6455526Z TEST_CONFIG: docs_test 2022-12-01T10:04:03.6455718Z SHARD_NUMBER: 1 2022-12-01T10:04:03.6455891Z NUM_TEST_SHARDS: 1 2022-12-01T10:04:03.6456563Z 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:03.6457248Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:04:03.6457479Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:04:03.6457668Z SHM_SIZE: 1g 2022-12-01T10:04:03.6458000Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:03.6458307Z XLA_CUDA: 2022-12-01T10:04:03.6458571Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:04:03.6458873Z ##[endgroup] 2022-12-01T10:04:03.6483589Z + [[ docs_test == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:04:03.6484145Z + [[ linux-focal-py3.7-gcc7 == *onnx* ]] 2022-12-01T10:04:03.6484523Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:04:03.6486481Z ++ git cherry -v origin/master 2022-12-01T10:04:04.0309305Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:04:04.0310222Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:04:04.0311082Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:04:04.0311978Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:04:04.0312676Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:04:04.0313206Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:04:04.0313775Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:04:04.0314275Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:04:04.0314835Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:04:04.0315198Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:04:04.0315840Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:04:04.0316344Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:04:04.0316744Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:04:04.0317589Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:04:04.0318154Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:04:04.0318647Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:04:04.0319217Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:04:04.0319694Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:04:04.0320098Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:04:04.0320472Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:04:04.0321039Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:04:04.0321557Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:04:04.0321990Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:04:04.0322405Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:04:04.0322920Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:04:04.0323399Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:04:04.0323905Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:04:04.0324323Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:04:04.0324807Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:04:04.0325351Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:04:04.0325860Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:04:04.0326310Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:04:04.0326791Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:04:04.0327302Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:04:04.0328210Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:04:04.0328781Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:04:04.0329343Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:04:04.0349172Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:04:04.0349814Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:04:04.0350393Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:04:04.0350901Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:04:04.0351394Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:04:04.0351860Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:04:04.0352272Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:04:04.0352607Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:04:04.0352988Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:04:04.0353320Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:04:04.0353666Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:04:04.0364724Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:04:04.0365176Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:04:04.0365660Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:04:04.0366173Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:04:04.0366547Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:04:04.0366976Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:04:04.0367411Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:04:04.0367794Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:04:04.0368209Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:04:04.0368645Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:04:04.0368975Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:04:04.0369376Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:04.0384907Z + 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:04.0392110Z + 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:04.0406392Z + 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:04.0425045Z + 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:04.0431892Z + 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:04.0433295Z + 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:04.0433938Z +++ nproc --ignore=2 2022-12-01T10:04:04.0435463Z ++ 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:15.1481267Z + container_name=58724bd254241531942fa3c1b100faf853becb27394235b47df481c235738acd 2022-12-01T10:04:15.1484404Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:15.1485980Z + docker exec -t 58724bd254241531942fa3c1b100faf853becb27394235b47df481c235738acd 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:15.5620563Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:15.6376933Z 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:15.6388915Z 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:15.6456129Z 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:16.4328608Z Installing collected packages: torch 2022-12-01T10:04:22.7069624Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:04:22.8438419Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:04:22.8592700Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:04:22.8593232Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:04:22.8593649Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:04:22.8594111Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:04:22.8594446Z + BUILD_DIR=build 2022-12-01T10:04:22.8594644Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:04:22.8594923Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:04:22.8595123Z + export VALGRIND=ON 2022-12-01T10:04:22.8595307Z + VALGRIND=ON 2022-12-01T10:04:22.8595557Z + [[ linux-focal-py3.7-gcc7 == *clang9* ]] 2022-12-01T10:04:22.8595896Z + [[ linux-focal-py3.7-gcc7 != *bazel* ]] 2022-12-01T10:04:22.8597774Z ++ realpath build/custom_test_artifacts 2022-12-01T10:04:22.8603946Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:04:22.8606778Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:04:22.8612634Z + source .jenkins/pytorch/common.sh 2022-12-01T10:04:22.8615043Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:04:22.8620006Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:04:22.8621528Z +++ declare -f -t trap_add 2022-12-01T10:04:22.8624703Z ++ set -ex 2022-12-01T10:04:22.8625044Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:22.8625296Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:04:22.8625991Z ++ [[ docs_test == *xla* ]] 2022-12-01T10:04:22.8626341Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-12-01T10:04:22.8626680Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-12-01T10:04:22.8626988Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-12-01T10:04:22.8627198Z ++ which conda 2022-12-01T10:04:22.8633467Z /opt/conda/bin/conda 2022-12-01T10:04:22.8634394Z ++ conda install -q -y cmake 2022-12-01T10:04:25.7193291Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:04:26.5837774Z Solving environment: ...working... done 2022-12-01T10:04:26.6720787Z 2022-12-01T10:04:26.6720947Z ## Package Plan ## 2022-12-01T10:04:26.6721150Z 2022-12-01T10:04:26.6721293Z environment location: /opt/conda 2022-12-01T10:04:26.6721479Z 2022-12-01T10:04:26.6721604Z added / updated specs: 2022-12-01T10:04:26.6721963Z - cmake 2022-12-01T10:04:26.6722065Z 2022-12-01T10:04:26.6722085Z 2022-12-01T10:04:26.6723327Z The following packages will be downloaded: 2022-12-01T10:04:26.6723594Z 2022-12-01T10:04:26.6723779Z package | build 2022-12-01T10:04:26.6724375Z ---------------------------|----------------- 2022-12-01T10:04:26.6725054Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:04:26.6725654Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:04:26.6726302Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:04:26.6726968Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:04:26.6727557Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:04:26.6728150Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:04:26.6728732Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:04:26.6729330Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:04:26.6730194Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:04:26.6730801Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:04:26.6758793Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:04:26.6759521Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:04:26.6760102Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:04:26.6760628Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:04:26.6761246Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:04:26.6761863Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:04:26.6762453Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:04:26.6763025Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:04:26.6763496Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:04:26.6763785Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:04:26.6764085Z ------------------------------------------------------------ 2022-12-01T10:04:26.6764317Z Total: 26.3 MB 2022-12-01T10:04:26.6764462Z 2022-12-01T10:04:26.6764578Z The following NEW packages will be INSTALLED: 2022-12-01T10:04:26.6764722Z 2022-12-01T10:04:26.6765020Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:04:26.6765706Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:04:26.6766247Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:04:26.6766610Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:04:26.6766966Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:04:26.6767311Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:04:26.6767694Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:04:26.6768057Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:04:26.6768436Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:04:26.6768809Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:04:26.6769169Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:04:26.6769522Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:04:26.6769878Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:04:26.6770214Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:04:26.6770362Z 2022-12-01T10:04:26.6770463Z The following packages will be UPDATED: 2022-12-01T10:04:26.6770599Z 2022-12-01T10:04:26.6770805Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:04:26.6771167Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:04:26.6771495Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:26.6771831Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:26.6772164Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:26.6772494Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:04:26.6772640Z 2022-12-01T10:04:26.6772645Z 2022-12-01T10:04:27.8066769Z Preparing transaction: ...working... done 2022-12-01T10:04:28.2329493Z Verifying transaction: ...working... done 2022-12-01T10:04:28.9654133Z Executing transaction: ...working... done 2022-12-01T10:04:29.0430547Z Retrieving notices: ...working... done 2022-12-01T10:04:29.2362286Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-12-01T10:04:29.2362810Z + echo 'Environment variables' 2022-12-01T10:04:29.2363007Z Environment variables 2022-12-01T10:04:29.2363189Z + env 2022-12-01T10:04:29.2369405Z INSTALLED_DB=yes 2022-12-01T10:04:29.2370114Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:04:29.2371058Z BUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 2022-12-01T10:04:29.2371685Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:04:29.2371995Z HOSTNAME=58724bd25424 2022-12-01T10:04:29.2372757Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_d07d308c-2637-4e05-aafc-ed5b1954fdeb 2022-12-01T10:04:29.2373313Z GITHUB_ACTION=__self 2022-12-01T10:04:29.2373558Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:04:29.2373748Z TEST_CONFIG=docs_test 2022-12-01T10:04:29.2374080Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:04:29.2374408Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:04:29.2374742Z GITHUB_REF_TYPE=branch 2022-12-01T10:04:29.2375073Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:04:29.2375387Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:29.2375642Z XLA_CUDA= 2022-12-01T10:04:29.2376288Z *** 2022-12-01T10:04:29.2376580Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:04:29.2376829Z GITHUB_ACTIONS=true 2022-12-01T10:04:29.2377180Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:04:29.2377536Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:04:29.2377858Z UCC_HOME=/usr 2022-12-01T10:04:29.2378171Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:04:29.2378470Z SHARD_NUMBER=1 2022-12-01T10:04:29.2378733Z GITHUB_REF_PROTECTED=false 2022-12-01T10:04:29.2379030Z HOME=/var/lib/jenkins 2022-12-01T10:04:29.2379424Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:04:29.2379750Z INSTALLED_THRIFT= 2022-12-01T10:04:29.2380057Z UCX_COMMIT= 2022-12-01T10:04:29.2380376Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:04:29.2380676Z NUM_TEST_SHARDS=1 2022-12-01T10:04:29.2380965Z UCX_HOME=/usr 2022-12-01T10:04:29.2381741Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_d07d308c-2637-4e05-aafc-ed5b1954fdeb 2022-12-01T10:04:29.2382229Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:04:29.2382831Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_d07d308c-2637-4e05-aafc-ed5b1954fdeb 2022-12-01T10:04:29.2383285Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:04:29.2383619Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:04:29.2383805Z GITHUB_RUN_ID=3591403534 2022-12-01T10:04:29.2384364Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_d07d308c-2637-4e05-aafc-ed5b1954fdeb 2022-12-01T10:04:29.2384793Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:04:29.2385118Z PR_NUMBER=89997 2022-12-01T10:04:29.2385422Z DESIRED_CUDA= 2022-12-01T10:04:29.2385746Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:04:29.2386018Z VALGRIND=ON 2022-12-01T10:04:29.2386256Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:04:29.2386480Z TERM=xterm 2022-12-01T10:04:29.2386698Z INSTALLED_VISION=yes 2022-12-01T10:04:29.2386881Z BRANCH=pull/89997 2022-12-01T10:04:29.2387075Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:04:29.2387261Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:04:29.2387694Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:04:29.2388004Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:04:29.2388260Z UCC_COMMIT= 2022-12-01T10:04:29.2388422Z INSTALLED_ANDROID= 2022-12-01T10:04:29.2388593Z SHLVL=1 2022-12-01T10:04:29.2388746Z MAX_JOBS=6 2022-12-01T10:04:29.2402768Z 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:29.2409042Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:04:29.2409389Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:04:29.2409653Z GITHUB_JOB=test 2022-12-01T10:04:29.2409857Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:04:29.2410053Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:04:29.2410247Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:04:29.2410441Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:04:29.2410743Z 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:29.2411043Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:04:29.2411228Z CI=true 2022-12-01T10:04:29.2411397Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:04:29.2411599Z INSTALLED_PROTOBUF=yes 2022-12-01T10:04:29.2411853Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:04:29.2412040Z GITHUB_ACTION_REF= 2022-12-01T10:04:29.2412314Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:04:29.2412548Z GITHUB_WORKFLOW=pull 2022-12-01T10:04:29.2412733Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:04:29.2413154Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_d07d308c-2637-4e05-aafc-ed5b1954fdeb 2022-12-01T10:04:29.2414236Z 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:29.2414860Z _=/usr/bin/env 2022-12-01T10:04:29.2415102Z + echo 'Testing pytorch' 2022-12-01T10:04:29.2415299Z Testing pytorch 2022-12-01T10:04:29.2415498Z + export LANG=C.UTF-8 2022-12-01T10:04:29.2415687Z + LANG=C.UTF-8 2022-12-01T10:04:29.2415848Z + PR_NUMBER=89997 2022-12-01T10:04:29.2416038Z + [[ docs_test == \d\e\f\a\u\l\t ]] 2022-12-01T10:04:29.2416248Z + [[ docs_test == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:04:29.2416437Z + [[ docs_test == \s\l\o\w ]] 2022-12-01T10:04:29.2416761Z + [[ linux-focal-py3.7-gcc7 == *slow-gradcheck* ]] 2022-12-01T10:04:29.2417054Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-12-01T10:04:29.2417314Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:29.2417588Z + [[ linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-12-01T10:04:29.2417816Z + [[ docs_test == *crossref* ]] 2022-12-01T10:04:29.2418034Z + [[ docs_test == *dynamo* ]] 2022-12-01T10:04:29.2418244Z + [[ -n 89997 ]] 2022-12-01T10:04:29.2418434Z + [[ -z '' ]] 2022-12-01T10:04:29.2418630Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:04:29.2418871Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:04:29.2419143Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:29.2419421Z + [[ linux-focal-py3.7-gcc7 != *-bazel-* ]] 2022-12-01T10:04:29.2419654Z + pip_install --user ninja 2022-12-01T10:04:29.2419922Z + pip install --progress-bar off --user ninja 2022-12-01T10:04:29.6539562Z Collecting ninja 2022-12-01T10:04:29.6824701Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:04:30.4151982Z Installing collected packages: ninja 2022-12-01T10:04:30.4246814Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:04:30.4247317Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:04:30.4302584Z Successfully installed ninja-1.11.1 2022-12-01T10:04:30.4987356Z + 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:30.4988215Z + 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:30.4988811Z + [[ linux-focal-py3.7-gcc7 == *asan* ]] 2022-12-01T10:04:30.4989062Z + [[ docs_test == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:04:30.4989306Z + [[ docs_test == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:04:30.4991851Z + [[ linux-focal-py3.7-gcc7 == *tbb* ]] 2022-12-01T10:04:30.5003304Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-12-01T10:04:30.5003685Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-12-01T10:04:30.5006051Z + cd test 2022-12-01T10:04:30.5006737Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:04:31.2760023Z PyTorch built with: 2022-12-01T10:04:31.2760545Z - GCC 7.5 2022-12-01T10:04:31.2760934Z - C++ Version: 201402 2022-12-01T10:04:31.2761684Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:04:31.2762420Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:04:31.2762908Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:04:31.2763343Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:04:31.2763732Z - NNPACK is enabled 2022-12-01T10:04:31.2764091Z - CPU capability usage: AVX2 2022-12-01T10:04:31.2767887Z - 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:31.2770176Z 2022-12-01T10:04:31.4159289Z + cd test 2022-12-01T10:04:31.4159793Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:04:32.1674620Z ATen/Parallel: 2022-12-01T10:04:32.1674891Z at::get_num_threads() : 4 2022-12-01T10:04:32.1675186Z at::get_num_interop_threads() : 4 2022-12-01T10:04:32.1675607Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:04:32.1675967Z omp_get_max_threads() : 4 2022-12-01T10:04:32.1676566Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:04:32.1676843Z mkl_get_max_threads() : 4 2022-12-01T10:04:32.1677179Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:04:32.1677642Z std::thread::hardware_concurrency() : 8 2022-12-01T10:04:32.1677843Z Environment variables: 2022-12-01T10:04:32.1678040Z OMP_NUM_THREADS : [not set] 2022-12-01T10:04:32.1678236Z MKL_NUM_THREADS : [not set] 2022-12-01T10:04:32.1678424Z ATen parallel backend: OpenMP 2022-12-01T10:04:32.1678560Z 2022-12-01T10:04:32.3112416Z + [[ docs_test == *backward* ]] 2022-12-01T10:04:32.3112794Z + [[ docs_test == *xla* ]] 2022-12-01T10:04:32.3113138Z + [[ docs_test == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:04:32.3113564Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-12-01T10:04:32.3113789Z + [[ docs_test == distributed ]] 2022-12-01T10:04:32.3113988Z + [[ docs_test == *dynamo* ]] 2022-12-01T10:04:32.3114168Z + [[ docs_test == *dynamo* ]] 2022-12-01T10:04:32.3114343Z + [[ 1 == 1 ]] 2022-12-01T10:04:32.3114535Z + [[ 1 -gt 1 ]] 2022-12-01T10:04:32.3114686Z + [[ 1 == 2 ]] 2022-12-01T10:04:32.3114875Z + [[ 1 -gt 2 ]] 2022-12-01T10:04:32.3115119Z + [[ linux-focal-py3.7-gcc7 == *vulkan* ]] 2022-12-01T10:04:32.3115405Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-12-01T10:04:32.3115745Z + [[ linux-focal-py3.7-gcc7 == *-mobile-lightweight-dispatch* ]] 2022-12-01T10:04:32.3116004Z + [[ docs_test = docs_test ]] 2022-12-01T10:04:32.3116172Z + test_docs_test 2022-12-01T10:04:32.3116401Z + .jenkins/pytorch/docs-test.sh 2022-12-01T10:04:32.3149568Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:32.3149880Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:04:32.3150131Z ++ [[ docs_test == *xla* ]] 2022-12-01T10:04:32.3150398Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-12-01T10:04:32.3150690Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-12-01T10:04:32.3150974Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-12-01T10:04:32.3151184Z ++ which conda 2022-12-01T10:04:32.3158018Z /opt/conda/bin/conda 2022-12-01T10:04:32.3159114Z ++ conda install -q -y cmake 2022-12-01T10:04:33.4734569Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:04:34.3530397Z Solving environment: ...working... done 2022-12-01T10:04:34.4310796Z 2022-12-01T10:04:34.4311172Z # All requested packages already installed. 2022-12-01T10:04:34.4311481Z 2022-12-01T10:04:34.4623921Z Retrieving notices: ...working... done 2022-12-01T10:04:34.6530447Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-12-01T10:04:34.6530841Z + echo 'Testing pytorch docs' 2022-12-01T10:04:34.6531028Z Testing pytorch docs 2022-12-01T10:04:34.6531211Z + cd docs 2022-12-01T10:04:34.6531436Z + pip_install -r requirements.txt 2022-12-01T10:04:34.6531719Z + pip install --progress-bar off -r requirements.txt 2022-12-01T10:04:35.0032492Z Obtaining pytorch_sphinx_theme from git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme (from -r requirements.txt (line 2)) 2022-12-01T10:04:35.0035134Z Cloning https://github.com/pytorch/pytorch_sphinx_theme.git to ./src/pytorch-sphinx-theme 2022-12-01T10:04:35.0069416Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/pytorch_sphinx_theme.git /var/lib/jenkins/workspace/docs/src/pytorch-sphinx-theme 2022-12-01T10:04:35.4661727Z Resolved https://github.com/pytorch/pytorch_sphinx_theme.git to commit f7c46fdc6630b66d597b661dbbe2c88b4a95328f 2022-12-01T10:04:35.6925271Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:04:35.7960520Z [?25hCollecting sphinx==5.0.0 2022-12-01T10:04:35.8184539Z Downloading Sphinx-5.0.0-py3-none-any.whl (3.1 MB) 2022-12-01T10:04:35.8892369Z Collecting sphinxcontrib.katex==0.8.6 2022-12-01T10:04:35.8992444Z Downloading sphinxcontrib_katex-0.8.6-py3-none-any.whl (10 kB) 2022-12-01T10:04:36.0791879Z Collecting matplotlib==3.5.3 2022-12-01T10:04:36.0839770Z Downloading matplotlib-3.5.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (11.2 MB) 2022-12-01T10:04:36.2344215Z Collecting tensorboard==2.10.0 2022-12-01T10:04:36.2472126Z Downloading tensorboard-2.10.0-py3-none-any.whl (5.9 MB) 2022-12-01T10:04:36.3250735Z Collecting python-etcd==0.4.5 2022-12-01T10:04:36.3287991Z Downloading python-etcd-0.4.5.tar.gz (37 kB) 2022-12-01T10:04:36.5669770Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:04:36.5920161Z [?25hCollecting sphinx-copybutton==0.5.0 2022-12-01T10:04:36.5968316Z Downloading sphinx_copybutton-0.5.0-py3-none-any.whl (12 kB) 2022-12-01T10:04:36.6209711Z Collecting sphinx-panels==0.4.1 2022-12-01T10:04:36.6260098Z Downloading sphinx_panels-0.4.1-py3-none-any.whl (74 kB) 2022-12-01T10:04:36.6789652Z Collecting Jinja2>=2.3 2022-12-01T10:04:36.6830674Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-12-01T10:04:36.6896632Z Requirement already satisfied: Pygments>=2.0 in /opt/conda/lib/python3.7/site-packages (from sphinx==5.0.0->-r requirements.txt (line 1)) (2.12.0) 2022-12-01T10:04:36.7032514Z Collecting sphinxcontrib-serializinghtml>=1.1.5 2022-12-01T10:04:36.7088785Z Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) 2022-12-01T10:04:36.7378389Z Collecting babel>=1.3 2022-12-01T10:04:36.7431561Z Downloading Babel-2.11.0-py3-none-any.whl (9.5 MB) 2022-12-01T10:04:36.8585747Z Collecting sphinxcontrib-devhelp 2022-12-01T10:04:36.8623087Z Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) 2022-12-01T10:04:36.8687158Z Requirement already satisfied: importlib-metadata>=4.4 in /opt/conda/lib/python3.7/site-packages (from sphinx==5.0.0->-r requirements.txt (line 1)) (4.12.0) 2022-12-01T10:04:36.8828878Z Collecting snowballstemmer>=1.1 2022-12-01T10:04:36.8865608Z Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) 2022-12-01T10:04:36.8923038Z Requirement already satisfied: packaging in /opt/conda/lib/python3.7/site-packages (from sphinx==5.0.0->-r requirements.txt (line 1)) (21.3) 2022-12-01T10:04:36.9035633Z Collecting sphinxcontrib-jsmath 2022-12-01T10:04:36.9070387Z Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) 2022-12-01T10:04:36.9220122Z Collecting sphinxcontrib-qthelp 2022-12-01T10:04:36.9258196Z Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) 2022-12-01T10:04:36.9311012Z Requirement already satisfied: requests>=2.5.0 in /opt/conda/lib/python3.7/site-packages (from sphinx==5.0.0->-r requirements.txt (line 1)) (2.27.1) 2022-12-01T10:04:36.9464985Z Collecting imagesize 2022-12-01T10:04:36.9498892Z Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) 2022-12-01T10:04:36.9658894Z Collecting sphinxcontrib-htmlhelp>=2.0.0 2022-12-01T10:04:36.9692690Z Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB) 2022-12-01T10:04:36.9894708Z Collecting alabaster<0.8,>=0.7 2022-12-01T10:04:36.9928263Z Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB) 2022-12-01T10:04:37.0211848Z Collecting docutils<0.19,>=0.14 2022-12-01T10:04:37.0250113Z Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB) 2022-12-01T10:04:37.0473765Z Collecting sphinxcontrib-applehelp 2022-12-01T10:04:37.0510928Z Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) 2022-12-01T10:04:37.0785298Z Requirement already satisfied: numpy>=1.17 in /opt/conda/lib/python3.7/site-packages (from matplotlib==3.5.3->-r requirements.txt (line 7)) (1.18.5) 2022-12-01T10:04:37.1436699Z Collecting kiwisolver>=1.0.1 2022-12-01T10:04:37.1480036Z Downloading kiwisolver-1.4.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB) 2022-12-01T10:04:37.1631167Z Requirement already satisfied: python-dateutil>=2.7 in /opt/conda/lib/python3.7/site-packages (from matplotlib==3.5.3->-r requirements.txt (line 7)) (2.8.2) 2022-12-01T10:04:37.1638285Z Requirement already satisfied: pyparsing>=2.2.1 in /opt/conda/lib/python3.7/site-packages (from matplotlib==3.5.3->-r requirements.txt (line 7)) (3.0.9) 2022-12-01T10:04:37.1645027Z Requirement already satisfied: pillow>=6.2.0 in /opt/conda/lib/python3.7/site-packages (from matplotlib==3.5.3->-r requirements.txt (line 7)) (9.2.0) 2022-12-01T10:04:37.1769817Z Collecting cycler>=0.10 2022-12-01T10:04:37.1805508Z Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB) 2022-12-01T10:04:37.2534713Z Collecting fonttools>=4.22.0 2022-12-01T10:04:37.2710039Z Downloading fonttools-4.38.0-py3-none-any.whl (965 kB) 2022-12-01T10:04:37.2971926Z Requirement already satisfied: google-auth<3,>=1.6.3 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (2.12.0) 2022-12-01T10:04:37.2978940Z Requirement already satisfied: markdown>=2.6.8 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (3.4.1) 2022-12-01T10:04:37.2987647Z Requirement already satisfied: werkzeug>=1.0.1 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (2.2.2) 2022-12-01T10:04:37.2995411Z Requirement already satisfied: google-auth-oauthlib<0.5,>=0.4.1 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (0.4.6) 2022-12-01T10:04:37.3004751Z Requirement already satisfied: tensorboard-plugin-wit>=1.6.0 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (1.8.1) 2022-12-01T10:04:37.3011981Z Requirement already satisfied: wheel>=0.26 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (0.37.1) 2022-12-01T10:04:37.3019047Z Requirement already satisfied: grpcio>=1.24.3 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (1.49.1) 2022-12-01T10:04:37.5500465Z Collecting protobuf<3.20,>=3.9.2 2022-12-01T10:04:37.5669763Z Downloading protobuf-3.19.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2022-12-01T10:04:37.5839251Z Requirement already satisfied: setuptools>=41.0.0 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (63.4.1) 2022-12-01T10:04:37.5847222Z Requirement already satisfied: tensorboard-data-server<0.7.0,>=0.6.0 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (0.6.1) 2022-12-01T10:04:37.5854379Z Requirement already satisfied: absl-py>=0.4 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (1.2.0) 2022-12-01T10:04:37.5889337Z Requirement already satisfied: urllib3>=1.7.1 in /opt/conda/lib/python3.7/site-packages (from python-etcd==0.4.5->-r requirements.txt (line 10)) (1.26.8) 2022-12-01T10:04:37.6060733Z Collecting dnspython>=1.13.0 2022-12-01T10:04:37.6179310Z Downloading dnspython-2.2.1-py3-none-any.whl (269 kB) 2022-12-01T10:04:37.7265719Z Collecting pytz>=2015.7 2022-12-01T10:04:37.7307324Z Downloading pytz-2022.6-py2.py3-none-any.whl (498 kB) 2022-12-01T10:04:37.8328064Z Requirement already satisfied: rsa<5,>=3.1.4 in /opt/conda/lib/python3.7/site-packages (from google-auth<3,>=1.6.3->tensorboard==2.10.0->-r requirements.txt (line 8)) (4.9) 2022-12-01T10:04:37.8333950Z Requirement already satisfied: pyasn1-modules>=0.2.1 in /opt/conda/lib/python3.7/site-packages (from google-auth<3,>=1.6.3->tensorboard==2.10.0->-r requirements.txt (line 8)) (0.2.8) 2022-12-01T10:04:37.8340759Z Requirement already satisfied: cachetools<6.0,>=2.0.0 in /opt/conda/lib/python3.7/site-packages (from google-auth<3,>=1.6.3->tensorboard==2.10.0->-r requirements.txt (line 8)) (5.2.0) 2022-12-01T10:04:37.8347118Z Requirement already satisfied: six>=1.9.0 in /opt/conda/lib/python3.7/site-packages (from google-auth<3,>=1.6.3->tensorboard==2.10.0->-r requirements.txt (line 8)) (1.16.0) 2022-12-01T10:04:37.8392227Z Requirement already satisfied: requests-oauthlib>=0.7.0 in /opt/conda/lib/python3.7/site-packages (from google-auth-oauthlib<0.5,>=0.4.1->tensorboard==2.10.0->-r requirements.txt (line 8)) (1.3.1) 2022-12-01T10:04:37.8625864Z Requirement already satisfied: zipp>=0.5 in /opt/conda/lib/python3.7/site-packages (from importlib-metadata>=4.4->sphinx==5.0.0->-r requirements.txt (line 1)) (3.8.1) 2022-12-01T10:04:37.8639343Z Requirement already satisfied: typing-extensions>=3.6.4 in /opt/conda/lib/python3.7/site-packages (from importlib-metadata>=4.4->sphinx==5.0.0->-r requirements.txt (line 1)) (4.3.0) 2022-12-01T10:04:37.8679260Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.7/site-packages (from Jinja2>=2.3->sphinx==5.0.0->-r requirements.txt (line 1)) (2.1.1) 2022-12-01T10:04:37.9192884Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.7/site-packages (from requests>=2.5.0->sphinx==5.0.0->-r requirements.txt (line 1)) (3.3) 2022-12-01T10:04:37.9201178Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests>=2.5.0->sphinx==5.0.0->-r requirements.txt (line 1)) (2022.9.24) 2022-12-01T10:04:37.9214374Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.7/site-packages (from requests>=2.5.0->sphinx==5.0.0->-r requirements.txt (line 1)) (2.0.4) 2022-12-01T10:04:38.0029705Z Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /opt/conda/lib/python3.7/site-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard==2.10.0->-r requirements.txt (line 8)) (0.4.8) 2022-12-01T10:04:38.0122816Z Requirement already satisfied: oauthlib>=3.0.0 in /opt/conda/lib/python3.7/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<0.5,>=0.4.1->tensorboard==2.10.0->-r requirements.txt (line 8)) (3.2.1) 2022-12-01T10:04:38.0639326Z Building wheels for collected packages: python-etcd 2022-12-01T10:04:38.3740340Z Building wheel for python-etcd (setup.py) ... [?25l- done 2022-12-01T10:04:38.3750817Z [?25h Created wheel for python-etcd: filename=python_etcd-0.4.5-py3-none-any.whl size=38484 sha256=8b1fbc0ceeb14c47b7f9f350ccf55f1c05722294f5e9c41c981a69aac8232904 2022-12-01T10:04:38.3752813Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/4b/c1/8f/237c058a9a16e922bc31e593f1cd4b210d2070336de2930735 2022-12-01T10:04:38.3777511Z Successfully built python-etcd 2022-12-01T10:04:39.1126378Z Installing collected packages: snowballstemmer, pytz, alabaster, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, protobuf, kiwisolver, Jinja2, imagesize, fonttools, docutils, dnspython, cycler, babel, sphinx, python-etcd, matplotlib, sphinxcontrib.katex, sphinx-panels, sphinx-copybutton, pytorch_sphinx_theme, tensorboard 2022-12-01T10:04:39.5031833Z Attempting uninstall: protobuf 2022-12-01T10:04:39.5040151Z Found existing installation: protobuf 3.20.2 2022-12-01T10:04:39.5171101Z Uninstalling protobuf-3.20.2: 2022-12-01T10:04:39.7226993Z Successfully uninstalled protobuf-3.20.2 2022-12-01T10:04:42.6717684Z Running setup.py develop for pytorch_sphinx_theme 2022-12-01T10:04:43.5833186Z Successfully installed Jinja2-3.1.2 alabaster-0.7.12 babel-2.11.0 cycler-0.11.0 dnspython-2.2.1 docutils-0.18.1 fonttools-4.38.0 imagesize-1.4.1 kiwisolver-1.4.4 matplotlib-3.5.3 protobuf-3.19.6 python-etcd-0.4.5 pytorch_sphinx_theme-0.0.24 pytz-2022.6 snowballstemmer-2.2.0 sphinx-5.0.0 sphinx-copybutton-0.5.0 sphinx-panels-0.4.1 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 sphinxcontrib.katex-0.8.6 tensorboard-2.10.0 2022-12-01T10:04:43.7020579Z + make doctest 2022-12-01T10:04:45.2567376Z Saved activation image for ELU at source/scripts/activation_images/ELU.png 2022-12-01T10:04:45.3513223Z Saved activation image for Hardshrink at source/scripts/activation_images/Hardshrink.png 2022-12-01T10:04:45.4442774Z Saved activation image for Hardtanh at source/scripts/activation_images/Hardtanh.png 2022-12-01T10:04:45.5354490Z Saved activation image for Hardsigmoid at source/scripts/activation_images/Hardsigmoid.png 2022-12-01T10:04:45.6700135Z Saved activation image for Hardswish at source/scripts/activation_images/Hardswish.png 2022-12-01T10:04:45.7618002Z Saved activation image for LeakyReLU at source/scripts/activation_images/LeakyReLU.png 2022-12-01T10:04:45.8536825Z Saved activation image for LogSigmoid at source/scripts/activation_images/LogSigmoid.png 2022-12-01T10:04:45.9455173Z Saved activation image for PReLU at source/scripts/activation_images/PReLU.png 2022-12-01T10:04:46.0372465Z Saved activation image for ReLU at source/scripts/activation_images/ReLU.png 2022-12-01T10:04:46.1287812Z Saved activation image for ReLU6 at source/scripts/activation_images/ReLU6.png 2022-12-01T10:04:46.2253414Z Saved activation image for RReLU at source/scripts/activation_images/RReLU.png 2022-12-01T10:04:46.3167767Z Saved activation image for SELU at source/scripts/activation_images/SELU.png 2022-12-01T10:04:46.4084667Z Saved activation image for SiLU at source/scripts/activation_images/SiLU.png 2022-12-01T10:04:46.5014999Z Saved activation image for Mish at source/scripts/activation_images/Mish.png 2022-12-01T10:04:46.5937649Z Saved activation image for CELU at source/scripts/activation_images/CELU.png 2022-12-01T10:04:46.6864741Z Saved activation image for GELU at source/scripts/activation_images/GELU.png 2022-12-01T10:04:46.7771896Z Saved activation image for Sigmoid at source/scripts/activation_images/Sigmoid.png 2022-12-01T10:04:46.8710304Z Saved activation image for Softplus at source/scripts/activation_images/Softplus.png 2022-12-01T10:04:46.9642221Z Saved activation image for Softshrink at source/scripts/activation_images/Softshrink.png 2022-12-01T10:04:47.0543918Z Saved activation image for Softsign at source/scripts/activation_images/Softsign.png 2022-12-01T10:04:47.1457324Z Saved activation image for Tanh at source/scripts/activation_images/Tanh.png 2022-12-01T10:04:47.2373802Z Saved activation image for Tanhshrink at source/scripts/activation_images/Tanhshrink.png 2022-12-01T10:04:49.5059132Z Running Sphinx v5.0.0 2022-12-01T10:04:50.2494912Z /var/lib/jenkins/workspace/docs/source/conf.py:34: UserWarning: unable to load "torchvision" package 2022-12-01T10:04:50.2495660Z warnings.warn('unable to load "torchvision" package') 2022-12-01T10:04:50.3838935Z making output directory... done 2022-12-01T10:04:50.3917627Z [autosummary] generating autosummary for: amp.rst, autograd.rst, backends.rst, benchmark_utils.rst, bottleneck.rst, checkpoint.rst, community/build_ci_governance.rst, community/contribution_guide.rst, community/design.rst, community/governance.rst, ..., tensor_attributes.rst, tensor_view.rst, tensorboard.rst, tensors.rst, testing.rst, torch.ao.ns._numeric_suite.rst, torch.ao.ns._numeric_suite_fx.rst, torch.overrides.rst, torch.rst, type_info.rst 2022-12-01T10:04:50.7858541Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:05:02.4566614Z [autosummary] generating autosummary for: /var/lib/jenkins/workspace/docs/source/generated/torch.Generator.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.abs.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.abs_.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.absolute.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.absolute_.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.acos.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.acos_.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.acosh.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.acosh_.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.add.rst, ..., /var/lib/jenkins/workspace/docs/source/generated/torch.var_mean.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.vdot.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.view_as_complex.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.view_as_real.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.vsplit.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.vstack.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.where.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.xlogy.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.zeros.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.zeros_like.rst 2022-12-01T10:05:02.4996075Z loading intersphinx inventory from https://docs.python.org/3/objects.inv... 2022-12-01T10:05:02.5002337Z loading intersphinx inventory from https://numpy.org/doc/stable/objects.inv... 2022-12-01T10:05:02.6956449Z building [mo]: targets for 0 po files that are out of date 2022-12-01T10:05:02.6956888Z building [doctest]: targets for 112 source files that are out of date 2022-12-01T10:05:02.7132469Z updating environment: [new config] 1749 added, 0 changed, 0 removed 2022-12-01T10:05:03.3190678Z reading sources... [ 2%] amp .. generated/torch.Generator 2022-12-01T10:05:03.3684920Z reading sources... [ 5%] generated/torch.Tensor.abs .. generated/torch.Tensor.argmax 2022-12-01T10:05:03.4053654Z reading sources... [ 7%] generated/torch.Tensor.argmin .. generated/torch.Tensor.char 2022-12-01T10:05:03.4521683Z reading sources... [ 10%] generated/torch.Tensor.cholesky .. generated/torch.Tensor.diagflat 2022-12-01T10:05:03.4999697Z reading sources... [ 12%] generated/torch.Tensor.diagonal .. generated/torch.Tensor.floor_divide_ 2022-12-01T10:05:03.5478422Z reading sources... [ 15%] generated/torch.Tensor.fmax .. generated/torch.Tensor.index_put_ 2022-12-01T10:05:03.5928912Z reading sources... [ 17%] generated/torch.Tensor.index_reduce .. generated/torch.Tensor.less_equal_ 2022-12-01T10:05:04.5681973Z reading sources... [ 20%] generated/torch.Tensor.lgamma .. generated/torch.Tensor.minimum 2022-12-01T10:05:04.6307974Z reading sources... [ 23%] generated/torch.Tensor.mm .. generated/torch.Tensor.ormqr 2022-12-01T10:05:05.3546011Z reading sources... [ 25%] generated/torch.Tensor.outer .. generated/torch.Tensor.round 2022-12-01T10:05:05.4259199Z reading sources... [ 28%] generated/torch.Tensor.round_ .. generated/torch.Tensor.std 2022-12-01T10:05:06.2971797Z reading sources... [ 30%] generated/torch.Tensor.stft .. generated/torch.Tensor.true_divide_ 2022-12-01T10:05:06.6785679Z reading sources... [ 33%] generated/torch.Tensor.trunc .. generated/torch.ao.nn.intrinsic.ConvBn2d 2022-12-01T10:05:07.0749143Z reading sources... [ 35%] generated/torch.ao.nn.intrinsic.ConvBn3d .. generated/torch.ao.nn.quantized.functional.avg_pool3d 2022-12-01T10:05:07.1674379Z reading sources... [ 38%] generated/torch.ao.nn.quantized.functional.celu .. generated/torch.asin 2022-12-01T10:05:07.4797490Z reading sources... [ 41%] generated/torch.asinh .. generated/torch.broadcast_shapes 2022-12-01T10:05:07.5392322Z reading sources... [ 43%] generated/torch.broadcast_tensors .. generated/torch.cuda.current_blas_handle 2022-12-01T10:05:07.5393760Z /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py:263: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-12-01T10:05:07.5394551Z "torch.distributed.reduce_op is deprecated, please use " 2022-12-01T10:05:08.8119869Z reading sources... [ 46%] generated/torch.cuda.current_device .. generated/torch.cuda.reset_peak_memory_stats 2022-12-01T10:05:08.8121006Z /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py:263: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-12-01T10:05:08.8121754Z "torch.distributed.reduce_op is deprecated, please use " 2022-12-01T10:05:09.6635607Z reading sources... [ 48%] generated/torch.cuda.seed .. generated/torch.eye 2022-12-01T10:05:10.0326685Z reading sources... [ 51%] generated/torch.fake_quantize_per_channel_affine .. generated/torch.geqrf 2022-12-01T10:05:10.1291033Z reading sources... [ 53%] generated/torch.ger .. generated/torch.isin 2022-12-01T10:05:10.2362767Z reading sources... [ 56%] generated/torch.isinf .. generated/torch.linalg.eigvals 2022-12-01T10:05:10.7991074Z reading sources... [ 58%] generated/torch.linalg.eigvalsh .. generated/torch.logical_or 2022-12-01T10:05:10.9825683Z reading sources... [ 61%] generated/torch.logical_xor .. generated/torch.nn.AdaptiveMaxPool2d 2022-12-01T10:05:11.4187715Z reading sources... [ 64%] generated/torch.nn.AdaptiveMaxPool3d .. generated/torch.nn.Hardshrink 2022-12-01T10:05:11.5268734Z reading sources... [ 66%] generated/torch.nn.Hardsigmoid .. generated/torch.nn.ModuleList 2022-12-01T10:05:11.9162026Z reading sources... [ 69%] generated/torch.nn.MultiLabelMarginLoss .. generated/torch.nn.TripletMarginLoss 2022-12-01T10:05:12.0440685Z reading sources... [ 71%] generated/torch.nn.TripletMarginWithDistanceLoss .. generated/torch.nn.functional.gaussian_nll_loss 2022-12-01T10:05:13.0534013Z reading sources... [ 74%] generated/torch.nn.functional.gelu .. generated/torch.nn.functional.poisson_nll_loss 2022-12-01T10:05:13.1764136Z reading sources... [ 76%] generated/torch.nn.functional.prelu .. generated/torch.nn.modules.lazy.LazyModuleMixin 2022-12-01T10:05:13.6266511Z reading sources... [ 79%] generated/torch.nn.modules.module.register_module_backward_hook .. generated/torch.nn.utils.spectral_norm 2022-12-01T10:05:13.9071865Z reading sources... [ 82%] generated/torch.nn.utils.stateless.functional_call .. generated/torch.orgqr 2022-12-01T10:05:14.1456520Z reading sources... [ 84%] generated/torch.ormqr .. generated/torch.quantization.observer.PlaceholderObserver 2022-12-01T10:05:14.2057324Z reading sources... [ 87%] generated/torch.quantization.observer.RecordingObserver .. generated/torch.randint_like 2022-12-01T10:05:14.4736848Z reading sources... [ 89%] generated/torch.randn .. generated/torch.slice_scatter 2022-12-01T10:05:14.7336326Z reading sources... [ 92%] generated/torch.slogdet .. generated/torch.trapezoid 2022-12-01T10:05:16.1893285Z reading sources... [ 94%] generated/torch.trapz .. nn 2022-12-01T10:05:18.5536698Z reading sources... [ 97%] nn.functional .. torch.overrides 2022-12-01T10:05:18.5582782Z reading sources... [100%] type_info 2022-12-01T10:05:18.5582942Z 2022-12-01T10:05:18.5590670Z looking for now-outdated files... none found 2022-12-01T10:05:18.6494092Z pickling environment... done 2022-12-01T10:05:18.6500716Z checking consistency... done 2022-12-01T10:05:18.6502032Z running tests... 2022-12-01T10:05:19.2108619Z 2022-12-01T10:05:19.2109228Z Document: jit_language_reference_v2 2022-12-01T10:05:19.2109971Z ----------------------------------- 2022-12-01T10:05:19.2914334Z 1 items passed all tests: 2022-12-01T10:05:19.2914588Z 10 tests in default 2022-12-01T10:05:19.2914756Z 10 tests in 1 items. 2022-12-01T10:05:19.2915782Z 10 passed and 0 failed. 2022-12-01T10:05:19.2916160Z Test passed. 2022-12-01T10:05:19.8567310Z 2022-12-01T10:05:19.8567585Z Document: jit 2022-12-01T10:05:19.8567955Z ------------- 2022-12-01T10:05:19.9225480Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:836: TracerWarning: Trace had nondeterministic nodes. Did you forget call .eval() on your model? Nodes: 2022-12-01T10:05:19.9226035Z %13 : Float(4, strides=[1], requires_grad=0, device=cpu) = aten::rand(%8, %9, %10, %11, %12) # :2:0 2022-12-01T10:05:19.9226433Z This may cause errors in trace checking. To disable trace checking, pass check_trace=False to torch.jit.trace() 2022-12-01T10:05:19.9226699Z _module_class, 2022-12-01T10:05:19.9227213Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:836: TracerWarning: Output nr 1. of the traced function does not match the corresponding output of the Python function. Detailed error: 2022-12-01T10:05:19.9227626Z Tensor-likes are not close! 2022-12-01T10:05:19.9227753Z 2022-12-01T10:05:19.9227845Z Mismatched elements: 4 / 12 (33.3%) 2022-12-01T10:05:19.9228173Z Greatest absolute difference: 0.6621081829071045 at index (0, 2) (up to 1e-05 allowed) 2022-12-01T10:05:19.9228546Z Greatest relative difference: 3.141101908036896 at index (0, 3) (up to 1e-05 allowed) 2022-12-01T10:05:19.9228777Z _module_class, 2022-12-01T10:05:19.9261823Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:836: TracerWarning: Trace had nondeterministic nodes. Did you forget call .eval() on your model? Nodes: 2022-12-01T10:05:19.9262502Z %14 : Float(1, 4, strides=[4, 1], requires_grad=0, device=cpu) = aten::rand(%9, %10, %11, %12, %13) # :2:0 2022-12-01T10:05:19.9262889Z This may cause errors in trace checking. To disable trace checking, pass check_trace=False to torch.jit.trace() 2022-12-01T10:05:19.9263177Z _module_class, 2022-12-01T10:05:19.9263688Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:836: TracerWarning: Output nr 1. of the traced function does not match the corresponding output of the Python function. Detailed error: 2022-12-01T10:05:19.9264153Z Tensor-likes are not close! 2022-12-01T10:05:19.9264280Z 2022-12-01T10:05:19.9264373Z Mismatched elements: 4 / 8 (50.0%) 2022-12-01T10:05:19.9264706Z Greatest absolute difference: 0.5044492483139038 at index (0, 3) (up to 1e-05 allowed) 2022-12-01T10:05:19.9265061Z Greatest relative difference: 3.4493575494360473 at index (0, 3) (up to 1e-05 allowed) 2022-12-01T10:05:19.9265294Z _module_class, 2022-12-01T10:05:19.9551221Z 1 items passed all tests: 2022-12-01T10:05:19.9551538Z 15 tests in default 2022-12-01T10:05:19.9551868Z 15 tests in 1 items. 2022-12-01T10:05:19.9552153Z 15 passed and 0 failed. 2022-12-01T10:05:19.9552335Z Test passed. 2022-12-01T10:05:20.8342847Z 2022-12-01T10:05:20.8343249Z Document: jit_language_reference 2022-12-01T10:05:20.8343854Z -------------------------------- 2022-12-01T10:05:20.8594268Z /opt/conda/lib/python3.7/site-packages/torch/jit/_recursive.py:257: UserWarning: 'mods' was found in ScriptModule constants, but it is a non-constant submodule. Consider removing it. 2022-12-01T10:05:20.8594780Z " but it is a non-constant {}. Consider removing it.".format(name, hint)) 2022-12-01T10:05:20.8790753Z 1 items passed all tests: 2022-12-01T10:05:20.8791146Z 11 tests in default 2022-12-01T10:05:20.8791447Z 11 tests in 1 items. 2022-12-01T10:05:20.8791621Z 11 passed and 0 failed. 2022-12-01T10:05:20.8791803Z Test passed. 2022-12-01T10:05:20.8986424Z 2022-12-01T10:05:20.8986857Z Doctest summary 2022-12-01T10:05:20.8987168Z =============== 2022-12-01T10:05:20.8987466Z 36 tests 2022-12-01T10:05:20.8987685Z 0 failures in tests 2022-12-01T10:05:20.8987870Z 0 failures in setup code 2022-12-01T10:05:20.8988073Z 0 failures in cleanup code 2022-12-01T10:05:20.8990530Z build succeeded. 2022-12-01T10:05:20.8990691Z 2022-12-01T10:05:20.8991472Z Testing of doctests in the sources finished, look at the results in build/doctest/output.txt. 2022-12-01T10:05:21.6950684Z Prepare all required actions 2022-12-01T10:05:21.6951006Z Getting action download info 2022-12-01T10:05:21.8898192Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T10:05:21.8898402Z with: 2022-12-01T10:05:21.8898723Z github-token: *** 2022-12-01T10:05:21.8898892Z env: 2022-12-01T10:05:21.8899051Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:21.8899238Z ##[endgroup] 2022-12-01T10:05:21.8925155Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:05:21.8925395Z with: 2022-12-01T10:05:21.8925547Z shell: bash 2022-12-01T10:05:21.8925727Z timeout_minutes: 10 2022-12-01T10:05:21.8925909Z max_attempts: 5 2022-12-01T10:05:21.8926078Z retry_wait_seconds: 30 2022-12-01T10:05:21.8926467Z 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:05:21.8926912Z polling_interval_seconds: 1 2022-12-01T10:05:21.8927097Z warning_on_retry: true 2022-12-01T10:05:21.8927293Z continue_on_error: false 2022-12-01T10:05:21.8927472Z env: 2022-12-01T10:05:21.8927632Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:21.8927942Z GITHUB_TOKEN: *** 2022-12-01T10:05:21.8928118Z ##[endgroup] 2022-12-01T10:05:21.9323714Z 2022-12-01T10:05:21.9330579Z ##[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:05:21.9372854Z + python3 -m pip install requests==2.26.0 2022-12-01T10:05:22.1444100Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:05:22.1620011Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T10:05:22.1752041Z 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:05:22.1772661Z 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:05:22.1784773Z 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:05:22.1937195Z 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:05:22.3718850Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-02a40f25bf1bf6be5 2022-12-01T10:05:25.5920579Z + GHA_WORKFLOW_JOB_ID=9818326447 2022-12-01T10:05:25.5921209Z + echo '::set-output name=job-id::9818326447' 2022-12-01T10:05:25.5928967Z ##[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:05:25.9398016Z Command completed after 1 attempt(s). 2022-12-01T10:05:25.9398305Z 2022-12-01T10:05:25.9400811Z ##[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:05:25.9506006Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:05:25.9506238Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:05:25.9517757Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:05:25.9517981Z env: 2022-12-01T10:05:25.9518253Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:25.9518459Z MONITOR_SCRIPT_PID: 15301 2022-12-01T10:05:25.9518650Z ##[endgroup] 2022-12-01T10:05:25.9594879Z Prepare all required actions 2022-12-01T10:05:25.9595164Z Getting action download info 2022-12-01T10:05:26.1541080Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T10:05:26.2908764Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T10:05:26.2908989Z with: 2022-12-01T10:05:26.2909205Z file-suffix: test-docs_test-1-1-linux.2xlarge_9818326447 2022-12-01T10:05:26.2909416Z env: 2022-12-01T10:05:26.2909574Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:26.2909758Z ##[endgroup] 2022-12-01T10:05:26.2933348Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T10:05:26.2933629Z # Remove any previous test jsons if they exist 2022-12-01T10:05:26.2933861Z rm -f test-jsons-*.zip 2022-12-01T10:05:26.2934107Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T10:05:26.2945399Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:05:26.2945657Z env: 2022-12-01T10:05:26.2945835Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:26.2946062Z FILE_SUFFIX: test-docs_test-1-1-linux.2xlarge_9818326447 2022-12-01T10:05:26.2946286Z ##[endgroup] 2022-12-01T10:05:26.3023757Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T10:05:26.3050506Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T10:05:26.3056305Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T10:05:26.3075421Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:05:26.3075717Z # Remove any previous test reports if they exist 2022-12-01T10:05:26.3075959Z rm -f test-reports-*.zip 2022-12-01T10:05:26.3076212Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T10:05:26.3086769Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:05:26.3087001Z env: 2022-12-01T10:05:26.3087176Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:26.3087415Z FILE_SUFFIX: test-docs_test-1-1-linux.2xlarge_9818326447 2022-12-01T10:05:26.3087636Z ##[endgroup] 2022-12-01T10:05:26.3151896Z zip warning: zip file empty 2022-12-01T10:05:26.3169781Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:05:26.3170084Z # Remove any previous test reports if they exist 2022-12-01T10:05:26.3170320Z rm -f usage-log-*.zip 2022-12-01T10:05:26.3170599Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T10:05:26.3171094Z # so check to see if the file exists first 2022-12-01T10:05:26.3171312Z if [ -f 'usage_log.txt' ]; then 2022-12-01T10:05:26.3171560Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T10:05:26.3171775Z fi 2022-12-01T10:05:26.3181625Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:05:26.3181846Z env: 2022-12-01T10:05:26.3182030Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:26.3182263Z FILE_SUFFIX: test-docs_test-1-1-linux.2xlarge_9818326447 2022-12-01T10:05:26.3182487Z ##[endgroup] 2022-12-01T10:05:26.3218677Z adding: usage_log.txt (deflated 87%) 2022-12-01T10:05:26.3252557Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:05:26.3252767Z with: 2022-12-01T10:05:26.3252955Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:05:26.3253165Z retention-days: 14 2022-12-01T10:05:26.3253356Z if-no-files-found: warn 2022-12-01T10:05:26.3253540Z path: test-jsons-*.zip 2022-12-01T10:05:26.3253719Z name: artifact 2022-12-01T10:05:26.3253899Z s3-bucket: gha-artifacts 2022-12-01T10:05:26.3254073Z region: us-east-1 2022-12-01T10:05:26.3254237Z env: 2022-12-01T10:05:26.3254409Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:26.3254579Z ##[endgroup] 2022-12-01T10:05:26.6589123Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:05:26.6589985Z With the provided path, there will be 1 file uploaded 2022-12-01T10:05:26.6590461Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:05:26.6596674Z Starting upload of test-jsons-test-docs_test-1-1-linux.2xlarge_9818326447.zip 2022-12-01T10:05:26.7648732Z Finished upload of test-jsons-test-docs_test-1-1-linux.2xlarge_9818326447.zip 2022-12-01T10:05:26.7771201Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:05:26.7771424Z with: 2022-12-01T10:05:26.7771616Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:05:26.7771836Z retention-days: 14 2022-12-01T10:05:26.7772033Z if-no-files-found: error 2022-12-01T10:05:26.7772224Z path: test-reports-*.zip 2022-12-01T10:05:26.7772410Z name: artifact 2022-12-01T10:05:26.7772594Z s3-bucket: gha-artifacts 2022-12-01T10:05:26.7772769Z region: us-east-1 2022-12-01T10:05:26.7772934Z env: 2022-12-01T10:05:26.7773106Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:26.7773284Z ##[endgroup] 2022-12-01T10:05:27.1173590Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:05:27.1174233Z With the provided path, there will be 1 file uploaded 2022-12-01T10:05:27.1174529Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:05:27.1181051Z Starting upload of test-reports-test-docs_test-1-1-linux.2xlarge_9818326447.zip 2022-12-01T10:05:27.2118159Z Finished upload of test-reports-test-docs_test-1-1-linux.2xlarge_9818326447.zip 2022-12-01T10:05:27.2242163Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:05:27.2242379Z with: 2022-12-01T10:05:27.2242567Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:05:27.2242783Z retention-days: 14 2022-12-01T10:05:27.2242977Z if-no-files-found: ignore 2022-12-01T10:05:27.2243161Z path: usage-log-*.zip 2022-12-01T10:05:27.2243339Z name: artifact 2022-12-01T10:05:27.2243518Z s3-bucket: gha-artifacts 2022-12-01T10:05:27.2243692Z region: us-east-1 2022-12-01T10:05:27.2243863Z env: 2022-12-01T10:05:27.2244032Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:27.2244202Z ##[endgroup] 2022-12-01T10:05:27.5601195Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:05:27.5601897Z With the provided path, there will be 1 file uploaded 2022-12-01T10:05:27.5602188Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:05:27.5608513Z Starting upload of usage-log-test-docs_test-1-1-linux.2xlarge_9818326447.zip 2022-12-01T10:05:27.6755059Z Finished upload of usage-log-test-docs_test-1-1-linux.2xlarge_9818326447.zip 2022-12-01T10:05:27.6982138Z ##[group]Run set -x 2022-12-01T10:05:27.6982458Z set -x 2022-12-01T10:05:27.6982671Z python3 -m pip install -r requirements.txt 2022-12-01T10:05:27.6982927Z python3 -m pip install boto3==1.19.12 2022-12-01T10:05:27.6983221Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:05:27.6994489Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:05:27.6994719Z env: 2022-12-01T10:05:27.6994895Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:27.6995094Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:05:27.6995271Z BRANCH: pull/89997 2022-12-01T10:05:27.6995453Z TEST_CONFIG: docs_test 2022-12-01T10:05:27.6995630Z SHARD_NUMBER: 1 2022-12-01T10:05:27.6995829Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-12-01T10:05:27.6996043Z PR_NUMBER: 89997 2022-12-01T10:05:27.6996227Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:05:27.6996420Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:05:27.6996678Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:05:27.6996876Z TAG: 2022-12-01T10:05:27.6997028Z WORKFLOW_ID: 3591403534 2022-12-01T10:05:27.6997548Z GITHUB_TOKEN: *** 2022-12-01T10:05:27.6997735Z GHA_WORKFLOW_JOB_ID: 9818326447 2022-12-01T10:05:27.6997908Z ##[endgroup] 2022-12-01T10:05:27.7022623Z + python3 -m pip install -r requirements.txt 2022-12-01T10:05:27.9115815Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:05:27.9377855Z 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:05:27.9404270Z 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:05:27.9412387Z 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:05:27.9422104Z 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:05:27.9787024Z 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:05:27.9796195Z 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:05:27.9873966Z 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:05:27.9882160Z 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:05:28.0108619Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T10:05:28.0274503Z 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:05:28.0283002Z 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:05:28.0288705Z 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:05:28.0298542Z 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:05:28.0319677Z 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:05:28.0335178Z 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:05:28.0583979Z 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:05:28.0593754Z 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:05:28.0611789Z 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:05:28.0763567Z 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:05:28.0781633Z 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:05:28.0790257Z 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:05:28.0801299Z 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:05:28.1640820Z + python3 -m pip install boto3==1.19.12 2022-12-01T10:05:28.3697235Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:05:28.3875555Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T10:05:28.3923786Z 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:05:28.3964973Z 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:05:28.3997417Z 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:05:28.4009873Z 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:05:28.4029253Z 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:05:28.4180042Z 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:05:28.5990445Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:05:28.8040460Z No tests in reports found in test 2022-12-01T10:05:28.8471210Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T10:05:28.8471538Z with: 2022-12-01T10:05:28.8471680Z env: 2022-12-01T10:05:28.8471851Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:28.8472040Z ##[endgroup] 2022-12-01T10:05:28.8487126Z ##[group]Run set -eou pipefail 2022-12-01T10:05:28.8487352Z set -eou pipefail 2022-12-01T10:05:28.8487527Z  2022-12-01T10:05:28.8487765Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T10:05:28.8488013Z for _ in $(seq 1440); do 2022-12-01T10:05:28.8488236Z  # Break if no ssh session exists anymore 2022-12-01T10:05:28.8488457Z  if [ "$(who)" = "" ]; then 2022-12-01T10:05:28.8488763Z  break 2022-12-01T10:05:28.8488931Z  fi 2022-12-01T10:05:28.8489100Z  echo "." 2022-12-01T10:05:28.8489275Z  sleep 5 2022-12-01T10:05:28.8489428Z done 2022-12-01T10:05:28.8500253Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:05:28.8500459Z env: 2022-12-01T10:05:28.8500637Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:28.8500825Z ##[endgroup] 2022-12-01T10:05:28.8525297Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T10:05:28.8572465Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:05:28.8572996Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:05:28.8573436Z # shellcheck disable=SC2046 2022-12-01T10:05:28.8573837Z docker stop $(docker ps -q) || true 2022-12-01T10:05:28.8574222Z # Prune all of the docker images 2022-12-01T10:05:28.8574595Z docker system prune -af 2022-12-01T10:05:28.8589007Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:05:28.8589533Z env: 2022-12-01T10:05:28.8589831Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:28.8590143Z ##[endgroup] 2022-12-01T10:05:29.2917897Z 58724bd25424 2022-12-01T10:05:29.9615266Z Deleted Containers: 2022-12-01T10:05:29.9615745Z 58724bd254241531942fa3c1b100faf853becb27394235b47df481c235738acd 2022-12-01T10:05:29.9615916Z 2022-12-01T10:05:32.4138885Z Deleted Images: 2022-12-01T10:05:32.4139985Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:05:32.4140709Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:7d4daa1530ad815417dd92428a12643a4a8b0e93e820e2eb2d4e8818a4e57ba2 2022-12-01T10:05:32.4141307Z deleted: sha256:e8be7981a8238969daaef272b84b69737c5858187c9b10870da76dec899f6864 2022-12-01T10:05:32.4141638Z deleted: sha256:dd542825775450ac98a8f341e744c9b998cf9f91f0b678b696bdfdcc8197900b 2022-12-01T10:05:32.4141968Z deleted: sha256:c2f995bd392fa39048aba9ecdbe2ce96fb0da354f391973cab978f1fdc1bafe9 2022-12-01T10:05:32.4142324Z deleted: sha256:0ba22d6d32aea10bff37a734be2eabf0ca45365a8c84009c11c72697bbeb57ac 2022-12-01T10:05:32.4142670Z deleted: sha256:1641ef8553a9d06a751fe1c9fa58edae658b58be5e4452cf0e6c22fe7e9e9f7a 2022-12-01T10:05:32.4143006Z deleted: sha256:6fe08b57b8677fadf24df12c30c6b075caa4e95cff1e8121398e7712e7cc816b 2022-12-01T10:05:32.4143320Z deleted: sha256:b535a07f21c50706835dc1c6a9f6134e10f492c0a72ef3edd3d61eb8b057318a 2022-12-01T10:05:32.4143646Z deleted: sha256:ad51a4c1d9f796ae822ae9448a0439daec4dc5352ab73405d5170d8320d6569b 2022-12-01T10:05:32.4144050Z deleted: sha256:cc3572e58e1eadfed379b3421fc485a2fec838dbe2f03f9482a844387875539b 2022-12-01T10:05:32.4144366Z deleted: sha256:f31159505662112f25c640d83a5486c60dcea9996cfac1468ae7b74838077420 2022-12-01T10:05:32.4144681Z deleted: sha256:5d54ecd58fecab272c8614e2c443272f47c9245eaf4b5be502820db913ddd776 2022-12-01T10:05:32.4145026Z deleted: sha256:e8fcb42d7c24a5f6cd663f59d8fd82a2ad892e66046dc0d36ee4bdadf1282b52 2022-12-01T10:05:32.4145368Z deleted: sha256:934da62f4ce129178b2355504cdb61701bffc48d1bcf3b1ce0ca6e4c89bdfa31 2022-12-01T10:05:32.4145758Z deleted: sha256:8dccdf71b42bc4d3717c42c3d96812509d1a909bebd7848d0ddae3cc40170990 2022-12-01T10:05:32.4146097Z deleted: sha256:d7cb3c132d871b52eaf2533cfbc7ebca30405eff1b313986ce565b057fca56d8 2022-12-01T10:05:32.4146441Z deleted: sha256:a5fa381fecd94b52ee79c5c4ce30770402b16f7ee3dc77f7f1dccb386626b1ae 2022-12-01T10:05:32.4146770Z deleted: sha256:de8b14689d2a8b030e41a969f6faf30e9dee1048aac1c5d9a38a911b6af1ccca 2022-12-01T10:05:32.4147118Z deleted: sha256:ddcc5d19eb58848e898aedcc3a221bc40ebba2752ba3b7bd50babd76c1e225ae 2022-12-01T10:05:32.4147462Z deleted: sha256:a67b9c1632db819366358a5052f33ed59ff1e1cd03e0cc15e82d8c89a9417b97 2022-12-01T10:05:32.4147802Z deleted: sha256:a5fc4c6c0aaad2d5fcd0d4cc4cf194a8892115d9e7faf6c578e4826937a72d34 2022-12-01T10:05:32.4148115Z deleted: sha256:f33cf9181261127561bc276f483d4f9927a63395c4343028c589ac8905dd0cd7 2022-12-01T10:05:32.4148418Z deleted: sha256:4364081b1a5daf042c41fa0b07d65e0488c3a988dcea07cec40851d8bb481c01 2022-12-01T10:05:32.4148758Z deleted: sha256:2c4beb5d46c3bdc6af376c4a784f3ea2032feda5143dc9b56be143568b8d71cd 2022-12-01T10:05:32.4149065Z deleted: sha256:3e002fe51ea8377736f778797676c87d37546763f35bc5f14a32121200c634ae 2022-12-01T10:05:32.4149372Z deleted: sha256:d1e577d22ad4a397fc4186062a6a2fbb898c4fb7c325794f0760c084ac4e6831 2022-12-01T10:05:32.4149677Z deleted: sha256:0781305ea794027575e6910f20b6c90cc225056d0112fa7f36ac8008431f5791 2022-12-01T10:05:32.4149959Z deleted: sha256:79f50ef439b6855c9ca6d4be55467b692799f788388447976d8aab0a26d805f4 2022-12-01T10:05:32.4150272Z deleted: sha256:fcfdd0674d63c370d31701118409d5e8b4d9b5eaa36b410f032f5fccf29e4f11 2022-12-01T10:05:32.4150603Z deleted: sha256:c868e869e0efb64e8a908cf5a276657da1190183a5aa433a72e1fda6313e8841 2022-12-01T10:05:32.4150930Z deleted: sha256:0ac36be062e7b703a8ffa26b178cc9dd7c19c377bd781f6a369d50516bdca8cb 2022-12-01T10:05:32.4151250Z deleted: sha256:6c9628b9c75a72926209bea0ff44fb2efe306ecb21d57908bb514b1d81b5de8e 2022-12-01T10:05:32.4151586Z deleted: sha256:07c5d0507acce428b3637d5f713aed3fc6dd2dfad749e1961ec04f85d2a3e395 2022-12-01T10:05:32.4151921Z deleted: sha256:278ae5d4c6743b99236e1f2e5df4c346df5f068fa1bce0ba227861042971d612 2022-12-01T10:05:32.4152323Z deleted: sha256:d53c6cc3bfa4330c26ff3a73093bf35a7f28e7fc824782cfc1e00fcbc0390574 2022-12-01T10:05:32.4152815Z deleted: sha256:0a926d106d3065ecc114c8690aee4bab27d4f64ee81c96f90c4daf7a3c03fe7f 2022-12-01T10:05:32.4153289Z deleted: sha256:ab29088e02867cf532a2e8cfa0e1b0a1d13b428459232c7b1a4bfe961fd5a511 2022-12-01T10:05:32.4153741Z deleted: sha256:985cef3ba9e1ea2ed2249284a7478858f8463282738122494ab18c65fbbb7c7d 2022-12-01T10:05:32.4154340Z deleted: sha256:67ca28cabbfd7a80760061b52dbcfe8f5401b867526206d76c710a11cf9ab38e 2022-12-01T10:05:32.4154755Z deleted: sha256:2c9d0b64a3450004672e73e7ace7bc49da29654fd1d603ecf96e9161708726a3 2022-12-01T10:05:32.4155091Z deleted: sha256:efb1cb2fb03e227ccaa27426fae8f80bf1c082d14632685fff079b0c20111d3b 2022-12-01T10:05:32.4155408Z deleted: sha256:2bc3f10f3904b8fff87213a8a2325ab12e4048c0a19247b3d82886066b37a60d 2022-12-01T10:05:32.4155734Z deleted: sha256:adf0c04002f67cf46889421aed44a0e23618d009f3bbfb6aa94e3fced3cdb131 2022-12-01T10:05:32.4156050Z deleted: sha256:5b43511c57d66e58ff42011707835b8cc6971ed316454cfd950e0a5a12138631 2022-12-01T10:05:32.4156363Z deleted: sha256:ad9d96076f7f0bce4820b7828780dbf5328c1c45b9b6c93cfc21fa6c78e66765 2022-12-01T10:05:32.4156670Z deleted: sha256:545999a778d60ca8c6f4e76973a1c707cc626147f1e4d83eebbad6a57101cce0 2022-12-01T10:05:32.4156978Z deleted: sha256:cfcad11f69b44005150106d3108821c82a41765afbeb809208c1e0f49d5b6135 2022-12-01T10:05:32.4157499Z deleted: sha256:f7c8d5bcafe4ebe33f704b703a618803e7ade038c4cef7b4c3b520e9a100cd53 2022-12-01T10:05:32.4157834Z deleted: sha256:4bad106558a8cdd7564af2e1486b545ff1018677d73a8dcb029ecea2ad5afa9a 2022-12-01T10:05:32.4158161Z deleted: sha256:b01943462df81aa35c0f222112f8a7a13b09ec19be40907c2a81fded5e894e14 2022-12-01T10:05:32.4158486Z deleted: sha256:74a161fbdc63f2caa195797d69cca089d2f2ec781d7e7dc78fac88f57c610741 2022-12-01T10:05:32.4158910Z deleted: sha256:d94fdd2bb4227aed66703d740136d3bba2d45ac1c65930624fc2e7ab50021822 2022-12-01T10:05:32.4159227Z deleted: sha256:b348cd6909427063b9b36464ac9e6edb7d42ade2f164c5a98ee3ec37b1074e72 2022-12-01T10:05:32.4159550Z deleted: sha256:0fba67987a5ab74fca03bb2b1d623325a4c40e0e42a74379322b082612b8b445 2022-12-01T10:05:32.4159862Z deleted: sha256:030e74143974068ec1ab10e03d50f82455d36264aa70c98bd0fad278e4425d28 2022-12-01T10:05:32.4160169Z deleted: sha256:b7fcb4ae2181c6c159bcc2f4c7b624150a8245dbdeee9d8601d008b5cd8be8fd 2022-12-01T10:05:32.4160511Z deleted: sha256:4472f94e146cc542a9111182b122e9a9c93a8f7022a48ce3c94b600be8fcdfaa 2022-12-01T10:05:32.4160833Z deleted: sha256:33bc8c1ba43ca724221fd1a8c992a420b1d8de4c85372defdc409e5c88c005b9 2022-12-01T10:05:32.4161157Z deleted: sha256:7070a4ad8ac000d6910f8bab3e00671f9ea4e7094064da08eb1892332166b92d 2022-12-01T10:05:32.4161458Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-12-01T10:05:32.4161624Z 2022-12-01T10:05:32.4161722Z Total reclaimed space: 6.847GB 2022-12-01T10:05:32.4202553Z Post job cleanup. 2022-12-01T10:05:32.4232229Z Post job cleanup. 2022-12-01T10:05:32.5217637Z [command]/usr/bin/git version 2022-12-01T10:05:32.5263040Z git version 2.37.1 2022-12-01T10:05:32.5303958Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/68c5138c-2eee-47c2-9eb6-8d11d6cda172' before making global git config changes 2022-12-01T10:05:32.5304670Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:05:32.5309361Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:05:32.5347600Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:05:32.5378449Z [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:05:32.5632052Z Entering 'android/libs/fbjni' 2022-12-01T10:05:32.5665728Z Entering 'third_party/FP16' 2022-12-01T10:05:32.5700029Z Entering 'third_party/FXdiv' 2022-12-01T10:05:32.5733943Z Entering 'third_party/NNPACK' 2022-12-01T10:05:32.5769758Z Entering 'third_party/QNNPACK' 2022-12-01T10:05:32.5803470Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:05:32.5837009Z Entering 'third_party/XNNPACK' 2022-12-01T10:05:32.5881751Z Entering 'third_party/benchmark' 2022-12-01T10:05:32.5914140Z Entering 'third_party/cpuinfo' 2022-12-01T10:05:32.5948479Z Entering 'third_party/cub' 2022-12-01T10:05:32.5981614Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:05:32.6019239Z Entering 'third_party/cutlass' 2022-12-01T10:05:32.6057560Z Entering 'third_party/eigen' 2022-12-01T10:05:32.6094208Z Entering 'third_party/fbgemm' 2022-12-01T10:05:32.6127623Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:05:32.6160064Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:05:32.6192721Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:05:32.6225938Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:05:32.6258699Z Entering 'third_party/flatbuffers' 2022-12-01T10:05:32.6293618Z Entering 'third_party/fmt' 2022-12-01T10:05:32.6326472Z Entering 'third_party/foxi' 2022-12-01T10:05:32.6359480Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:05:32.6392630Z Entering 'third_party/gloo' 2022-12-01T10:05:32.6426415Z Entering 'third_party/googletest' 2022-12-01T10:05:32.6460623Z Entering 'third_party/ideep' 2022-12-01T10:05:32.6494544Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:05:32.6529873Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:05:32.6569743Z Entering 'third_party/ios-cmake' 2022-12-01T10:05:32.6604085Z Entering 'third_party/ittapi' 2022-12-01T10:05:32.6637648Z Entering 'third_party/kineto' 2022-12-01T10:05:32.6671756Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:05:32.6705653Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:05:32.6740155Z Entering 'third_party/nccl/nccl' 2022-12-01T10:05:32.6774579Z Entering 'third_party/neon2sse' 2022-12-01T10:05:32.6808175Z Entering 'third_party/nlohmann' 2022-12-01T10:05:32.6841866Z Entering 'third_party/onnx' 2022-12-01T10:05:32.6886099Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:05:32.6920319Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:05:32.6955145Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:05:32.6987345Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:05:32.7024428Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:05:32.7056937Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:05:32.7089704Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:05:32.7127007Z Entering 'third_party/pocketfft' 2022-12-01T10:05:32.7160355Z Entering 'third_party/protobuf' 2022-12-01T10:05:32.7196420Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:05:32.7228598Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:05:32.7262423Z Entering 'third_party/psimd' 2022-12-01T10:05:32.7295767Z Entering 'third_party/pthreadpool' 2022-12-01T10:05:32.7328482Z Entering 'third_party/pybind11' 2022-12-01T10:05:32.7361639Z Entering 'third_party/python-enum' 2022-12-01T10:05:32.7394445Z Entering 'third_party/python-peachpy' 2022-12-01T10:05:32.7427650Z Entering 'third_party/python-six' 2022-12-01T10:05:32.7460279Z Entering 'third_party/sleef' 2022-12-01T10:05:32.7493475Z Entering 'third_party/tbb' 2022-12-01T10:05:32.7529535Z Entering 'third_party/tensorpipe' 2022-12-01T10:05:32.7562574Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:05:32.7594563Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:05:32.7627984Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:05:32.7660904Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:05:32.7693221Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:05:32.7728530Z Entering 'third_party/zstd' 2022-12-01T10:05:32.7776573Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:05:32.7803376Z http.https://github.com/.extraheader 2022-12-01T10:05:32.7810672Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:05:32.7844080Z [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:05:32.8093360Z Entering 'android/libs/fbjni' 2022-12-01T10:05:32.8113121Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8139589Z Entering 'third_party/FP16' 2022-12-01T10:05:32.8160282Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8187084Z Entering 'third_party/FXdiv' 2022-12-01T10:05:32.8206901Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8232363Z Entering 'third_party/NNPACK' 2022-12-01T10:05:32.8252062Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8279219Z Entering 'third_party/QNNPACK' 2022-12-01T10:05:32.8298499Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8324688Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:05:32.8344323Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8369490Z Entering 'third_party/XNNPACK' 2022-12-01T10:05:32.8388693Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8423861Z Entering 'third_party/benchmark' 2022-12-01T10:05:32.8443575Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8469233Z Entering 'third_party/cpuinfo' 2022-12-01T10:05:32.8488706Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8515337Z Entering 'third_party/cub' 2022-12-01T10:05:32.8535175Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8562051Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:05:32.8581588Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8612851Z Entering 'third_party/cutlass' 2022-12-01T10:05:32.8632645Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8665101Z Entering 'third_party/eigen' 2022-12-01T10:05:32.8685047Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8712462Z Entering 'third_party/fbgemm' 2022-12-01T10:05:32.8733901Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8760822Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:05:32.8779155Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8805209Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:05:32.8823477Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8849371Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:05:32.8868274Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8894195Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:05:32.8912933Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8939747Z Entering 'third_party/flatbuffers' 2022-12-01T10:05:32.8959652Z http.https://github.com/.extraheader 2022-12-01T10:05:32.8987189Z Entering 'third_party/fmt' 2022-12-01T10:05:32.9007309Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9032865Z Entering 'third_party/foxi' 2022-12-01T10:05:32.9051992Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9077586Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:05:32.9097043Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9122625Z Entering 'third_party/gloo' 2022-12-01T10:05:32.9142722Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9168635Z Entering 'third_party/googletest' 2022-12-01T10:05:32.9187674Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9213799Z Entering 'third_party/ideep' 2022-12-01T10:05:32.9233739Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9259920Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:05:32.9278792Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9306831Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:05:32.9325884Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9357049Z Entering 'third_party/ios-cmake' 2022-12-01T10:05:32.9376727Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9402892Z Entering 'third_party/ittapi' 2022-12-01T10:05:32.9422486Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9448493Z Entering 'third_party/kineto' 2022-12-01T10:05:32.9467555Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9494707Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:05:32.9514100Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9540369Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:05:32.9560401Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9587394Z Entering 'third_party/nccl/nccl' 2022-12-01T10:05:32.9608405Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9634199Z Entering 'third_party/neon2sse' 2022-12-01T10:05:32.9653768Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9679436Z Entering 'third_party/nlohmann' 2022-12-01T10:05:32.9699824Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9727577Z Entering 'third_party/onnx' 2022-12-01T10:05:32.9747017Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9784073Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:05:32.9804178Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9830761Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:05:32.9850412Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9878831Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:05:32.9898585Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9923734Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:05:32.9943075Z http.https://github.com/.extraheader 2022-12-01T10:05:32.9974184Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:05:32.9993814Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0020070Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:05:33.0040168Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0066086Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:05:33.0086485Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0117452Z Entering 'third_party/pocketfft' 2022-12-01T10:05:33.0137759Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0164319Z Entering 'third_party/protobuf' 2022-12-01T10:05:33.0184347Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0213544Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:05:33.0233321Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0259672Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:05:33.0279726Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0307066Z Entering 'third_party/psimd' 2022-12-01T10:05:33.0328024Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0354284Z Entering 'third_party/pthreadpool' 2022-12-01T10:05:33.0373908Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0399888Z Entering 'third_party/pybind11' 2022-12-01T10:05:33.0419207Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0446502Z Entering 'third_party/python-enum' 2022-12-01T10:05:33.0465986Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0491503Z Entering 'third_party/python-peachpy' 2022-12-01T10:05:33.0511751Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0537669Z Entering 'third_party/python-six' 2022-12-01T10:05:33.0557406Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0583574Z Entering 'third_party/sleef' 2022-12-01T10:05:33.0604340Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0630407Z Entering 'third_party/tbb' 2022-12-01T10:05:33.0650277Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0678087Z Entering 'third_party/tensorpipe' 2022-12-01T10:05:33.0697901Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0724734Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:05:33.0744245Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0770162Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:05:33.0789895Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0815627Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:05:33.0835031Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0862073Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:05:33.0881660Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0906800Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:05:33.0926156Z http.https://github.com/.extraheader 2022-12-01T10:05:33.0955469Z Entering 'third_party/zstd' 2022-12-01T10:05:33.0975632Z http.https://github.com/.extraheader 2022-12-01T10:05:33.1205737Z Cleaning up orphan processes