2022-11-23T00:58:39.5785462Z Requested labels: linux.2xlarge 2022-11-23T00:58:39.5785527Z Job defined at: pytorch/pytorch/.github/workflows/_docs.yml@refs/heads/master 2022-11-23T00:58:39.5785550Z Waiting for a runner to pick up this job... 2022-11-23T00:58:39.9363675Z Job is about to start running on the runner: i-0be63a996b8653587 (organization) 2022-11-23T00:58:44.6665589Z Current runner version: '2.299.1' 2022-11-23T00:58:44.6670919Z Runner name: 'i-0be63a996b8653587' 2022-11-23T00:58:44.6671350Z Runner group name: 'Default' 2022-11-23T00:58:44.6671947Z Machine name: 'ip-10-0-9-225' 2022-11-23T00:58:44.6673531Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T00:58:44.6673980Z Actions: write 2022-11-23T00:58:44.6674260Z Checks: write 2022-11-23T00:58:44.6674452Z Contents: write 2022-11-23T00:58:44.6674705Z Deployments: write 2022-11-23T00:58:44.6674950Z Discussions: write 2022-11-23T00:58:44.6675174Z Issues: write 2022-11-23T00:58:44.6675428Z Metadata: read 2022-11-23T00:58:44.6675671Z Packages: write 2022-11-23T00:58:44.6675865Z Pages: write 2022-11-23T00:58:44.6676114Z PullRequests: write 2022-11-23T00:58:44.6676399Z RepositoryProjects: write 2022-11-23T00:58:44.6676627Z SecurityEvents: write 2022-11-23T00:58:44.6676869Z Statuses: write 2022-11-23T00:58:44.6677098Z ##[endgroup] 2022-11-23T00:58:44.6680052Z Secret source: Actions 2022-11-23T00:58:44.6680803Z Prepare workflow directory 2022-11-23T00:58:45.7785066Z Prepare all required actions 2022-11-23T00:58:45.7963103Z Getting action download info 2022-11-23T00:58:45.9707042Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T00:58:46.2441566Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T00:58:48.8870303Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T00:58:49.1740118Z Getting action download info 2022-11-23T00:58:49.3111273Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T00:58:49.4983740Z Uses: pytorch/pytorch/.github/workflows/_docs.yml 2022-11-23T00:58:49.4985571Z ##[group] Inputs 2022-11-23T00:58:49.4985866Z build-environment: linux-focal-py3.7-gcc7 2022-11-23T00:58:49.4986278Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:58:49.4986908Z push: false 2022-11-23T00:58:49.4987099Z run-doxygen: false 2022-11-23T00:58:49.4987298Z sync-tag: 2022-11-23T00:58:49.4987464Z ##[endgroup] 2022-11-23T00:58:49.4987869Z Complete job name: linux-docs / build-docs-functorch-false 2022-11-23T00:58:49.5675319Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T00:58:49.5675606Z with: 2022-11-23T00:58:49.5676080Z github-secret: *** 2022-11-23T00:58:49.5676291Z activate-with-label: false 2022-11-23T00:58:49.5676478Z label: with-ssh 2022-11-23T00:58:49.5676674Z remove-existing-keys: true 2022-11-23T00:58:49.5676870Z ##[endgroup] 2022-11-23T00:58:49.6461153Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T00:58:49.6638711Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T00:58:49.6638993Z with: 2022-11-23T00:58:49.6639261Z submodules: recursive 2022-11-23T00:58:49.6639550Z fetch-depth: 0 2022-11-23T00:58:49.6639743Z ##[endgroup] 2022-11-23T00:58:49.6895657Z ##[group]Run retry () { 2022-11-23T00:58:49.6895956Z retry () { 2022-11-23T00:58:49.6896186Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T00:58:49.6896400Z } 2022-11-23T00:58:49.6896572Z echo "${GITHUB_WORKSPACE}" 2022-11-23T00:58:49.6896786Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T00:58:49.6897011Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:58:49.6897199Z else 2022-11-23T00:58:49.6897395Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:58:49.6897586Z fi 2022-11-23T00:58:49.6897756Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T00:58:49.6913468Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:58:49.6913717Z env: 2022-11-23T00:58:49.6913870Z NO_SUDO: 2022-11-23T00:58:49.6914047Z ##[endgroup] 2022-11-23T00:58:49.7006142Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:58:54.3943147Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T00:58:54.3943393Z with: 2022-11-23T00:58:54.3943590Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:58:54.3943787Z fetch-depth: 0 2022-11-23T00:58:54.3943971Z submodules: recursive 2022-11-23T00:58:54.3944163Z quiet-checkout: true 2022-11-23T00:58:54.3944350Z repository: pytorch/pytorch 2022-11-23T00:58:54.3944651Z token: *** 2022-11-23T00:58:54.3944819Z ssh-strict: true 2022-11-23T00:58:54.3945001Z persist-credentials: true 2022-11-23T00:58:54.3945273Z clean: true 2022-11-23T00:58:54.3945442Z lfs: false 2022-11-23T00:58:54.3945613Z set-safe-directory: true 2022-11-23T00:58:54.3945801Z ##[endgroup] 2022-11-23T00:58:54.5063557Z Syncing repository: pytorch/pytorch 2022-11-23T00:58:54.5064962Z ##[group]Getting Git version info 2022-11-23T00:58:54.5065504Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:58:54.5065947Z [command]/usr/bin/git version 2022-11-23T00:58:54.5066149Z git version 2.37.1 2022-11-23T00:58:54.5066683Z ##[endgroup] 2022-11-23T00:58:54.5084707Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9ccd6bf7-a767-4f37-8ade-be2d26104a9d' before making global git config changes 2022-11-23T00:58:54.5085421Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T00:58:54.5088591Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:58:54.5130014Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:58:54.5134893Z ##[group]Initializing the repository 2022-11-23T00:58:54.5138179Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:58:54.5373028Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T00:58:54.5373648Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T00:58:54.5374186Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T00:58:54.5374453Z hint: 2022-11-23T00:58:54.5374742Z hint: git config --global init.defaultBranch 2022-11-23T00:58:54.5374957Z hint: 2022-11-23T00:58:54.5375248Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T00:58:54.5375856Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T00:58:54.5379173Z hint: 2022-11-23T00:58:54.5379486Z hint: git branch -m 2022-11-23T00:58:54.5379888Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T00:58:54.5384891Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T00:58:54.5419046Z ##[endgroup] 2022-11-23T00:58:54.5419432Z ##[group]Disabling automatic garbage collection 2022-11-23T00:58:54.5422265Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T00:58:54.5451162Z ##[endgroup] 2022-11-23T00:58:54.5451628Z ##[group]Setting up auth 2022-11-23T00:58:54.5458003Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T00:58:54.5488379Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T00:58:54.5729524Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T00:58:54.5761977Z [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-11-23T00:58:54.6005346Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:58:54.6057669Z ##[endgroup] 2022-11-23T00:58:54.6058280Z ##[group]Fetching the repository 2022-11-23T00:58:54.6064018Z [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-11-23T00:59:51.0221132Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T00:59:51.0248443Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:59:51.0251866Z ##[endgroup] 2022-11-23T00:59:51.0252222Z ##[group]Determining the checkout info 2022-11-23T00:59:51.0253005Z ##[endgroup] 2022-11-23T00:59:51.0253324Z ##[group]Checking out the ref 2022-11-23T00:59:51.0257079Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:59:52.3066608Z ##[endgroup] 2022-11-23T00:59:52.3067168Z ##[group]Setting up auth for fetching submodules 2022-11-23T00:59:52.3072682Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:59:52.3120826Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T00:59:52.3149721Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T00:59:52.3178126Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T00:59:52.3203910Z ##[endgroup] 2022-11-23T00:59:52.3204462Z ##[group]Fetching submodules 2022-11-23T00:59:52.3207686Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T00:59:52.3472101Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T00:59:52.3727594Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T00:59:52.3729214Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T00:59:52.3730300Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T00:59:52.3733570Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T00:59:52.3736122Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T00:59:52.3739754Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T00:59:52.3742819Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T00:59:52.3746140Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T00:59:52.3749684Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T00:59:52.3752958Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T00:59:52.3756663Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T00:59:52.3760199Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T00:59:52.3763877Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T00:59:52.3767877Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T00:59:52.3771701Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T00:59:52.3775634Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T00:59:52.3780025Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T00:59:52.3784741Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:59:52.3788980Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T00:59:52.3793519Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T00:59:52.3798360Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T00:59:52.3803458Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T00:59:52.3807959Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T00:59:52.3812611Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T00:59:52.3817408Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T00:59:52.3822738Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T00:59:52.3828019Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T00:59:52.3833275Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T00:59:52.3838756Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T00:59:52.3844245Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T00:59:52.3849879Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T00:59:52.3855563Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T00:59:52.3861719Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T00:59:52.3867692Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T00:59:52.3873719Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T00:59:52.3879890Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T00:59:52.3886282Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T00:59:52.3892466Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T00:59:52.3899149Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T00:59:52.3905947Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T00:59:52.3912648Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T00:59:52.3939511Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T00:59:52.6460385Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T00:59:52.8408136Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T00:59:53.0222324Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T00:59:53.3094131Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T00:59:53.5541984Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T00:59:55.5037811Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:00:01.6605295Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:00:03.2425505Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:00:04.8717654Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:00:06.6992292Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:00:08.2086285Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:00:10.0200712Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:00:15.8362900Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:00:16.5164512Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:00:18.0150209Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:00:19.2072726Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:00:19.5667859Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:00:20.0566367Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:00:20.3537497Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:00:21.4686966Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:00:21.9186966Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:00:22.2016075Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:00:22.5741095Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:00:24.1794202Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:00:24.5812411Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:00:24.9253971Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:00:30.7360842Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:00:32.4786968Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:00:32.9018294Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:00:33.1353955Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:00:39.0253992Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:00:39.3860132Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:00:39.6410900Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:00:40.4649977Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:00:40.6750007Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:00:40.9985855Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:00:41.2816604Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:00:41.8337149Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:00:44.1651727Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:00:44.6324454Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:00:47.1203295Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:00:47.1300718Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:00:47.1375330Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:00:47.1584812Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:00:47.1792058Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:00:47.2124741Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:00:47.7718199Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:00:47.7914600Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:00:47.8834047Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:00:47.9157687Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:00:48.1843511Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:00:48.5623518Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:00:48.7934848Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:00:48.8360293Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:00:48.8374981Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:00:48.8376745Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:00:48.8381446Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:00:48.8383059Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:00:48.8408246Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:00:49.7949886Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:00:50.3073136Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:00:51.4556076Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:00:51.7755564Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:00:51.8683442Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:00:51.9237193Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:00:51.9335268Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:00:52.0195339Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:00:52.0529496Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:00:52.0616102Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:00:52.0986632Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:00:52.1207314Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:00:52.1637081Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:00:52.1747550Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:00:52.1760708Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:00:52.1782457Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:01:00.1025462Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:01:00.1042154Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:01:00.1065219Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:01:08.8222900Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:01:08.8320779Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:01:08.8454962Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:01:08.9314708Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:01:08.9329439Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:01:08.9331541Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:01:08.9354201Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:01:10.1107849Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:01:11.1769123Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:01:11.2278719Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:01:11.2472460Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:01:11.2608888Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:01:11.3606739Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:01:11.5863569Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:01:11.5889809Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:01:11.5891569Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:01:11.5915251Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:01:11.9970123Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:01:12.8270592Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:01:12.8564541Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:01:12.8708128Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:01:12.8721130Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:01:12.8743147Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:01:14.6035443Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:01:14.6053698Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:01:14.6055627Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:01:14.6079555Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:01:15.0143085Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:01:15.8694170Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:01:15.9310179Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:01:15.9325038Z 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-11-23T01:01:15.9348701Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:01:16.1522598Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:01:16.1606478Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:01:16.3968888Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:01:16.3988113Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:01:16.3989210Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:01:16.4012797Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:01:16.7889536Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:01:17.8221249Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:01:17.8859014Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:01:17.8939409Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:01:17.9038960Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:01:17.9348797Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:01:17.9431277Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:01:17.9699031Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:01:17.9787277Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:01:18.0196690Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:01:18.1195452Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:01:18.1439251Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:01:18.1452534Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:01:18.1454392Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:01:18.1456349Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:01:18.1458774Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:01:18.1480975Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:01:19.1717175Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:01:19.4306812Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:01:20.6821522Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:01:21.8235790Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:01:21.8374504Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:01:21.8980098Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:01:21.9249580Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:01:21.9263520Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:01:21.9285820Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:01:22.1380594Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:01:22.2637871Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:01:22.2674083Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T01:01:22.2937724Z Entering 'android/libs/fbjni' 2022-11-23T01:01:22.2974241Z Entering 'third_party/FP16' 2022-11-23T01:01:22.3010038Z Entering 'third_party/FXdiv' 2022-11-23T01:01:22.3046768Z Entering 'third_party/NNPACK' 2022-11-23T01:01:22.3082089Z Entering 'third_party/QNNPACK' 2022-11-23T01:01:22.3117496Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:01:22.3152700Z Entering 'third_party/XNNPACK' 2022-11-23T01:01:22.3198410Z Entering 'third_party/benchmark' 2022-11-23T01:01:22.3234664Z Entering 'third_party/cpuinfo' 2022-11-23T01:01:22.3271152Z Entering 'third_party/cub' 2022-11-23T01:01:22.3307911Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:01:22.3348789Z Entering 'third_party/cutlass' 2022-11-23T01:01:22.3390846Z Entering 'third_party/eigen' 2022-11-23T01:01:22.3427850Z Entering 'third_party/fbgemm' 2022-11-23T01:01:22.3463716Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:01:22.3500136Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:01:22.3533407Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:01:22.3568884Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:01:22.3644851Z Entering 'third_party/flatbuffers' 2022-11-23T01:01:22.3699154Z Entering 'third_party/fmt' 2022-11-23T01:01:22.3735048Z Entering 'third_party/foxi' 2022-11-23T01:01:22.3772408Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:01:22.3808472Z Entering 'third_party/gloo' 2022-11-23T01:01:22.3844201Z Entering 'third_party/googletest' 2022-11-23T01:01:22.3879733Z Entering 'third_party/ideep' 2022-11-23T01:01:22.3914055Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:01:22.3953651Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:01:22.3996669Z Entering 'third_party/ios-cmake' 2022-11-23T01:01:22.4033779Z Entering 'third_party/ittapi' 2022-11-23T01:01:22.4069499Z Entering 'third_party/kineto' 2022-11-23T01:01:22.4104814Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:01:22.4139965Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:01:22.4178092Z Entering 'third_party/nccl/nccl' 2022-11-23T01:01:22.4213812Z Entering 'third_party/neon2sse' 2022-11-23T01:01:22.4248980Z Entering 'third_party/nlohmann' 2022-11-23T01:01:22.4285153Z Entering 'third_party/onnx' 2022-11-23T01:01:22.4334210Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:01:22.4371977Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:01:22.4408825Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:01:22.4446929Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:01:22.4486245Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:01:22.4523047Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:01:22.4557659Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:01:22.4597896Z Entering 'third_party/pocketfft' 2022-11-23T01:01:22.4635209Z Entering 'third_party/protobuf' 2022-11-23T01:01:22.4674758Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:01:22.4709497Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:01:22.4745765Z Entering 'third_party/psimd' 2022-11-23T01:01:22.4781418Z Entering 'third_party/pthreadpool' 2022-11-23T01:01:22.4817186Z Entering 'third_party/pybind11' 2022-11-23T01:01:22.4853311Z Entering 'third_party/python-enum' 2022-11-23T01:01:22.4888610Z Entering 'third_party/python-peachpy' 2022-11-23T01:01:22.4926517Z Entering 'third_party/python-six' 2022-11-23T01:01:22.4962965Z Entering 'third_party/sleef' 2022-11-23T01:01:22.4998587Z Entering 'third_party/tbb' 2022-11-23T01:01:22.5038090Z Entering 'third_party/tensorpipe' 2022-11-23T01:01:22.5075690Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:01:22.5111042Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:01:22.5145424Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:01:22.5179721Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:01:22.5212642Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:01:22.5249525Z Entering 'third_party/zstd' 2022-11-23T01:01:22.5294436Z ##[endgroup] 2022-11-23T01:01:22.5296077Z ##[group]Persisting credentials for submodules 2022-11-23T01:01:22.5301135Z [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-11-23T01:01:22.5564363Z Entering 'android/libs/fbjni' 2022-11-23T01:01:22.5598770Z Entering 'third_party/FP16' 2022-11-23T01:01:22.5636151Z Entering 'third_party/FXdiv' 2022-11-23T01:01:22.5669845Z Entering 'third_party/NNPACK' 2022-11-23T01:01:22.5705899Z Entering 'third_party/QNNPACK' 2022-11-23T01:01:22.5739883Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:01:22.5775758Z Entering 'third_party/XNNPACK' 2022-11-23T01:01:22.5821112Z Entering 'third_party/benchmark' 2022-11-23T01:01:22.5855285Z Entering 'third_party/cpuinfo' 2022-11-23T01:01:22.5890763Z Entering 'third_party/cub' 2022-11-23T01:01:22.5924147Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:01:22.5964080Z Entering 'third_party/cutlass' 2022-11-23T01:01:22.6004588Z Entering 'third_party/eigen' 2022-11-23T01:01:22.6042264Z Entering 'third_party/fbgemm' 2022-11-23T01:01:22.6077347Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:01:22.6110781Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:01:22.6144876Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:01:22.6178423Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:01:22.6212798Z Entering 'third_party/flatbuffers' 2022-11-23T01:01:22.6248834Z Entering 'third_party/fmt' 2022-11-23T01:01:22.6282605Z Entering 'third_party/foxi' 2022-11-23T01:01:22.6316575Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:01:22.6350294Z Entering 'third_party/gloo' 2022-11-23T01:01:22.6384366Z Entering 'third_party/googletest' 2022-11-23T01:01:22.6418861Z Entering 'third_party/ideep' 2022-11-23T01:01:22.6451929Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:01:22.6487807Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:01:22.6529248Z Entering 'third_party/ios-cmake' 2022-11-23T01:01:22.6563185Z Entering 'third_party/ittapi' 2022-11-23T01:01:22.6598616Z Entering 'third_party/kineto' 2022-11-23T01:01:22.6632941Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:01:22.6667995Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:01:22.6704375Z Entering 'third_party/nccl/nccl' 2022-11-23T01:01:22.6738515Z Entering 'third_party/neon2sse' 2022-11-23T01:01:22.6772894Z Entering 'third_party/nlohmann' 2022-11-23T01:01:22.6808746Z Entering 'third_party/onnx' 2022-11-23T01:01:22.6855346Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:01:22.6890894Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:01:22.6928022Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:01:22.6963325Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:01:22.7002335Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:01:22.7037599Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:01:22.7072416Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:01:22.7112304Z Entering 'third_party/pocketfft' 2022-11-23T01:01:22.7146993Z Entering 'third_party/protobuf' 2022-11-23T01:01:22.7186061Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:01:22.7219660Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:01:22.7255038Z Entering 'third_party/psimd' 2022-11-23T01:01:22.7289498Z Entering 'third_party/pthreadpool' 2022-11-23T01:01:22.7324465Z Entering 'third_party/pybind11' 2022-11-23T01:01:22.7358767Z Entering 'third_party/python-enum' 2022-11-23T01:01:22.7392976Z Entering 'third_party/python-peachpy' 2022-11-23T01:01:22.7427005Z Entering 'third_party/python-six' 2022-11-23T01:01:22.7460626Z Entering 'third_party/sleef' 2022-11-23T01:01:22.7495740Z Entering 'third_party/tbb' 2022-11-23T01:01:22.7531768Z Entering 'third_party/tensorpipe' 2022-11-23T01:01:22.7565889Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:01:22.7599491Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:01:22.7633813Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:01:22.7667836Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:01:22.7700848Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:01:22.7737637Z Entering 'third_party/zstd' 2022-11-23T01:01:22.7783451Z [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-11-23T01:01:22.8040806Z Entering 'android/libs/fbjni' 2022-11-23T01:01:22.8073039Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:01:22.8087311Z Entering 'third_party/FP16' 2022-11-23T01:01:22.8120017Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:01:22.8134329Z Entering 'third_party/FXdiv' 2022-11-23T01:01:22.8166945Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:01:22.8182063Z Entering 'third_party/NNPACK' 2022-11-23T01:01:22.8214633Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:01:22.8229888Z Entering 'third_party/QNNPACK' 2022-11-23T01:01:22.8263100Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:01:22.8278157Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:01:22.8310696Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:01:22.8325748Z Entering 'third_party/XNNPACK' 2022-11-23T01:01:22.8358463Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:01:22.8383846Z Entering 'third_party/benchmark' 2022-11-23T01:01:22.8417037Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:01:22.8431753Z Entering 'third_party/cpuinfo' 2022-11-23T01:01:22.8464651Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:01:22.8479952Z Entering 'third_party/cub' 2022-11-23T01:01:22.8512880Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:01:22.8527524Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:01:22.8560596Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:01:22.8580370Z Entering 'third_party/cutlass' 2022-11-23T01:01:22.8613930Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:01:22.8636163Z Entering 'third_party/eigen' 2022-11-23T01:01:22.8667892Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:01:22.8683679Z Entering 'third_party/fbgemm' 2022-11-23T01:01:22.8716846Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:01:22.8731294Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:01:22.8763640Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:01:22.8777709Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:01:22.8808913Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:01:22.8824680Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:01:22.8855575Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:01:22.8869664Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:01:22.8901100Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:01:22.8915997Z Entering 'third_party/flatbuffers' 2022-11-23T01:01:22.8947045Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:01:22.8963622Z Entering 'third_party/fmt' 2022-11-23T01:01:22.8995225Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:01:22.9009579Z Entering 'third_party/foxi' 2022-11-23T01:01:22.9042078Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:01:22.9055526Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:01:22.9089281Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:01:22.9103157Z Entering 'third_party/gloo' 2022-11-23T01:01:22.9135992Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:01:22.9150987Z Entering 'third_party/googletest' 2022-11-23T01:01:22.9183232Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:01:22.9197837Z Entering 'third_party/ideep' 2022-11-23T01:01:22.9230946Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:01:22.9244523Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:01:22.9277903Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:01:22.9294317Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:01:22.9326708Z 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-11-23T01:01:22.9347967Z Entering 'third_party/ios-cmake' 2022-11-23T01:01:22.9380285Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:01:22.9394309Z Entering 'third_party/ittapi' 2022-11-23T01:01:22.9427244Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:01:22.9441778Z Entering 'third_party/kineto' 2022-11-23T01:01:22.9474187Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:01:22.9488201Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:01:22.9520971Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:01:22.9534822Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:01:22.9567542Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:01:22.9583278Z Entering 'third_party/nccl/nccl' 2022-11-23T01:01:22.9614846Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:01:22.9629559Z Entering 'third_party/neon2sse' 2022-11-23T01:01:22.9661261Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:01:22.9675809Z Entering 'third_party/nlohmann' 2022-11-23T01:01:22.9708291Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:01:22.9723791Z Entering 'third_party/onnx' 2022-11-23T01:01:22.9756244Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:01:22.9783023Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:01:22.9815539Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:01:22.9830504Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:01:22.9861899Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:01:22.9878172Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:01:22.9911566Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:01:22.9925665Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:01:22.9957589Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:01:22.9976029Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:01:23.0007972Z 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-11-23T01:01:23.0022543Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:01:23.0053832Z 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-11-23T01:01:23.0069163Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:01:23.0101923Z 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-11-23T01:01:23.0119931Z Entering 'third_party/pocketfft' 2022-11-23T01:01:23.0151941Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:01:23.0165854Z Entering 'third_party/protobuf' 2022-11-23T01:01:23.0198049Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:01:23.0215431Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:01:23.0247494Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:01:23.0261873Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:01:23.0292842Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:01:23.0309429Z Entering 'third_party/psimd' 2022-11-23T01:01:23.0343257Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:01:23.0357851Z Entering 'third_party/pthreadpool' 2022-11-23T01:01:23.0390177Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:01:23.0404790Z Entering 'third_party/pybind11' 2022-11-23T01:01:23.0436540Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:01:23.0451168Z Entering 'third_party/python-enum' 2022-11-23T01:01:23.0483597Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:01:23.0497755Z Entering 'third_party/python-peachpy' 2022-11-23T01:01:23.0529710Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:01:23.0543614Z Entering 'third_party/python-six' 2022-11-23T01:01:23.0575663Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:01:23.0590670Z Entering 'third_party/sleef' 2022-11-23T01:01:23.0622689Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:01:23.0637189Z Entering 'third_party/tbb' 2022-11-23T01:01:23.0668961Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:01:23.0684548Z Entering 'third_party/tensorpipe' 2022-11-23T01:01:23.0717865Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:01:23.0732266Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:01:23.0764745Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:01:23.0779317Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:01:23.0810922Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:01:23.0824820Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:01:23.0856383Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:01:23.0870770Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:01:23.0902479Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:01:23.0916492Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:01:23.0948933Z 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-11-23T01:01:23.0965419Z Entering 'third_party/zstd' 2022-11-23T01:01:23.0997367Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:01:23.1768696Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T01:01:23.2037830Z Entering 'android/libs/fbjni' 2022-11-23T01:01:23.2075602Z Entering 'third_party/FP16' 2022-11-23T01:01:23.2112278Z Entering 'third_party/FXdiv' 2022-11-23T01:01:23.2149309Z Entering 'third_party/NNPACK' 2022-11-23T01:01:23.2185739Z Entering 'third_party/QNNPACK' 2022-11-23T01:01:23.2222625Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:01:23.2259043Z Entering 'third_party/XNNPACK' 2022-11-23T01:01:23.2306122Z Entering 'third_party/benchmark' 2022-11-23T01:01:23.2342351Z Entering 'third_party/cpuinfo' 2022-11-23T01:01:23.2378947Z Entering 'third_party/cub' 2022-11-23T01:01:23.2414392Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:01:23.2455196Z Entering 'third_party/cutlass' 2022-11-23T01:01:23.2498313Z Entering 'third_party/eigen' 2022-11-23T01:01:23.2536631Z Entering 'third_party/fbgemm' 2022-11-23T01:01:23.2572162Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:01:23.2607750Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:01:23.2644484Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:01:23.2679302Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:01:23.2715643Z Entering 'third_party/flatbuffers' 2022-11-23T01:01:23.2754076Z Entering 'third_party/fmt' 2022-11-23T01:01:23.2790634Z Entering 'third_party/foxi' 2022-11-23T01:01:23.2826082Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:01:23.2861866Z Entering 'third_party/gloo' 2022-11-23T01:01:23.2897356Z Entering 'third_party/googletest' 2022-11-23T01:01:23.2932504Z Entering 'third_party/ideep' 2022-11-23T01:01:23.2966792Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:01:23.3004791Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:01:23.3046894Z Entering 'third_party/ios-cmake' 2022-11-23T01:01:23.3081898Z Entering 'third_party/ittapi' 2022-11-23T01:01:23.3117583Z Entering 'third_party/kineto' 2022-11-23T01:01:23.3151706Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:01:23.3187044Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:01:23.3222266Z Entering 'third_party/nccl/nccl' 2022-11-23T01:01:23.3258395Z Entering 'third_party/neon2sse' 2022-11-23T01:01:23.3296200Z Entering 'third_party/nlohmann' 2022-11-23T01:01:23.3333286Z Entering 'third_party/onnx' 2022-11-23T01:01:23.3381408Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:01:23.3415791Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:01:23.3453127Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:01:23.3488271Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:01:23.3526733Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:01:23.3561928Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:01:23.3596419Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:01:23.3636042Z Entering 'third_party/pocketfft' 2022-11-23T01:01:23.3670753Z Entering 'third_party/protobuf' 2022-11-23T01:01:23.3709578Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:01:23.3744213Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:01:23.3779964Z Entering 'third_party/psimd' 2022-11-23T01:01:23.3815298Z Entering 'third_party/pthreadpool' 2022-11-23T01:01:23.3850238Z Entering 'third_party/pybind11' 2022-11-23T01:01:23.3884884Z Entering 'third_party/python-enum' 2022-11-23T01:01:23.3919058Z Entering 'third_party/python-peachpy' 2022-11-23T01:01:23.3953425Z Entering 'third_party/python-six' 2022-11-23T01:01:23.3988822Z Entering 'third_party/sleef' 2022-11-23T01:01:23.4023867Z Entering 'third_party/tbb' 2022-11-23T01:01:23.4060480Z Entering 'third_party/tensorpipe' 2022-11-23T01:01:23.4095010Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:01:23.4129265Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:01:23.4163100Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:01:23.4198615Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:01:23.4233711Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:01:23.4272240Z Entering 'third_party/zstd' 2022-11-23T01:01:23.4318575Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T01:01:23.4577354Z Entering 'android/libs/fbjni' 2022-11-23T01:01:23.4612092Z Entering 'third_party/FP16' 2022-11-23T01:01:23.4646650Z Entering 'third_party/FXdiv' 2022-11-23T01:01:23.4682812Z Entering 'third_party/NNPACK' 2022-11-23T01:01:23.4719388Z Entering 'third_party/QNNPACK' 2022-11-23T01:01:23.4755589Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:01:23.4790124Z Entering 'third_party/XNNPACK' 2022-11-23T01:01:23.4835429Z Entering 'third_party/benchmark' 2022-11-23T01:01:23.4870403Z Entering 'third_party/cpuinfo' 2022-11-23T01:01:23.4906137Z Entering 'third_party/cub' 2022-11-23T01:01:23.4941559Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:01:23.4982047Z Entering 'third_party/cutlass' 2022-11-23T01:01:23.5023716Z Entering 'third_party/eigen' 2022-11-23T01:01:23.5060652Z Entering 'third_party/fbgemm' 2022-11-23T01:01:23.5096010Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:01:23.5131274Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:01:23.5165279Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:01:23.5199104Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:01:23.5234861Z Entering 'third_party/flatbuffers' 2022-11-23T01:01:23.5271132Z Entering 'third_party/fmt' 2022-11-23T01:01:23.5306805Z Entering 'third_party/foxi' 2022-11-23T01:01:23.5342864Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:01:23.5378073Z Entering 'third_party/gloo' 2022-11-23T01:01:23.5413038Z Entering 'third_party/googletest' 2022-11-23T01:01:23.5448563Z Entering 'third_party/ideep' 2022-11-23T01:01:23.5483253Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:01:23.5520899Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:01:23.5563091Z Entering 'third_party/ios-cmake' 2022-11-23T01:01:23.5599155Z Entering 'third_party/ittapi' 2022-11-23T01:01:23.5634926Z Entering 'third_party/kineto' 2022-11-23T01:01:23.5670602Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:01:23.5706172Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:01:23.5742657Z Entering 'third_party/nccl/nccl' 2022-11-23T01:01:23.5779599Z Entering 'third_party/neon2sse' 2022-11-23T01:01:23.5813455Z Entering 'third_party/nlohmann' 2022-11-23T01:01:23.5849681Z Entering 'third_party/onnx' 2022-11-23T01:01:23.5897016Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:01:23.5931957Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:01:23.5969208Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:01:23.6003725Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:01:23.6042662Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:01:23.6076967Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:01:23.6111004Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:01:23.6150939Z Entering 'third_party/pocketfft' 2022-11-23T01:01:23.6186674Z Entering 'third_party/protobuf' 2022-11-23T01:01:23.6225526Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:01:23.6261340Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:01:23.6297552Z Entering 'third_party/psimd' 2022-11-23T01:01:23.6332746Z Entering 'third_party/pthreadpool' 2022-11-23T01:01:23.6367917Z Entering 'third_party/pybind11' 2022-11-23T01:01:23.6403796Z Entering 'third_party/python-enum' 2022-11-23T01:01:23.6439275Z Entering 'third_party/python-peachpy' 2022-11-23T01:01:23.6473994Z Entering 'third_party/python-six' 2022-11-23T01:01:23.6510489Z Entering 'third_party/sleef' 2022-11-23T01:01:23.6544715Z Entering 'third_party/tbb' 2022-11-23T01:01:23.6581499Z Entering 'third_party/tensorpipe' 2022-11-23T01:01:23.6616320Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:01:23.6651668Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:01:23.6686567Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:01:23.6722667Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:01:23.6759039Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:01:23.6796228Z Entering 'third_party/zstd' 2022-11-23T01:01:23.6841649Z ##[endgroup] 2022-11-23T01:01:23.6879224Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T01:01:23.6905996Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:01:23.7023706Z Prepare all required actions 2022-11-23T01:01:23.7050910Z ##[group]Run ./.github/actions/setup-linux 2022-11-23T01:01:23.7051204Z ##[endgroup] 2022-11-23T01:01:23.7067745Z ##[group]Run set -euo pipefail 2022-11-23T01:01:23.7068039Z set -euo pipefail 2022-11-23T01:01:23.7068377Z function get_ec2_metadata() { 2022-11-23T01:01:23.7068665Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:01:23.7069076Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:01:23.7069471Z  category=$1 2022-11-23T01:01:23.7069728Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:01:23.7070011Z } 2022-11-23T01:01:23.7070292Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:01:23.7070614Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:01:23.7070980Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:01:23.7071270Z echo "system info $(uname -a)" 2022-11-23T01:01:23.7082639Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:01:23.7107265Z ##[endgroup] 2022-11-23T01:01:23.7186491Z ami-id: ami-096198a0bccc6bad4 2022-11-23T01:01:23.7237960Z instance-id: i-0be63a996b8653587 2022-11-23T01:01:23.7287690Z instance-type: c5.2xlarge 2022-11-23T01:01:23.7294627Z system info Linux ip-10-0-9-225.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-11-23T01:01:23.7310990Z ##[group]Run if systemctl is-active --quiet docker; then 2022-11-23T01:01:23.7311285Z if systemctl is-active --quiet docker; then 2022-11-23T01:01:23.7311528Z  echo "Docker daemon is running..."; 2022-11-23T01:01:23.7311727Z else 2022-11-23T01:01:23.7311946Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-11-23T01:01:23.7312178Z fi 2022-11-23T01:01:23.7323071Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:01:23.7323286Z ##[endgroup] 2022-11-23T01:01:23.7376255Z Docker daemon is running... 2022-11-23T01:01:23.7390929Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T01:01:23.7391279Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T01:01:23.7391559Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T01:01:23.7391952Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-11-23T01:01:23.7392301Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-11-23T01:01:23.7402705Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:01:23.7402918Z env: 2022-11-23T01:01:23.7403088Z AWS_RETRY_MODE: standard 2022-11-23T01:01:23.7403262Z AWS_MAX_ATTEMPTS: 5 2022-11-23T01:01:23.7403461Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:01:23.7403647Z ##[endgroup] 2022-11-23T01:01:25.2321563Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-11-23T01:01:25.2322093Z Configure a credential helper to remove this warning. See 2022-11-23T01:01:25.2322816Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-11-23T01:01:25.2323170Z 2022-11-23T01:01:25.2323256Z Login Succeeded 2022-11-23T01:01:25.2351326Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T01:01:25.2351646Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T01:01:25.2351916Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T01:01:25.2363015Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:01:25.2363249Z ##[endgroup] 2022-11-23T01:01:25.2453875Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-11-23T01:01:25.2454119Z with: 2022-11-23T01:01:25.2454438Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:01:25.2454770Z ##[endgroup] 2022-11-23T01:01:25.2466852Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T01:01:25.2467126Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T01:01:25.2467396Z # ignore output since only exit code is used for conditional 2022-11-23T01:01:25.2467684Z # only pull docker image if it's not available locally 2022-11-23T01:01:25.2467963Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-11-23T01:01:25.2468234Z  retry docker pull "${DOCKER_IMAGE}" 2022-11-23T01:01:25.2468432Z fi 2022-11-23T01:01:25.2479338Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:01:25.2479558Z env: 2022-11-23T01:01:25.2479879Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:01:25.2480209Z ##[endgroup] 2022-11-23T01:01:25.4923271Z 072aae4a77ed7d3a69ad5683420509c41301b940: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-11-23T01:01:25.4938713Z eaead16dc43b: Pulling fs layer 2022-11-23T01:01:25.4939087Z 96afc5db69dc: Pulling fs layer 2022-11-23T01:01:25.4939398Z 9cd06b79192a: Pulling fs layer 2022-11-23T01:01:25.4939707Z ed66d74b7c20: Pulling fs layer 2022-11-23T01:01:25.4940194Z 42439e1d77c4: Pulling fs layer 2022-11-23T01:01:25.4940521Z 80bf4ab5d594: Pulling fs layer 2022-11-23T01:01:25.4944675Z 879beb9f8e9b: Pulling fs layer 2022-11-23T01:01:25.4945202Z 3f623e97839a: Pulling fs layer 2022-11-23T01:01:25.4945535Z d845eb9c30a0: Pulling fs layer 2022-11-23T01:01:25.4945762Z 8654f94b3130: Pulling fs layer 2022-11-23T01:01:25.4946000Z 0c488367249b: Pulling fs layer 2022-11-23T01:01:25.4946190Z 0c91414faf6f: Pulling fs layer 2022-11-23T01:01:25.4946380Z 16b14aea0152: Pulling fs layer 2022-11-23T01:01:25.4946591Z a2871863f729: Pulling fs layer 2022-11-23T01:01:25.4946903Z d703d3396c78: Pulling fs layer 2022-11-23T01:01:25.4947242Z 42439e1d77c4: Waiting 2022-11-23T01:01:25.4947544Z 3f623e97839a: Waiting 2022-11-23T01:01:25.4947855Z acf65ded4ba0: Pulling fs layer 2022-11-23T01:01:25.4948045Z 80bf4ab5d594: Waiting 2022-11-23T01:01:25.4950335Z 19d7da72e211: Pulling fs layer 2022-11-23T01:01:25.4952197Z d845eb9c30a0: Waiting 2022-11-23T01:01:25.4952460Z 879beb9f8e9b: Waiting 2022-11-23T01:01:25.4952777Z cb4b60b16a23: Pulling fs layer 2022-11-23T01:01:25.4953108Z 8654f94b3130: Waiting 2022-11-23T01:01:25.4953433Z 6325a464626e: Pulling fs layer 2022-11-23T01:01:25.4954910Z 0c488367249b: Waiting 2022-11-23T01:01:25.4955242Z b17aded2bf76: Pulling fs layer 2022-11-23T01:01:25.4955592Z 79f0454f85ca: Pulling fs layer 2022-11-23T01:01:25.4955790Z 0c91414faf6f: Waiting 2022-11-23T01:01:25.4955964Z 5df784aed3a4: Pulling fs layer 2022-11-23T01:01:25.4956156Z 196c72536fc8: Pulling fs layer 2022-11-23T01:01:25.4956347Z e7cf72049767: Pulling fs layer 2022-11-23T01:01:25.4956527Z 7c4667efa9a5: Pulling fs layer 2022-11-23T01:01:25.4956718Z c62a223ffc22: Pulling fs layer 2022-11-23T01:01:25.4956910Z 824caeed1492: Pulling fs layer 2022-11-23T01:01:25.4957092Z 1762e4b0a4dc: Pulling fs layer 2022-11-23T01:01:25.4957283Z 093e8e8bcad0: Pulling fs layer 2022-11-23T01:01:25.4957472Z 133752b42076: Pulling fs layer 2022-11-23T01:01:25.4957645Z 516276b2131d: Pulling fs layer 2022-11-23T01:01:25.4957828Z 19d7da72e211: Waiting 2022-11-23T01:01:25.4958008Z 3507de6a25b1: Pulling fs layer 2022-11-23T01:01:25.4958176Z cb4b60b16a23: Waiting 2022-11-23T01:01:25.4958346Z 6325a464626e: Waiting 2022-11-23T01:01:25.4958521Z 49880d42ecce: Pulling fs layer 2022-11-23T01:01:25.4958689Z 5df784aed3a4: Waiting 2022-11-23T01:01:25.4959006Z 4694407ca3de: Pulling fs layer 2022-11-23T01:01:25.4959218Z b2c751e637f5: Pulling fs layer 2022-11-23T01:01:25.4959409Z 6114b441ddbf: Pulling fs layer 2022-11-23T01:01:25.4959581Z b17aded2bf76: Waiting 2022-11-23T01:01:25.4959756Z d703d3396c78: Waiting 2022-11-23T01:01:25.4959937Z 52944c8173bb: Pulling fs layer 2022-11-23T01:01:25.4960107Z ed66d74b7c20: Waiting 2022-11-23T01:01:25.4960289Z 1c1aab3b72ce: Pulling fs layer 2022-11-23T01:01:25.4960486Z 9af1bdb6cccf: Pulling fs layer 2022-11-23T01:01:25.4960668Z 2b8671dbd244: Pulling fs layer 2022-11-23T01:01:25.4960856Z 0ccc0a3f9f55: Pulling fs layer 2022-11-23T01:01:25.4961048Z 6c09ee684801: Pulling fs layer 2022-11-23T01:01:25.4961219Z 824caeed1492: Waiting 2022-11-23T01:01:25.4961401Z dde59f92df16: Pulling fs layer 2022-11-23T01:01:25.4961581Z 1762e4b0a4dc: Waiting 2022-11-23T01:01:25.4961817Z 093e8e8bcad0: Waiting 2022-11-23T01:01:25.4962000Z 7108366bb357: Pulling fs layer 2022-11-23T01:01:25.4962197Z a17d3f0d245f: Pulling fs layer 2022-11-23T01:01:25.4962365Z e7cf72049767: Waiting 2022-11-23T01:01:25.4995183Z af1f57b03dc1: Pulling fs layer 2022-11-23T01:01:25.4998404Z fedc8844da0c: Pulling fs layer 2022-11-23T01:01:25.4998595Z 3507de6a25b1: Waiting 2022-11-23T01:01:25.4998768Z 49880d42ecce: Waiting 2022-11-23T01:01:25.4998940Z 4d9ee4a84202: Pulling fs layer 2022-11-23T01:01:25.4999128Z 6114b441ddbf: Waiting 2022-11-23T01:01:25.4999312Z 422bb402971f: Pulling fs layer 2022-11-23T01:01:25.4999482Z 52944c8173bb: Waiting 2022-11-23T01:01:25.4999666Z 30d9fd19fcf8: Pulling fs layer 2022-11-23T01:01:25.4999862Z e6ec9ff72352: Pulling fs layer 2022-11-23T01:01:25.5000048Z b2dabb47a4a1: Pulling fs layer 2022-11-23T01:01:25.5000383Z 78592748cf6a: Pulling fs layer 2022-11-23T01:01:25.5000568Z 4694407ca3de: Waiting 2022-11-23T01:01:25.5000732Z 9af1bdb6cccf: Waiting 2022-11-23T01:01:25.5000911Z b2c751e637f5: Waiting 2022-11-23T01:01:25.5001084Z 7c4667efa9a5: Waiting 2022-11-23T01:01:25.5001252Z 2f62c284cd73: Pulling fs layer 2022-11-23T01:01:25.5001439Z af1f57b03dc1: Waiting 2022-11-23T01:01:25.5001619Z 2b8671dbd244: Waiting 2022-11-23T01:01:25.5001778Z fedc8844da0c: Waiting 2022-11-23T01:01:25.5001966Z d25a76b3a031: Pulling fs layer 2022-11-23T01:01:25.5002157Z 5a50d7c62a26: Pulling fs layer 2022-11-23T01:01:25.5002339Z cd6d94bb12b1: Pulling fs layer 2022-11-23T01:01:25.5002533Z 2fba50966c3e: Pulling fs layer 2022-11-23T01:01:25.5002716Z 0ccc0a3f9f55: Waiting 2022-11-23T01:01:25.5002888Z 6c09ee684801: Waiting 2022-11-23T01:01:25.5003043Z 30d9fd19fcf8: Waiting 2022-11-23T01:01:25.5003214Z dde59f92df16: Waiting 2022-11-23T01:01:25.5003380Z 7108366bb357: Waiting 2022-11-23T01:01:25.5003530Z 516276b2131d: Waiting 2022-11-23T01:01:25.5003700Z e6ec9ff72352: Waiting 2022-11-23T01:01:25.5003869Z b2dabb47a4a1: Waiting 2022-11-23T01:01:25.5004024Z a17d3f0d245f: Waiting 2022-11-23T01:01:25.5004193Z 422bb402971f: Waiting 2022-11-23T01:01:25.5004358Z 2f62c284cd73: Waiting 2022-11-23T01:01:25.5004511Z 4d9ee4a84202: Waiting 2022-11-23T01:01:25.5004679Z cd6d94bb12b1: Waiting 2022-11-23T01:01:25.5004849Z d25a76b3a031: Waiting 2022-11-23T01:01:25.5005001Z 2fba50966c3e: Waiting 2022-11-23T01:01:25.5005170Z 5a50d7c62a26: Waiting 2022-11-23T01:01:25.5005335Z 1c1aab3b72ce: Waiting 2022-11-23T01:01:25.5005489Z 78592748cf6a: Waiting 2022-11-23T01:01:25.5693731Z 96afc5db69dc: Verifying Checksum 2022-11-23T01:01:25.6517193Z ed66d74b7c20: Download complete 2022-11-23T01:01:25.7149648Z 42439e1d77c4: Verifying Checksum 2022-11-23T01:01:25.7150042Z 42439e1d77c4: Download complete 2022-11-23T01:01:25.7976793Z 80bf4ab5d594: Verifying Checksum 2022-11-23T01:01:25.7977064Z 80bf4ab5d594: Download complete 2022-11-23T01:01:25.8381652Z eaead16dc43b: Download complete 2022-11-23T01:01:25.9296358Z 3f623e97839a: Verifying Checksum 2022-11-23T01:01:25.9296813Z 3f623e97839a: Download complete 2022-11-23T01:01:25.9534752Z d845eb9c30a0: Download complete 2022-11-23T01:01:26.0175957Z 8654f94b3130: Verifying Checksum 2022-11-23T01:01:26.0176225Z 8654f94b3130: Download complete 2022-11-23T01:01:26.1115233Z 0c91414faf6f: Download complete 2022-11-23T01:01:26.1919726Z 16b14aea0152: Verifying Checksum 2022-11-23T01:01:26.1920366Z 16b14aea0152: Download complete 2022-11-23T01:01:26.6213059Z eaead16dc43b: Pull complete 2022-11-23T01:01:26.7292784Z 96afc5db69dc: Pull complete 2022-11-23T01:01:26.8388295Z 0c488367249b: Verifying Checksum 2022-11-23T01:01:26.8388681Z 0c488367249b: Download complete 2022-11-23T01:01:26.9111463Z d703d3396c78: Verifying Checksum 2022-11-23T01:01:26.9111731Z d703d3396c78: Download complete 2022-11-23T01:01:26.9810934Z acf65ded4ba0: Download complete 2022-11-23T01:01:27.4743749Z 19d7da72e211: Verifying Checksum 2022-11-23T01:01:27.4744115Z 19d7da72e211: Download complete 2022-11-23T01:01:27.5447366Z cb4b60b16a23: Verifying Checksum 2022-11-23T01:01:27.5447841Z cb4b60b16a23: Download complete 2022-11-23T01:01:27.6282156Z 6325a464626e: Verifying Checksum 2022-11-23T01:01:27.6282527Z 6325a464626e: Download complete 2022-11-23T01:01:27.7118045Z b17aded2bf76: Verifying Checksum 2022-11-23T01:01:27.7118486Z b17aded2bf76: Download complete 2022-11-23T01:01:27.7858335Z 79f0454f85ca: Download complete 2022-11-23T01:01:27.8562784Z 5df784aed3a4: Download complete 2022-11-23T01:01:27.9879865Z 196c72536fc8: Download complete 2022-11-23T01:01:28.0555094Z e7cf72049767: Verifying Checksum 2022-11-23T01:01:28.0555377Z e7cf72049767: Download complete 2022-11-23T01:01:28.6561682Z 9cd06b79192a: Verifying Checksum 2022-11-23T01:01:28.6562134Z 9cd06b79192a: Download complete 2022-11-23T01:01:28.7727238Z c62a223ffc22: Verifying Checksum 2022-11-23T01:01:28.7727675Z c62a223ffc22: Download complete 2022-11-23T01:01:28.8553623Z 824caeed1492: Download complete 2022-11-23T01:01:28.9720174Z 1762e4b0a4dc: Verifying Checksum 2022-11-23T01:01:28.9720842Z 1762e4b0a4dc: Download complete 2022-11-23T01:01:29.0063760Z 7c4667efa9a5: Verifying Checksum 2022-11-23T01:01:29.0064025Z 7c4667efa9a5: Download complete 2022-11-23T01:01:29.0427786Z 093e8e8bcad0: Verifying Checksum 2022-11-23T01:01:29.0428169Z 093e8e8bcad0: Download complete 2022-11-23T01:01:29.0872340Z 133752b42076: Verifying Checksum 2022-11-23T01:01:29.0872793Z 133752b42076: Download complete 2022-11-23T01:01:29.1760585Z 3507de6a25b1: Verifying Checksum 2022-11-23T01:01:29.1761000Z 3507de6a25b1: Download complete 2022-11-23T01:01:29.2508119Z 49880d42ecce: Verifying Checksum 2022-11-23T01:01:29.2508512Z 49880d42ecce: Download complete 2022-11-23T01:01:29.3208690Z 4694407ca3de: Download complete 2022-11-23T01:01:29.3987155Z b2c751e637f5: Verifying Checksum 2022-11-23T01:01:29.3987423Z b2c751e637f5: Download complete 2022-11-23T01:01:29.5200926Z 6114b441ddbf: Download complete 2022-11-23T01:01:29.6008104Z 52944c8173bb: Verifying Checksum 2022-11-23T01:01:29.6008452Z 52944c8173bb: Download complete 2022-11-23T01:01:29.6890496Z 1c1aab3b72ce: Verifying Checksum 2022-11-23T01:01:29.6890900Z 1c1aab3b72ce: Download complete 2022-11-23T01:01:29.7693866Z 9af1bdb6cccf: Verifying Checksum 2022-11-23T01:01:29.7694362Z 9af1bdb6cccf: Download complete 2022-11-23T01:01:29.8415846Z 2b8671dbd244: Verifying Checksum 2022-11-23T01:01:29.8416312Z 2b8671dbd244: Download complete 2022-11-23T01:01:29.9203852Z 0ccc0a3f9f55: Verifying Checksum 2022-11-23T01:01:29.9204305Z 0ccc0a3f9f55: Download complete 2022-11-23T01:01:29.9887470Z 6c09ee684801: Verifying Checksum 2022-11-23T01:01:29.9887768Z 6c09ee684801: Download complete 2022-11-23T01:01:30.0676088Z dde59f92df16: Verifying Checksum 2022-11-23T01:01:30.0676363Z dde59f92df16: Download complete 2022-11-23T01:01:30.6067883Z 7108366bb357: Verifying Checksum 2022-11-23T01:01:30.6068165Z 7108366bb357: Download complete 2022-11-23T01:01:30.6664095Z a17d3f0d245f: Verifying Checksum 2022-11-23T01:01:30.6664387Z a17d3f0d245f: Download complete 2022-11-23T01:01:30.7370868Z af1f57b03dc1: Verifying Checksum 2022-11-23T01:01:30.7373066Z af1f57b03dc1: Download complete 2022-11-23T01:01:30.8250941Z fedc8844da0c: Download complete 2022-11-23T01:01:30.8905341Z 4d9ee4a84202: Download complete 2022-11-23T01:01:31.1319664Z 422bb402971f: Verifying Checksum 2022-11-23T01:01:31.1320037Z 422bb402971f: Download complete 2022-11-23T01:01:31.2169685Z 30d9fd19fcf8: Download complete 2022-11-23T01:01:31.2963689Z 516276b2131d: Verifying Checksum 2022-11-23T01:01:31.2963955Z 516276b2131d: Download complete 2022-11-23T01:01:31.3011930Z e6ec9ff72352: Download complete 2022-11-23T01:01:31.3878401Z 78592748cf6a: Download complete 2022-11-23T01:01:31.4624521Z 2f62c284cd73: Verifying Checksum 2022-11-23T01:01:31.4624863Z 2f62c284cd73: Download complete 2022-11-23T01:01:31.5547052Z d25a76b3a031: Verifying Checksum 2022-11-23T01:01:31.5547483Z d25a76b3a031: Download complete 2022-11-23T01:01:31.6299435Z 5a50d7c62a26: Verifying Checksum 2022-11-23T01:01:31.6299750Z 5a50d7c62a26: Download complete 2022-11-23T01:01:31.7204130Z cd6d94bb12b1: Download complete 2022-11-23T01:01:32.3196242Z 2fba50966c3e: Verifying Checksum 2022-11-23T01:01:32.3196639Z 2fba50966c3e: Download complete 2022-11-23T01:01:35.4013397Z 9cd06b79192a: Pull complete 2022-11-23T01:01:35.5629704Z ed66d74b7c20: Pull complete 2022-11-23T01:01:35.7372378Z 42439e1d77c4: Pull complete 2022-11-23T01:01:35.9485885Z b2dabb47a4a1: Verifying Checksum 2022-11-23T01:01:35.9486226Z b2dabb47a4a1: Download complete 2022-11-23T01:01:35.9601089Z 80bf4ab5d594: Pull complete 2022-11-23T01:01:36.1458848Z 879beb9f8e9b: Pull complete 2022-11-23T01:01:36.3302159Z 3f623e97839a: Pull complete 2022-11-23T01:01:36.7099851Z d845eb9c30a0: Pull complete 2022-11-23T01:01:36.9853548Z 8654f94b3130: Pull complete 2022-11-23T01:01:38.8368331Z a2871863f729: Verifying Checksum 2022-11-23T01:01:38.8368731Z a2871863f729: Download complete 2022-11-23T01:01:40.8548865Z 0c488367249b: Pull complete 2022-11-23T01:01:41.2923441Z 0c91414faf6f: Pull complete 2022-11-23T01:01:41.5326455Z 16b14aea0152: Pull complete 2022-11-23T01:02:22.2641145Z a2871863f729: Pull complete 2022-11-23T01:02:22.6201864Z d703d3396c78: Pull complete 2022-11-23T01:02:22.8679851Z acf65ded4ba0: Pull complete 2022-11-23T01:02:23.6854241Z 19d7da72e211: Pull complete 2022-11-23T01:02:23.8145839Z cb4b60b16a23: Pull complete 2022-11-23T01:02:23.9473795Z 6325a464626e: Pull complete 2022-11-23T01:02:24.0914282Z b17aded2bf76: Pull complete 2022-11-23T01:02:24.2761026Z 79f0454f85ca: Pull complete 2022-11-23T01:02:24.4702732Z 5df784aed3a4: Pull complete 2022-11-23T01:02:24.6339222Z 196c72536fc8: Pull complete 2022-11-23T01:02:24.7818171Z e7cf72049767: Pull complete 2022-11-23T01:02:26.6286651Z 7c4667efa9a5: Pull complete 2022-11-23T01:02:26.8065121Z c62a223ffc22: Pull complete 2022-11-23T01:02:26.9616805Z 824caeed1492: Pull complete 2022-11-23T01:02:27.1630335Z 1762e4b0a4dc: Pull complete 2022-11-23T01:02:27.3656390Z 093e8e8bcad0: Pull complete 2022-11-23T01:02:27.5796515Z 133752b42076: Pull complete 2022-11-23T01:02:32.1614678Z 516276b2131d: Pull complete 2022-11-23T01:02:32.3717008Z 3507de6a25b1: Pull complete 2022-11-23T01:02:32.5724842Z 49880d42ecce: Pull complete 2022-11-23T01:02:32.7781675Z 4694407ca3de: Pull complete 2022-11-23T01:02:32.9544280Z b2c751e637f5: Pull complete 2022-11-23T01:02:33.1572223Z 6114b441ddbf: Pull complete 2022-11-23T01:02:33.3666519Z 52944c8173bb: Pull complete 2022-11-23T01:02:33.5745193Z 1c1aab3b72ce: Pull complete 2022-11-23T01:02:33.8247390Z 9af1bdb6cccf: Pull complete 2022-11-23T01:02:34.1403601Z 2b8671dbd244: Pull complete 2022-11-23T01:02:34.4608109Z 0ccc0a3f9f55: Pull complete 2022-11-23T01:02:34.7747851Z 6c09ee684801: Pull complete 2022-11-23T01:02:35.0560087Z dde59f92df16: Pull complete 2022-11-23T01:02:36.5516362Z 7108366bb357: Pull complete 2022-11-23T01:02:36.8990996Z a17d3f0d245f: Pull complete 2022-11-23T01:02:37.3211491Z af1f57b03dc1: Pull complete 2022-11-23T01:02:37.6690581Z fedc8844da0c: Pull complete 2022-11-23T01:02:38.0800360Z 4d9ee4a84202: Pull complete 2022-11-23T01:02:38.7060293Z 422bb402971f: Pull complete 2022-11-23T01:02:38.8871456Z 30d9fd19fcf8: Pull complete 2022-11-23T01:02:38.9803121Z e6ec9ff72352: Pull complete 2022-11-23T01:02:43.7232376Z b2dabb47a4a1: Pull complete 2022-11-23T01:02:44.0212216Z 78592748cf6a: Pull complete 2022-11-23T01:02:44.2785944Z 2f62c284cd73: Pull complete 2022-11-23T01:02:44.4893040Z d25a76b3a031: Pull complete 2022-11-23T01:02:44.7125767Z 5a50d7c62a26: Pull complete 2022-11-23T01:02:44.8841978Z cd6d94bb12b1: Pull complete 2022-11-23T01:02:46.5111197Z 2fba50966c3e: Pull complete 2022-11-23T01:02:46.6036242Z Digest: sha256:128a8060bc8d0d2006ae18b574265c3aa935b731c43947b53188b825fa718d6b 2022-11-23T01:02:46.6499313Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:02:46.6693301Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:02:46.6734551Z Prepare all required actions 2022-11-23T01:02:46.6734799Z Getting action download info 2022-11-23T01:02:46.8328082Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:02:47.0039191Z Download action repository 'actions/download-artifact@v3' (SHA:9782bd6a9848b53b110e712e20e42d89988822b7) 2022-11-23T01:02:47.1266798Z ##[group]Run ./.github/actions/download-build-artifacts 2022-11-23T01:02:47.1267024Z with: 2022-11-23T01:02:47.1267198Z name: linux-focal-py3.7-gcc7 2022-11-23T01:02:47.1267392Z ##[endgroup] 2022-11-23T01:02:47.1341473Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T01:02:47.1341701Z with: 2022-11-23T01:02:47.1341889Z name: linux-focal-py3.7-gcc7 2022-11-23T01:02:47.1342084Z s3-bucket: gha-artifacts 2022-11-23T01:02:47.1342276Z region: us-east-1 2022-11-23T01:02:47.1342452Z ##[endgroup] 2022-11-23T01:02:47.5434856Z Found 1 objects with prefix pytorch/pytorch/3528293562/linux-focal-py3.7-gcc7/ 2022-11-23T01:02:47.5435534Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-11-23T01:02:50.6412274Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-11-23T01:02:50.6412660Z 2022-11-23T01:02:50.6430918Z ##[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-11-23T01:02:50.6442272Z Artifact download has finished successfully 2022-11-23T01:02:50.6570920Z ##[group]Run unzip -o artifacts.zip 2022-11-23T01:02:50.6571184Z unzip -o artifacts.zip 2022-11-23T01:02:50.6582692Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:02:50.6582978Z ##[endgroup] 2022-11-23T01:02:50.6667525Z Archive: artifacts.zip 2022-11-23T01:02:50.6668319Z creating: dist/ 2022-11-23T01:02:51.4342150Z inflating: dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T01:02:51.4342562Z creating: build/custom_test_artifacts/ 2022-11-23T01:02:51.4343013Z creating: build/custom_test_artifacts/custom-op-build/ 2022-11-23T01:02:51.4343386Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-11-23T01:02:51.4345025Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-11-23T01:02:51.4345611Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-11-23T01:02:51.4346219Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-11-23T01:02:51.4346663Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-11-23T01:02:51.4347175Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-11-23T01:02:51.4348407Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-11-23T01:02:51.4349677Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-11-23T01:02:51.4350264Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-11-23T01:02:51.4350783Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-11-23T01:02:51.4352383Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-11-23T01:02:51.4353531Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-11-23T01:02:51.4383684Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-11-23T01:02:51.4384695Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-11-23T01:02:51.4385645Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-11-23T01:02:51.4386421Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-11-23T01:02:51.4387141Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-11-23T01:02:51.4387802Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-11-23T01:02:51.4388447Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-11-23T01:02:51.4389121Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-11-23T01:02:51.4389821Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-11-23T01:02:51.4390595Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-11-23T01:02:51.4391080Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-11-23T01:02:51.4391682Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-11-23T01:02:51.4392133Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-11-23T01:02:51.4392567Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-11-23T01:02:51.4393013Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-11-23T01:02:51.4393455Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-11-23T01:02:51.4420260Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-11-23T01:02:51.4421001Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-11-23T01:02:51.4469016Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-11-23T01:02:51.4469498Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-11-23T01:02:51.4469957Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-11-23T01:02:51.4470445Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-11-23T01:02:51.4470892Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-11-23T01:02:51.4471344Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-11-23T01:02:51.4471805Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-11-23T01:02:51.4472270Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-11-23T01:02:51.4473200Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-11-23T01:02:51.4474008Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-11-23T01:02:51.4474523Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-11-23T01:02:51.4490027Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-11-23T01:02:51.4554229Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-11-23T01:02:51.4554815Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-11-23T01:02:51.4555306Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-11-23T01:02:51.4555741Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-11-23T01:02:51.4556444Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-11-23T01:02:51.4557087Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-11-23T01:02:51.4558555Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-11-23T01:02:51.4559285Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-11-23T01:02:51.4559798Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-11-23T01:02:51.4631972Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-11-23T01:02:51.4680585Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-11-23T01:02:51.4680990Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-11-23T01:02:51.4681335Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-11-23T01:02:51.4683773Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-11-23T01:02:51.4684204Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-11-23T01:02:51.4684808Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-11-23T01:02:51.4685256Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-11-23T01:02:51.4685655Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-11-23T01:02:51.4687258Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-11-23T01:02:51.4688691Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-11-23T01:02:51.4689154Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-11-23T01:02:51.4689569Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-11-23T01:02:51.4691242Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-11-23T01:02:51.4692638Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-11-23T01:02:51.4694065Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-11-23T01:02:51.4694802Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-11-23T01:02:51.4696125Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-11-23T01:02:51.4696864Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-11-23T01:02:51.4697284Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-11-23T01:02:51.4697755Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-11-23T01:02:51.4698428Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-11-23T01:02:51.4698851Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-11-23T01:02:51.4699342Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-11-23T01:02:51.4699880Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-11-23T01:02:51.4700375Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-11-23T01:02:51.4700840Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-11-23T01:02:51.4701296Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-11-23T01:02:51.4701843Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-11-23T01:02:51.4702331Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-11-23T01:02:51.4702906Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-11-23T01:02:51.4703390Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-11-23T01:02:51.4719231Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-11-23T01:02:51.4768682Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-11-23T01:02:51.4769253Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-11-23T01:02:51.4769735Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-11-23T01:02:51.4770161Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-11-23T01:02:51.4770671Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-11-23T01:02:51.4771468Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-11-23T01:02:51.4772963Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-11-23T01:02:51.4773618Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-11-23T01:02:51.4774358Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-11-23T01:02:51.4812659Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-11-23T01:02:51.4813037Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-11-23T01:02:51.4813403Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-11-23T01:02:51.4815600Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-11-23T01:02:51.4816026Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-11-23T01:02:51.4816483Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-11-23T01:02:51.4816922Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-11-23T01:02:51.4817364Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-11-23T01:02:51.4819289Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-11-23T01:02:51.4820707Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-11-23T01:02:51.4821138Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-11-23T01:02:51.4821585Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-11-23T01:02:51.4823372Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-11-23T01:02:51.4824866Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-11-23T01:02:51.4826377Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-11-23T01:02:51.4827280Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-11-23T01:02:51.4828396Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-11-23T01:02:51.4829244Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-11-23T01:02:51.4829720Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-11-23T01:02:51.4830256Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-11-23T01:02:51.4830779Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-11-23T01:02:51.4831386Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-11-23T01:02:51.4831931Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-11-23T01:02:51.4832482Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-11-23T01:02:51.4833012Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-11-23T01:02:51.4833535Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-11-23T01:02:51.4834048Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-11-23T01:02:51.4834591Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-11-23T01:02:51.4835115Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-11-23T01:02:51.4835722Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-11-23T01:02:51.4836198Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-11-23T01:02:51.4839182Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-11-23T01:02:51.4953951Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-11-23T01:02:51.4954452Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-11-23T01:02:51.4955052Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-11-23T01:02:51.4955623Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-11-23T01:02:51.4956186Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-11-23T01:02:51.4956711Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-11-23T01:02:51.4957195Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-11-23T01:02:51.4957729Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-11-23T01:02:51.4958282Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-11-23T01:02:51.4958853Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-11-23T01:02:51.4959345Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-11-23T01:02:51.4974810Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-11-23T01:02:51.5019803Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-11-23T01:02:51.5020568Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-11-23T01:02:51.5021475Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-11-23T01:02:51.5022233Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-11-23T01:02:51.5023029Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-11-23T01:02:51.5023586Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-11-23T01:02:51.5024409Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-11-23T01:02:51.5025491Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-11-23T01:02:51.5026249Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-11-23T01:02:51.5117774Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-11-23T01:02:51.5153582Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-11-23T01:02:51.5154087Z creating: build/lib/ 2022-11-23T01:02:51.5154516Z inflating: build/lib/libclog.a 2022-11-23T01:02:51.5206224Z inflating: build/lib/libgtest.a 2022-11-23T01:02:51.5214085Z inflating: build/lib/libpthreadpool.a 2022-11-23T01:02:51.5285455Z inflating: build/lib/libbenchmark.a 2022-11-23T01:02:51.5292520Z inflating: build/lib/libittnotify.a 2022-11-23T01:02:51.5375126Z inflating: build/lib/libprotobuf-lite.a 2022-11-23T01:02:51.5400043Z inflating: build/lib/libtensorpipe_uv.a 2022-11-23T01:02:51.5490609Z inflating: build/lib/libgloo.a 2022-11-23T01:02:51.5550743Z inflating: build/lib/libasmjit.a 2022-11-23T01:02:51.5967242Z inflating: build/lib/libprotobuf.a 2022-11-23T01:02:51.5992416Z inflating: build/lib/libfmt.a 2022-11-23T01:02:51.5993076Z inflating: build/lib/libfoxi_loader.a 2022-11-23T01:02:51.6055745Z inflating: build/lib/libc10.so 2022-11-23T01:02:51.6056925Z inflating: build/lib/libtorch_global_deps.so 2022-11-23T01:02:51.6064659Z inflating: build/lib/libcpuinfo.a 2022-11-23T01:02:51.6071867Z inflating: build/lib/libcpuinfo_internals.a 2022-11-23T01:02:51.6084253Z inflating: build/lib/libqnnpack.a 2022-11-23T01:02:51.6086280Z inflating: build/lib/libnnpack_reference_layers.a 2022-11-23T01:02:51.6530884Z inflating: build/lib/libprotoc.a 2022-11-23T01:02:51.6545858Z inflating: build/lib/libgmock.a 2022-11-23T01:02:51.6563938Z inflating: build/lib/libpytorch_qnnpack.a 2022-11-23T01:02:51.6564435Z inflating: build/lib/libbenchmark_main.a 2022-11-23T01:02:51.6565190Z inflating: build/lib/libgtest_main.a 2022-11-23T01:02:52.4164696Z inflating: build/lib/libdnnl.a 2022-11-23T01:02:52.4671384Z inflating: build/lib/libtensorpipe.a 2022-11-23T01:02:52.4688399Z inflating: build/lib/libnnpack.a 2022-11-23T01:02:52.5877089Z inflating: build/lib/libfbgemm.a 2022-11-23T01:02:52.6762798Z inflating: build/lib/libdnnl_graph.a 2022-11-23T01:02:52.6763345Z inflating: build/lib/libgmock_main.a 2022-11-23T01:02:52.6992768Z inflating: build/lib/libkineto.a 2022-11-23T01:02:52.7102935Z inflating: build/lib/libXNNPACK.a 2022-11-23T01:02:52.7137994Z inflating: build/lib/libcaffe2_protos.a 2022-11-23T01:02:52.7174889Z inflating: build/lib/libonnx_proto.a 2022-11-23T01:02:52.7700842Z inflating: build/lib/libonnx.a 2022-11-23T01:02:54.6147755Z inflating: build/lib/libtorch_cpu.so 2022-11-23T01:02:54.6148179Z inflating: build/lib/libtorch.so 2022-11-23T01:02:54.6196866Z inflating: build/lib/libtorchbind_test.so 2022-11-23T01:02:54.6215858Z inflating: build/lib/libjitbackend_test.so 2022-11-23T01:02:54.6240417Z inflating: build/lib/libbackend_with_compiler.so 2022-11-23T01:02:54.6243980Z inflating: build/lib/libshm.so 2022-11-23T01:02:54.7582605Z inflating: build/lib/libtorch_python.so 2022-11-23T01:02:54.7613728Z inflating: build/lib/libnnapi_backend.so 2022-11-23T01:02:54.7613970Z creating: build/bin/ 2022-11-23T01:02:54.7614179Z creating: build/bin/CMakeFiles/ 2022-11-23T01:02:54.7614651Z inflating: build/bin/CMakeFiles/CMakeDirectoryInformation.cmake 2022-11-23T01:02:54.7615554Z extracting: build/bin/CMakeFiles/progress.marks 2022-11-23T01:02:54.7658749Z inflating: build/bin/weakref_test 2022-11-23T01:02:54.7659388Z inflating: build/bin/Makefile 2022-11-23T01:02:54.7660781Z inflating: build/bin/verify_api_visibility 2022-11-23T01:02:54.7661391Z inflating: build/bin/cmake_install.cmake 2022-11-23T01:02:54.7720627Z inflating: build/bin/vmap_test 2022-11-23T01:02:54.7720927Z inflating: build/bin/CTestTestfile.cmake 2022-11-23T01:02:54.7762228Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-11-23T01:02:54.7806049Z inflating: build/bin/c10_DeviceGuard_test 2022-11-23T01:02:54.7848700Z inflating: build/bin/c10_Device_test 2022-11-23T01:02:54.7898877Z inflating: build/bin/c10_DispatchKeySet_test 2022-11-23T01:02:54.7939328Z inflating: build/bin/c10_StreamGuard_test 2022-11-23T01:02:54.7981192Z inflating: build/bin/c10_SymInt_test 2022-11-23T01:02:54.8028730Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-11-23T01:02:54.8075860Z inflating: build/bin/c10_InlineStreamGuard_test 2022-11-23T01:02:54.8116715Z inflating: build/bin/c10_Array_test 2022-11-23T01:02:54.8164936Z inflating: build/bin/c10_SizesAndStrides_test 2022-11-23T01:02:54.8209472Z inflating: build/bin/c10_Bitset_test 2022-11-23T01:02:54.8252531Z inflating: build/bin/c10_C++17_test 2022-11-23T01:02:54.8293026Z inflating: build/bin/c10_ConstexprCrc_test 2022-11-23T01:02:54.8334290Z inflating: build/bin/c10_DeadlockDetection_test 2022-11-23T01:02:54.8376404Z inflating: build/bin/c10_Half_test 2022-11-23T01:02:54.8424173Z inflating: build/bin/c10_LeftRight_test 2022-11-23T01:02:54.8477095Z inflating: build/bin/c10_Metaprogramming_test 2022-11-23T01:02:54.8598011Z inflating: build/bin/c10_SmallVectorTest 2022-11-23T01:02:54.8640174Z inflating: build/bin/c10_Synchronized_test 2022-11-23T01:02:54.8688181Z inflating: build/bin/c10_ThreadLocal_test 2022-11-23T01:02:54.8732268Z inflating: build/bin/c10_TypeIndex_test 2022-11-23T01:02:54.8774770Z inflating: build/bin/c10_TypeList_test 2022-11-23T01:02:54.8815109Z inflating: build/bin/c10_TypeTraits_test 2022-11-23T01:02:54.8858702Z inflating: build/bin/c10_accumulate_test 2022-11-23T01:02:54.8905702Z inflating: build/bin/c10_bfloat16_test 2022-11-23T01:02:54.8950947Z inflating: build/bin/c10_complex_math_test 2022-11-23T01:02:54.8997787Z inflating: build/bin/c10_complex_test 2022-11-23T01:02:54.9041774Z inflating: build/bin/c10_exception_test 2022-11-23T01:02:54.9134432Z inflating: build/bin/c10_either_test 2022-11-23T01:02:54.9176407Z inflating: build/bin/c10_flags_test 2022-11-23T01:02:54.9318512Z inflating: build/bin/c10_intrusive_ptr_test 2022-11-23T01:02:54.9360869Z inflating: build/bin/c10_irange_test 2022-11-23T01:02:54.9409459Z inflating: build/bin/c10_logging_test 2022-11-23T01:02:54.9472422Z inflating: build/bin/c10_optional_test 2022-11-23T01:02:54.9524590Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-11-23T01:02:54.9570494Z inflating: build/bin/c10_registry_test 2022-11-23T01:02:54.9620263Z inflating: build/bin/c10_string_view_test 2022-11-23T01:02:54.9667983Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-11-23T01:02:54.9710749Z inflating: build/bin/c10_tempfile_test 2022-11-23T01:02:54.9758048Z inflating: build/bin/c10_typeid_test 2022-11-23T01:02:55.0169969Z inflating: build/bin/protoc-3.13.0.0 2022-11-23T01:02:55.0580541Z inflating: build/bin/protoc 2022-11-23T01:02:55.0826748Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-11-23T01:02:55.1104083Z inflating: build/bin/vec_test_all_types_AVX2 2022-11-23T01:02:55.1154896Z inflating: build/bin/TCPStoreTest 2022-11-23T01:02:55.1199982Z inflating: build/bin/HashStoreTest 2022-11-23T01:02:55.1245071Z inflating: build/bin/FileStoreTest 2022-11-23T01:02:55.1247649Z inflating: build/bin/example_allreduce 2022-11-23T01:02:55.1302625Z inflating: build/bin/ProcessGroupGlooTest 2022-11-23T01:02:55.1346763Z inflating: build/bin/Dimname_test 2022-11-23T01:02:55.1408071Z inflating: build/bin/Dict_test 2022-11-23T01:02:55.1465584Z inflating: build/bin/static_runtime_bench 2022-11-23T01:02:55.1519079Z inflating: build/bin/MaybeOwned_test 2022-11-23T01:02:55.1567394Z inflating: build/bin/NamedTensor_test 2022-11-23T01:02:55.1616891Z inflating: build/bin/apply_utils_test 2022-11-23T01:02:55.1833055Z inflating: build/bin/static_runtime_test 2022-11-23T01:02:55.1882244Z inflating: build/bin/atest 2022-11-23T01:02:55.1933910Z inflating: build/bin/basic 2022-11-23T01:02:55.1979200Z inflating: build/bin/broadcast_test 2022-11-23T01:02:55.2028263Z inflating: build/bin/cpu_generator_test 2022-11-23T01:02:55.2072425Z inflating: build/bin/cpu_profiling_allocator_test 2022-11-23T01:02:55.2114210Z inflating: build/bin/dispatch_key_set_test 2022-11-23T01:02:55.2155880Z inflating: build/bin/dlconvertor_test 2022-11-23T01:02:55.2230213Z inflating: build/bin/cpu_rng_test 2022-11-23T01:02:55.2279362Z inflating: build/bin/extension_backend_test 2022-11-23T01:02:55.2326110Z inflating: build/bin/half_test 2022-11-23T01:02:55.2367534Z inflating: build/bin/lazy_tensor_test 2022-11-23T01:02:55.2447462Z inflating: build/bin/ivalue_test 2022-11-23T01:02:55.2492526Z inflating: build/bin/memory_format_test 2022-11-23T01:02:55.2537750Z inflating: build/bin/math_kernel_test 2022-11-23T01:02:55.2583049Z inflating: build/bin/memory_overlapping_test 2022-11-23T01:02:55.2625708Z inflating: build/bin/operator_name_test 2022-11-23T01:02:55.2669897Z inflating: build/bin/mobile_memory_cleanup 2022-11-23T01:02:55.2717319Z inflating: build/bin/native_test 2022-11-23T01:02:55.2759609Z inflating: build/bin/operators_test 2022-11-23T01:02:55.2803811Z inflating: build/bin/packedtensoraccessor_test 2022-11-23T01:02:55.2859159Z inflating: build/bin/pow_test 2022-11-23T01:02:55.2907566Z inflating: build/bin/quantized_test 2022-11-23T01:02:55.2950249Z inflating: build/bin/reportMemoryUsage_test 2022-11-23T01:02:55.2991957Z inflating: build/bin/reduce_ops_test 2022-11-23T01:02:55.3039792Z inflating: build/bin/scalar_tensor_test 2022-11-23T01:02:55.3088294Z inflating: build/bin/scalar_test 2022-11-23T01:02:55.3132263Z inflating: build/bin/stride_properties_test 2022-11-23T01:02:55.3198632Z inflating: build/bin/tensor_iterator_test 2022-11-23T01:02:55.3200499Z inflating: build/bin/thread_init_test 2022-11-23T01:02:55.3247329Z inflating: build/bin/type_ptr_test 2022-11-23T01:02:55.3294400Z inflating: build/bin/test_parallel 2022-11-23T01:02:55.3335859Z inflating: build/bin/variant_test 2022-11-23T01:02:55.3386851Z inflating: build/bin/type_test 2022-11-23T01:02:55.3430636Z inflating: build/bin/undefined_tensor_test 2022-11-23T01:02:55.3473450Z inflating: build/bin/wrapdim_test 2022-11-23T01:02:55.3523871Z inflating: build/bin/IListRef_test 2022-11-23T01:02:55.3565474Z inflating: build/bin/xla_tensor_test 2022-11-23T01:02:55.3657451Z inflating: build/bin/List_test 2022-11-23T01:02:55.3760517Z inflating: build/bin/kernel_function_legacy_test 2022-11-23T01:02:55.3841670Z inflating: build/bin/kernel_function_test 2022-11-23T01:02:55.3896556Z inflating: build/bin/KernelFunction_test 2022-11-23T01:02:55.4004811Z inflating: build/bin/kernel_lambda_legacy_test 2022-11-23T01:02:55.4092127Z inflating: build/bin/kernel_lambda_test 2022-11-23T01:02:55.4142689Z inflating: build/bin/kernel_stackbased_test 2022-11-23T01:02:55.4223695Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-11-23T01:02:55.4263858Z inflating: build/bin/op_allowlist_test 2022-11-23T01:02:55.4306011Z inflating: build/bin/CppSignature_test 2022-11-23T01:02:55.4350486Z inflating: build/bin/inline_container_test 2022-11-23T01:02:55.4594331Z inflating: build/bin/op_registration_test 2022-11-23T01:02:55.4642059Z inflating: build/bin/backend_fallback_test 2022-11-23T01:02:55.4655835Z inflating: build/bin/tutorial_tensorexpr 2022-11-23T01:02:55.4701333Z inflating: build/bin/test_dist_autograd 2022-11-23T01:02:55.4760318Z inflating: build/bin/test_cpp_rpc 2022-11-23T01:02:55.4762379Z inflating: build/bin/parallel_benchmark 2022-11-23T01:02:55.5447247Z inflating: build/bin/test_tensorexpr 2022-11-23T01:02:55.5505592Z inflating: build/bin/test_mobile_nnc 2022-11-23T01:02:55.5514552Z inflating: build/bin/aot_model_compiler_test 2022-11-23T01:02:55.5814267Z inflating: build/bin/test_lazy 2022-11-23T01:02:55.5819026Z inflating: build/bin/torch_shm_manager 2022-11-23T01:02:55.6944141Z inflating: build/bin/test_api 2022-11-23T01:02:55.7532932Z inflating: build/bin/test_jit 2022-11-23T01:02:55.7534575Z inflating: .pytorch-test-times.json 2022-11-23T01:02:55.7556180Z ##[group]Run df -H 2022-11-23T01:02:55.7556367Z df -H 2022-11-23T01:02:55.7567271Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:02:55.7567500Z ##[endgroup] 2022-11-23T01:02:55.7643320Z Filesystem Size Used Avail Use% Mounted on 2022-11-23T01:02:55.7643682Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-11-23T01:02:55.7643907Z tmpfs 8.2G 10M 8.2G 1% /dev/shm 2022-11-23T01:02:55.7644113Z tmpfs 8.2G 431k 8.2G 1% /run 2022-11-23T01:02:55.7644327Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-11-23T01:02:55.7644647Z /dev/nvme0n1p1 162G 16G 146G 10% / 2022-11-23T01:02:55.7990942Z ##[group]Run set -ex 2022-11-23T01:02:55.7991178Z set -ex 2022-11-23T01:02:55.7991398Z # Convert refs/tags/v1.12.0rc3 into 1.12 2022-11-23T01:02:55.7991636Z if [[ "${GITHUB_REF}" =~ ^refs/tags/v([0-9]+\.[0-9]+)\.* ]]; then 2022-11-23T01:02:55.7991879Z  target="${BASH_REMATCH[1]}" 2022-11-23T01:02:55.7992068Z else 2022-11-23T01:02:55.7992232Z  target="master" 2022-11-23T01:02:55.7992409Z fi 2022-11-23T01:02:55.7992643Z # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T01:02:55.7992886Z container_name=$(docker run \ 2022-11-23T01:02:55.7993098Z  -e BUILD_ENVIRONMENT \ 2022-11-23T01:02:55.7993320Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-11-23T01:02:55.7993537Z  -e SHA1="$GITHUB_SHA" \ 2022-11-23T01:02:55.7993734Z  -e DOCS_VERSION="${target}" \ 2022-11-23T01:02:55.7993943Z  -e DOCS_TYPE \ 2022-11-23T01:02:55.7994161Z  -e RUN_DOXYGEN \ 2022-11-23T01:02:55.7994336Z  -e WITH_PUSH \ 2022-11-23T01:02:55.7994563Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-11-23T01:02:55.7994819Z  --security-opt seccomp=unconfined \ 2022-11-23T01:02:55.7995029Z  --cap-add=SYS_PTRACE \ 2022-11-23T01:02:55.7995222Z  --tty \ 2022-11-23T01:02:55.7995397Z  --detach \ 2022-11-23T01:02:55.7995568Z  --user jenkins \ 2022-11-23T01:02:55.7995798Z  -v "${RUNNER_TEMP}/.netrc":/var/lib/jenkins/.netrc \ 2022-11-23T01:02:55.7996068Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-11-23T01:02:55.7996305Z  -w /var/lib/jenkins/workspace \ 2022-11-23T01:02:55.7996510Z  "${DOCKER_IMAGE}" 2022-11-23T01:02:55.7996682Z ) 2022-11-23T01:02:55.7997017Z docker exec -t "${container_name}" bash -c "sudo chown -R jenkins . && pip install $(echo dist/*.whl)[opt-einsum] && ./.circleci/scripts/${DOCS_TYPE}_doc_push_script.sh" 2022-11-23T01:02:55.8008198Z shell: /usr/bin/bash -e {0} 2022-11-23T01:02:55.8008386Z env: 2022-11-23T01:02:55.8008557Z WITH_PUSH: false 2022-11-23T01:02:55.8008899Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:02:55.8009234Z DOCS_TYPE: functorch 2022-11-23T01:02:55.8009414Z RUN_DOXYGEN: false 2022-11-23T01:02:55.8009619Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-11-23T01:02:55.8009833Z ##[endgroup] 2022-11-23T01:02:55.8034204Z + [[ refs/heads/master =~ ^refs/tags/v([0-9]+\.[0-9]+)\.* ]] 2022-11-23T01:02:55.8034767Z + target=master 2022-11-23T01:02:55.8041043Z +++ nproc --ignore=2 2022-11-23T01:02:55.8078657Z ++ docker run -e BUILD_ENVIRONMENT -e MAX_JOBS=6 -e SHA1=1cfd3858ac54fe3883534309081631a0a892ba3f -e DOCS_VERSION=master -e DOCS_TYPE -e RUN_DOXYGEN -e WITH_PUSH --env-file=/tmp/github_env_3528293562 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --tty --detach --user jenkins -v /home/ec2-user/actions-runner/_work/_temp/.netrc:/var/lib/jenkins/.netrc -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:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:03:27.2373629Z + container_name=ec261b3d069146072da0fc12e6ffb8acd90244545b465434acd2c3317d03429c 2022-11-23T01:03:27.2376548Z ++ echo dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T01:03:27.2378507Z + docker exec -t ec261b3d069146072da0fc12e6ffb8acd90244545b465434acd2c3317d03429c bash -c 'sudo chown -R jenkins . && pip install dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl[opt-einsum] && ./.circleci/scripts/functorch_doc_push_script.sh' 2022-11-23T01:03:28.3006139Z Processing ./dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T01:03:28.6647986Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.14.0a0+git1cfd385) (4.3.0) 2022-11-23T01:03:28.6651318Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torch==1.14.0a0+git1cfd385) (1.10.1) 2022-11-23T01:03:28.6654600Z Requirement already satisfied: networkx in /opt/conda/lib/python3.7/site-packages (from torch==1.14.0a0+git1cfd385) (2.6.3) 2022-11-23T01:03:28.6668612Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/lib/python3.7/site-packages (from torch==1.14.0a0+git1cfd385) (3.3.0) 2022-11-23T01:03:28.6734183Z Requirement already satisfied: numpy>=1.7 in /opt/conda/lib/python3.7/site-packages (from opt-einsum>=3.3->torch==1.14.0a0+git1cfd385) (1.18.5) 2022-11-23T01:03:28.6916376Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.7/site-packages (from sympy->torch==1.14.0a0+git1cfd385) (1.2.1) 2022-11-23T01:03:29.4710608Z Installing collected packages: torch 2022-11-23T01:03:35.2724621Z Successfully installed torch-1.14.0a0+git1cfd385 2022-11-23T01:03:35.4118841Z 2022-11-23T01:03:35.4529465Z 0% [Working] 2022-11-23T01:03:35.4529690Z 2022-11-23T01:03:35.4529934Z Hit:1 https://dl.yarnpkg.com/debian stable InRelease 2022-11-23T01:03:35.4533836Z 2022-11-23T01:03:35.4534372Z 0% [Connecting to archive.ubuntu.com (185.125.190.36)] [Connecting to security. 2022-11-23T01:03:35.4534868Z 2022-11-23T01:03:35.4535259Z Hit:2 https://deb.nodesource.com/node_12.x focal InRelease 2022-11-23T01:03:35.4535427Z 2022-11-23T01:03:35.5203705Z 0% [Connecting to archive.ubuntu.com (185.125.190.36)] [Connecting to security. 2022-11-23T01:03:35.5204316Z 2022-11-23T01:03:35.5570301Z 0% [Waiting for headers] [Waiting for headers] [Waiting for headers] 2022-11-23T01:03:35.5672693Z 0% [Waiting for headers] [Waiting for headers] [Waiting for headers] 2022-11-23T01:03:35.5673200Z 2022-11-23T01:03:35.5673678Z Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease 2022-11-23T01:03:35.5673991Z 2022-11-23T01:03:35.5674163Z 2022-11-23T01:03:35.5674564Z 0% [Waiting for headers] [Waiting for headers] 2022-11-23T01:03:35.5674920Z 2022-11-23T01:03:35.5675376Z Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-11-23T01:03:35.5675562Z 2022-11-23T01:03:35.5675645Z 2022-11-23T01:03:35.5675968Z Hit:5 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease 2022-11-23T01:03:35.5676160Z 2022-11-23T01:03:35.6419001Z 0% [Waiting for headers] [4 InRelease 14.2 kB/114 kB 12%] 2022-11-23T01:03:35.6419551Z 0% [Waiting for headers] [4 InRelease 17.1 kB/114 kB 15%] 2022-11-23T01:03:35.6419841Z 2022-11-23T01:03:35.6420281Z Get:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-11-23T01:03:35.6420468Z 2022-11-23T01:03:35.7032195Z 0% [6 InRelease 14.2 kB/114 kB 12%] [4 InRelease 17.1 kB/114 kB 15%] 2022-11-23T01:03:35.8140630Z 0% [6 InRelease 15.6 kB/114 kB 14%] [4 InRelease 43.1 kB/114 kB 38%] 2022-11-23T01:03:35.8141075Z 2022-11-23T01:03:35.8780418Z 0% [6 InRelease 66.3 kB/114 kB 58%] 2022-11-23T01:03:35.8780696Z 2022-11-23T01:03:35.8816833Z 0% [Working] 2022-11-23T01:03:35.9494548Z 0% [Waiting for headers] 2022-11-23T01:03:35.9520008Z 0% [Waiting for headers] 2022-11-23T01:03:35.9520347Z 2022-11-23T01:03:35.9521014Z Get:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-11-23T01:03:35.9521206Z 2022-11-23T01:03:36.0049143Z 0% [7 InRelease 2603 B/108 kB 2%] 2022-11-23T01:03:36.0049672Z 2022-11-23T01:03:36.0710293Z 0% [Working] 2022-11-23T01:03:36.0710603Z 100% [Working] 2022-11-23T01:03:36.0710870Z 2022-11-23T01:03:36.0711192Z Fetched 336 kB in 1s (497 kB/s) 2022-11-23T01:03:36.0783632Z 2022-11-23T01:03:36.1203727Z Reading package lists... 0% 2022-11-23T01:03:36.1204036Z 2022-11-23T01:03:36.1267600Z Reading package lists... 0% 2022-11-23T01:03:36.1267866Z 2022-11-23T01:03:36.1579678Z Reading package lists... 0% 2022-11-23T01:03:36.1579954Z 2022-11-23T01:03:36.1580107Z Reading package lists... 5% 2022-11-23T01:03:36.1580338Z 2022-11-23T01:03:36.1767056Z Reading package lists... 5% 2022-11-23T01:03:36.1767323Z 2022-11-23T01:03:36.1767475Z Reading package lists... 5% 2022-11-23T01:03:36.1767696Z 2022-11-23T01:03:36.5757463Z Reading package lists... 5% 2022-11-23T01:03:36.5757743Z 2022-11-23T01:03:36.5757904Z Reading package lists... 52% 2022-11-23T01:03:36.5758139Z 2022-11-23T01:03:36.5866731Z Reading package lists... 52% 2022-11-23T01:03:36.5867012Z 2022-11-23T01:03:36.5867192Z Reading package lists... 52% 2022-11-23T01:03:36.5867413Z 2022-11-23T01:03:36.6711527Z Reading package lists... 52% 2022-11-23T01:03:36.6711827Z 2022-11-23T01:03:36.6711984Z Reading package lists... 63% 2022-11-23T01:03:36.6712205Z 2022-11-23T01:03:36.7229380Z Reading package lists... 63% 2022-11-23T01:03:36.7229632Z 2022-11-23T01:03:36.7229789Z Reading package lists... 71% 2022-11-23T01:03:36.7230008Z 2022-11-23T01:03:36.7640348Z Reading package lists... 71% 2022-11-23T01:03:36.7640621Z 2022-11-23T01:03:36.7640762Z Reading package lists... 77% 2022-11-23T01:03:36.7640971Z 2022-11-23T01:03:36.7655466Z Reading package lists... 77% 2022-11-23T01:03:36.7655705Z 2022-11-23T01:03:36.7655877Z Reading package lists... 77% 2022-11-23T01:03:36.7656098Z 2022-11-23T01:03:36.7678805Z Reading package lists... 77% 2022-11-23T01:03:36.7679059Z 2022-11-23T01:03:36.7679204Z Reading package lists... 77% 2022-11-23T01:03:36.7679414Z 2022-11-23T01:03:36.7723588Z Reading package lists... 77% 2022-11-23T01:03:36.7723753Z 2022-11-23T01:03:36.7723849Z Reading package lists... 77% 2022-11-23T01:03:36.7723973Z 2022-11-23T01:03:36.8018200Z Reading package lists... 77% 2022-11-23T01:03:36.8018425Z 2022-11-23T01:03:36.8018573Z Reading package lists... 87% 2022-11-23T01:03:36.8018819Z 2022-11-23T01:03:36.8238474Z Reading package lists... 87% 2022-11-23T01:03:36.8238737Z 2022-11-23T01:03:36.8238908Z Reading package lists... 94% 2022-11-23T01:03:36.8239126Z 2022-11-23T01:03:36.8276753Z Reading package lists... 94% 2022-11-23T01:03:36.8277010Z 2022-11-23T01:03:36.8369705Z Reading package lists... 95% 2022-11-23T01:03:36.8369973Z 2022-11-23T01:03:36.8370140Z Reading package lists... 99% 2022-11-23T01:03:36.8370351Z 2022-11-23T01:03:36.8376581Z Reading package lists... 99% 2022-11-23T01:03:36.8376797Z 2022-11-23T01:03:36.8376964Z Reading package lists... 99% 2022-11-23T01:03:36.8377192Z 2022-11-23T01:03:36.8380794Z Reading package lists... 99% 2022-11-23T01:03:36.8381029Z 2022-11-23T01:03:36.8381207Z Reading package lists... 99% 2022-11-23T01:03:36.8381422Z 2022-11-23T01:03:36.8392996Z Reading package lists... 99% 2022-11-23T01:03:36.8393211Z 2022-11-23T01:03:36.8393380Z Reading package lists... 99% 2022-11-23T01:03:36.8393608Z 2022-11-23T01:03:36.8399061Z Reading package lists... 99% 2022-11-23T01:03:36.8399282Z 2022-11-23T01:03:36.8399448Z Reading package lists... 99% 2022-11-23T01:03:36.8399661Z 2022-11-23T01:03:36.8402228Z Reading package lists... 99% 2022-11-23T01:03:36.8402449Z 2022-11-23T01:03:36.8402616Z Reading package lists... 99% 2022-11-23T01:03:36.8402843Z 2022-11-23T01:03:36.8502854Z Reading package lists... 99% 2022-11-23T01:03:36.8503079Z 2022-11-23T01:03:36.8503255Z Reading package lists... Done 2022-11-23T01:03:36.8503478Z 2022-11-23T01:03:36.9018804Z 2022-11-23T01:03:36.9416862Z Reading package lists... 0% 2022-11-23T01:03:36.9417076Z 2022-11-23T01:03:36.9477390Z Reading package lists... 0% 2022-11-23T01:03:36.9477615Z 2022-11-23T01:03:36.9787123Z Reading package lists... 0% 2022-11-23T01:03:36.9787597Z 2022-11-23T01:03:36.9787765Z Reading package lists... 5% 2022-11-23T01:03:36.9787972Z 2022-11-23T01:03:36.9969473Z Reading package lists... 5% 2022-11-23T01:03:36.9969744Z 2022-11-23T01:03:36.9969913Z Reading package lists... 5% 2022-11-23T01:03:36.9970141Z 2022-11-23T01:03:37.3926324Z Reading package lists... 5% 2022-11-23T01:03:37.3926664Z 2022-11-23T01:03:37.3926840Z Reading package lists... 52% 2022-11-23T01:03:37.3927072Z 2022-11-23T01:03:37.4036091Z Reading package lists... 52% 2022-11-23T01:03:37.4036335Z 2022-11-23T01:03:37.4036427Z Reading package lists... 52% 2022-11-23T01:03:37.4036555Z 2022-11-23T01:03:37.4864447Z Reading package lists... 52% 2022-11-23T01:03:37.4864598Z 2022-11-23T01:03:37.4864763Z Reading package lists... 63% 2022-11-23T01:03:37.4864943Z 2022-11-23T01:03:37.5379055Z Reading package lists... 63% 2022-11-23T01:03:37.5379269Z 2022-11-23T01:03:37.5379361Z Reading package lists... 71% 2022-11-23T01:03:37.5379493Z 2022-11-23T01:03:37.5788993Z Reading package lists... 71% 2022-11-23T01:03:37.5789206Z 2022-11-23T01:03:37.5789294Z Reading package lists... 77% 2022-11-23T01:03:37.5789419Z 2022-11-23T01:03:37.5802777Z Reading package lists... 77% 2022-11-23T01:03:37.5802930Z 2022-11-23T01:03:37.5803094Z Reading package lists... 77% 2022-11-23T01:03:37.5803218Z 2022-11-23T01:03:37.5826268Z Reading package lists... 77% 2022-11-23T01:03:37.5826517Z 2022-11-23T01:03:37.5826676Z Reading package lists... 77% 2022-11-23T01:03:37.5826886Z 2022-11-23T01:03:37.5869202Z Reading package lists... 77% 2022-11-23T01:03:37.5869496Z 2022-11-23T01:03:37.5869652Z Reading package lists... 77% 2022-11-23T01:03:37.5869835Z 2022-11-23T01:03:37.6162133Z Reading package lists... 77% 2022-11-23T01:03:37.6162419Z 2022-11-23T01:03:37.6162571Z Reading package lists... 87% 2022-11-23T01:03:37.6162717Z 2022-11-23T01:03:37.6381369Z Reading package lists... 87% 2022-11-23T01:03:37.6381586Z 2022-11-23T01:03:37.6381669Z Reading package lists... 94% 2022-11-23T01:03:37.6381814Z 2022-11-23T01:03:37.6498195Z Reading package lists... 94% 2022-11-23T01:03:37.6498366Z 2022-11-23T01:03:37.6514628Z Reading package lists... 98% 2022-11-23T01:03:37.6514900Z 2022-11-23T01:03:37.6515075Z Reading package lists... 99% 2022-11-23T01:03:37.6515265Z 2022-11-23T01:03:37.6521642Z Reading package lists... 99% 2022-11-23T01:03:37.6521837Z 2022-11-23T01:03:37.6521996Z Reading package lists... 99% 2022-11-23T01:03:37.6522225Z 2022-11-23T01:03:37.6526574Z Reading package lists... 99% 2022-11-23T01:03:37.6526806Z 2022-11-23T01:03:37.6526947Z Reading package lists... 99% 2022-11-23T01:03:37.6527150Z 2022-11-23T01:03:37.6539049Z Reading package lists... 99% 2022-11-23T01:03:37.6539282Z 2022-11-23T01:03:37.6539440Z Reading package lists... 99% 2022-11-23T01:03:37.6539659Z 2022-11-23T01:03:37.6545848Z Reading package lists... 99% 2022-11-23T01:03:37.6546023Z 2022-11-23T01:03:37.6546112Z Reading package lists... 99% 2022-11-23T01:03:37.6546234Z 2022-11-23T01:03:37.6548492Z Reading package lists... 99% 2022-11-23T01:03:37.6548603Z 2022-11-23T01:03:37.6549165Z Reading package lists... 99% 2022-11-23T01:03:37.6549483Z 2022-11-23T01:03:37.6649745Z Reading package lists... 99% 2022-11-23T01:03:37.6649949Z 2022-11-23T01:03:37.6650074Z Reading package lists... Done 2022-11-23T01:03:37.6650248Z 2022-11-23T01:03:37.6813896Z 2022-11-23T01:03:37.6814366Z Building dependency tree... 0% 2022-11-23T01:03:37.6814534Z 2022-11-23T01:03:37.7163558Z Building dependency tree... 0% 2022-11-23T01:03:37.7163730Z 2022-11-23T01:03:37.7163835Z Building dependency tree... 50% 2022-11-23T01:03:37.7163967Z 2022-11-23T01:03:37.8570401Z Building dependency tree... 50% 2022-11-23T01:03:37.8570599Z 2022-11-23T01:03:37.8570737Z Building dependency tree 2022-11-23T01:03:37.8570889Z 2022-11-23T01:03:37.8570894Z 2022-11-23T01:03:37.8570987Z Reading state information... 0% 2022-11-23T01:03:37.8571118Z 2022-11-23T01:03:37.8575231Z Reading state information... 0% 2022-11-23T01:03:37.8575677Z 2022-11-23T01:03:37.8575860Z Reading state information... Done 2022-11-23T01:03:37.8575995Z 2022-11-23T01:03:37.8761192Z Note, selecting 'expect' instead of 'expect-dev' 2022-11-23T01:03:38.0028633Z The following packages were automatically installed and are no longer required: 2022-11-23T01:03:38.0036744Z cmake-data librhash0 libssh2-1 libstd-rust-1.61 libstd-rust-dev libuv1 2022-11-23T01:03:38.0037083Z Use 'sudo apt autoremove' to remove them. 2022-11-23T01:03:38.0043085Z The following additional packages will be installed: 2022-11-23T01:03:38.0043352Z tcl-expect 2022-11-23T01:03:38.0400392Z The following NEW packages will be installed: 2022-11-23T01:03:38.0412627Z expect tcl-expect 2022-11-23T01:03:38.0462763Z 0 upgraded, 2 newly installed, 0 to remove and 13 not upgraded. 2022-11-23T01:03:38.0463193Z Need to get 242 kB of archives. 2022-11-23T01:03:38.0463628Z After this operation, 549 kB of additional disk space will be used. 2022-11-23T01:03:38.0515422Z 2022-11-23T01:03:38.0780427Z 0% [Working] 2022-11-23T01:03:38.0780827Z 2022-11-23T01:03:38.0781369Z Get:1 http://archive.ubuntu.com/ubuntu focal/universe amd64 tcl-expect amd64 5.45.4-2build1 [105 kB] 2022-11-23T01:03:38.0781586Z 2022-11-23T01:03:38.1145650Z 5% [1 tcl-expect 14.2 kB/105 kB 13%] 2022-11-23T01:03:38.1145895Z 2022-11-23T01:03:38.1265583Z 45% [Working] 2022-11-23T01:03:38.1265807Z 2022-11-23T01:03:38.1266251Z Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 expect amd64 5.45.4-2build1 [137 kB] 2022-11-23T01:03:38.1266458Z 2022-11-23T01:03:38.1395854Z 48% [2 expect 11.3 kB/137 kB 8%] 2022-11-23T01:03:38.1396178Z 2022-11-23T01:03:38.1396488Z 100% [Working] 2022-11-23T01:03:38.1396787Z 2022-11-23T01:03:38.1396971Z Fetched 242 kB in 0s (2606 kB/s) 2022-11-23T01:03:38.2794544Z debconf: delaying package configuration, since apt-utils is not installed 2022-11-23T01:03:38.3427181Z Selecting previously unselected package tcl-expect:amd64. 2022-11-23T01:03:38.3491695Z (Reading database ... 2022-11-23T01:03:38.3492036Z (Reading database ... 5% 2022-11-23T01:03:38.3492376Z (Reading database ... 10% 2022-11-23T01:03:38.3492762Z (Reading database ... 15% 2022-11-23T01:03:38.3493045Z (Reading database ... 20% 2022-11-23T01:03:38.3493231Z (Reading database ... 25% 2022-11-23T01:03:38.3493415Z (Reading database ... 30% 2022-11-23T01:03:38.3493588Z (Reading database ... 35% 2022-11-23T01:03:38.3493771Z (Reading database ... 40% 2022-11-23T01:03:38.3493953Z (Reading database ... 45% 2022-11-23T01:03:38.3494126Z (Reading database ... 50% 2022-11-23T01:03:38.3506030Z (Reading database ... 55% 2022-11-23T01:03:38.3543232Z (Reading database ... 60% 2022-11-23T01:03:38.3549941Z (Reading database ... 65% 2022-11-23T01:03:38.3557327Z (Reading database ... 70% 2022-11-23T01:03:38.3574246Z (Reading database ... 75% 2022-11-23T01:03:38.3605138Z (Reading database ... 80% 2022-11-23T01:03:38.3613259Z (Reading database ... 85% 2022-11-23T01:03:38.3634162Z (Reading database ... 90% 2022-11-23T01:03:38.3670351Z (Reading database ... 95% 2022-11-23T01:03:38.3670591Z (Reading database ... 100% 2022-11-23T01:03:38.3670849Z (Reading database ... 51562 files and directories currently installed.) 2022-11-23T01:03:38.3685554Z Preparing to unpack .../tcl-expect_5.45.4-2build1_amd64.deb ... 2022-11-23T01:03:38.3771644Z Unpacking tcl-expect:amd64 (5.45.4-2build1) ... 2022-11-23T01:03:38.4108726Z Selecting previously unselected package expect. 2022-11-23T01:03:38.4148365Z Preparing to unpack .../expect_5.45.4-2build1_amd64.deb ... 2022-11-23T01:03:38.4184509Z Unpacking expect (5.45.4-2build1) ... 2022-11-23T01:03:38.4738929Z Setting up tcl-expect:amd64 (5.45.4-2build1) ... 2022-11-23T01:03:38.4860314Z Setting up expect (5.45.4-2build1) ... 2022-11-23T01:03:38.4981422Z Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2022-11-23T01:03:38.5634960Z functorch_doc_push_script.sh: Invoked with 2022-11-23T01:03:38.5635392Z + version=master 2022-11-23T01:03:38.5635984Z + echo 'version: master' 2022-11-23T01:03:38.5636256Z version: master 2022-11-23T01:03:38.5636484Z + pushd /var/lib/jenkins/workspace/functorch/docs 2022-11-23T01:03:38.5636716Z ~/workspace/functorch/docs ~/workspace 2022-11-23T01:03:38.5636997Z + pip -q install -r requirements.txt 2022-11-23T01:03:54.8001148Z + make html 2022-11-23T01:03:55.1391438Z Running Sphinx v3.5.4 2022-11-23T01:03:57.0593547Z making output directory... done 2022-11-23T01:03:57.0746165Z [autosummary] generating autosummary for: aot_autograd.rst, batch_norm.rst, experimental.rst, functorch.rst, index.rst, install.rst, notebooks/aot_autograd_optimizations.ipynb, notebooks/ensembling.ipynb, notebooks/jacobians_hessians.ipynb, notebooks/minifier.ipynb, notebooks/neural_tangent_kernels.ipynb, notebooks/per_sample_grads.ipynb, notebooks/whirlwind_tour.ipynb, ux_limitations.rst 2022-11-23T01:03:57.0931267Z [autosummary] generating autosummary for: /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.combine_state_for_ensemble.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.compile.aot_function.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.compile.aot_module.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.compile.default_partition.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.compile.memory_efficient_fusion.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.compile.min_cut_rematerialization_partition.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.compile.nop.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.compile.ts_compile.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.functionalize.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.grad.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.grad_and_value.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.hessian.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.jacfwd.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.jacrev.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.jvp.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.make_functional.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.make_functional_with_buffers.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.vjp.rst, /var/lib/jenkins/workspace/functorch/docs/source/generated/functorch.vmap.rst 2022-11-23T01:03:57.0939611Z loading intersphinx inventory from https://docs.python.org/3/objects.inv... 2022-11-23T01:03:57.0945286Z loading intersphinx inventory from https://numpy.org/doc/stable/objects.inv... 2022-11-23T01:03:57.0951633Z loading intersphinx inventory from https://pytorch.org/docs/stable/objects.inv... 2022-11-23T01:03:57.3579760Z myst v0.15.2: MdParserConfig(renderer='sphinx', commonmark_only=False, enable_extensions=['dollarmath'], dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', disable_syntax=[], url_schemes=['http', 'https', 'mailto', 'ftp'], heading_anchors=None, heading_slug_func=None, html_meta=[], footnote_transition=True, substitutions=[], sub_delimiters=['{', '}'], words_per_minute=200) 2022-11-23T01:03:57.3580711Z building [mo]: targets for 0 po files that are out of date 2022-11-23T01:03:57.3588295Z building [html]: targets for 14 source files that are out of date 2022-11-23T01:03:57.3606878Z updating environment: [new config] 33 added, 0 changed, 0 removed 2022-11-23T01:03:57.5226539Z reading sources... [ 3%] aot_autograd 2022-11-23T01:03:57.5305583Z reading sources... [ 6%] batch_norm 2022-11-23T01:03:57.5352606Z reading sources... [ 9%] experimental 2022-11-23T01:03:57.6814915Z reading sources... [ 12%] functorch 2022-11-23T01:03:57.6915422Z reading sources... [ 15%] generated/functorch.combine_state_for_ensemble 2022-11-23T01:03:57.7108490Z reading sources... [ 18%] generated/functorch.compile.aot_function 2022-11-23T01:03:57.7236663Z reading sources... [ 21%] generated/functorch.compile.aot_module 2022-11-23T01:03:57.7349771Z reading sources... [ 24%] generated/functorch.compile.default_partition 2022-11-23T01:03:57.7493478Z reading sources... [ 27%] generated/functorch.compile.memory_efficient_fusion 2022-11-23T01:03:57.7702748Z reading sources... [ 30%] generated/functorch.compile.min_cut_rematerialization_partition 2022-11-23T01:03:57.7774923Z reading sources... [ 33%] generated/functorch.compile.nop 2022-11-23T01:03:57.7883651Z reading sources... [ 36%] generated/functorch.compile.ts_compile 2022-11-23T01:03:57.8080593Z reading sources... [ 39%] generated/functorch.functionalize 2022-11-23T01:03:57.8277957Z reading sources... [ 42%] generated/functorch.grad 2022-11-23T01:03:57.8445813Z reading sources... [ 45%] generated/functorch.grad_and_value 2022-11-23T01:03:57.8581162Z reading sources... [ 48%] generated/functorch.hessian 2022-11-23T01:03:57.8808214Z reading sources... [ 51%] generated/functorch.jacfwd 2022-11-23T01:03:57.9026896Z reading sources... [ 54%] generated/functorch.jacrev 2022-11-23T01:03:57.9190372Z reading sources... [ 57%] generated/functorch.jvp 2022-11-23T01:03:57.9329909Z reading sources... [ 60%] generated/functorch.make_functional 2022-11-23T01:03:57.9453991Z reading sources... [ 63%] generated/functorch.make_functional_with_buffers 2022-11-23T01:03:57.9658326Z reading sources... [ 66%] generated/functorch.vjp 2022-11-23T01:03:57.9903905Z reading sources... [ 69%] generated/functorch.vmap 2022-11-23T01:03:58.0042313Z reading sources... [ 72%] index 2022-11-23T01:03:58.0108263Z reading sources... [ 75%] install 2022-11-23T01:03:58.2944953Z reading sources... [ 78%] notebooks/aot_autograd_optimizations 2022-11-23T01:03:58.6076914Z reading sources... [ 81%] notebooks/ensembling 2022-11-23T01:03:58.9161773Z reading sources... [ 84%] notebooks/jacobians_hessians 2022-11-23T01:03:59.2659687Z reading sources... [ 87%] notebooks/minifier 2022-11-23T01:03:59.5517613Z reading sources... [ 90%] notebooks/neural_tangent_kernels 2022-11-23T01:03:59.8398232Z reading sources... [ 93%] notebooks/per_sample_grads 2022-11-23T01:04:00.1252526Z reading sources... [ 96%] notebooks/whirlwind_tour 2022-11-23T01:04:00.1512381Z reading sources... [100%] ux_limitations 2022-11-23T01:04:00.1512576Z 2022-11-23T01:04:00.1516883Z looking for now-outdated files... none found 2022-11-23T01:04:00.1828294Z pickling environment... done 2022-11-23T01:04:00.1828956Z checking consistency... done 2022-11-23T01:04:00.1846377Z preparing documents... done 2022-11-23T01:04:00.2960739Z writing output... [ 3%] aot_autograd 2022-11-23T01:04:00.3505033Z writing output... [ 6%] batch_norm 2022-11-23T01:04:00.3678610Z writing output... [ 9%] experimental 2022-11-23T01:04:00.3959499Z writing output... [ 12%] functorch 2022-11-23T01:04:00.4197130Z writing output... [ 15%] generated/functorch.combine_state_for_ensemble 2022-11-23T01:04:00.4470478Z writing output... [ 18%] generated/functorch.compile.aot_function 2022-11-23T01:04:00.4693374Z writing output... [ 21%] generated/functorch.compile.aot_module 2022-11-23T01:04:00.4905936Z writing output... [ 24%] generated/functorch.compile.default_partition 2022-11-23T01:04:00.5136205Z writing output... [ 27%] generated/functorch.compile.memory_efficient_fusion 2022-11-23T01:04:00.5356051Z writing output... [ 30%] generated/functorch.compile.min_cut_rematerialization_partition 2022-11-23T01:04:00.5553559Z writing output... [ 33%] generated/functorch.compile.nop 2022-11-23T01:04:00.5749425Z writing output... [ 36%] generated/functorch.compile.ts_compile 2022-11-23T01:04:00.6050730Z writing output... [ 39%] generated/functorch.functionalize 2022-11-23T01:04:00.6385175Z writing output... [ 42%] generated/functorch.grad 2022-11-23T01:04:00.6618114Z writing output... [ 45%] generated/functorch.grad_and_value 2022-11-23T01:04:00.6861089Z writing output... [ 48%] generated/functorch.hessian 2022-11-23T01:04:00.7204350Z writing output... [ 51%] generated/functorch.jacfwd 2022-11-23T01:04:00.7557185Z writing output... [ 54%] generated/functorch.jacrev 2022-11-23T01:04:00.7828387Z writing output... [ 57%] generated/functorch.jvp 2022-11-23T01:04:00.8083343Z writing output... [ 60%] generated/functorch.make_functional 2022-11-23T01:04:00.8334924Z writing output... [ 63%] generated/functorch.make_functional_with_buffers 2022-11-23T01:04:00.8689726Z writing output... [ 66%] generated/functorch.vjp 2022-11-23T01:04:00.9081939Z writing output... [ 69%] generated/functorch.vmap 2022-11-23T01:04:00.9320496Z writing output... [ 72%] index 2022-11-23T01:04:01.0894767Z writing output... [ 75%] install 2022-11-23T01:04:01.2440087Z writing output... [ 78%] notebooks/aot_autograd_optimizations 2022-11-23T01:04:01.3038551Z writing output... [ 81%] notebooks/ensembling 2022-11-23T01:04:01.4145416Z writing output... [ 84%] notebooks/jacobians_hessians 2022-11-23T01:04:01.4671931Z writing output... [ 87%] notebooks/minifier 2022-11-23T01:04:01.5412675Z writing output... [ 90%] notebooks/neural_tangent_kernels 2022-11-23T01:04:01.6227905Z writing output... [ 93%] notebooks/per_sample_grads 2022-11-23T01:04:01.6817973Z writing output... [ 96%] notebooks/whirlwind_tour 2022-11-23T01:04:01.7231582Z writing output... [100%] ux_limitations 2022-11-23T01:04:01.7231875Z 2022-11-23T01:04:01.7437318Z generating indices... genindex done 2022-11-23T01:04:01.8033585Z highlighting module code... [ 16%] functorch._src.aot_autograd 2022-11-23T01:04:01.8350615Z highlighting module code... [ 33%] functorch._src.compilers 2022-11-23T01:04:01.9015965Z highlighting module code... [ 50%] functorch._src.eager_transforms 2022-11-23T01:04:01.9393664Z highlighting module code... [ 66%] functorch._src.make_functional 2022-11-23T01:04:01.9943692Z highlighting module code... [ 83%] functorch._src.partitioners 2022-11-23T01:04:02.0263175Z highlighting module code... [100%] functorch._src.vmap 2022-11-23T01:04:02.0263519Z 2022-11-23T01:04:02.0479799Z writing additional pages... search done 2022-11-23T01:04:02.0659076Z copying static files... done 2022-11-23T01:04:02.0660130Z copying extra files... done 2022-11-23T01:04:02.0732061Z dumping search index in English (code: en)... done 2022-11-23T01:04:02.0841262Z dumping object inventory... done 2022-11-23T01:04:02.0841689Z build succeeded. 2022-11-23T01:04:02.0841863Z 2022-11-23T01:04:02.0842505Z The HTML pages are in build/html. 2022-11-23T01:04:02.6073651Z + popd 2022-11-23T01:04:02.6073888Z ~/workspace 2022-11-23T01:04:02.6074352Z + git clone https://github.com/pytorch/functorch -b gh-pages --depth 1 functorch_ghpages 2022-11-23T01:04:02.6082780Z Cloning into 'functorch_ghpages'... 2022-11-23T01:04:02.8154388Z remote: Enumerating objects: 556, done. 2022-11-23T01:04:02.8154715Z remote: Counting objects: 0% (1/556) 2022-11-23T01:04:02.8156375Z remote: Counting objects: 1% (6/556) 2022-11-23T01:04:02.8156711Z remote: Counting objects: 2% (12/556) 2022-11-23T01:04:02.8157181Z remote: Counting objects: 3% (17/556) 2022-11-23T01:04:02.8157688Z remote: Counting objects: 4% (23/556) 2022-11-23T01:04:02.8157962Z remote: Counting objects: 5% (28/556) 2022-11-23T01:04:02.8158254Z remote: Counting objects: 6% (34/556) 2022-11-23T01:04:02.8158513Z remote: Counting objects: 7% (39/556) 2022-11-23T01:04:02.8158777Z remote: Counting objects: 8% (45/556) 2022-11-23T01:04:02.8159158Z remote: Counting objects: 9% (51/556) 2022-11-23T01:04:02.8159820Z remote: Counting objects: 10% (56/556) 2022-11-23T01:04:02.8160227Z remote: Counting objects: 11% (62/556) 2022-11-23T01:04:02.8160631Z remote: Counting objects: 12% (67/556) 2022-11-23T01:04:02.8161043Z remote: Counting objects: 13% (73/556) 2022-11-23T01:04:02.8161426Z remote: Counting objects: 14% (78/556) 2022-11-23T01:04:02.8161713Z remote: Counting objects: 15% (84/556) 2022-11-23T01:04:02.8162016Z remote: Counting objects: 16% (89/556) 2022-11-23T01:04:02.8162316Z remote: Counting objects: 17% (95/556) 2022-11-23T01:04:02.8162579Z remote: Counting objects: 18% (101/556) 2022-11-23T01:04:02.8162840Z remote: Counting objects: 19% (106/556) 2022-11-23T01:04:02.8163160Z remote: Counting objects: 20% (112/556) 2022-11-23T01:04:02.8163443Z remote: Counting objects: 21% (117/556) 2022-11-23T01:04:02.8163739Z remote: Counting objects: 22% (123/556) 2022-11-23T01:04:02.8164024Z remote: Counting objects: 23% (128/556) 2022-11-23T01:04:02.8164352Z remote: Counting objects: 24% (134/556) 2022-11-23T01:04:02.8164723Z remote: Counting objects: 25% (139/556) 2022-11-23T01:04:02.8164983Z remote: Counting objects: 26% (145/556) 2022-11-23T01:04:02.8165226Z remote: Counting objects: 27% (151/556) 2022-11-23T01:04:02.8165486Z remote: Counting objects: 28% (156/556) 2022-11-23T01:04:02.8165745Z remote: Counting objects: 29% (162/556) 2022-11-23T01:04:02.8165989Z remote: Counting objects: 30% (167/556) 2022-11-23T01:04:02.8166272Z remote: Counting objects: 31% (173/556) 2022-11-23T01:04:02.8166528Z remote: Counting objects: 32% (178/556) 2022-11-23T01:04:02.8166768Z remote: Counting objects: 33% (184/556) 2022-11-23T01:04:02.8167133Z remote: Counting objects: 34% (190/556) 2022-11-23T01:04:02.8167393Z remote: Counting objects: 35% (195/556) 2022-11-23T01:04:02.8167634Z remote: Counting objects: 36% (201/556) 2022-11-23T01:04:02.8167888Z remote: Counting objects: 37% (206/556) 2022-11-23T01:04:02.8168443Z remote: Counting objects: 38% (212/556) 2022-11-23T01:04:02.8168727Z remote: Counting objects: 39% (217/556) 2022-11-23T01:04:02.8169094Z remote: Counting objects: 40% (223/556) 2022-11-23T01:04:02.8169354Z remote: Counting objects: 41% (228/556) 2022-11-23T01:04:02.8169651Z remote: Counting objects: 42% (234/556) 2022-11-23T01:04:02.8169909Z remote: Counting objects: 43% (240/556) 2022-11-23T01:04:02.8170152Z remote: Counting objects: 44% (245/556) 2022-11-23T01:04:02.8170410Z remote: Counting objects: 45% (251/556) 2022-11-23T01:04:02.8170668Z remote: Counting objects: 46% (256/556) 2022-11-23T01:04:02.8170913Z remote: Counting objects: 47% (262/556) 2022-11-23T01:04:02.8171176Z remote: Counting objects: 48% (267/556) 2022-11-23T01:04:02.8171434Z remote: Counting objects: 49% (273/556) 2022-11-23T01:04:02.8171676Z remote: Counting objects: 50% (278/556) 2022-11-23T01:04:02.8171938Z remote: Counting objects: 51% (284/556) 2022-11-23T01:04:02.8172198Z remote: Counting objects: 52% (290/556) 2022-11-23T01:04:02.8172443Z remote: Counting objects: 53% (295/556) 2022-11-23T01:04:02.8172700Z remote: Counting objects: 54% (301/556) 2022-11-23T01:04:02.8172955Z remote: Counting objects: 55% (306/556) 2022-11-23T01:04:02.8173197Z remote: Counting objects: 56% (312/556) 2022-11-23T01:04:02.8173450Z remote: Counting objects: 57% (317/556) 2022-11-23T01:04:02.8173706Z remote: Counting objects: 58% (323/556) 2022-11-23T01:04:02.8173962Z remote: Counting objects: 59% (329/556) 2022-11-23T01:04:02.8174205Z remote: Counting objects: 60% (334/556) 2022-11-23T01:04:02.8174461Z remote: Counting objects: 61% (340/556) 2022-11-23T01:04:02.8174717Z remote: Counting objects: 62% (345/556) 2022-11-23T01:04:02.8174958Z remote: Counting objects: 63% (351/556) 2022-11-23T01:04:02.8175214Z remote: Counting objects: 64% (356/556) 2022-11-23T01:04:02.8175470Z remote: Counting objects: 65% (362/556) 2022-11-23T01:04:02.8175718Z remote: Counting objects: 66% (367/556) 2022-11-23T01:04:02.8175974Z remote: Counting objects: 67% (373/556) 2022-11-23T01:04:02.8176228Z remote: Counting objects: 68% (379/556) 2022-11-23T01:04:02.8176469Z remote: Counting objects: 69% (384/556) 2022-11-23T01:04:02.8176724Z remote: Counting objects: 70% (390/556) 2022-11-23T01:04:02.8176979Z remote: Counting objects: 71% (395/556) 2022-11-23T01:04:02.8177220Z remote: Counting objects: 72% (401/556) 2022-11-23T01:04:02.8177474Z remote: Counting objects: 73% (406/556) 2022-11-23T01:04:02.8177729Z remote: Counting objects: 74% (412/556) 2022-11-23T01:04:02.8178180Z remote: Counting objects: 75% (417/556) 2022-11-23T01:04:02.8178424Z remote: Counting objects: 76% (423/556) 2022-11-23T01:04:02.8178686Z remote: Counting objects: 77% (429/556) 2022-11-23T01:04:02.8178943Z remote: Counting objects: 78% (434/556) 2022-11-23T01:04:02.8179187Z remote: Counting objects: 79% (440/556) 2022-11-23T01:04:02.8179447Z remote: Counting objects: 80% (445/556) 2022-11-23T01:04:02.8179705Z remote: Counting objects: 81% (451/556) 2022-11-23T01:04:02.8179947Z remote: Counting objects: 82% (456/556) 2022-11-23T01:04:02.8180202Z remote: Counting objects: 83% (462/556) 2022-11-23T01:04:02.8180459Z remote: Counting objects: 84% (468/556) 2022-11-23T01:04:02.8180700Z remote: Counting objects: 85% (473/556) 2022-11-23T01:04:02.8180955Z remote: Counting objects: 86% (479/556) 2022-11-23T01:04:02.8181209Z remote: Counting objects: 87% (484/556) 2022-11-23T01:04:02.8181450Z remote: Counting objects: 88% (490/556) 2022-11-23T01:04:02.8181706Z remote: Counting objects: 89% (495/556) 2022-11-23T01:04:02.8181965Z remote: Counting objects: 90% (501/556) 2022-11-23T01:04:02.8182219Z remote: Counting objects: 91% (506/556) 2022-11-23T01:04:02.8182460Z remote: Counting objects: 92% (512/556) 2022-11-23T01:04:02.8182715Z remote: Counting objects: 93% (518/556) 2022-11-23T01:04:02.8183153Z remote: Counting objects: 94% (523/556) 2022-11-23T01:04:02.8183400Z remote: Counting objects: 95% (529/556) 2022-11-23T01:04:02.8183673Z remote: Counting objects: 96% (534/556) 2022-11-23T01:04:02.8183957Z remote: Counting objects: 97% (540/556) 2022-11-23T01:04:02.8184201Z remote: Counting objects: 98% (545/556) 2022-11-23T01:04:02.8184546Z remote: Counting objects: 99% (551/556) 2022-11-23T01:04:02.8184879Z remote: Counting objects: 100% (556/556) 2022-11-23T01:04:02.8185134Z remote: Counting objects: 100% (556/556), done. 2022-11-23T01:04:02.8185422Z remote: Compressing objects: 0% (1/392) 2022-11-23T01:04:02.8185705Z remote: Compressing objects: 1% (4/392) 2022-11-23T01:04:02.8185962Z remote: Compressing objects: 2% (8/392) 2022-11-23T01:04:02.8186239Z remote: Compressing objects: 3% (12/392) 2022-11-23T01:04:02.8186518Z remote: Compressing objects: 4% (16/392) 2022-11-23T01:04:02.8186792Z remote: Compressing objects: 5% (20/392) 2022-11-23T01:04:02.8187054Z remote: Compressing objects: 6% (24/392) 2022-11-23T01:04:02.8187324Z remote: Compressing objects: 7% (28/392) 2022-11-23T01:04:02.8187596Z remote: Compressing objects: 8% (32/392) 2022-11-23T01:04:02.8187861Z remote: Compressing objects: 9% (36/392) 2022-11-23T01:04:02.8224423Z remote: Compressing objects: 10% (40/392) 2022-11-23T01:04:02.8242975Z remote: Compressing objects: 11% (44/392) 2022-11-23T01:04:02.8245212Z remote: Compressing objects: 12% (48/392) 2022-11-23T01:04:02.8245581Z remote: Compressing objects: 13% (51/392) 2022-11-23T01:04:02.8245857Z remote: Compressing objects: 14% (55/392) 2022-11-23T01:04:02.8246136Z remote: Compressing objects: 15% (59/392) 2022-11-23T01:04:02.8246418Z remote: Compressing objects: 16% (63/392) 2022-11-23T01:04:02.8303241Z remote: Compressing objects: 17% (67/392) 2022-11-23T01:04:02.8332174Z remote: Compressing objects: 18% (71/392) 2022-11-23T01:04:02.8342051Z remote: Compressing objects: 19% (75/392) 2022-11-23T01:04:02.8343691Z remote: Compressing objects: 20% (79/392) 2022-11-23T01:04:02.8344095Z remote: Compressing objects: 21% (83/392) 2022-11-23T01:04:02.8344378Z remote: Compressing objects: 22% (87/392) 2022-11-23T01:04:02.8344653Z remote: Compressing objects: 23% (91/392) 2022-11-23T01:04:02.8402609Z remote: Compressing objects: 24% (95/392) 2022-11-23T01:04:02.8417550Z remote: Compressing objects: 25% (98/392) 2022-11-23T01:04:02.8429759Z remote: Compressing objects: 26% (102/392) 2022-11-23T01:04:02.8442483Z remote: Compressing objects: 27% (106/392) 2022-11-23T01:04:02.8460431Z remote: Compressing objects: 28% (110/392) 2022-11-23T01:04:02.8503059Z remote: Compressing objects: 29% (114/392) 2022-11-23T01:04:02.8521484Z remote: Compressing objects: 30% (118/392) 2022-11-23T01:04:02.8561483Z remote: Compressing objects: 31% (122/392) 2022-11-23T01:04:02.8648401Z remote: Compressing objects: 32% (126/392) 2022-11-23T01:04:02.8745327Z remote: Compressing objects: 33% (130/392) 2022-11-23T01:04:02.8769270Z remote: Compressing objects: 34% (134/392) 2022-11-23T01:04:02.8823217Z remote: Compressing objects: 35% (138/392) 2022-11-23T01:04:02.8847225Z remote: Compressing objects: 36% (142/392) 2022-11-23T01:04:02.8900069Z remote: Compressing objects: 37% (146/392) 2022-11-23T01:04:02.9043141Z remote: Compressing objects: 38% (149/392) 2022-11-23T01:04:02.9110890Z remote: Compressing objects: 39% (153/392) 2022-11-23T01:04:02.9149778Z remote: Compressing objects: 40% (157/392) 2022-11-23T01:04:02.9188897Z remote: Compressing objects: 41% (161/392) 2022-11-23T01:04:02.9231868Z remote: Compressing objects: 42% (165/392) 2022-11-23T01:04:02.9257803Z remote: Compressing objects: 43% (169/392) 2022-11-23T01:04:02.9280586Z remote: Compressing objects: 44% (173/392) 2022-11-23T01:04:02.9299307Z remote: Compressing objects: 45% (177/392) 2022-11-23T01:04:02.9311541Z remote: Compressing objects: 46% (181/392) 2022-11-23T01:04:02.9419927Z remote: Compressing objects: 47% (185/392) 2022-11-23T01:04:02.9420455Z remote: Compressing objects: 48% (189/392) 2022-11-23T01:04:02.9421032Z remote: Compressing objects: 49% (193/392) 2022-11-23T01:04:02.9421524Z remote: Compressing objects: 50% (196/392) 2022-11-23T01:04:02.9432101Z remote: Compressing objects: 51% (200/392) 2022-11-23T01:04:02.9451124Z remote: Compressing objects: 52% (204/392) 2022-11-23T01:04:02.9489315Z remote: Compressing objects: 53% (208/392) 2022-11-23T01:04:02.9532620Z remote: Compressing objects: 54% (212/392) 2022-11-23T01:04:02.9556136Z remote: Compressing objects: 55% (216/392) 2022-11-23T01:04:02.9598473Z remote: Compressing objects: 56% (220/392) 2022-11-23T01:04:02.9609228Z remote: Compressing objects: 57% (224/392) 2022-11-23T01:04:02.9657299Z remote: Compressing objects: 58% (228/392) 2022-11-23T01:04:02.9660198Z remote: Compressing objects: 59% (232/392) 2022-11-23T01:04:02.9683184Z remote: Compressing objects: 60% (236/392) 2022-11-23T01:04:02.9702882Z remote: Compressing objects: 61% (240/392) 2022-11-23T01:04:02.9708036Z remote: Compressing objects: 62% (244/392) 2022-11-23T01:04:02.9724556Z remote: Compressing objects: 63% (247/392) 2022-11-23T01:04:02.9780615Z remote: Compressing objects: 64% (251/392) 2022-11-23T01:04:02.9823617Z remote: Compressing objects: 65% (255/392) 2022-11-23T01:04:02.9859523Z remote: Compressing objects: 66% (259/392) 2022-11-23T01:04:02.9860069Z remote: Compressing objects: 67% (263/392) 2022-11-23T01:04:02.9860796Z remote: Compressing objects: 68% (267/392) 2022-11-23T01:04:02.9861255Z remote: Compressing objects: 69% (271/392) 2022-11-23T01:04:02.9861651Z remote: Compressing objects: 70% (275/392) 2022-11-23T01:04:02.9862013Z remote: Compressing objects: 71% (279/392) 2022-11-23T01:04:02.9862533Z remote: Compressing objects: 72% (283/392) 2022-11-23T01:04:02.9862938Z remote: Compressing objects: 73% (287/392) 2022-11-23T01:04:02.9863219Z remote: Compressing objects: 74% (291/392) 2022-11-23T01:04:02.9863473Z remote: Compressing objects: 75% (294/392) 2022-11-23T01:04:02.9863869Z remote: Compressing objects: 76% (298/392) 2022-11-23T01:04:02.9864377Z remote: Compressing objects: 77% (302/392) 2022-11-23T01:04:02.9864819Z remote: Compressing objects: 78% (306/392) 2022-11-23T01:04:02.9865182Z remote: Compressing objects: 79% (310/392) 2022-11-23T01:04:02.9865593Z remote: Compressing objects: 80% (314/392) 2022-11-23T01:04:02.9865852Z remote: Compressing objects: 81% (318/392) 2022-11-23T01:04:02.9866183Z remote: Compressing objects: 82% (322/392) 2022-11-23T01:04:02.9866518Z remote: Compressing objects: 83% (326/392) 2022-11-23T01:04:02.9866889Z remote: Compressing objects: 84% (330/392) 2022-11-23T01:04:02.9867221Z remote: Compressing objects: 85% (334/392) 2022-11-23T01:04:02.9867489Z remote: Compressing objects: 86% (338/392) 2022-11-23T01:04:02.9867766Z remote: Compressing objects: 87% (342/392) 2022-11-23T01:04:02.9868021Z remote: Compressing objects: 88% (345/392) 2022-11-23T01:04:02.9868287Z remote: Compressing objects: 89% (349/392) 2022-11-23T01:04:02.9868614Z remote: Compressing objects: 90% (353/392) 2022-11-23T01:04:02.9868933Z remote: Compressing objects: 91% (357/392) 2022-11-23T01:04:02.9869324Z remote: Compressing objects: 92% (361/392) 2022-11-23T01:04:02.9869681Z remote: Compressing objects: 93% (365/392) 2022-11-23T01:04:02.9869941Z remote: Compressing objects: 94% (369/392) 2022-11-23T01:04:02.9870211Z remote: Compressing objects: 95% (373/392) 2022-11-23T01:04:02.9870483Z remote: Compressing objects: 96% (377/392) 2022-11-23T01:04:02.9874429Z remote: Compressing objects: 97% (381/392) 2022-11-23T01:04:02.9874690Z remote: Compressing objects: 98% (385/392) 2022-11-23T01:04:02.9875992Z remote: Compressing objects: 99% (389/392) 2022-11-23T01:04:02.9876599Z remote: Compressing objects: 100% (392/392) 2022-11-23T01:04:02.9876878Z remote: Compressing objects: 100% (392/392), done. 2022-11-23T01:04:02.9928811Z Receiving objects: 0% (1/556) 2022-11-23T01:04:02.9943607Z Receiving objects: 1% (6/556) 2022-11-23T01:04:02.9947512Z Receiving objects: 2% (12/556) 2022-11-23T01:04:02.9947985Z Receiving objects: 3% (17/556) 2022-11-23T01:04:02.9948283Z Receiving objects: 4% (23/556) 2022-11-23T01:04:02.9949051Z Receiving objects: 5% (28/556) 2022-11-23T01:04:02.9951869Z Receiving objects: 6% (34/556) 2022-11-23T01:04:02.9954901Z Receiving objects: 7% (39/556) 2022-11-23T01:04:03.0079124Z Receiving objects: 8% (45/556) 2022-11-23T01:04:03.0207973Z Receiving objects: 9% (51/556) 2022-11-23T01:04:03.0376694Z Receiving objects: 10% (56/556) 2022-11-23T01:04:03.0405044Z Receiving objects: 11% (62/556) 2022-11-23T01:04:03.0438874Z Receiving objects: 12% (67/556) 2022-11-23T01:04:03.0441026Z Receiving objects: 13% (73/556) 2022-11-23T01:04:03.0451768Z Receiving objects: 14% (78/556) 2022-11-23T01:04:03.0453345Z Receiving objects: 15% (84/556) 2022-11-23T01:04:03.0454644Z Receiving objects: 16% (89/556) 2022-11-23T01:04:03.0456610Z Receiving objects: 17% (95/556) 2022-11-23T01:04:03.0457168Z Receiving objects: 18% (101/556) 2022-11-23T01:04:03.0473957Z Receiving objects: 19% (106/556) 2022-11-23T01:04:03.0475392Z Receiving objects: 20% (112/556) 2022-11-23T01:04:03.0483217Z Receiving objects: 21% (117/556) 2022-11-23T01:04:03.0483828Z Receiving objects: 22% (123/556) 2022-11-23T01:04:03.0485156Z Receiving objects: 23% (128/556) 2022-11-23T01:04:03.0485463Z Receiving objects: 24% (134/556) 2022-11-23T01:04:03.0485660Z Receiving objects: 25% (139/556) 2022-11-23T01:04:03.0487989Z Receiving objects: 26% (145/556) 2022-11-23T01:04:03.0492319Z Receiving objects: 27% (151/556) 2022-11-23T01:04:03.0496208Z Receiving objects: 28% (156/556) 2022-11-23T01:04:03.0496544Z Receiving objects: 29% (162/556) 2022-11-23T01:04:03.0516171Z Receiving objects: 30% (167/556) 2022-11-23T01:04:03.0530036Z Receiving objects: 31% (173/556) 2022-11-23T01:04:03.0545176Z Receiving objects: 32% (178/556) 2022-11-23T01:04:03.0559215Z Receiving objects: 33% (184/556) 2022-11-23T01:04:03.0579624Z Receiving objects: 34% (190/556) 2022-11-23T01:04:03.0589527Z Receiving objects: 35% (195/556) 2022-11-23T01:04:03.0589761Z Receiving objects: 36% (201/556) 2022-11-23T01:04:03.0594580Z Receiving objects: 37% (206/556) 2022-11-23T01:04:03.0595948Z Receiving objects: 38% (212/556) 2022-11-23T01:04:03.0596849Z Receiving objects: 39% (217/556) 2022-11-23T01:04:03.0607712Z Receiving objects: 40% (223/556) 2022-11-23T01:04:03.0615108Z Receiving objects: 41% (228/556) 2022-11-23T01:04:03.0617349Z Receiving objects: 42% (234/556) 2022-11-23T01:04:03.0620821Z Receiving objects: 43% (240/556) 2022-11-23T01:04:03.0622115Z Receiving objects: 44% (245/556) 2022-11-23T01:04:03.0624144Z Receiving objects: 45% (251/556) 2022-11-23T01:04:03.0625038Z Receiving objects: 46% (256/556) 2022-11-23T01:04:03.0625951Z Receiving objects: 47% (262/556) 2022-11-23T01:04:03.0627435Z Receiving objects: 48% (267/556) 2022-11-23T01:04:03.0627946Z Receiving objects: 49% (273/556) 2022-11-23T01:04:03.0629304Z Receiving objects: 50% (278/556) 2022-11-23T01:04:03.0632163Z Receiving objects: 51% (284/556) 2022-11-23T01:04:03.0634462Z Receiving objects: 52% (290/556) 2022-11-23T01:04:03.0634931Z Receiving objects: 53% (295/556) 2022-11-23T01:04:03.0637912Z Receiving objects: 54% (301/556) 2022-11-23T01:04:03.0639268Z Receiving objects: 55% (306/556) 2022-11-23T01:04:03.0639642Z Receiving objects: 56% (312/556) 2022-11-23T01:04:03.0640782Z Receiving objects: 57% (317/556) 2022-11-23T01:04:03.0641559Z Receiving objects: 58% (323/556) 2022-11-23T01:04:03.0642404Z Receiving objects: 59% (329/556) 2022-11-23T01:04:03.0642970Z Receiving objects: 60% (334/556) 2022-11-23T01:04:03.0643846Z Receiving objects: 61% (340/556) 2022-11-23T01:04:03.0644220Z Receiving objects: 62% (345/556) 2022-11-23T01:04:03.0644923Z Receiving objects: 63% (351/556) 2022-11-23T01:04:03.0645297Z Receiving objects: 64% (356/556) 2022-11-23T01:04:03.0646434Z Receiving objects: 65% (362/556) 2022-11-23T01:04:03.0651160Z Receiving objects: 66% (367/556) 2022-11-23T01:04:03.0651658Z Receiving objects: 67% (373/556) 2022-11-23T01:04:03.0653144Z Receiving objects: 68% (379/556) 2022-11-23T01:04:03.0653833Z Receiving objects: 69% (384/556) 2022-11-23T01:04:03.0655810Z Receiving objects: 70% (390/556) 2022-11-23T01:04:03.0658325Z Receiving objects: 71% (395/556) 2022-11-23T01:04:03.0659669Z Receiving objects: 72% (401/556) 2022-11-23T01:04:03.0661467Z Receiving objects: 73% (406/556) 2022-11-23T01:04:03.0665171Z Receiving objects: 74% (412/556) 2022-11-23T01:04:03.0670425Z Receiving objects: 75% (417/556) 2022-11-23T01:04:03.0672067Z Receiving objects: 76% (423/556) 2022-11-23T01:04:03.0677386Z Receiving objects: 77% (429/556) 2022-11-23T01:04:03.0678570Z Receiving objects: 78% (434/556) 2022-11-23T01:04:03.0680506Z Receiving objects: 79% (440/556) 2022-11-23T01:04:03.0681852Z Receiving objects: 80% (445/556) 2022-11-23T01:04:03.0683978Z Receiving objects: 81% (451/556) 2022-11-23T01:04:03.0684202Z Receiving objects: 82% (456/556) 2022-11-23T01:04:03.0684628Z remote: Total 556 (delta 347), reused 339 (delta 154), pack-reused 0 2022-11-23T01:04:03.0690400Z Receiving objects: 83% (462/556) 2022-11-23T01:04:03.0692283Z Receiving objects: 84% (468/556) 2022-11-23T01:04:03.0692499Z Receiving objects: 85% (473/556) 2022-11-23T01:04:03.0692775Z Receiving objects: 86% (479/556) 2022-11-23T01:04:03.0693072Z Receiving objects: 87% (484/556) 2022-11-23T01:04:03.0694014Z Receiving objects: 88% (490/556) 2022-11-23T01:04:03.0694928Z Receiving objects: 89% (495/556) 2022-11-23T01:04:03.0695268Z Receiving objects: 90% (501/556) 2022-11-23T01:04:03.0695629Z Receiving objects: 91% (506/556) 2022-11-23T01:04:03.0696319Z Receiving objects: 92% (512/556) 2022-11-23T01:04:03.0697076Z Receiving objects: 93% (518/556) 2022-11-23T01:04:03.0698503Z Receiving objects: 94% (523/556) 2022-11-23T01:04:03.0699443Z Receiving objects: 95% (529/556) 2022-11-23T01:04:03.0699962Z Receiving objects: 96% (534/556) 2022-11-23T01:04:03.0701019Z Receiving objects: 97% (540/556) 2022-11-23T01:04:03.0701455Z Receiving objects: 98% (545/556) 2022-11-23T01:04:03.0702130Z Receiving objects: 99% (551/556) 2022-11-23T01:04:03.0702616Z Receiving objects: 100% (556/556) 2022-11-23T01:04:03.0703067Z Receiving objects: 100% (556/556), 4.19 MiB | 54.27 MiB/s, done. 2022-11-23T01:04:03.0706582Z Resolving deltas: 0% (0/347) 2022-11-23T01:04:03.0707045Z Resolving deltas: 2% (7/347) 2022-11-23T01:04:03.0707713Z Resolving deltas: 3% (12/347) 2022-11-23T01:04:03.0719006Z Resolving deltas: 4% (14/347) 2022-11-23T01:04:03.0719297Z Resolving deltas: 8% (29/347) 2022-11-23T01:04:03.0739213Z Resolving deltas: 10% (36/347) 2022-11-23T01:04:03.0757027Z Resolving deltas: 18% (64/347) 2022-11-23T01:04:03.0819468Z Resolving deltas: 25% (90/347) 2022-11-23T01:04:03.0819907Z Resolving deltas: 66% (232/347) 2022-11-23T01:04:03.0820252Z Resolving deltas: 67% (234/347) 2022-11-23T01:04:03.0820507Z Resolving deltas: 68% (237/347) 2022-11-23T01:04:03.0820734Z Resolving deltas: 69% (242/347) 2022-11-23T01:04:03.0821062Z Resolving deltas: 70% (243/347) 2022-11-23T01:04:03.0824524Z Resolving deltas: 71% (247/347) 2022-11-23T01:04:03.0831719Z Resolving deltas: 73% (256/347) 2022-11-23T01:04:03.0835014Z Resolving deltas: 79% (275/347) 2022-11-23T01:04:03.0838019Z Resolving deltas: 81% (284/347) 2022-11-23T01:04:03.0840565Z Resolving deltas: 83% (290/347) 2022-11-23T01:04:03.0842633Z Resolving deltas: 85% (297/347) 2022-11-23T01:04:03.0845136Z Resolving deltas: 87% (303/347) 2022-11-23T01:04:03.0845532Z Resolving deltas: 89% (309/347) 2022-11-23T01:04:03.0846199Z Resolving deltas: 90% (313/347) 2022-11-23T01:04:03.0850412Z Resolving deltas: 91% (316/347) 2022-11-23T01:04:03.0853036Z Resolving deltas: 92% (321/347) 2022-11-23T01:04:03.0854735Z Resolving deltas: 93% (323/347) 2022-11-23T01:04:03.0855345Z Resolving deltas: 94% (327/347) 2022-11-23T01:04:03.0857364Z Resolving deltas: 95% (330/347) 2022-11-23T01:04:03.0857743Z Resolving deltas: 96% (334/347) 2022-11-23T01:04:03.0858345Z Resolving deltas: 97% (337/347) 2022-11-23T01:04:03.0862039Z Resolving deltas: 98% (341/347) 2022-11-23T01:04:03.0870604Z Resolving deltas: 99% (346/347) 2022-11-23T01:04:03.0870996Z Resolving deltas: 100% (347/347) 2022-11-23T01:04:03.0871282Z Resolving deltas: 100% (347/347), done. 2022-11-23T01:04:03.2128374Z + pushd functorch_ghpages 2022-11-23T01:04:03.2128820Z ~/workspace/functorch_ghpages ~/workspace 2022-11-23T01:04:03.2129610Z + '[' master == master ']' 2022-11-23T01:04:03.2130288Z + version=nightly 2022-11-23T01:04:03.2130728Z + git rm -rf nightly 2022-11-23T01:04:03.2275349Z rm 'nightly/.buildinfo' 2022-11-23T01:04:03.2275968Z rm 'nightly/_modules/functorch/_src/aot_autograd.html' 2022-11-23T01:04:03.2276520Z rm 'nightly/_modules/functorch/_src/compilers.html' 2022-11-23T01:04:03.2277114Z rm 'nightly/_modules/functorch/_src/eager_transforms.html' 2022-11-23T01:04:03.2277631Z rm 'nightly/_modules/functorch/_src/make_functional.html' 2022-11-23T01:04:03.2278269Z rm 'nightly/_modules/functorch/_src/partitioners.html' 2022-11-23T01:04:03.2279242Z rm 'nightly/_modules/functorch/_src/vmap.html' 2022-11-23T01:04:03.2279590Z rm 'nightly/_modules/index.html' 2022-11-23T01:04:03.2280056Z rm 'nightly/_sources/aot_autograd.rst.txt' 2022-11-23T01:04:03.2280625Z rm 'nightly/_sources/batch_norm.rst.txt' 2022-11-23T01:04:03.2299008Z rm 'nightly/_sources/experimental.rst.txt' 2022-11-23T01:04:03.2299663Z rm 'nightly/_sources/functorch.rst.txt' 2022-11-23T01:04:03.2300167Z rm 'nightly/_sources/generated/functorch.combine_state_for_ensemble.rst.txt' 2022-11-23T01:04:03.2300731Z rm 'nightly/_sources/generated/functorch.compile.aot_function.rst.txt' 2022-11-23T01:04:03.2301240Z rm 'nightly/_sources/generated/functorch.compile.aot_module.rst.txt' 2022-11-23T01:04:03.2301751Z rm 'nightly/_sources/generated/functorch.compile.default_partition.rst.txt' 2022-11-23T01:04:03.2302317Z rm 'nightly/_sources/generated/functorch.compile.memory_efficient_fusion.rst.txt' 2022-11-23T01:04:03.2302940Z rm 'nightly/_sources/generated/functorch.compile.min_cut_rematerialization_partition.rst.txt' 2022-11-23T01:04:03.2303728Z rm 'nightly/_sources/generated/functorch.compile.nop.rst.txt' 2022-11-23T01:04:03.2304316Z rm 'nightly/_sources/generated/functorch.compile.ts_compile.rst.txt' 2022-11-23T01:04:03.2304931Z rm 'nightly/_sources/generated/functorch.functionalize.rst.txt' 2022-11-23T01:04:03.2305492Z rm 'nightly/_sources/generated/functorch.grad.rst.txt' 2022-11-23T01:04:03.2306112Z rm 'nightly/_sources/generated/functorch.grad_and_value.rst.txt' 2022-11-23T01:04:03.2306706Z rm 'nightly/_sources/generated/functorch.hessian.rst.txt' 2022-11-23T01:04:03.2307343Z rm 'nightly/_sources/generated/functorch.jacfwd.rst.txt' 2022-11-23T01:04:03.2307750Z rm 'nightly/_sources/generated/functorch.jacrev.rst.txt' 2022-11-23T01:04:03.2308129Z rm 'nightly/_sources/generated/functorch.jvp.rst.txt' 2022-11-23T01:04:03.2308474Z rm 'nightly/_sources/generated/functorch.make_functional.rst.txt' 2022-11-23T01:04:03.2308908Z rm 'nightly/_sources/generated/functorch.make_functional_with_buffers.rst.txt' 2022-11-23T01:04:03.2309244Z rm 'nightly/_sources/generated/functorch.vjp.rst.txt' 2022-11-23T01:04:03.2309623Z rm 'nightly/_sources/generated/functorch.vmap.rst.txt' 2022-11-23T01:04:03.2309903Z rm 'nightly/_sources/index.rst.txt' 2022-11-23T01:04:03.2310212Z rm 'nightly/_sources/install.rst.txt' 2022-11-23T01:04:03.2310532Z rm 'nightly/_sources/notebooks/aot_autograd_optimizations.ipynb.txt' 2022-11-23T01:04:03.2310916Z rm 'nightly/_sources/notebooks/ensembling.ipynb.txt' 2022-11-23T01:04:03.2311248Z rm 'nightly/_sources/notebooks/jacobians_hessians.ipynb.txt' 2022-11-23T01:04:03.2311551Z rm 'nightly/_sources/notebooks/minifier.ipynb.txt' 2022-11-23T01:04:03.2311938Z rm 'nightly/_sources/notebooks/neural_tangent_kernels.ipynb.txt' 2022-11-23T01:04:03.2312536Z rm 'nightly/_sources/notebooks/per_sample_grads.ipynb.txt' 2022-11-23T01:04:03.2312902Z rm 'nightly/_sources/notebooks/whirlwind_tour.ipynb.txt' 2022-11-23T01:04:03.2313199Z rm 'nightly/_sources/ux_limitations.rst.txt' 2022-11-23T01:04:03.2313455Z rm 'nightly/_static/basic.css' 2022-11-23T01:04:03.2313693Z rm 'nightly/_static/check-solid.svg' 2022-11-23T01:04:03.2313993Z rm 'nightly/_static/clipboard.min.js' 2022-11-23T01:04:03.2314267Z rm 'nightly/_static/copy-button.svg' 2022-11-23T01:04:03.2314514Z rm 'nightly/_static/copybutton.css' 2022-11-23T01:04:03.2314766Z rm 'nightly/_static/copybutton.js' 2022-11-23T01:04:03.2315033Z rm 'nightly/_static/copybutton_funcs.js' 2022-11-23T01:04:03.2315290Z rm 'nightly/_static/css/custom.css' 2022-11-23T01:04:03.2315542Z rm 'nightly/_static/css/theme.css' 2022-11-23T01:04:03.2315784Z rm 'nightly/_static/doctools.js' 2022-11-23T01:04:03.2316056Z rm 'nightly/_static/documentation_options.js' 2022-11-23T01:04:03.2316350Z rm 'nightly/_static/file.png' 2022-11-23T01:04:03.2316689Z rm 'nightly/_static/fonts/FreightSans/freight-sans-bold-italic.woff' 2022-11-23T01:04:03.2317085Z rm 'nightly/_static/fonts/FreightSans/freight-sans-bold-italic.woff2' 2022-11-23T01:04:03.2317447Z rm 'nightly/_static/fonts/FreightSans/freight-sans-bold.woff' 2022-11-23T01:04:03.2317827Z rm 'nightly/_static/fonts/FreightSans/freight-sans-bold.woff2' 2022-11-23T01:04:03.2318194Z rm 'nightly/_static/fonts/FreightSans/freight-sans-book-italic.woff' 2022-11-23T01:04:03.2318570Z rm 'nightly/_static/fonts/FreightSans/freight-sans-book-italic.woff2' 2022-11-23T01:04:03.2318914Z rm 'nightly/_static/fonts/FreightSans/freight-sans-book.woff' 2022-11-23T01:04:03.2319265Z rm 'nightly/_static/fonts/FreightSans/freight-sans-book.woff2' 2022-11-23T01:04:03.2319627Z rm 'nightly/_static/fonts/FreightSans/freight-sans-light-italic.woff' 2022-11-23T01:04:03.2320062Z rm 'nightly/_static/fonts/FreightSans/freight-sans-light-italic.woff2' 2022-11-23T01:04:03.2320430Z rm 'nightly/_static/fonts/FreightSans/freight-sans-light.woff' 2022-11-23T01:04:03.2320789Z rm 'nightly/_static/fonts/FreightSans/freight-sans-light.woff2' 2022-11-23T01:04:03.2321151Z rm 'nightly/_static/fonts/FreightSans/freight-sans-medium-italic.woff' 2022-11-23T01:04:03.2339392Z rm 'nightly/_static/fonts/FreightSans/freight-sans-medium-italic.woff2' 2022-11-23T01:04:03.2340105Z rm 'nightly/_static/fonts/FreightSans/freight-sans-medium.woff' 2022-11-23T01:04:03.2340923Z rm 'nightly/_static/fonts/FreightSans/freight-sans-medium.woff2' 2022-11-23T01:04:03.2341710Z rm 'nightly/_static/fonts/IBMPlexMono/IBMPlexMono-Light.woff' 2022-11-23T01:04:03.2342477Z rm 'nightly/_static/fonts/IBMPlexMono/IBMPlexMono-Light.woff2' 2022-11-23T01:04:03.2343257Z rm 'nightly/_static/fonts/IBMPlexMono/IBMPlexMono-Medium.woff' 2022-11-23T01:04:03.2344034Z rm 'nightly/_static/fonts/IBMPlexMono/IBMPlexMono-Medium.woff2' 2022-11-23T01:04:03.2344858Z rm 'nightly/_static/fonts/IBMPlexMono/IBMPlexMono-Regular.woff' 2022-11-23T01:04:03.2345684Z rm 'nightly/_static/fonts/IBMPlexMono/IBMPlexMono-Regular.woff2' 2022-11-23T01:04:03.2346494Z rm 'nightly/_static/fonts/IBMPlexMono/IBMPlexMono-SemiBold.woff' 2022-11-23T01:04:03.2347312Z rm 'nightly/_static/fonts/IBMPlexMono/IBMPlexMono-SemiBold.woff2' 2022-11-23T01:04:03.2348034Z rm 'nightly/_static/images/arrow-down-orange.svg' 2022-11-23T01:04:03.2374303Z rm 'nightly/_static/images/arrow-right-with-tail.svg' 2022-11-23T01:04:03.2374932Z rm 'nightly/_static/images/chevron-down-black.svg' 2022-11-23T01:04:03.2375527Z rm 'nightly/_static/images/chevron-down-grey.svg' 2022-11-23T01:04:03.2376104Z rm 'nightly/_static/images/chevron-down-orange.svg' 2022-11-23T01:04:03.2376663Z rm 'nightly/_static/images/chevron-down-white.svg' 2022-11-23T01:04:03.2377208Z rm 'nightly/_static/images/chevron-right-orange.svg' 2022-11-23T01:04:03.2377803Z rm 'nightly/_static/images/chevron-right-white.svg' 2022-11-23T01:04:03.2378559Z rm 'nightly/_static/images/home-footer-background.jpg' 2022-11-23T01:04:03.2379116Z rm 'nightly/_static/images/icon-close.svg' 2022-11-23T01:04:03.2379965Z rm 'nightly/_static/images/icon-menu-dots-dark.svg' 2022-11-23T01:04:03.2380509Z rm 'nightly/_static/images/logo-dark.svg' 2022-11-23T01:04:03.2381036Z rm 'nightly/_static/images/logo-facebook-dark.svg' 2022-11-23T01:04:03.2381561Z rm 'nightly/_static/images/logo-icon.svg' 2022-11-23T01:04:03.2382099Z rm 'nightly/_static/images/logo-twitter-dark.svg' 2022-11-23T01:04:03.2382645Z rm 'nightly/_static/images/logo-youtube-dark.svg' 2022-11-23T01:04:03.2383142Z rm 'nightly/_static/images/logo.svg' 2022-11-23T01:04:03.2383654Z rm 'nightly/_static/images/pytorch-colab.svg' 2022-11-23T01:04:03.2384195Z rm 'nightly/_static/images/pytorch-download.svg' 2022-11-23T01:04:03.2384810Z rm 'nightly/_static/images/pytorch-github.svg' 2022-11-23T01:04:03.2385333Z rm 'nightly/_static/images/pytorch-x.svg' 2022-11-23T01:04:03.2385845Z rm 'nightly/_static/images/search-icon.svg' 2022-11-23T01:04:03.2386394Z rm 'nightly/_static/images/view-page-source-icon.svg' 2022-11-23T01:04:03.2386932Z rm 'nightly/_static/jquery-3.5.1.js' 2022-11-23T01:04:03.2387381Z rm 'nightly/_static/jquery.js' 2022-11-23T01:04:03.2387813Z rm 'nightly/_static/js/modernizr.min.js' 2022-11-23T01:04:03.2388271Z rm 'nightly/_static/js/theme.js' 2022-11-23T01:04:03.2388754Z rm 'nightly/_static/js/vendor/anchor.min.js' 2022-11-23T01:04:03.2389266Z rm 'nightly/_static/js/vendor/bootstrap.min.js' 2022-11-23T01:04:03.2389796Z rm 'nightly/_static/js/vendor/popper.min.js' 2022-11-23T01:04:03.2390282Z rm 'nightly/_static/language_data.js' 2022-11-23T01:04:03.2390714Z rm 'nightly/_static/minus.png' 2022-11-23T01:04:03.2391152Z rm 'nightly/_static/mystnb.css' 2022-11-23T01:04:03.2391587Z rm 'nightly/_static/plus.png' 2022-11-23T01:04:03.2392010Z rm 'nightly/_static/pygments.css' 2022-11-23T01:04:03.2392472Z rm 'nightly/_static/searchtools.js' 2022-11-23T01:04:03.2392953Z rm 'nightly/_static/togglebutton.css' 2022-11-23T01:04:03.2393414Z rm 'nightly/_static/togglebutton.js' 2022-11-23T01:04:03.2393913Z rm 'nightly/_static/underscore-1.12.0.js' 2022-11-23T01:04:03.2394397Z rm 'nightly/_static/underscore.js' 2022-11-23T01:04:03.2394826Z rm 'nightly/aot_autograd.html' 2022-11-23T01:04:03.2395254Z rm 'nightly/batch_norm.html' 2022-11-23T01:04:03.2395690Z rm 'nightly/experimental.html' 2022-11-23T01:04:03.2396122Z rm 'nightly/functorch.html' 2022-11-23T01:04:03.2396674Z rm 'nightly/generated/functorch.combine_state_for_ensemble.html' 2022-11-23T01:04:03.2397319Z rm 'nightly/generated/functorch.compile.aot_function.html' 2022-11-23T01:04:03.2397938Z rm 'nightly/generated/functorch.compile.aot_module.html' 2022-11-23T01:04:03.2398580Z rm 'nightly/generated/functorch.compile.default_partition.html' 2022-11-23T01:04:03.2399269Z rm 'nightly/generated/functorch.compile.memory_efficient_fusion.html' 2022-11-23T01:04:03.2400063Z rm 'nightly/generated/functorch.compile.min_cut_rematerialization_partition.html' 2022-11-23T01:04:03.2400715Z rm 'nightly/generated/functorch.compile.nop.html' 2022-11-23T01:04:03.2401330Z rm 'nightly/generated/functorch.compile.ts_compile.html' 2022-11-23T01:04:03.2401956Z rm 'nightly/generated/functorch.functionalize.html' 2022-11-23T01:04:03.2402527Z rm 'nightly/generated/functorch.grad.html' 2022-11-23T01:04:03.2403067Z rm 'nightly/generated/functorch.grad_and_value.html' 2022-11-23T01:04:03.2403625Z rm 'nightly/generated/functorch.hessian.html' 2022-11-23T01:04:03.2404169Z rm 'nightly/generated/functorch.jacfwd.html' 2022-11-23T01:04:03.2404689Z rm 'nightly/generated/functorch.jacrev.html' 2022-11-23T01:04:03.2405181Z rm 'nightly/generated/functorch.jvp.html' 2022-11-23T01:04:03.2405747Z rm 'nightly/generated/functorch.make_functional.html' 2022-11-23T01:04:03.2406369Z rm 'nightly/generated/functorch.make_functional_with_buffers.html' 2022-11-23T01:04:03.2406939Z rm 'nightly/generated/functorch.vjp.html' 2022-11-23T01:04:03.2407463Z rm 'nightly/generated/functorch.vmap.html' 2022-11-23T01:04:03.2407909Z rm 'nightly/genindex.html' 2022-11-23T01:04:03.2408322Z rm 'nightly/index.html' 2022-11-23T01:04:03.2408728Z rm 'nightly/install.html' 2022-11-23T01:04:03.2409420Z rm 'nightly/notebooks/aot_autograd_optimizations.html' 2022-11-23T01:04:03.2409953Z rm 'nightly/notebooks/ensembling.html' 2022-11-23T01:04:03.2410494Z rm 'nightly/notebooks/jacobians_hessians.html' 2022-11-23T01:04:03.2410992Z rm 'nightly/notebooks/minifier.html' 2022-11-23T01:04:03.2411506Z rm 'nightly/notebooks/neural_tangent_kernels.html' 2022-11-23T01:04:03.2412040Z rm 'nightly/notebooks/per_sample_grads.html' 2022-11-23T01:04:03.2412554Z rm 'nightly/notebooks/whirlwind_tour.html' 2022-11-23T01:04:03.2412984Z rm 'nightly/objects.inv' 2022-11-23T01:04:03.2413392Z rm 'nightly/search.html' 2022-11-23T01:04:03.2413807Z rm 'nightly/searchindex.js' 2022-11-23T01:04:03.2414242Z rm 'nightly/ux_limitations.html' 2022-11-23T01:04:03.3048766Z + mv /var/lib/jenkins/workspace/functorch/docs/build/html nightly 2022-11-23T01:04:03.3059292Z + git add nightly 2022-11-23T01:04:03.4175492Z + git status 2022-11-23T01:04:03.4915228Z On branch gh-pages 2022-11-23T01:04:03.4916455Z Your branch is up to date with 'origin/gh-pages'. 2022-11-23T01:04:03.4916747Z 2022-11-23T01:04:03.4916907Z Changes to be committed: 2022-11-23T01:04:03.4917356Z (use "git restore --staged ..." to unstage) 2022-11-23T01:04:03.4917824Z modified: nightly/_modules/functorch/_src/aot_autograd.html 2022-11-23T01:04:03.4918377Z modified: nightly/_modules/functorch/_src/compilers.html 2022-11-23T01:04:03.4918781Z modified: nightly/_modules/functorch/_src/eager_transforms.html 2022-11-23T01:04:03.4919154Z modified: nightly/_modules/functorch/_src/make_functional.html 2022-11-23T01:04:03.4919515Z modified: nightly/_modules/functorch/_src/partitioners.html 2022-11-23T01:04:03.4919856Z modified: nightly/_modules/functorch/_src/vmap.html 2022-11-23T01:04:03.4920143Z modified: nightly/_modules/index.html 2022-11-23T01:04:03.4920428Z modified: nightly/aot_autograd.html 2022-11-23T01:04:03.4920700Z modified: nightly/batch_norm.html 2022-11-23T01:04:03.4920973Z modified: nightly/experimental.html 2022-11-23T01:04:03.4921271Z modified: nightly/functorch.html 2022-11-23T01:04:03.4921610Z modified: nightly/generated/functorch.combine_state_for_ensemble.html 2022-11-23T01:04:03.4921989Z modified: nightly/generated/functorch.compile.aot_function.html 2022-11-23T01:04:03.4922352Z modified: nightly/generated/functorch.compile.aot_module.html 2022-11-23T01:04:03.4922739Z modified: nightly/generated/functorch.compile.default_partition.html 2022-11-23T01:04:03.4923146Z modified: nightly/generated/functorch.compile.memory_efficient_fusion.html 2022-11-23T01:04:03.4923570Z modified: nightly/generated/functorch.compile.min_cut_rematerialization_partition.html 2022-11-23T01:04:03.4923970Z modified: nightly/generated/functorch.compile.nop.html 2022-11-23T01:04:03.4924334Z modified: nightly/generated/functorch.compile.ts_compile.html 2022-11-23T01:04:03.4924706Z modified: nightly/generated/functorch.functionalize.html 2022-11-23T01:04:03.4925037Z modified: nightly/generated/functorch.grad.html 2022-11-23T01:04:03.4925376Z modified: nightly/generated/functorch.grad_and_value.html 2022-11-23T01:04:03.4925718Z modified: nightly/generated/functorch.hessian.html 2022-11-23T01:04:03.4926039Z modified: nightly/generated/functorch.jacfwd.html 2022-11-23T01:04:03.4926367Z modified: nightly/generated/functorch.jacrev.html 2022-11-23T01:04:03.4926685Z modified: nightly/generated/functorch.jvp.html 2022-11-23T01:04:03.4927026Z modified: nightly/generated/functorch.make_functional.html 2022-11-23T01:04:03.4927386Z modified: nightly/generated/functorch.make_functional_with_buffers.html 2022-11-23T01:04:03.4927730Z modified: nightly/generated/functorch.vjp.html 2022-11-23T01:04:03.4928050Z modified: nightly/generated/functorch.vmap.html 2022-11-23T01:04:03.4928533Z modified: nightly/genindex.html 2022-11-23T01:04:03.4928799Z modified: nightly/index.html 2022-11-23T01:04:03.4929060Z modified: nightly/install.html 2022-11-23T01:04:03.4929365Z modified: nightly/notebooks/aot_autograd_optimizations.html 2022-11-23T01:04:03.4929691Z modified: nightly/notebooks/ensembling.html 2022-11-23T01:04:03.4930012Z modified: nightly/notebooks/jacobians_hessians.html 2022-11-23T01:04:03.4930308Z modified: nightly/notebooks/minifier.html 2022-11-23T01:04:03.4930659Z modified: nightly/notebooks/neural_tangent_kernels.html 2022-11-23T01:04:03.4931115Z modified: nightly/notebooks/per_sample_grads.html 2022-11-23T01:04:03.4931555Z modified: nightly/notebooks/whirlwind_tour.html 2022-11-23T01:04:03.4931884Z modified: nightly/objects.inv 2022-11-23T01:04:03.4932239Z modified: nightly/search.html 2022-11-23T01:04:03.4932516Z modified: nightly/ux_limitations.html 2022-11-23T01:04:03.4932667Z 2022-11-23T01:04:03.4932769Z + git config user.email soumith+bot@pytorch.org 2022-11-23T01:04:03.4933006Z + git config user.name pytorchbot 2022-11-23T01:04:03.4944468Z + git commit -m 'Generate Python docs from pytorch/pytorch@1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:04:03.5915354Z [gh-pages 804fdc9] Generate Python docs from pytorch/pytorch@1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:04:03.6009011Z 43 files changed, 42 insertions(+), 42 deletions(-) 2022-11-23T01:04:03.6011259Z + git status 2022-11-23T01:04:03.6750440Z On branch gh-pages 2022-11-23T01:04:03.6751023Z Your branch is ahead of 'origin/gh-pages' by 1 commit. 2022-11-23T01:04:03.6751499Z (use "git push" to publish your local commits) 2022-11-23T01:04:03.6751772Z 2022-11-23T01:04:03.6751941Z nothing to commit, working tree clean 2022-11-23T01:04:03.6752951Z + [[ false == true ]] 2022-11-23T01:04:03.6753228Z + popd 2022-11-23T01:04:03.6753552Z ~/workspace 2022-11-23T01:04:03.6798599Z Prepare all required actions 2022-11-23T01:04:03.6830597Z ##[group]Run ./.github/actions/chown-workspace 2022-11-23T01:04:03.6830818Z ##[endgroup] 2022-11-23T01:04:03.6896834Z ##[group]Run docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2022-11-23T01:04:03.6897183Z docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2022-11-23T01:04:03.6908810Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:04:03.6909018Z env: 2022-11-23T01:04:03.6909254Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:04:03.6909496Z ##[endgroup] 2022-11-23T01:04:03.7176735Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2022-11-23T01:04:04.0522733Z latest: Pulling from tool/alpine 2022-11-23T01:04:04.0537283Z 540db60ca938: Pulling fs layer 2022-11-23T01:04:04.1793261Z 540db60ca938: Verifying Checksum 2022-11-23T01:04:04.1793756Z 540db60ca938: Download complete 2022-11-23T01:04:04.4362503Z 540db60ca938: Pull complete 2022-11-23T01:04:04.5942584Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2022-11-23T01:04:04.6585936Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2022-11-23T01:04:16.7686466Z Post job cleanup. 2022-11-23T01:04:16.7717153Z Post job cleanup. 2022-11-23T01:04:16.8728928Z [command]/usr/bin/git version 2022-11-23T01:04:16.8769705Z git version 2.37.1 2022-11-23T01:04:16.8809473Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1b719d8d-f992-4f27-a0c5-388ec0d3aec3' before making global git config changes 2022-11-23T01:04:16.8809919Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:04:16.8814354Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:04:16.8850838Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:04:16.8881343Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:04:16.9139541Z Entering 'android/libs/fbjni' 2022-11-23T01:04:16.9174012Z Entering 'third_party/FP16' 2022-11-23T01:04:16.9208144Z Entering 'third_party/FXdiv' 2022-11-23T01:04:16.9243130Z Entering 'third_party/NNPACK' 2022-11-23T01:04:16.9276545Z Entering 'third_party/QNNPACK' 2022-11-23T01:04:16.9311472Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:04:16.9346935Z Entering 'third_party/XNNPACK' 2022-11-23T01:04:16.9392866Z Entering 'third_party/benchmark' 2022-11-23T01:04:16.9426981Z Entering 'third_party/cpuinfo' 2022-11-23T01:04:16.9462661Z Entering 'third_party/cub' 2022-11-23T01:04:16.9496320Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:04:16.9536539Z Entering 'third_party/cutlass' 2022-11-23T01:04:16.9577784Z Entering 'third_party/eigen' 2022-11-23T01:04:16.9615874Z Entering 'third_party/fbgemm' 2022-11-23T01:04:16.9650377Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:04:16.9684101Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:04:16.9721073Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:04:16.9753699Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:04:16.9788367Z Entering 'third_party/flatbuffers' 2022-11-23T01:04:16.9826203Z Entering 'third_party/fmt' 2022-11-23T01:04:16.9860659Z Entering 'third_party/foxi' 2022-11-23T01:04:16.9894316Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:04:16.9929766Z Entering 'third_party/gloo' 2022-11-23T01:04:16.9963532Z Entering 'third_party/googletest' 2022-11-23T01:04:16.9997376Z Entering 'third_party/ideep' 2022-11-23T01:04:17.0030842Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:04:17.0067324Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:04:17.0106913Z Entering 'third_party/ios-cmake' 2022-11-23T01:04:17.0141631Z Entering 'third_party/ittapi' 2022-11-23T01:04:17.0175400Z Entering 'third_party/kineto' 2022-11-23T01:04:17.0210038Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:04:17.0243724Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:04:17.0279601Z Entering 'third_party/nccl/nccl' 2022-11-23T01:04:17.0314987Z Entering 'third_party/neon2sse' 2022-11-23T01:04:17.0348955Z Entering 'third_party/nlohmann' 2022-11-23T01:04:17.0385109Z Entering 'third_party/onnx' 2022-11-23T01:04:17.0431640Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:04:17.0465863Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:04:17.0502162Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:04:17.0535788Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:04:17.0574313Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:04:17.0609321Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:04:17.0643647Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:04:17.0682241Z Entering 'third_party/pocketfft' 2022-11-23T01:04:17.0716672Z Entering 'third_party/protobuf' 2022-11-23T01:04:17.0754778Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:04:17.0788685Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:04:17.0823303Z Entering 'third_party/psimd' 2022-11-23T01:04:17.0857104Z Entering 'third_party/pthreadpool' 2022-11-23T01:04:17.0891472Z Entering 'third_party/pybind11' 2022-11-23T01:04:17.0924801Z Entering 'third_party/python-enum' 2022-11-23T01:04:17.0959578Z Entering 'third_party/python-peachpy' 2022-11-23T01:04:17.0993565Z Entering 'third_party/python-six' 2022-11-23T01:04:17.1028139Z Entering 'third_party/sleef' 2022-11-23T01:04:17.1062919Z Entering 'third_party/tbb' 2022-11-23T01:04:17.1098233Z Entering 'third_party/tensorpipe' 2022-11-23T01:04:17.1132059Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:04:17.1166394Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:04:17.1199728Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:04:17.1233747Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:04:17.1267496Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:04:17.1303768Z Entering 'third_party/zstd' 2022-11-23T01:04:17.1351565Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:04:17.1377445Z http.https://github.com/.extraheader 2022-11-23T01:04:17.1385927Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:04:17.1416762Z [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-11-23T01:04:17.1672651Z Entering 'android/libs/fbjni' 2022-11-23T01:04:17.1692219Z http.https://github.com/.extraheader 2022-11-23T01:04:17.1720261Z Entering 'third_party/FP16' 2022-11-23T01:04:17.1741826Z http.https://github.com/.extraheader 2022-11-23T01:04:17.1769083Z Entering 'third_party/FXdiv' 2022-11-23T01:04:17.1790297Z http.https://github.com/.extraheader 2022-11-23T01:04:17.1816650Z Entering 'third_party/NNPACK' 2022-11-23T01:04:17.1837829Z http.https://github.com/.extraheader 2022-11-23T01:04:17.1864849Z Entering 'third_party/QNNPACK' 2022-11-23T01:04:17.1885408Z http.https://github.com/.extraheader 2022-11-23T01:04:17.1912981Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:04:17.1932673Z http.https://github.com/.extraheader 2022-11-23T01:04:17.1959221Z Entering 'third_party/XNNPACK' 2022-11-23T01:04:17.1979215Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2015593Z Entering 'third_party/benchmark' 2022-11-23T01:04:17.2036156Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2064045Z Entering 'third_party/cpuinfo' 2022-11-23T01:04:17.2084423Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2111756Z Entering 'third_party/cub' 2022-11-23T01:04:17.2131477Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2158834Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:04:17.2179820Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2212217Z Entering 'third_party/cutlass' 2022-11-23T01:04:17.2232096Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2266390Z Entering 'third_party/eigen' 2022-11-23T01:04:17.2286790Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2316520Z Entering 'third_party/fbgemm' 2022-11-23T01:04:17.2336746Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2363861Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:04:17.2384042Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2410562Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:04:17.2430246Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2457286Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:04:17.2477032Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2503327Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:04:17.2522755Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2551759Z Entering 'third_party/flatbuffers' 2022-11-23T01:04:17.2572115Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2600268Z Entering 'third_party/fmt' 2022-11-23T01:04:17.2620929Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2647459Z Entering 'third_party/foxi' 2022-11-23T01:04:17.2668009Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2694608Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:04:17.2715055Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2741817Z Entering 'third_party/gloo' 2022-11-23T01:04:17.2762183Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2789515Z Entering 'third_party/googletest' 2022-11-23T01:04:17.2809646Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2836164Z Entering 'third_party/ideep' 2022-11-23T01:04:17.2856091Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2882423Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:04:17.2902859Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2931838Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:04:17.2951984Z http.https://github.com/.extraheader 2022-11-23T01:04:17.2984341Z Entering 'third_party/ios-cmake' 2022-11-23T01:04:17.3004595Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3030475Z Entering 'third_party/ittapi' 2022-11-23T01:04:17.3051479Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3077869Z Entering 'third_party/kineto' 2022-11-23T01:04:17.3098701Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3125315Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:04:17.3144620Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3171521Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:04:17.3192016Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3220290Z Entering 'third_party/nccl/nccl' 2022-11-23T01:04:17.3240474Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3267617Z Entering 'third_party/neon2sse' 2022-11-23T01:04:17.3287200Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3313527Z Entering 'third_party/nlohmann' 2022-11-23T01:04:17.3335342Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3364831Z Entering 'third_party/onnx' 2022-11-23T01:04:17.3385624Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3425348Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:04:17.3446133Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3474344Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:04:17.3494333Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3524156Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:04:17.3545883Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3573579Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:04:17.3594212Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3628225Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:04:17.3649206Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3677702Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:04:17.3697583Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3726004Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:04:17.3746509Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3778392Z Entering 'third_party/pocketfft' 2022-11-23T01:04:17.3798936Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3826406Z Entering 'third_party/protobuf' 2022-11-23T01:04:17.3846498Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3877096Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:04:17.3897760Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3925320Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:04:17.3946683Z http.https://github.com/.extraheader 2022-11-23T01:04:17.3978416Z Entering 'third_party/psimd' 2022-11-23T01:04:17.4000932Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4027476Z Entering 'third_party/pthreadpool' 2022-11-23T01:04:17.4047861Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4074561Z Entering 'third_party/pybind11' 2022-11-23T01:04:17.4095282Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4122263Z Entering 'third_party/python-enum' 2022-11-23T01:04:17.4142534Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4168486Z Entering 'third_party/python-peachpy' 2022-11-23T01:04:17.4188769Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4215038Z Entering 'third_party/python-six' 2022-11-23T01:04:17.4235331Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4262594Z Entering 'third_party/sleef' 2022-11-23T01:04:17.4282838Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4309654Z Entering 'third_party/tbb' 2022-11-23T01:04:17.4330320Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4359583Z Entering 'third_party/tensorpipe' 2022-11-23T01:04:17.4380092Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4407357Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:04:17.4426517Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4453503Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:04:17.4474737Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4501167Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:04:17.4521629Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4548217Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:04:17.4567814Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4594023Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:04:17.4614298Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4644102Z Entering 'third_party/zstd' 2022-11-23T01:04:17.4664340Z http.https://github.com/.extraheader 2022-11-23T01:04:17.4894049Z Cleaning up orphan processes