2022-11-23T00:48:12.5904967Z Requested labels: linux.2xlarge 2022-11-23T00:48:12.5905038Z Job defined at: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/heads/master 2022-11-23T00:48:12.5905061Z Waiting for a runner to pick up this job... 2022-11-23T00:48:13.3980825Z Job is about to start running on the runner: i-051ab0deafe13ebf2 (organization) 2022-11-23T00:48:16.2221386Z Current runner version: '2.299.1' 2022-11-23T00:48:16.2227109Z Runner name: 'i-051ab0deafe13ebf2' 2022-11-23T00:48:16.2227531Z Runner group name: 'Default' 2022-11-23T00:48:16.2228184Z Machine name: 'ip-10-0-9-24' 2022-11-23T00:48:16.2230105Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T00:48:16.2230773Z Actions: write 2022-11-23T00:48:16.2231071Z Checks: write 2022-11-23T00:48:16.2231371Z Contents: write 2022-11-23T00:48:16.2231632Z Deployments: write 2022-11-23T00:48:16.2231942Z Discussions: write 2022-11-23T00:48:16.2232256Z Issues: write 2022-11-23T00:48:16.2232499Z Metadata: read 2022-11-23T00:48:16.2232792Z Packages: write 2022-11-23T00:48:16.2233092Z Pages: write 2022-11-23T00:48:16.2233347Z PullRequests: write 2022-11-23T00:48:16.2233703Z RepositoryProjects: write 2022-11-23T00:48:16.2234042Z SecurityEvents: write 2022-11-23T00:48:16.2234352Z Statuses: write 2022-11-23T00:48:16.2234595Z ##[endgroup] 2022-11-23T00:48:16.2237672Z Secret source: Actions 2022-11-23T00:48:16.2238207Z Prepare workflow directory 2022-11-23T00:48:16.2848770Z Prepare all required actions 2022-11-23T00:48:16.3003308Z Getting action download info 2022-11-23T00:48:16.5216659Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T00:48:16.8850654Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T00:48:25.0686341Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T00:48:25.3290260Z Getting action download info 2022-11-23T00:48:25.5256689Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T00:48:25.6967214Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml 2022-11-23T00:48:25.6968799Z ##[group] Inputs 2022-11-23T00:48:25.6969114Z build-environment: linux-focal-py3-clang7-mobile-build 2022-11-23T00:48:25.6969454Z docker-image-name: pytorch-linux-focal-py3-clang7-asan 2022-11-23T00:48:25.6970033Z build-generates-artifacts: false 2022-11-23T00:48:25.6970248Z build-with-debug: false 2022-11-23T00:48:25.6970444Z sync-tag: 2022-11-23T00:48:25.6970631Z cuda-arch-list: 5.2 2022-11-23T00:48:25.6970811Z runner: linux.2xlarge 2022-11-23T00:48:25.6970996Z test-matrix: 2022-11-23T00:48:25.6971188Z ##[endgroup] 2022-11-23T00:48:25.6971754Z Complete job name: linux-focal-py3-clang7-mobile-build / build 2022-11-23T00:48:25.7722446Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T00:48:25.7722899Z with: 2022-11-23T00:48:25.7723589Z github-secret: *** 2022-11-23T00:48:25.7723975Z activate-with-label: false 2022-11-23T00:48:25.7724324Z label: with-ssh 2022-11-23T00:48:25.7724689Z remove-existing-keys: true 2022-11-23T00:48:25.7725042Z ##[endgroup] 2022-11-23T00:48:25.8479205Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T00:48:25.8648579Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T00:48:25.8648864Z with: 2022-11-23T00:48:25.8649024Z submodules: recursive 2022-11-23T00:48:25.8649210Z fetch-depth: 0 2022-11-23T00:48:25.8649383Z ##[endgroup] 2022-11-23T00:48:25.8857796Z ##[group]Run retry () { 2022-11-23T00:48:25.8858064Z retry () { 2022-11-23T00:48:25.8858310Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T00:48:25.8858525Z } 2022-11-23T00:48:25.8858712Z echo "${GITHUB_WORKSPACE}" 2022-11-23T00:48:25.8858918Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T00:48:25.8859143Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:25.8859346Z else 2022-11-23T00:48:25.8859533Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:25.8859727Z fi 2022-11-23T00:48:25.8859917Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T00:48:25.8875885Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:48:25.8876127Z env: 2022-11-23T00:48:25.8876417Z NO_SUDO: 2022-11-23T00:48:25.8876597Z ##[endgroup] 2022-11-23T00:48:25.8967897Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:25.9320610Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T00:48:25.9320836Z with: 2022-11-23T00:48:25.9321019Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:48:25.9321225Z fetch-depth: 0 2022-11-23T00:48:25.9321546Z submodules: recursive 2022-11-23T00:48:25.9321739Z quiet-checkout: true 2022-11-23T00:48:25.9321925Z repository: pytorch/pytorch 2022-11-23T00:48:25.9322234Z token: *** 2022-11-23T00:48:25.9322410Z ssh-strict: true 2022-11-23T00:48:25.9322607Z persist-credentials: true 2022-11-23T00:48:25.9322784Z clean: true 2022-11-23T00:48:25.9322948Z lfs: false 2022-11-23T00:48:25.9323133Z set-safe-directory: true 2022-11-23T00:48:25.9323314Z ##[endgroup] 2022-11-23T00:48:26.0399195Z Syncing repository: pytorch/pytorch 2022-11-23T00:48:26.0400604Z ##[group]Getting Git version info 2022-11-23T00:48:26.0401066Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:26.0401589Z [command]/usr/bin/git version 2022-11-23T00:48:26.0401913Z git version 2.37.1 2022-11-23T00:48:26.0402807Z ##[endgroup] 2022-11-23T00:48:26.0414494Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/82058835-517d-4153-afe8-04736c04b3e4' before making global git config changes 2022-11-23T00:48:26.0414922Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T00:48:26.0415401Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:26.0440990Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:26.0444790Z ##[group]Initializing the repository 2022-11-23T00:48:26.0447196Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:26.0472534Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T00:48:26.0473188Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T00:48:26.0473767Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T00:48:26.0474131Z hint: 2022-11-23T00:48:26.0474598Z hint: git config --global init.defaultBranch 2022-11-23T00:48:26.0474970Z hint: 2022-11-23T00:48:26.0475473Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T00:48:26.0476016Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T00:48:26.0476241Z hint: 2022-11-23T00:48:26.0476452Z hint: git branch -m 2022-11-23T00:48:26.0476825Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T00:48:26.0481731Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T00:48:26.0507448Z ##[endgroup] 2022-11-23T00:48:26.0507811Z ##[group]Disabling automatic garbage collection 2022-11-23T00:48:26.0510562Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T00:48:26.0534362Z ##[endgroup] 2022-11-23T00:48:26.0534706Z ##[group]Setting up auth 2022-11-23T00:48:26.0540384Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T00:48:26.0565804Z [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:48:26.0833493Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T00:48:26.0857264Z [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:48:26.1084259Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:48:26.1127733Z ##[endgroup] 2022-11-23T00:48:26.1128082Z ##[group]Fetching the repository 2022-11-23T00:48:26.1133745Z [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:49:17.0624998Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T00:49:17.0646206Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:17.0650805Z ##[endgroup] 2022-11-23T00:49:17.0651418Z ##[group]Determining the checkout info 2022-11-23T00:49:17.0651972Z ##[endgroup] 2022-11-23T00:49:17.0652440Z ##[group]Checking out the ref 2022-11-23T00:49:17.0655536Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:18.3279426Z ##[endgroup] 2022-11-23T00:49:18.3280224Z ##[group]Setting up auth for fetching submodules 2022-11-23T00:49:18.3286046Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:49:18.3329524Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T00:49:18.3356091Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T00:49:18.3381533Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T00:49:18.3405949Z ##[endgroup] 2022-11-23T00:49:18.3406368Z ##[group]Fetching submodules 2022-11-23T00:49:18.3409892Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T00:49:18.3657079Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T00:49:18.3897684Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T00:49:18.3898469Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T00:49:18.3900250Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T00:49:18.3902440Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T00:49:18.3904790Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T00:49:18.3907377Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T00:49:18.3909620Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T00:49:18.3912114Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T00:49:18.3914818Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T00:49:18.3918096Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T00:49:18.3920571Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T00:49:18.3923240Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T00:49:18.3926440Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T00:49:18.3929271Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T00:49:18.3932484Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T00:49:18.3935645Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T00:49:18.3939064Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T00:49:18.3942905Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:49:18.3947741Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T00:49:18.3951447Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T00:49:18.3955257Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T00:49:18.3959069Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T00:49:18.3963053Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T00:49:18.3967060Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T00:49:18.3971225Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T00:49:18.3975447Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T00:49:18.3979841Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T00:49:18.3984542Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T00:49:18.3989191Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T00:49:18.3993787Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T00:49:18.3998494Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T00:49:18.4003496Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T00:49:18.4008519Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T00:49:18.4013682Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T00:49:18.4018762Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T00:49:18.4024330Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T00:49:18.4029925Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T00:49:18.4035284Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T00:49:18.4040850Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T00:49:18.4046678Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T00:49:18.4052611Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T00:49:18.4076416Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T00:49:18.6830390Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T00:49:18.9557543Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T00:49:19.1616721Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T00:49:19.4352891Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T00:49:19.7112133Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T00:49:21.7508190Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T00:49:27.8373241Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T00:49:28.2362597Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T00:49:28.7251509Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T00:49:30.5664733Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T00:49:31.6619974Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T00:49:33.1080667Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T00:49:38.3703966Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T00:49:39.0388342Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T00:49:40.4000324Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T00:49:41.5102774Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T00:49:41.7198196Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T00:49:42.1417073Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T00:49:42.4498772Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T00:49:43.4555022Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T00:49:43.8604714Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T00:49:44.0616092Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T00:49:44.5866522Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T00:49:46.0828754Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T00:49:46.4933461Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T00:49:46.8489218Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T00:49:52.8176319Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T00:49:54.6523763Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T00:49:55.0975464Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T00:49:55.3156587Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T00:50:00.7055383Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T00:50:00.9122671Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T00:50:01.1690910Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T00:50:02.0991492Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T00:50:02.6265950Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T00:50:03.1147810Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T00:50:03.5450640Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T00:50:04.1300882Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T00:50:06.7315998Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T00:50:07.2245027Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T00:50:09.5926427Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T00:50:09.6020814Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T00:50:09.6093040Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T00:50:09.6296773Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T00:50:09.6501540Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T00:50:09.6826053Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T00:50:10.2311193Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T00:50:10.2499542Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:10.3402656Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T00:50:10.3713791Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T00:50:10.6337036Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T00:50:11.0063193Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T00:50:11.2283002Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T00:50:11.2699160Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T00:50:11.2712672Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:11.2714517Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:11.2716598Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:11.2718831Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:11.2741085Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T00:50:12.2111255Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T00:50:12.7756495Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T00:50:13.7967840Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T00:50:14.1406913Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T00:50:14.2323319Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T00:50:14.2858155Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T00:50:14.2951608Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T00:50:14.3790289Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T00:50:14.4115177Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T00:50:14.4192914Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T00:50:14.4548913Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T00:50:14.4758781Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T00:50:14.5175472Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T00:50:14.5278961Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T00:50:14.5291085Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:14.5312079Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T00:50:22.4602350Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T00:50:22.4618697Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:22.4640677Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T00:50:30.3613243Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T00:50:30.3704191Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T00:50:30.3831983Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T00:50:30.4674367Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T00:50:30.4688294Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:30.4690157Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:30.4713017Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T00:50:31.5983417Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T00:50:32.6803020Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T00:50:32.7298472Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T00:50:32.7482841Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T00:50:32.7607115Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T00:50:32.8574059Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T00:50:33.0763916Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T00:50:33.0789855Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:33.0791202Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:33.0813680Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:33.4680128Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:34.3511709Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:34.3794248Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T00:50:34.3930356Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T00:50:34.3942908Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:34.3963028Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T00:50:36.3151725Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T00:50:36.3170032Z 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-23T00:50:36.3172277Z 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-23T00:50:36.3194577Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:36.7214679Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:37.5379778Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T00:50:37.5972919Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T00:50:37.5984966Z 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-23T00:50:37.6006429Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T00:50:37.8152863Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:37.8233190Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T00:50:38.0581952Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T00:50:38.0599154Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:38.0601431Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:38.0625151Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T00:50:38.4519882Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T00:50:39.4552320Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T00:50:39.5169431Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T00:50:39.5243243Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T00:50:39.5337475Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T00:50:39.5635633Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T00:50:39.5712509Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T00:50:39.5964589Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T00:50:39.6046019Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T00:50:39.6437456Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T00:50:39.7409567Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T00:50:39.7643343Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T00:50:39.7656535Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:39.7658559Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:39.7660763Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:39.7663341Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:39.7686293Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T00:50:40.7758897Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T00:50:41.0449792Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T00:50:42.4211086Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T00:50:43.2817057Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T00:50:43.2945925Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T00:50:43.3530590Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T00:50:43.3779471Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T00:50:43.3791075Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:43.3811318Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T00:50:43.6327908Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:43.7545048Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T00:50:43.7577331Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T00:50:43.7825605Z Entering 'android/libs/fbjni' 2022-11-23T00:50:43.7858408Z Entering 'third_party/FP16' 2022-11-23T00:50:43.7891734Z Entering 'third_party/FXdiv' 2022-11-23T00:50:43.7925562Z Entering 'third_party/NNPACK' 2022-11-23T00:50:43.7961264Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:43.7995140Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:43.8028359Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:43.8072392Z Entering 'third_party/benchmark' 2022-11-23T00:50:43.8106233Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:43.8139081Z Entering 'third_party/cub' 2022-11-23T00:50:43.8172402Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:43.8212108Z Entering 'third_party/cutlass' 2022-11-23T00:50:43.8250959Z Entering 'third_party/eigen' 2022-11-23T00:50:43.8287194Z Entering 'third_party/fbgemm' 2022-11-23T00:50:43.8320857Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:43.8353530Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:43.8386561Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:43.8418836Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:43.8452384Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:43.8487091Z Entering 'third_party/fmt' 2022-11-23T00:50:43.8520100Z Entering 'third_party/foxi' 2022-11-23T00:50:43.8554020Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:43.8587616Z Entering 'third_party/gloo' 2022-11-23T00:50:43.8620100Z Entering 'third_party/googletest' 2022-11-23T00:50:43.8653101Z Entering 'third_party/ideep' 2022-11-23T00:50:43.8685348Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:43.8720646Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:43.8759306Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:43.8792106Z Entering 'third_party/ittapi' 2022-11-23T00:50:43.8824565Z Entering 'third_party/kineto' 2022-11-23T00:50:43.8857153Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:43.8889188Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:43.8923051Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:43.8956577Z Entering 'third_party/neon2sse' 2022-11-23T00:50:43.8990347Z Entering 'third_party/nlohmann' 2022-11-23T00:50:43.9024224Z Entering 'third_party/onnx' 2022-11-23T00:50:43.9068720Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:43.9101048Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:43.9135479Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:43.9168369Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:43.9205577Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:43.9238265Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:43.9271658Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:43.9307751Z Entering 'third_party/pocketfft' 2022-11-23T00:50:43.9340046Z Entering 'third_party/protobuf' 2022-11-23T00:50:43.9375446Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:43.9408809Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:43.9442791Z Entering 'third_party/psimd' 2022-11-23T00:50:43.9475939Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:43.9508987Z Entering 'third_party/pybind11' 2022-11-23T00:50:43.9541572Z Entering 'third_party/python-enum' 2022-11-23T00:50:43.9575188Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:43.9607964Z Entering 'third_party/python-six' 2022-11-23T00:50:43.9640815Z Entering 'third_party/sleef' 2022-11-23T00:50:43.9674500Z Entering 'third_party/tbb' 2022-11-23T00:50:43.9710018Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:43.9743127Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:43.9775349Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:43.9808228Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:43.9840703Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:43.9873081Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:43.9907497Z Entering 'third_party/zstd' 2022-11-23T00:50:43.9948622Z ##[endgroup] 2022-11-23T00:50:43.9949146Z ##[group]Persisting credentials for submodules 2022-11-23T00:50:43.9954273Z [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-23T00:50:44.0196827Z Entering 'android/libs/fbjni' 2022-11-23T00:50:44.0229091Z Entering 'third_party/FP16' 2022-11-23T00:50:44.0261742Z Entering 'third_party/FXdiv' 2022-11-23T00:50:44.0295081Z Entering 'third_party/NNPACK' 2022-11-23T00:50:44.0327667Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:44.0361860Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:44.0395329Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:44.0437809Z Entering 'third_party/benchmark' 2022-11-23T00:50:44.0471189Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:44.0504438Z Entering 'third_party/cub' 2022-11-23T00:50:44.0536774Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:44.0573614Z Entering 'third_party/cutlass' 2022-11-23T00:50:44.0611962Z Entering 'third_party/eigen' 2022-11-23T00:50:44.0646789Z Entering 'third_party/fbgemm' 2022-11-23T00:50:44.0680843Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:44.0712330Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:44.0743650Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:44.0775366Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:44.0807978Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:44.0842294Z Entering 'third_party/fmt' 2022-11-23T00:50:44.0874495Z Entering 'third_party/foxi' 2022-11-23T00:50:44.0906141Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:44.0938363Z Entering 'third_party/gloo' 2022-11-23T00:50:44.0971506Z Entering 'third_party/googletest' 2022-11-23T00:50:44.1004637Z Entering 'third_party/ideep' 2022-11-23T00:50:44.1036003Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:44.1070206Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:44.1109024Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:44.1141809Z Entering 'third_party/ittapi' 2022-11-23T00:50:44.1174714Z Entering 'third_party/kineto' 2022-11-23T00:50:44.1206834Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:44.1239154Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:44.1272740Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:44.1305951Z Entering 'third_party/neon2sse' 2022-11-23T00:50:44.1337486Z Entering 'third_party/nlohmann' 2022-11-23T00:50:44.1371097Z Entering 'third_party/onnx' 2022-11-23T00:50:44.1414460Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:44.1447227Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:44.1481176Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:44.1513254Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:44.1550299Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:44.1582354Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:44.1613910Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:44.1650437Z Entering 'third_party/pocketfft' 2022-11-23T00:50:44.1682870Z Entering 'third_party/protobuf' 2022-11-23T00:50:44.1719459Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:44.1751655Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:44.1785361Z Entering 'third_party/psimd' 2022-11-23T00:50:44.1819171Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:44.1851917Z Entering 'third_party/pybind11' 2022-11-23T00:50:44.1884809Z Entering 'third_party/python-enum' 2022-11-23T00:50:44.1917085Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:44.1950758Z Entering 'third_party/python-six' 2022-11-23T00:50:44.1983579Z Entering 'third_party/sleef' 2022-11-23T00:50:44.2015188Z Entering 'third_party/tbb' 2022-11-23T00:50:44.2050260Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:44.2082649Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:44.2114000Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:44.2146772Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:44.2178773Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:44.2210627Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:44.2245787Z Entering 'third_party/zstd' 2022-11-23T00:50:44.2290918Z [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-23T00:50:44.2542370Z Entering 'android/libs/fbjni' 2022-11-23T00:50:44.2573125Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T00:50:44.2588289Z Entering 'third_party/FP16' 2022-11-23T00:50:44.2618885Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T00:50:44.2633032Z Entering 'third_party/FXdiv' 2022-11-23T00:50:44.2665280Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T00:50:44.2679433Z Entering 'third_party/NNPACK' 2022-11-23T00:50:44.2712688Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T00:50:44.2726691Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:44.2757538Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T00:50:44.2771143Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:44.2801840Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T00:50:44.2815516Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:44.2847317Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T00:50:44.2872207Z Entering 'third_party/benchmark' 2022-11-23T00:50:44.2902890Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:44.2916173Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:44.2947760Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T00:50:44.2961634Z Entering 'third_party/cub' 2022-11-23T00:50:44.2992381Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T00:50:44.3006278Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:44.3036388Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T00:50:44.3054310Z Entering 'third_party/cutlass' 2022-11-23T00:50:44.3085630Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T00:50:44.3104625Z Entering 'third_party/eigen' 2022-11-23T00:50:44.3134709Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T00:50:44.3150533Z Entering 'third_party/fbgemm' 2022-11-23T00:50:44.3181547Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T00:50:44.3194927Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:44.3225892Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T00:50:44.3239148Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:44.3270014Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T00:50:44.3283904Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:44.3314993Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:44.3328425Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:44.3359159Z 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-23T00:50:44.3373673Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:44.3404306Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T00:50:44.3419038Z Entering 'third_party/fmt' 2022-11-23T00:50:44.3449721Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T00:50:44.3465677Z Entering 'third_party/foxi' 2022-11-23T00:50:44.3496221Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T00:50:44.3510559Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:44.3541316Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T00:50:44.3555788Z Entering 'third_party/gloo' 2022-11-23T00:50:44.3586510Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T00:50:44.3600316Z Entering 'third_party/googletest' 2022-11-23T00:50:44.3630675Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:44.3644481Z Entering 'third_party/ideep' 2022-11-23T00:50:44.3675147Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T00:50:44.3688677Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:44.3718910Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T00:50:44.3734414Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:44.3765015Z 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-23T00:50:44.3784160Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:44.3813922Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T00:50:44.3829197Z Entering 'third_party/ittapi' 2022-11-23T00:50:44.3859565Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T00:50:44.3873087Z Entering 'third_party/kineto' 2022-11-23T00:50:44.3903287Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T00:50:44.3916163Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:44.3946685Z 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-23T00:50:44.3959911Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:44.3989747Z 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-23T00:50:44.4003762Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:44.4033776Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T00:50:44.4046946Z Entering 'third_party/neon2sse' 2022-11-23T00:50:44.4077197Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T00:50:44.4090268Z Entering 'third_party/nlohmann' 2022-11-23T00:50:44.4120133Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T00:50:44.4134432Z Entering 'third_party/onnx' 2022-11-23T00:50:44.4164231Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T00:50:44.4188852Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:44.4218334Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:44.4232067Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:44.4261738Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:44.4277587Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:44.4308996Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T00:50:44.4322737Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:44.4352346Z 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-23T00:50:44.4370053Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:44.4400992Z 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-23T00:50:44.4414451Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:44.4445297Z 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-23T00:50:44.4458141Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:44.4488973Z 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-23T00:50:44.4505957Z Entering 'third_party/pocketfft' 2022-11-23T00:50:44.4536659Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T00:50:44.4551263Z Entering 'third_party/protobuf' 2022-11-23T00:50:44.4582939Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T00:50:44.4598146Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:44.4629401Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:44.4642854Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:44.4674492Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:44.4689252Z Entering 'third_party/psimd' 2022-11-23T00:50:44.4720228Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T00:50:44.4733035Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:44.4764123Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T00:50:44.4777116Z Entering 'third_party/pybind11' 2022-11-23T00:50:44.4808461Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:44.4821825Z Entering 'third_party/python-enum' 2022-11-23T00:50:44.4852444Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T00:50:44.4865449Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:44.4896002Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T00:50:44.4909145Z Entering 'third_party/python-six' 2022-11-23T00:50:44.4939762Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T00:50:44.4953754Z Entering 'third_party/sleef' 2022-11-23T00:50:44.4983384Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T00:50:44.4996548Z Entering 'third_party/tbb' 2022-11-23T00:50:44.5026990Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T00:50:44.5041643Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:44.5073290Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T00:50:44.5088416Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:44.5118929Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:44.5133042Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:44.5163383Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T00:50:44.5177020Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:44.5208160Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T00:50:44.5221261Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:44.5251894Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:44.5264924Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:44.5295234Z 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-23T00:50:44.5310731Z Entering 'third_party/zstd' 2022-11-23T00:50:44.5341377Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T00:50:44.6189280Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T00:50:44.6439163Z Entering 'android/libs/fbjni' 2022-11-23T00:50:44.6472294Z Entering 'third_party/FP16' 2022-11-23T00:50:44.6506713Z Entering 'third_party/FXdiv' 2022-11-23T00:50:44.6538751Z Entering 'third_party/NNPACK' 2022-11-23T00:50:44.6572228Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:44.6605553Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:44.6640308Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:44.6681965Z Entering 'third_party/benchmark' 2022-11-23T00:50:44.6714538Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:44.6747832Z Entering 'third_party/cub' 2022-11-23T00:50:44.6785800Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:44.6823487Z Entering 'third_party/cutlass' 2022-11-23T00:50:44.6861595Z Entering 'third_party/eigen' 2022-11-23T00:50:44.6896141Z Entering 'third_party/fbgemm' 2022-11-23T00:50:44.6929398Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:44.6963032Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:44.6996289Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:44.7030024Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:44.7063702Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:44.7098854Z Entering 'third_party/fmt' 2022-11-23T00:50:44.7132601Z Entering 'third_party/foxi' 2022-11-23T00:50:44.7166418Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:44.7199955Z Entering 'third_party/gloo' 2022-11-23T00:50:44.7234533Z Entering 'third_party/googletest' 2022-11-23T00:50:44.7267736Z Entering 'third_party/ideep' 2022-11-23T00:50:44.7300756Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:44.7335283Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:44.7374010Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:44.7407952Z Entering 'third_party/ittapi' 2022-11-23T00:50:44.7442598Z Entering 'third_party/kineto' 2022-11-23T00:50:44.7475230Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:44.7508267Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:44.7542446Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:44.7576003Z Entering 'third_party/neon2sse' 2022-11-23T00:50:44.7609781Z Entering 'third_party/nlohmann' 2022-11-23T00:50:44.7644123Z Entering 'third_party/onnx' 2022-11-23T00:50:44.7688270Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:44.7722558Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:44.7757522Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:44.7790173Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:44.7827886Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:44.7860581Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:44.7894158Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:44.7931196Z Entering 'third_party/pocketfft' 2022-11-23T00:50:44.7964392Z Entering 'third_party/protobuf' 2022-11-23T00:50:44.8001317Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:44.8034406Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:44.8069881Z Entering 'third_party/psimd' 2022-11-23T00:50:44.8103161Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:44.8136077Z Entering 'third_party/pybind11' 2022-11-23T00:50:44.8169954Z Entering 'third_party/python-enum' 2022-11-23T00:50:44.8204301Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:44.8237837Z Entering 'third_party/python-six' 2022-11-23T00:50:44.8272424Z Entering 'third_party/sleef' 2022-11-23T00:50:44.8305481Z Entering 'third_party/tbb' 2022-11-23T00:50:44.8340875Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:44.8375003Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:44.8407694Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:44.8439634Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:44.8473589Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:44.8505945Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:44.8540209Z Entering 'third_party/zstd' 2022-11-23T00:50:44.8584178Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T00:50:44.8830438Z Entering 'android/libs/fbjni' 2022-11-23T00:50:44.8863348Z Entering 'third_party/FP16' 2022-11-23T00:50:44.8896213Z Entering 'third_party/FXdiv' 2022-11-23T00:50:44.8928631Z Entering 'third_party/NNPACK' 2022-11-23T00:50:44.8963210Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:44.8996057Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:44.9029702Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:44.9073083Z Entering 'third_party/benchmark' 2022-11-23T00:50:44.9106412Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:44.9139454Z Entering 'third_party/cub' 2022-11-23T00:50:44.9171935Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:44.9210330Z Entering 'third_party/cutlass' 2022-11-23T00:50:44.9248243Z Entering 'third_party/eigen' 2022-11-23T00:50:44.9282969Z Entering 'third_party/fbgemm' 2022-11-23T00:50:44.9315997Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:44.9347844Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:44.9380042Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:44.9413061Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:44.9447131Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:44.9481936Z Entering 'third_party/fmt' 2022-11-23T00:50:44.9516443Z Entering 'third_party/foxi' 2022-11-23T00:50:44.9550495Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:44.9584339Z Entering 'third_party/gloo' 2022-11-23T00:50:44.9617179Z Entering 'third_party/googletest' 2022-11-23T00:50:44.9650073Z Entering 'third_party/ideep' 2022-11-23T00:50:44.9682249Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:44.9718212Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:44.9756851Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:44.9790923Z Entering 'third_party/ittapi' 2022-11-23T00:50:44.9823619Z Entering 'third_party/kineto' 2022-11-23T00:50:44.9856865Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:44.9890430Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:44.9924127Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:44.9957447Z Entering 'third_party/neon2sse' 2022-11-23T00:50:44.9989783Z Entering 'third_party/nlohmann' 2022-11-23T00:50:45.0024099Z Entering 'third_party/onnx' 2022-11-23T00:50:45.0067771Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:45.0100422Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:45.0135668Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:45.0168817Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:45.0205614Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:45.0239869Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:45.0274533Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:45.0313006Z Entering 'third_party/pocketfft' 2022-11-23T00:50:45.0346498Z Entering 'third_party/protobuf' 2022-11-23T00:50:45.0382595Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:45.0415797Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:45.0450389Z Entering 'third_party/psimd' 2022-11-23T00:50:45.0483484Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:45.0516960Z Entering 'third_party/pybind11' 2022-11-23T00:50:45.0550748Z Entering 'third_party/python-enum' 2022-11-23T00:50:45.0583637Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:45.0616563Z Entering 'third_party/python-six' 2022-11-23T00:50:45.0649157Z Entering 'third_party/sleef' 2022-11-23T00:50:45.0682778Z Entering 'third_party/tbb' 2022-11-23T00:50:45.0716845Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:45.0750683Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:45.0783137Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:45.0815368Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:45.0847982Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:45.0881179Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:45.0916274Z Entering 'third_party/zstd' 2022-11-23T00:50:45.0956907Z ##[endgroup] 2022-11-23T00:50:45.0991406Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T00:50:45.1014592Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T00:50:45.1125917Z Prepare all required actions 2022-11-23T00:50:45.1149637Z ##[group]Run ./.github/actions/setup-linux 2022-11-23T00:50:45.1149842Z ##[endgroup] 2022-11-23T00:50:45.1166913Z ##[group]Run set -euo pipefail 2022-11-23T00:50:45.1167149Z set -euo pipefail 2022-11-23T00:50:45.1167358Z function get_ec2_metadata() { 2022-11-23T00:50:45.1167602Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T00:50:45.1167961Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T00:50:45.1168263Z  category=$1 2022-11-23T00:50:45.1168505Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T00:50:45.1168718Z } 2022-11-23T00:50:45.1168925Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T00:50:45.1169182Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T00:50:45.1169475Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T00:50:45.1169722Z echo "system info $(uname -a)" 2022-11-23T00:50:45.1180729Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:45.1180954Z ##[endgroup] 2022-11-23T00:50:45.1254112Z ami-id: ami-096198a0bccc6bad4 2022-11-23T00:50:45.1299237Z instance-id: i-051ab0deafe13ebf2 2022-11-23T00:50:45.1346511Z instance-type: c5.2xlarge 2022-11-23T00:50:45.1353184Z system info Linux ip-10-0-9-24.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-23T00:50:45.1367576Z ##[group]Run if systemctl is-active --quiet docker; then 2022-11-23T00:50:45.1367857Z if systemctl is-active --quiet docker; then 2022-11-23T00:50:45.1368089Z  echo "Docker daemon is running..."; 2022-11-23T00:50:45.1368288Z else 2022-11-23T00:50:45.1368520Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-11-23T00:50:45.1368741Z fi 2022-11-23T00:50:45.1379436Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:45.1379662Z ##[endgroup] 2022-11-23T00:50:45.1419704Z Docker daemon is running... 2022-11-23T00:50:45.1464988Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:50:45.1465424Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:50:45.1465715Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:45.1466087Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-11-23T00:50:45.1466431Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-11-23T00:50:45.1476427Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:45.1476644Z env: 2022-11-23T00:50:45.1476817Z AWS_RETRY_MODE: standard 2022-11-23T00:50:45.1476992Z AWS_MAX_ATTEMPTS: 5 2022-11-23T00:50:45.1477196Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:50:45.1477384Z ##[endgroup] 2022-11-23T00:50:45.8947336Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-11-23T00:50:45.8947746Z Configure a credential helper to remove this warning. See 2022-11-23T00:50:45.8948503Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-11-23T00:50:45.8948867Z 2022-11-23T00:50:45.8949639Z Login Succeeded 2022-11-23T00:50:45.8980772Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:45.8981079Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:45.8981351Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:45.8992713Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:45.8992946Z ##[endgroup] 2022-11-23T00:50:45.9082667Z Prepare all required actions 2022-11-23T00:50:45.9135845Z ##[group]Run ./.github/actions/calculate-docker-image 2022-11-23T00:50:45.9136120Z with: 2022-11-23T00:50:45.9136376Z docker-image-name: pytorch-linux-focal-py3-clang7-asan 2022-11-23T00:50:45.9136683Z xla: false 2022-11-23T00:50:45.9136909Z skip_push: true 2022-11-23T00:50:45.9137116Z ##[endgroup] 2022-11-23T00:50:45.9189727Z ##[group]Run if [ -n "${IS_XLA}" ]; then 2022-11-23T00:50:45.9190018Z if [ -n "${IS_XLA}" ]; then 2022-11-23T00:50:45.9190387Z  echo "XLA workflow uses pre-built test image at ${XLA_IMAGE_TAG}" 2022-11-23T00:50:45.9190692Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:50:45.9191017Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:45.9191372Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${XLA_IMAGE_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:45.9191641Z else 2022-11-23T00:50:45.9192006Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:50:45.9192330Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:45.9192636Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:45.9213862Z fi 2022-11-23T00:50:45.9224908Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:45.9225205Z env: 2022-11-23T00:50:45.9225364Z IS_XLA: 2022-11-23T00:50:45.9225526Z XLA_IMAGE_TAG: v0.4 2022-11-23T00:50:45.9225917Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan 2022-11-23T00:50:45.9226218Z ##[endgroup] 2022-11-23T00:50:45.9301322Z ##[group]Run set -x 2022-11-23T00:50:45.9301557Z set -x 2022-11-23T00:50:45.9301800Z # Check if image already exists, if it does then skip building it 2022-11-23T00:50:45.9302251Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2022-11-23T00:50:45.9302461Z  exit 0 2022-11-23T00:50:45.9302626Z fi 2022-11-23T00:50:45.9302843Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2022-11-23T00:50:45.9303102Z  # if we're on the base branch then use the parent commit 2022-11-23T00:50:45.9303355Z  MERGE_BASE=$(git rev-parse HEAD~) 2022-11-23T00:50:45.9303552Z else 2022-11-23T00:50:45.9303767Z  # otherwise we're on a PR, so use the most recent base commit 2022-11-23T00:50:45.9304044Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2022-11-23T00:50:45.9304262Z fi 2022-11-23T00:50:45.9304486Z # Covers the case where a previous tag doesn't exist for the tree 2022-11-23T00:50:45.9304809Z # this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly 2022-11-23T00:50:45.9305190Z if ! git rev-parse "$MERGE_BASE:.circleci/docker"; then 2022-11-23T00:50:45.9305539Z  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit" 2022-11-23T00:50:45.9305809Z  exit 1 2022-11-23T00:50:45.9305970Z fi 2022-11-23T00:50:45.9306203Z PREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker") 2022-11-23T00:50:45.9306529Z # If no image exists but the hash is the same as the previous hash then we should error out here 2022-11-23T00:50:45.9306822Z if [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then 2022-11-23T00:50:45.9307155Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2022-11-23T00:50:45.9307510Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2022-11-23T00:50:45.9307829Z  # NOTE: DOCKER_FORCE_PUSH will always be set to true for docker-builds.yml 2022-11-23T00:50:45.9308171Z  if [[ "${DOCKER_FORCE_PUSH}" != "true" ]]; then 2022-11-23T00:50:45.9308458Z  # In order to avoid a stampeding herd of jobs trying to push all at once we set it to 2022-11-23T00:50:45.9308789Z  # skip the push. If this is negatively affecting TTS across the board the suggestion 2022-11-23T00:50:45.9309130Z  # should be to run the docker-builds.yml workflow to generate the correct docker builds 2022-11-23T00:50:45.9309411Z  echo "skip_push=true" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:45.9309619Z  fi 2022-11-23T00:50:45.9309780Z fi 2022-11-23T00:50:45.9309965Z echo "rebuild=yes" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:45.9320132Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:45.9320348Z env: 2022-11-23T00:50:45.9320542Z BASE_REVISION: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:50:45.9320936Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:45.9321310Z DOCKER_TAG: 072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:45.9321524Z DOCKER_FORCE_PUSH: 2022-11-23T00:50:45.9321689Z ##[endgroup] 2022-11-23T00:50:45.9344621Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:46.1150208Z { 2022-11-23T00:50:46.1150627Z "schemaVersion": 2, 2022-11-23T00:50:46.1151071Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2022-11-23T00:50:46.1151572Z "config": { 2022-11-23T00:50:46.1151894Z "mediaType": "application/vnd.docker.container.image.v1+json", 2022-11-23T00:50:46.1152326Z "size": 28449, 2022-11-23T00:50:46.1152798Z "digest": "sha256:a4b6a4ec144dd731b4057d13309ced6a22d97b1e2b83ef3e696dc70c7e49decd" 2022-11-23T00:50:46.1153249Z }, 2022-11-23T00:50:46.1153539Z "layers": [ 2022-11-23T00:50:46.1153813Z { 2022-11-23T00:50:46.1156308Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1156778Z "size": 28577834, 2022-11-23T00:50:46.1157296Z "digest": "sha256:eaead16dc43bb8811d4ff450935d607f9ba4baffda4fc110cc402fa43f601d83" 2022-11-23T00:50:46.1157754Z }, 2022-11-23T00:50:46.1157993Z { 2022-11-23T00:50:46.1158359Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1158775Z "size": 2063, 2022-11-23T00:50:46.1159198Z "digest": "sha256:08e28b7f24cb2f4f574b8007cf8cd00fbbe26150676dfb84acdc40e9a37fb539" 2022-11-23T00:50:46.1159680Z }, 2022-11-23T00:50:46.1159967Z { 2022-11-23T00:50:46.1160298Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1160548Z "size": 310126222, 2022-11-23T00:50:46.1160817Z "digest": "sha256:eb222a67db4e80db9e062e72a4a4fac0492896e3229bd1a1fa8bfcf9d15da42c" 2022-11-23T00:50:46.1161053Z }, 2022-11-23T00:50:46.1161200Z { 2022-11-23T00:50:46.1161446Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1161680Z "size": 848, 2022-11-23T00:50:46.1161929Z "digest": "sha256:a078424009f82b4a91c56db6487c8fce259c24675731429b22af1434efea1308" 2022-11-23T00:50:46.1162158Z }, 2022-11-23T00:50:46.1162292Z { 2022-11-23T00:50:46.1162536Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1162782Z "size": 64630102, 2022-11-23T00:50:46.1164753Z + exit 0 2022-11-23T00:50:46.1165245Z "digest": "sha256:1fa5e26d1ca71c19fcf965e9f1dfe98ea3010a52cc8245317f1dd11d9d151cf3" 2022-11-23T00:50:46.1165691Z }, 2022-11-23T00:50:46.1165959Z { 2022-11-23T00:50:46.1166340Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1166806Z "size": 408, 2022-11-23T00:50:46.1167225Z "digest": "sha256:53d1f50f21efc3c2f13a24114d4204439bf39d1992bec539684bc7bcb83e6386" 2022-11-23T00:50:46.1167619Z }, 2022-11-23T00:50:46.1167871Z { 2022-11-23T00:50:46.1168484Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1168908Z "size": 107, 2022-11-23T00:50:46.1169337Z "digest": "sha256:00f031ea3c8cf43c8a4f8b62507cbc4c75324e21755f09c9e120f75f925e988a" 2022-11-23T00:50:46.1169738Z }, 2022-11-23T00:50:46.1169965Z { 2022-11-23T00:50:46.1170362Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1170806Z "size": 451, 2022-11-23T00:50:46.1171264Z "digest": "sha256:911da22359aca082b8996c7b5ced3600fe36f659e7cad97ba8734685b78e343c" 2022-11-23T00:50:46.1171704Z }, 2022-11-23T00:50:46.1171977Z { 2022-11-23T00:50:46.1172406Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1172849Z "size": 1279, 2022-11-23T00:50:46.1173289Z "digest": "sha256:e55f0bb146cc993651c040978cd473722de4b89cecd3ca7a75edbbde9bf9b54b" 2022-11-23T00:50:46.1173715Z }, 2022-11-23T00:50:46.1173954Z { 2022-11-23T00:50:46.1174383Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1174824Z "size": 484, 2022-11-23T00:50:46.1175244Z "digest": "sha256:d06627288bfc91d0c392b0f5d36ca783525bee24726b1fef9cb84caefafeb5d0" 2022-11-23T00:50:46.1175659Z }, 2022-11-23T00:50:46.1175908Z { 2022-11-23T00:50:46.1176327Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1176760Z "size": 110, 2022-11-23T00:50:46.1177221Z "digest": "sha256:01cb44a1f67dcf22cbd27a75b425da9b75fc8e9e0a9719d320ac1146fa8e5b99" 2022-11-23T00:50:46.1177647Z }, 2022-11-23T00:50:46.1177896Z { 2022-11-23T00:50:46.1178481Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1178919Z "size": 2612, 2022-11-23T00:50:46.1179377Z "digest": "sha256:fbf4015cea9c020331c0bb586db0a4c6a01487cabf7b46311f571d1a8313a843" 2022-11-23T00:50:46.1179857Z }, 2022-11-23T00:50:46.1180115Z { 2022-11-23T00:50:46.1180530Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1180985Z "size": 1959, 2022-11-23T00:50:46.1181448Z "digest": "sha256:4470167dbba605414bfa85860d297af4d3b02b32445386bc3bd72f131cf549fd" 2022-11-23T00:50:46.1181844Z }, 2022-11-23T00:50:46.1182318Z { 2022-11-23T00:50:46.1182858Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1183307Z "size": 1255478443, 2022-11-23T00:50:46.1183728Z "digest": "sha256:0c5a059e08e3e939fb8d68f8e001a997820d70ea7fc8a9080056413e8d593dd0" 2022-11-23T00:50:46.1184153Z }, 2022-11-23T00:50:46.1184418Z { 2022-11-23T00:50:46.1184848Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1185369Z "size": 172, 2022-11-23T00:50:46.1185813Z "digest": "sha256:62c192e2f160151bdcbb789824c1e31f5b9740978963c81780d76bbd327d52cb" 2022-11-23T00:50:46.1186220Z }, 2022-11-23T00:50:46.1186470Z { 2022-11-23T00:50:46.1186894Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1187346Z "size": 468, 2022-11-23T00:50:46.1187787Z "digest": "sha256:5f223392c464c8070cc272e97d0d7a3be25a12e4368bc54d99d03a27826b411c" 2022-11-23T00:50:46.1188204Z }, 2022-11-23T00:50:46.1188467Z { 2022-11-23T00:50:46.1188901Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1189345Z "size": 104, 2022-11-23T00:50:46.1189803Z "digest": "sha256:a5af83dc28e1ef9eb62350ca010a93e63aed431b8d886b719a7a61db5f131c7d" 2022-11-23T00:50:46.1190234Z }, 2022-11-23T00:50:46.1190498Z { 2022-11-23T00:50:46.1190944Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1191398Z "size": 231, 2022-11-23T00:50:46.1191852Z "digest": "sha256:c89ca147ba1f30581ed7e95688e47c4830e4990fd5f748ee3d83f374b5b808aa" 2022-11-23T00:50:46.1192277Z }, 2022-11-23T00:50:46.1192531Z { 2022-11-23T00:50:46.1192972Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1193427Z "size": 1573959, 2022-11-23T00:50:46.1194045Z "digest": "sha256:b21c8a1183c2df9ef7178f27da87e9e14e605454d00717ea93562932b86c07ba" 2022-11-23T00:50:46.1194478Z }, 2022-11-23T00:50:46.1194736Z { 2022-11-23T00:50:46.1195157Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1195608Z "size": 1576, 2022-11-23T00:50:46.1196084Z "digest": "sha256:289b3326fa6faf63fab2785ffa3dd84527cb244ff982483d426a569ce1de1ca8" 2022-11-23T00:50:46.1196500Z }, 2022-11-23T00:50:46.1196751Z { 2022-11-23T00:50:46.1197184Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1197623Z "size": 105, 2022-11-23T00:50:46.1198037Z "digest": "sha256:056c34b393c238624335229a01c3e35c47905cffb3472824e6083014b5bf1866" 2022-11-23T00:50:46.1198397Z }, 2022-11-23T00:50:46.1198642Z { 2022-11-23T00:50:46.1199017Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1199454Z "size": 454, 2022-11-23T00:50:46.1199898Z "digest": "sha256:41863efab66fc9dd9faf02ce7d8217433c6210846054e49418d2352364ffd171" 2022-11-23T00:50:46.1200272Z }, 2022-11-23T00:50:46.1200525Z { 2022-11-23T00:50:46.1200912Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1201275Z "size": 104, 2022-11-23T00:50:46.1201711Z "digest": "sha256:b38de08854894d0edb0e032abb9d43800e6016edec24db406e3f156e312a8dbd" 2022-11-23T00:50:46.1202139Z }, 2022-11-23T00:50:46.1202404Z { 2022-11-23T00:50:46.1202839Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1203291Z "size": 886, 2022-11-23T00:50:46.1203771Z "digest": "sha256:500edc8daf679e7e2c0e4acb15046acf28c830eb12064b756b8bb69debc65319" 2022-11-23T00:50:46.1204339Z }, 2022-11-23T00:50:46.1204606Z { 2022-11-23T00:50:46.1204973Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1205218Z "size": 121477940, 2022-11-23T00:50:46.1205470Z "digest": "sha256:350dd27d91071c08397bf102c84b116fd9568eb48678fe21dbd3396db42d401e" 2022-11-23T00:50:46.1205699Z }, 2022-11-23T00:50:46.1205832Z { 2022-11-23T00:50:46.1206075Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1206319Z "size": 109, 2022-11-23T00:50:46.1206583Z "digest": "sha256:d7ba7a711cfabd58bd5d720c9b7f44a6dce6dc226e5ec49c0060be05fc7d8655" 2022-11-23T00:50:46.1206840Z }, 2022-11-23T00:50:46.1206984Z { 2022-11-23T00:50:46.1207210Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1207452Z "size": 560, 2022-11-23T00:50:46.1207706Z "digest": "sha256:9fca8e90ea14661b18a00123539d9f3b95df4ca1a355090245eeb25a0baf7146" 2022-11-23T00:50:46.1207933Z }, 2022-11-23T00:50:46.1208078Z { 2022-11-23T00:50:46.1208317Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1208562Z "size": 1152523, 2022-11-23T00:50:46.1208817Z "digest": "sha256:2e2e44b7420a341894f0960ac6ec1b74aec4f6d8fc51c3d4fd2cb13bf8a9b53d" 2022-11-23T00:50:46.1209057Z }, 2022-11-23T00:50:46.1209201Z { 2022-11-23T00:50:46.1209430Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1209677Z "size": 103, 2022-11-23T00:50:46.1209944Z "digest": "sha256:ab5ff07b3c46caa428ff4da04ed830c6c276336af90fadc74a2f36314db701d5" 2022-11-23T00:50:46.1210182Z }, 2022-11-23T00:50:46.1210330Z { 2022-11-23T00:50:46.1210567Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1210798Z "size": 550, 2022-11-23T00:50:46.1211047Z "digest": "sha256:e26881ee0bd319b43239f5ac71348de5708b0699aeb1f4742cddd572dd58d1a5" 2022-11-23T00:50:46.1211282Z }, 2022-11-23T00:50:46.1211414Z { 2022-11-23T00:50:46.1211651Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1211897Z "size": 219120709, 2022-11-23T00:50:46.1212154Z "digest": "sha256:9b98af7bda3191708cc0b5dc1ecfff87b2aaf080d64055f715fe0502a6066424" 2022-11-23T00:50:46.1212401Z }, 2022-11-23T00:50:46.1212546Z { 2022-11-23T00:50:46.1212837Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1213083Z "size": 107, 2022-11-23T00:50:46.1213353Z "digest": "sha256:afa9b29a37b14d20dd73073658f62f6deb9cde44e86efe5a13bc5dcfee46e4d9" 2022-11-23T00:50:46.1213602Z }, 2022-11-23T00:50:46.1213734Z { 2022-11-23T00:50:46.1213972Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1214213Z "size": 1293, 2022-11-23T00:50:46.1214456Z "digest": "sha256:3d2147d6d5daa29c5dc13c9a73c3fd74d8048f1c8a6197595a3015b80705bdfe" 2022-11-23T00:50:46.1214696Z }, 2022-11-23T00:50:46.1214843Z { 2022-11-23T00:50:46.1215067Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1215307Z "size": 151, 2022-11-23T00:50:46.1215547Z "digest": "sha256:2a93d1c532e9f625a24f6313e848510e5443292c8d7f7826048268aefadc808a" 2022-11-23T00:50:46.1215760Z }, 2022-11-23T00:50:46.1215907Z { 2022-11-23T00:50:46.1216146Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1216378Z "size": 645, 2022-11-23T00:50:46.1216660Z "digest": "sha256:737ef663d6b33a2373a935c4d040175d9f8438438469fce2cbee81cabe319c88" 2022-11-23T00:50:46.1216896Z }, 2022-11-23T00:50:46.1217029Z { 2022-11-23T00:50:46.1217271Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1217516Z "size": 108, 2022-11-23T00:50:46.1217768Z "digest": "sha256:8d9c024a83d7ad1ed448ad4a87c4d6edfcb324978d9b781bc0a7c93d13e79342" 2022-11-23T00:50:46.1218015Z }, 2022-11-23T00:50:46.1218162Z { 2022-11-23T00:50:46.1218425Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1218669Z "size": 109, 2022-11-23T00:50:46.1218928Z "digest": "sha256:c05e93bbbd14047706b9bb69e7a0e35028d2ea6b507ba4e61f2ec96aa91c092c" 2022-11-23T00:50:46.1219167Z }, 2022-11-23T00:50:46.1219300Z { 2022-11-23T00:50:46.1219537Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1219824Z "size": 100, 2022-11-23T00:50:46.1220091Z "digest": "sha256:b1cd3060e8ff79fd28adf9afb5b411ede5546304f038f1240cc4008b9786c1b1" 2022-11-23T00:50:46.1220323Z }, 2022-11-23T00:50:46.1220470Z { 2022-11-23T00:50:46.1220706Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1220935Z "size": 421, 2022-11-23T00:50:46.1221184Z "digest": "sha256:b5865c71d56b2877a3b0ca645532ed04fbd848deb878234a927c032085363bca" 2022-11-23T00:50:46.1221413Z }, 2022-11-23T00:50:46.1221545Z { 2022-11-23T00:50:46.1221784Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1222028Z "size": 109, 2022-11-23T00:50:46.1222434Z "digest": "sha256:ce571b4fb1137d5a86d888150f2d88cee988c0f743a38d91bcbd5491c9a89f42" 2022-11-23T00:50:46.1222671Z }, 2022-11-23T00:50:46.1222817Z { 2022-11-23T00:50:46.1223043Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1223283Z "size": 473, 2022-11-23T00:50:46.1223542Z "digest": "sha256:06ba93e61fad18fa548220aac764cf1e39e7ce299251e5039c494cf5b59903f1" 2022-11-23T00:50:46.1223772Z }, 2022-11-23T00:50:46.1223918Z { 2022-11-23T00:50:46.1224156Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1224386Z "size": 112, 2022-11-23T00:50:46.1224641Z "digest": "sha256:e13059f048449c241181cdeb4a8cd99fe3bd83e37673af7fb7abf6e4775b9b9a" 2022-11-23T00:50:46.1224881Z }, 2022-11-23T00:50:46.1225025Z { 2022-11-23T00:50:46.1225313Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1225558Z "size": 448, 2022-11-23T00:50:46.1225819Z "digest": "sha256:c440f1c811ae1a96fcc8bba1c4db3f326d17516e9269e4e6c883e66141f6e170" 2022-11-23T00:50:46.1226048Z }, 2022-11-23T00:50:46.1226191Z { 2022-11-23T00:50:46.1226427Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1226658Z "size": 106, 2022-11-23T00:50:46.1226909Z "digest": "sha256:5dc337bfe0d01416c5c6f74d274719579c463c29fb37f9ecfd870f06092fae86" 2022-11-23T00:50:46.1227219Z }, 2022-11-23T00:50:46.1227356Z { 2022-11-23T00:50:46.1227595Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1227838Z "size": 295, 2022-11-23T00:50:46.1228078Z "digest": "sha256:0d5648f290ac5b80e0d312ab0df9700b0683d518535bf44c7ece2d806fc8a56a" 2022-11-23T00:50:46.1228310Z }, 2022-11-23T00:50:46.1228456Z { 2022-11-23T00:50:46.1228682Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1228922Z "size": 106, 2022-11-23T00:50:46.1229192Z "digest": "sha256:561a5a0b635ea8afaf3eb97de4e4c3be93503f49bcd65689f13278dcd3de668d" 2022-11-23T00:50:46.1229431Z }, 2022-11-23T00:50:46.1229576Z { 2022-11-23T00:50:46.1229815Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1230058Z "size": 401, 2022-11-23T00:50:46.1230305Z "digest": "sha256:baa2fdf4136758b62c824df5db6936a65cb47d702fc8f735f01397a54ecc8a75" 2022-11-23T00:50:46.1230554Z }, 2022-11-23T00:50:46.1230702Z { 2022-11-23T00:50:46.1230929Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1231179Z "size": 20262071, 2022-11-23T00:50:46.1231430Z "digest": "sha256:ceb442905740251e0bce1833bb2b067f923cf991305e84273be042c74f42965f" 2022-11-23T00:50:46.1231650Z }, 2022-11-23T00:50:46.1231793Z { 2022-11-23T00:50:46.1232033Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1232263Z "size": 108, 2022-11-23T00:50:46.1232511Z "digest": "sha256:b1eea350d8da760165662888aeb0b957e18624110804d03f7b706314c81033f1" 2022-11-23T00:50:46.1232786Z }, 2022-11-23T00:50:46.1232921Z { 2022-11-23T00:50:46.1233159Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1233400Z "size": 1765, 2022-11-23T00:50:46.1233633Z "digest": "sha256:c947c5c2d653465e60e184412a832c12be44bb456d0b75927d124ba88cd31b11" 2022-11-23T00:50:46.1233861Z }, 2022-11-23T00:50:46.1234006Z { 2022-11-23T00:50:46.1234234Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1234482Z "size": 459372759, 2022-11-23T00:50:46.1234740Z "digest": "sha256:bda70097328a0d3c40822c52df9c8152166f13ac2201a86b4b7437f45c3e27a4" 2022-11-23T00:50:46.1234968Z }, 2022-11-23T00:50:46.1235100Z { 2022-11-23T00:50:46.1235340Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1235582Z "size": 164, 2022-11-23T00:50:46.1235816Z "digest": "sha256:95ed7b17f236d541d062438c33478653cfa4e71dc6db809c016c7f54304a6284" 2022-11-23T00:50:46.1236048Z }, 2022-11-23T00:50:46.1236193Z { 2022-11-23T00:50:46.1236418Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1236663Z "size": 7940, 2022-11-23T00:50:46.1236912Z "digest": "sha256:8ff663750733c95b350e73df7a7014fd49dc68565d16d9d1da0cf1fd80daf983" 2022-11-23T00:50:46.1237134Z }, 2022-11-23T00:50:46.1237281Z { 2022-11-23T00:50:46.1237521Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1237751Z "size": 8069, 2022-11-23T00:50:46.1238007Z "digest": "sha256:8df0f884746551fe9e99afe6f31c6166dc3eb80d189a75cfeb19c02239bf1d38" 2022-11-23T00:50:46.1238243Z }, 2022-11-23T00:50:46.1238376Z { 2022-11-23T00:50:46.1238617Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1238857Z "size": 304, 2022-11-23T00:50:46.1239101Z "digest": "sha256:7d6c1ba98c17eac895412e64f82d972c38bc7bd66a380fe76863f666c2a93282" 2022-11-23T00:50:46.1239341Z }, 2022-11-23T00:50:46.1239486Z { 2022-11-23T00:50:46.1239712Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1239958Z "size": 108, 2022-11-23T00:50:46.1240210Z "digest": "sha256:198ac061e73710e9fc3a23f3062841cd06afeb0cb346f2cf2488c5cb710e77ad" 2022-11-23T00:50:46.1240445Z }, 2022-11-23T00:50:46.1240577Z { 2022-11-23T00:50:46.1240815Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:46.1241094Z "size": 54145483, 2022-11-23T00:50:46.1241346Z "digest": "sha256:17c6ff666fd45041eaa1bec5b40186d57eeb27e665fac925db2aa6d073855e98" 2022-11-23T00:50:46.1241591Z } 2022-11-23T00:50:46.1241736Z ] 2022-11-23T00:50:46.1241866Z } 2022-11-23T00:50:46.1351612Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-11-23T00:50:46.1351866Z with: 2022-11-23T00:50:46.1352213Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:46.1352559Z ##[endgroup] 2022-11-23T00:50:46.1364011Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:46.1364288Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:46.1364549Z # ignore output since only exit code is used for conditional 2022-11-23T00:50:46.1364828Z # only pull docker image if it's not available locally 2022-11-23T00:50:46.1365107Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-11-23T00:50:46.1365378Z  retry docker pull "${DOCKER_IMAGE}" 2022-11-23T00:50:46.1365571Z fi 2022-11-23T00:50:46.1376615Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:46.1376834Z env: 2022-11-23T00:50:46.1377166Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:46.1377573Z ##[endgroup] 2022-11-23T00:50:46.3469311Z 072aae4a77ed7d3a69ad5683420509c41301b940: Pulling from pytorch/pytorch-linux-focal-py3-clang7-asan 2022-11-23T00:50:46.3469877Z eaead16dc43b: Pulling fs layer 2022-11-23T00:50:46.3470217Z 08e28b7f24cb: Pulling fs layer 2022-11-23T00:50:46.3470577Z eb222a67db4e: Pulling fs layer 2022-11-23T00:50:46.3470909Z a078424009f8: Pulling fs layer 2022-11-23T00:50:46.3471208Z 1fa5e26d1ca7: Pulling fs layer 2022-11-23T00:50:46.3471571Z 53d1f50f21ef: Pulling fs layer 2022-11-23T00:50:46.3471914Z 00f031ea3c8c: Pulling fs layer 2022-11-23T00:50:46.3472272Z 911da22359ac: Pulling fs layer 2022-11-23T00:50:46.3472588Z e55f0bb146cc: Pulling fs layer 2022-11-23T00:50:46.3472967Z 1fa5e26d1ca7: Waiting 2022-11-23T00:50:46.3473235Z 53d1f50f21ef: Waiting 2022-11-23T00:50:46.3473540Z d06627288bfc: Pulling fs layer 2022-11-23T00:50:46.3473904Z 01cb44a1f67d: Pulling fs layer 2022-11-23T00:50:46.3474232Z 00f031ea3c8c: Waiting 2022-11-23T00:50:46.3474578Z fbf4015cea9c: Pulling fs layer 2022-11-23T00:50:46.3474950Z 4470167dbba6: Pulling fs layer 2022-11-23T00:50:46.3475285Z 0c5a059e08e3: Pulling fs layer 2022-11-23T00:50:46.3475610Z a078424009f8: Waiting 2022-11-23T00:50:46.3475942Z 62c192e2f160: Pulling fs layer 2022-11-23T00:50:46.3476279Z 5f223392c464: Pulling fs layer 2022-11-23T00:50:46.3476634Z a5af83dc28e1: Pulling fs layer 2022-11-23T00:50:46.3476969Z 911da22359ac: Waiting 2022-11-23T00:50:46.3477281Z c89ca147ba1f: Pulling fs layer 2022-11-23T00:50:46.3477588Z e55f0bb146cc: Waiting 2022-11-23T00:50:46.3477890Z b21c8a1183c2: Pulling fs layer 2022-11-23T00:50:46.3478220Z 289b3326fa6f: Pulling fs layer 2022-11-23T00:50:46.3478551Z d06627288bfc: Waiting 2022-11-23T00:50:46.3478887Z 056c34b393c2: Pulling fs layer 2022-11-23T00:50:46.3479204Z 01cb44a1f67d: Waiting 2022-11-23T00:50:46.3479537Z 41863efab66f: Pulling fs layer 2022-11-23T00:50:46.3479889Z b38de0885489: Pulling fs layer 2022-11-23T00:50:46.3480209Z fbf4015cea9c: Waiting 2022-11-23T00:50:46.3480551Z 500edc8daf67: Pulling fs layer 2022-11-23T00:50:46.3480891Z 0c5a059e08e3: Waiting 2022-11-23T00:50:46.3481187Z 62c192e2f160: Waiting 2022-11-23T00:50:46.3481491Z 4470167dbba6: Waiting 2022-11-23T00:50:46.3481821Z 350dd27d9107: Pulling fs layer 2022-11-23T00:50:46.3482165Z d7ba7a711cfa: Pulling fs layer 2022-11-23T00:50:46.3482522Z 9fca8e90ea14: Pulling fs layer 2022-11-23T00:50:46.3482852Z 5f223392c464: Waiting 2022-11-23T00:50:46.3483129Z b21c8a1183c2: Waiting 2022-11-23T00:50:46.3483406Z a5af83dc28e1: Waiting 2022-11-23T00:50:46.3483667Z 2e2e44b7420a: Pulling fs layer 2022-11-23T00:50:46.3483836Z c89ca147ba1f: Waiting 2022-11-23T00:50:46.3484036Z 500edc8daf67: Waiting 2022-11-23T00:50:46.3484218Z ab5ff07b3c46: Pulling fs layer 2022-11-23T00:50:46.3484558Z e26881ee0bd3: Pulling fs layer 2022-11-23T00:50:46.3484742Z 9b98af7bda31: Pulling fs layer 2022-11-23T00:50:46.3484933Z afa9b29a37b1: Pulling fs layer 2022-11-23T00:50:46.3485114Z 289b3326fa6f: Waiting 2022-11-23T00:50:46.3485285Z 3d2147d6d5da: Pulling fs layer 2022-11-23T00:50:46.3485468Z 350dd27d9107: Waiting 2022-11-23T00:50:46.3485645Z 2a93d1c532e9: Pulling fs layer 2022-11-23T00:50:46.3485822Z 737ef663d6b3: Pulling fs layer 2022-11-23T00:50:46.3486000Z 056c34b393c2: Waiting 2022-11-23T00:50:46.3486179Z 8d9c024a83d7: Pulling fs layer 2022-11-23T00:50:46.3486356Z c05e93bbbd14: Pulling fs layer 2022-11-23T00:50:46.3486537Z d7ba7a711cfa: Waiting 2022-11-23T00:50:46.3486710Z 9fca8e90ea14: Waiting 2022-11-23T00:50:46.3486880Z b1cd3060e8ff: Pulling fs layer 2022-11-23T00:50:46.3487069Z b5865c71d56b: Pulling fs layer 2022-11-23T00:50:46.3487248Z 2e2e44b7420a: Waiting 2022-11-23T00:50:46.3487406Z 737ef663d6b3: Waiting 2022-11-23T00:50:46.3487576Z ab5ff07b3c46: Waiting 2022-11-23T00:50:46.3487748Z 8d9c024a83d7: Waiting 2022-11-23T00:50:46.3487913Z ce571b4fb113: Pulling fs layer 2022-11-23T00:50:46.3488095Z 9b98af7bda31: Waiting 2022-11-23T00:50:46.3488277Z 06ba93e61fad: Pulling fs layer 2022-11-23T00:50:46.3488464Z e13059f04844: Pulling fs layer 2022-11-23T00:50:46.3488631Z 3d2147d6d5da: Waiting 2022-11-23T00:50:46.3488874Z c440f1c811ae: Pulling fs layer 2022-11-23T00:50:46.3489052Z b38de0885489: Waiting 2022-11-23T00:50:46.3489208Z 2a93d1c532e9: Waiting 2022-11-23T00:50:46.3489388Z 5dc337bfe0d0: Pulling fs layer 2022-11-23T00:50:46.3489577Z 0d5648f290ac: Pulling fs layer 2022-11-23T00:50:46.3489745Z 06ba93e61fad: Waiting 2022-11-23T00:50:46.3489926Z 561a5a0b635e: Pulling fs layer 2022-11-23T00:50:46.3490105Z e26881ee0bd3: Waiting 2022-11-23T00:50:46.3490278Z baa2fdf41367: Pulling fs layer 2022-11-23T00:50:46.3490529Z e13059f04844: Waiting 2022-11-23T00:50:46.3490740Z ceb442905740: Pulling fs layer 2022-11-23T00:50:46.3490919Z b1eea350d8da: Pulling fs layer 2022-11-23T00:50:46.3491101Z 5dc337bfe0d0: Waiting 2022-11-23T00:50:46.3491276Z c05e93bbbd14: Waiting 2022-11-23T00:50:46.3491443Z c947c5c2d653: Pulling fs layer 2022-11-23T00:50:46.3491633Z bda70097328a: Pulling fs layer 2022-11-23T00:50:46.3491826Z 95ed7b17f236: Pulling fs layer 2022-11-23T00:50:46.3492000Z 8ff663750733: Pulling fs layer 2022-11-23T00:50:46.3492179Z ce571b4fb113: Waiting 2022-11-23T00:50:46.3492350Z 561a5a0b635e: Waiting 2022-11-23T00:50:46.3492505Z b5865c71d56b: Waiting 2022-11-23T00:50:46.3492684Z 8df0f8847465: Pulling fs layer 2022-11-23T00:50:46.3492872Z 7d6c1ba98c17: Pulling fs layer 2022-11-23T00:50:46.3493041Z bda70097328a: Waiting 2022-11-23T00:50:46.3493219Z 198ac061e737: Pulling fs layer 2022-11-23T00:50:46.3493405Z 17c6ff666fd4: Pulling fs layer 2022-11-23T00:50:46.3493572Z 95ed7b17f236: Waiting 2022-11-23T00:50:46.3493740Z 8df0f8847465: Waiting 2022-11-23T00:50:46.3493903Z 8ff663750733: Waiting 2022-11-23T00:50:46.3494056Z baa2fdf41367: Waiting 2022-11-23T00:50:46.3494226Z 198ac061e737: Waiting 2022-11-23T00:50:46.3494392Z ceb442905740: Waiting 2022-11-23T00:50:46.3494547Z b1eea350d8da: Waiting 2022-11-23T00:50:46.3494718Z 17c6ff666fd4: Waiting 2022-11-23T00:50:46.3494885Z 7d6c1ba98c17: Waiting 2022-11-23T00:50:46.3495038Z c947c5c2d653: Waiting 2022-11-23T00:50:46.3495210Z b1cd3060e8ff: Waiting 2022-11-23T00:50:46.3495381Z c440f1c811ae: Waiting 2022-11-23T00:50:46.4165179Z 08e28b7f24cb: Verifying Checksum 2022-11-23T00:50:46.4165594Z 08e28b7f24cb: Download complete 2022-11-23T00:50:46.4962509Z a078424009f8: Download complete 2022-11-23T00:50:46.6924591Z eaead16dc43b: Verifying Checksum 2022-11-23T00:50:46.6925022Z eaead16dc43b: Download complete 2022-11-23T00:50:46.7480782Z 53d1f50f21ef: Verifying Checksum 2022-11-23T00:50:46.7481486Z 53d1f50f21ef: Download complete 2022-11-23T00:50:46.8050345Z 00f031ea3c8c: Download complete 2022-11-23T00:50:46.8768423Z 911da22359ac: Verifying Checksum 2022-11-23T00:50:46.8768841Z 911da22359ac: Download complete 2022-11-23T00:50:46.9378942Z e55f0bb146cc: Verifying Checksum 2022-11-23T00:50:46.9379810Z e55f0bb146cc: Download complete 2022-11-23T00:50:46.9910577Z d06627288bfc: Verifying Checksum 2022-11-23T00:50:46.9910994Z d06627288bfc: Download complete 2022-11-23T00:50:47.0744283Z 01cb44a1f67d: Verifying Checksum 2022-11-23T00:50:47.0744671Z 01cb44a1f67d: Download complete 2022-11-23T00:50:47.1508495Z fbf4015cea9c: Verifying Checksum 2022-11-23T00:50:47.1983809Z fbf4015cea9c: Download complete 2022-11-23T00:50:47.1984093Z 1fa5e26d1ca7: Verifying Checksum 2022-11-23T00:50:47.1984305Z 1fa5e26d1ca7: Download complete 2022-11-23T00:50:47.2154129Z 4470167dbba6: Verifying Checksum 2022-11-23T00:50:47.2154526Z 4470167dbba6: Download complete 2022-11-23T00:50:47.2801365Z 62c192e2f160: Verifying Checksum 2022-11-23T00:50:47.2801791Z 62c192e2f160: Download complete 2022-11-23T00:50:47.3485406Z 5f223392c464: Verifying Checksum 2022-11-23T00:50:47.3485804Z 5f223392c464: Download complete 2022-11-23T00:50:47.4222628Z a5af83dc28e1: Download complete 2022-11-23T00:50:47.4346427Z eaead16dc43b: Pull complete 2022-11-23T00:50:47.4930373Z c89ca147ba1f: Verifying Checksum 2022-11-23T00:50:47.4930636Z c89ca147ba1f: Download complete 2022-11-23T00:50:47.5260930Z 08e28b7f24cb: Pull complete 2022-11-23T00:50:47.5900826Z b21c8a1183c2: Verifying Checksum 2022-11-23T00:50:47.5901096Z b21c8a1183c2: Download complete 2022-11-23T00:50:47.7056158Z 289b3326fa6f: Verifying Checksum 2022-11-23T00:50:47.7056414Z 289b3326fa6f: Download complete 2022-11-23T00:50:47.7823446Z 056c34b393c2: Verifying Checksum 2022-11-23T00:50:47.7823697Z 056c34b393c2: Download complete 2022-11-23T00:50:47.8456644Z 41863efab66f: Download complete 2022-11-23T00:50:47.9257666Z b38de0885489: Download complete 2022-11-23T00:50:48.0191371Z 500edc8daf67: Download complete 2022-11-23T00:50:49.2885952Z 350dd27d9107: Verifying Checksum 2022-11-23T00:50:49.2886448Z 350dd27d9107: Download complete 2022-11-23T00:50:49.3909751Z d7ba7a711cfa: Verifying Checksum 2022-11-23T00:50:49.3910013Z d7ba7a711cfa: Download complete 2022-11-23T00:50:49.4503067Z 9fca8e90ea14: Download complete 2022-11-23T00:50:49.5140178Z eb222a67db4e: Verifying Checksum 2022-11-23T00:50:49.5140568Z eb222a67db4e: Download complete 2022-11-23T00:50:49.5355204Z 2e2e44b7420a: Verifying Checksum 2022-11-23T00:50:49.5355671Z 2e2e44b7420a: Download complete 2022-11-23T00:50:49.5882506Z ab5ff07b3c46: Verifying Checksum 2022-11-23T00:50:49.5882938Z ab5ff07b3c46: Download complete 2022-11-23T00:50:49.6030568Z e26881ee0bd3: Verifying Checksum 2022-11-23T00:50:49.6030898Z e26881ee0bd3: Download complete 2022-11-23T00:50:49.8975001Z afa9b29a37b1: Verifying Checksum 2022-11-23T00:50:49.8975457Z afa9b29a37b1: Download complete 2022-11-23T00:50:49.9640639Z 3d2147d6d5da: Verifying Checksum 2022-11-23T00:50:49.9640915Z 3d2147d6d5da: Download complete 2022-11-23T00:50:50.0721275Z 2a93d1c532e9: Verifying Checksum 2022-11-23T00:50:50.0721685Z 2a93d1c532e9: Download complete 2022-11-23T00:50:50.1435383Z 737ef663d6b3: Verifying Checksum 2022-11-23T00:50:50.1435731Z 737ef663d6b3: Download complete 2022-11-23T00:50:50.2080187Z 8d9c024a83d7: Download complete 2022-11-23T00:50:50.2783912Z c05e93bbbd14: Verifying Checksum 2022-11-23T00:50:50.2784641Z c05e93bbbd14: Download complete 2022-11-23T00:50:50.3442141Z b1cd3060e8ff: Verifying Checksum 2022-11-23T00:50:50.3442515Z b1cd3060e8ff: Download complete 2022-11-23T00:50:50.4272604Z b5865c71d56b: Download complete 2022-11-23T00:50:50.5116599Z ce571b4fb113: Verifying Checksum 2022-11-23T00:50:50.5117880Z ce571b4fb113: Download complete 2022-11-23T00:50:50.6200670Z 06ba93e61fad: Verifying Checksum 2022-11-23T00:50:50.6201054Z 06ba93e61fad: Download complete 2022-11-23T00:50:50.6895056Z e13059f04844: Download complete 2022-11-23T00:50:50.7526050Z c440f1c811ae: Download complete 2022-11-23T00:50:50.8045172Z 5dc337bfe0d0: Download complete 2022-11-23T00:50:50.8830251Z 0d5648f290ac: Verifying Checksum 2022-11-23T00:50:50.8830662Z 0d5648f290ac: Download complete 2022-11-23T00:50:50.9499626Z 561a5a0b635e: Download complete 2022-11-23T00:50:51.0210501Z baa2fdf41367: Verifying Checksum 2022-11-23T00:50:51.0211077Z baa2fdf41367: Download complete 2022-11-23T00:50:51.4295590Z ceb442905740: Verifying Checksum 2022-11-23T00:50:51.4297353Z ceb442905740: Download complete 2022-11-23T00:50:51.4997373Z b1eea350d8da: Verifying Checksum 2022-11-23T00:50:51.5001571Z b1eea350d8da: Download complete 2022-11-23T00:50:51.5784974Z c947c5c2d653: Download complete 2022-11-23T00:50:51.8124272Z 9b98af7bda31: Verifying Checksum 2022-11-23T00:50:51.8124755Z 9b98af7bda31: Download complete 2022-11-23T00:50:51.8821193Z 95ed7b17f236: Verifying Checksum 2022-11-23T00:50:51.8821609Z 95ed7b17f236: Download complete 2022-11-23T00:50:51.9652362Z 8ff663750733: Download complete 2022-11-23T00:50:52.0400558Z 8df0f8847465: Download complete 2022-11-23T00:50:52.1174554Z 7d6c1ba98c17: Download complete 2022-11-23T00:50:52.1807012Z 198ac061e737: Download complete 2022-11-23T00:50:52.8980000Z 17c6ff666fd4: Verifying Checksum 2022-11-23T00:50:52.8980268Z 17c6ff666fd4: Download complete 2022-11-23T00:50:56.0925150Z eb222a67db4e: Pull complete 2022-11-23T00:50:56.2191868Z bda70097328a: Verifying Checksum 2022-11-23T00:50:56.2192340Z bda70097328a: Download complete 2022-11-23T00:50:56.2670011Z a078424009f8: Pull complete 2022-11-23T00:50:58.0399595Z 1fa5e26d1ca7: Pull complete 2022-11-23T00:50:58.5066438Z 53d1f50f21ef: Pull complete 2022-11-23T00:50:58.8104226Z 00f031ea3c8c: Pull complete 2022-11-23T00:50:59.0268348Z 911da22359ac: Pull complete 2022-11-23T00:50:59.2666450Z e55f0bb146cc: Pull complete 2022-11-23T00:50:59.4094039Z d06627288bfc: Pull complete 2022-11-23T00:50:59.6325305Z 01cb44a1f67d: Pull complete 2022-11-23T00:50:59.8017492Z 0c5a059e08e3: Verifying Checksum 2022-11-23T00:50:59.8017746Z 0c5a059e08e3: Download complete 2022-11-23T00:50:59.8569148Z fbf4015cea9c: Pull complete 2022-11-23T00:51:00.0063897Z 4470167dbba6: Pull complete 2022-11-23T00:51:22.4776633Z 0c5a059e08e3: Pull complete 2022-11-23T00:51:22.9388712Z 62c192e2f160: Pull complete 2022-11-23T00:51:23.0377235Z 5f223392c464: Pull complete 2022-11-23T00:51:23.1366308Z a5af83dc28e1: Pull complete 2022-11-23T00:51:23.2139879Z c89ca147ba1f: Pull complete 2022-11-23T00:51:23.3337900Z b21c8a1183c2: Pull complete 2022-11-23T00:51:23.4533534Z 289b3326fa6f: Pull complete 2022-11-23T00:51:23.5520723Z 056c34b393c2: Pull complete 2022-11-23T00:51:23.6521318Z 41863efab66f: Pull complete 2022-11-23T00:51:23.7761429Z b38de0885489: Pull complete 2022-11-23T00:51:23.9354947Z 500edc8daf67: Pull complete 2022-11-23T00:51:26.7210244Z 350dd27d9107: Pull complete 2022-11-23T00:51:26.9150134Z d7ba7a711cfa: Pull complete 2022-11-23T00:51:27.1366447Z 9fca8e90ea14: Pull complete 2022-11-23T00:51:27.4089910Z 2e2e44b7420a: Pull complete 2022-11-23T00:51:27.5821835Z ab5ff07b3c46: Pull complete 2022-11-23T00:51:27.7062708Z e26881ee0bd3: Pull complete 2022-11-23T00:51:32.1293604Z 9b98af7bda31: Pull complete 2022-11-23T00:51:32.3355115Z afa9b29a37b1: Pull complete 2022-11-23T00:51:32.5327712Z 3d2147d6d5da: Pull complete 2022-11-23T00:51:32.7023683Z 2a93d1c532e9: Pull complete 2022-11-23T00:51:32.9343549Z 737ef663d6b3: Pull complete 2022-11-23T00:51:33.1145623Z 8d9c024a83d7: Pull complete 2022-11-23T00:51:33.2341070Z c05e93bbbd14: Pull complete 2022-11-23T00:51:33.3528397Z b1cd3060e8ff: Pull complete 2022-11-23T00:51:33.4470177Z b5865c71d56b: Pull complete 2022-11-23T00:51:33.5550098Z ce571b4fb113: Pull complete 2022-11-23T00:51:33.6502603Z 06ba93e61fad: Pull complete 2022-11-23T00:51:33.7632744Z e13059f04844: Pull complete 2022-11-23T00:51:33.8620080Z c440f1c811ae: Pull complete 2022-11-23T00:51:33.9455679Z 5dc337bfe0d0: Pull complete 2022-11-23T00:51:34.0263718Z 0d5648f290ac: Pull complete 2022-11-23T00:51:34.1060700Z 561a5a0b635e: Pull complete 2022-11-23T00:51:34.2029929Z baa2fdf41367: Pull complete 2022-11-23T00:51:34.5358551Z ceb442905740: Pull complete 2022-11-23T00:51:34.6420304Z b1eea350d8da: Pull complete 2022-11-23T00:51:34.7359460Z c947c5c2d653: Pull complete 2022-11-23T00:51:39.3272617Z bda70097328a: Pull complete 2022-11-23T00:51:39.4425561Z 95ed7b17f236: Pull complete 2022-11-23T00:51:39.6294416Z 8ff663750733: Pull complete 2022-11-23T00:51:39.8340772Z 8df0f8847465: Pull complete 2022-11-23T00:51:40.0699238Z 7d6c1ba98c17: Pull complete 2022-11-23T00:51:40.2991447Z 198ac061e737: Pull complete 2022-11-23T00:51:41.8623098Z 17c6ff666fd4: Pull complete 2022-11-23T00:51:41.9462844Z Digest: sha256:34e1bcba9828261caa1c7fe4033262dcda23b44eddd67475534e3a1447bdd75d 2022-11-23T00:51:41.9598224Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:41.9657309Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:41.9691038Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:51:41.9691282Z .github/scripts/parse_ref.py 2022-11-23T00:51:41.9702851Z shell: /usr/bin/bash -e {0} 2022-11-23T00:51:41.9703049Z ##[endgroup] 2022-11-23T00:51:43.3728883Z Prepare all required actions 2022-11-23T00:51:43.3729121Z Getting action download info 2022-11-23T00:51:43.5372882Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T00:51:43.6541083Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T00:51:43.6541441Z with: 2022-11-23T00:51:43.6541807Z github-token: *** 2022-11-23T00:51:43.6542029Z ##[endgroup] 2022-11-23T00:51:43.6608203Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:51:43.6608426Z with: 2022-11-23T00:51:43.6608574Z shell: bash 2022-11-23T00:51:43.6608734Z timeout_minutes: 10 2022-11-23T00:51:43.6608893Z max_attempts: 5 2022-11-23T00:51:43.6609064Z retry_wait_seconds: 30 2022-11-23T00:51:43.6609469Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:51:43.6609834Z polling_interval_seconds: 1 2022-11-23T00:51:43.6610026Z warning_on_retry: true 2022-11-23T00:51:43.6610208Z continue_on_error: false 2022-11-23T00:51:43.6610388Z env: 2022-11-23T00:51:43.6610680Z GITHUB_TOKEN: *** 2022-11-23T00:51:43.6610846Z ##[endgroup] 2022-11-23T00:51:43.7084145Z + python3 -m pip install requests==2.26.0 2022-11-23T00:51:46.6170415Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:51:46.7479015Z Collecting requests==2.26.0 2022-11-23T00:51:46.7624424Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T00:51:46.9172006Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2022-11-23T00:51:46.9207229Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T00:51:46.9708562Z Collecting certifi>=2017.4.17 2022-11-23T00:51:46.9747249Z Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T00:51:47.0566116Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T00:51:47.0603250Z Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T00:51:47.1467451Z Collecting idna<4,>=2.5; python_version >= "3" 2022-11-23T00:51:47.1501068Z Downloading idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T00:51:47.2433585Z Installing collected packages: charset-normalizer, certifi, urllib3, idna, requests 2022-11-23T00:51:47.2643418Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-11-23T00:51:47.2643919Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-11-23T00:51:47.6094661Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T00:51:47.8063427Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293562 i-051ab0deafe13ebf2 2022-11-23T00:51:49.7692151Z + GHA_WORKFLOW_JOB_ID=9654935782 2022-11-23T00:51:49.7693016Z + echo job-id=9654935782 2022-11-23T00:51:50.7116072Z Command completed after 1 attempt(s). 2022-11-23T00:51:50.7172563Z Prepare all required actions 2022-11-23T00:51:50.7172856Z Getting action download info 2022-11-23T00:51:50.8720542Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T00:51:50.8720764Z with: 2022-11-23T00:51:50.8721190Z github-token: *** 2022-11-23T00:51:50.8721375Z ##[endgroup] 2022-11-23T00:51:50.8838822Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:51:50.8839059Z with: 2022-11-23T00:51:50.8839220Z shell: bash 2022-11-23T00:51:50.8839384Z timeout_minutes: 10 2022-11-23T00:51:50.8839561Z max_attempts: 5 2022-11-23T00:51:50.8839744Z retry_wait_seconds: 30 2022-11-23T00:51:50.8839981Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:51:50.8840235Z polling_interval_seconds: 1 2022-11-23T00:51:50.8840429Z warning_on_retry: true 2022-11-23T00:51:50.8840616Z continue_on_error: false 2022-11-23T00:51:50.8840775Z env: 2022-11-23T00:51:50.8841051Z GITHUB_TOKEN: *** 2022-11-23T00:51:50.8841292Z ##[endgroup] 2022-11-23T00:51:50.9321584Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:51:51.1342680Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:51:51.1507352Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T00:51:51.2630433Z Collecting pyyaml==6.0 2022-11-23T00:51:51.2793105Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-11-23T00:51:51.2985884Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T00:51:51.2995422Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T00:51:51.3003156Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T00:51:51.3021273Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T00:51:51.3450604Z Installing collected packages: pyyaml 2022-11-23T00:51:51.4035261Z Successfully installed pyyaml-6.0 2022-11-23T00:51:51.9310772Z Command completed after 1 attempt(s). 2022-11-23T00:51:51.9345320Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:51:51.9345574Z .github/scripts/parse_ref.py 2022-11-23T00:51:51.9357362Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:51.9357586Z ##[endgroup] 2022-11-23T00:51:51.9572469Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T00:51:51.9572930Z .github/scripts/filter_test_configs.py \ 2022-11-23T00:51:51.9573279Z  --test-matrix "" \ 2022-11-23T00:51:51.9573574Z  --pr-number "" \ 2022-11-23T00:51:51.9573834Z  --tag "" \ 2022-11-23T00:51:51.9574141Z  --event-name "push" 2022-11-23T00:51:51.9586665Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:51.9586880Z env: 2022-11-23T00:51:51.9587214Z GITHUB_TOKEN: *** 2022-11-23T00:51:51.9587392Z ##[endgroup] 2022-11-23T00:51:52.0675008Z .github/scripts/filter_test_configs.py:154: UserWarning: Invalid test matrix input '', exiting 2022-11-23T00:51:52.0675443Z warnings.warn(f"Invalid test matrix input '{args.test_matrix}', exiting") 2022-11-23T00:51:52.0802178Z ##[group]Run echo "" 2022-11-23T00:51:52.0802361Z echo "" 2022-11-23T00:51:52.0813779Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:52.0814014Z ##[endgroup] 2022-11-23T00:51:52.0837779Z 2022-11-23T00:51:52.0910378Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:51:52.0910738Z # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:51:52.0910998Z container_name=$(docker run \ 2022-11-23T00:51:52.0911201Z  -e BUILD_ENVIRONMENT \ 2022-11-23T00:51:52.0911426Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-11-23T00:51:52.0911643Z  -e AWS_DEFAULT_REGION \ 2022-11-23T00:51:52.0911842Z  -e PR_NUMBER \ 2022-11-23T00:51:52.0912023Z  -e SHA1 \ 2022-11-23T00:51:52.0912200Z  -e BRANCH \ 2022-11-23T00:51:52.0912386Z  -e SCCACHE_BUCKET \ 2022-11-23T00:51:52.0912575Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-11-23T00:51:52.0912772Z  -e XLA_CUDA \ 2022-11-23T00:51:52.0912981Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-11-23T00:51:52.0913204Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2022-11-23T00:51:52.0913453Z  -e TORCH_CUDA_ARCH_LIST \ 2022-11-23T00:51:52.0913648Z  -e PR_LABELS \ 2022-11-23T00:51:52.0913832Z  -e OUR_GITHUB_JOB_ID \ 2022-11-23T00:51:52.0914066Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-11-23T00:51:52.0914322Z  --security-opt seccomp=unconfined \ 2022-11-23T00:51:52.0914534Z  --cap-add=SYS_PTRACE \ 2022-11-23T00:51:52.0914721Z  --tty \ 2022-11-23T00:51:52.0914895Z  --detach \ 2022-11-23T00:51:52.0915066Z  --user jenkins \ 2022-11-23T00:51:52.0915377Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-11-23T00:51:52.0915628Z  -w /var/lib/jenkins/workspace \ 2022-11-23T00:51:52.0915820Z  "${DOCKER_IMAGE}" 2022-11-23T00:51:52.0915993Z ) 2022-11-23T00:51:52.0916227Z docker exec -t "${container_name}" sh -c '.jenkins/pytorch/build.sh' 2022-11-23T00:51:52.0926539Z shell: /usr/bin/bash -e {0} 2022-11-23T00:51:52.0926715Z env: 2022-11-23T00:51:52.0926953Z BUILD_ENVIRONMENT: linux-focal-py3-clang7-mobile-build 2022-11-23T00:51:52.0927188Z BRANCH: master 2022-11-23T00:51:52.0927363Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:51:52.0927553Z PR_NUMBER: 2022-11-23T00:51:52.0927753Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:51:52.0928000Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-11-23T00:51:52.0928240Z SCCACHE_S3_KEY_PREFIX: pull 2022-11-23T00:51:52.0928521Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-11-23T00:51:52.0928776Z PR_LABELS: [] 2022-11-23T00:51:52.0928959Z TORCH_CUDA_ARCH_LIST: 5.2 2022-11-23T00:51:52.0929322Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:52.0929654Z XLA_CUDA: 2022-11-23T00:51:52.0929804Z DEBUG: 0 2022-11-23T00:51:52.0929981Z OUR_GITHUB_JOB_ID: 9654935782 2022-11-23T00:51:52.0930163Z ##[endgroup] 2022-11-23T00:51:53.8413945Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:51:53.8418547Z + source .jenkins/pytorch/common.sh 2022-11-23T00:51:53.8421936Z +++ dirname .jenkins/pytorch/common.sh 2022-11-23T00:51:53.8427244Z ++ source .jenkins/pytorch/common_utils.sh 2022-11-23T00:51:53.8429003Z +++ declare -f -t trap_add 2022-11-23T00:51:53.8433497Z ++ set -ex 2022-11-23T00:51:53.8434234Z ++ [[ linux-focal-py3-clang7-mobile-build == *rocm* ]] 2022-11-23T00:51:53.8434676Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T00:51:53.8437466Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:51:53.8442923Z + source .jenkins/pytorch/common-build.sh 2022-11-23T00:51:53.8445144Z ++ [[ linux-focal-py3-clang7-mobile-build != *win-* ]] 2022-11-23T00:51:53.8449442Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-11-23T00:51:53.8454370Z +++ cd .jenkins/pytorch 2022-11-23T00:51:53.8454629Z +++ pwd -P 2022-11-23T00:51:53.8456424Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T00:51:53.8457189Z ++ which sccache 2022-11-23T00:51:53.8463743Z ++ sccache --stop-server 2022-11-23T00:51:53.8484815Z ++ true 2022-11-23T00:51:53.8485242Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-11-23T00:51:53.8491187Z ++ [[ -n 1 ]] 2022-11-23T00:51:53.8491813Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-11-23T00:51:53.8492210Z Skipping sccache server initialization, setting environment variables 2022-11-23T00:51:53.8492483Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:51:53.8492677Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:51:53.8492928Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:51:53.8493193Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:51:53.8504589Z ++ export RUST_LOG=sccache::server=error 2022-11-23T00:51:53.8504854Z ++ RUST_LOG=sccache::server=error 2022-11-23T00:51:53.8505128Z ++ sccache --zero-stats 2022-11-23T00:51:53.8624991Z Compile requests 0 2022-11-23T00:51:53.8625411Z Compile requests executed 0 2022-11-23T00:51:53.8625652Z Cache hits 0 2022-11-23T00:51:53.8625849Z Cache misses 0 2022-11-23T00:51:53.8626034Z Cache timeouts 0 2022-11-23T00:51:53.8626238Z Cache read errors 0 2022-11-23T00:51:53.8626437Z Forced recaches 0 2022-11-23T00:51:53.8626694Z Cache write errors 0 2022-11-23T00:51:53.8628669Z Compilation failures 0 2022-11-23T00:51:53.8628997Z Cache errors 0 2022-11-23T00:51:53.8629718Z Non-cacheable compilations 0 2022-11-23T00:51:53.8630080Z Non-cacheable calls 0 2022-11-23T00:51:53.8630319Z Non-compilation calls 0 2022-11-23T00:51:53.8630537Z Unsupported compiler calls 0 2022-11-23T00:51:53.8630756Z Average cache write 0.000 s 2022-11-23T00:51:53.8630959Z Average cache read miss 0.000 s 2022-11-23T00:51:53.8631176Z Average cache read hit 0.000 s 2022-11-23T00:51:53.8631400Z Failed distributed compilations 0 2022-11-23T00:51:53.8632122Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T00:51:53.8632531Z ++ trap_add sccache_epilogue EXIT 2022-11-23T00:51:53.8632742Z ++ trap_add_cmd=sccache_epilogue 2022-11-23T00:51:53.8632914Z ++ shift 2022-11-23T00:51:53.8633088Z ++ for trap_add_name in "$@" 2022-11-23T00:51:53.8639111Z ++++ trap -p EXIT 2022-11-23T00:51:53.8640305Z +++ eval 'extract_trap_cmd ' 2022-11-23T00:51:53.8640711Z ++++ extract_trap_cmd 2022-11-23T00:51:53.8641176Z ++++ printf '%s\n' '' 2022-11-23T00:51:53.8641687Z +++ printf '%s\n' sccache_epilogue 2022-11-23T00:51:53.8643283Z ++ trap -- ' 2022-11-23T00:51:53.8643715Z sccache_epilogue' EXIT 2022-11-23T00:51:53.8644121Z ++ which ccache 2022-11-23T00:51:53.8658839Z + [[ linux-focal-py3-clang7-mobile-build == *-clang7-asan* ]] 2022-11-23T00:51:53.8659532Z + [[ linux-focal-py3-clang7-mobile-build == *-clang7-tsan* ]] 2022-11-23T00:51:53.8659909Z + [[ linux-focal-py3-clang7-mobile-build == *-mobile-*build* ]] 2022-11-23T00:51:53.8661652Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:51:53.8669809Z + exec .jenkins/pytorch/build-mobile.sh 2022-11-23T00:51:53.8714073Z ++ [[ linux-focal-py3-clang7-mobile-build == *rocm* ]] 2022-11-23T00:51:53.8714521Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T00:51:53.8717021Z ++ dirname /var/lib/jenkins/workspace/.jenkins/pytorch/build-mobile.sh 2022-11-23T00:51:53.8722213Z + source /var/lib/jenkins/workspace/.jenkins/pytorch/common-build.sh 2022-11-23T00:51:53.8724054Z ++ [[ linux-focal-py3-clang7-mobile-build != *win-* ]] 2022-11-23T00:51:53.8728842Z ++++ dirname /var/lib/jenkins/workspace/.jenkins/pytorch/common-build.sh 2022-11-23T00:51:53.8733632Z +++ cd /var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T00:51:53.8733915Z +++ pwd -P 2022-11-23T00:51:53.8735929Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T00:51:53.8736339Z ++ which sccache 2022-11-23T00:51:53.8742871Z ++ sccache --stop-server 2022-11-23T00:51:53.8763126Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-11-23T00:51:53.8770040Z ++ [[ -n 1 ]] 2022-11-23T00:51:53.8770610Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-11-23T00:51:53.8771204Z Skipping sccache server initialization, setting environment variables 2022-11-23T00:51:53.8771594Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:51:53.8771806Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:51:53.8772062Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:51:53.8772315Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:51:53.8772571Z ++ export RUST_LOG=sccache::server=error 2022-11-23T00:51:53.8772793Z ++ RUST_LOG=sccache::server=error 2022-11-23T00:51:53.8773029Z ++ sccache --zero-stats 2022-11-23T00:51:53.8897002Z Compile requests 0 2022-11-23T00:51:53.8897271Z Compile requests executed 0 2022-11-23T00:51:53.8897498Z Cache hits 0 2022-11-23T00:51:53.8897703Z Cache misses 0 2022-11-23T00:51:53.8898011Z Cache timeouts 0 2022-11-23T00:51:53.8898319Z Cache read errors 0 2022-11-23T00:51:53.8898639Z Forced recaches 0 2022-11-23T00:51:53.8898934Z Cache write errors 0 2022-11-23T00:51:53.8899145Z Compilation failures 0 2022-11-23T00:51:53.8899646Z Cache errors 0 2022-11-23T00:51:53.8900134Z Non-cacheable compilations 0 2022-11-23T00:51:53.8900482Z Non-cacheable calls 0 2022-11-23T00:51:53.8900876Z Non-compilation calls 0 2022-11-23T00:51:53.8901155Z Unsupported compiler calls 0 2022-11-23T00:51:53.8901431Z Average cache write 0.000 s 2022-11-23T00:51:53.8901762Z Average cache read miss 0.000 s 2022-11-23T00:51:53.8901979Z Average cache read hit 0.000 s 2022-11-23T00:51:53.8902511Z Failed distributed compilations 0 2022-11-23T00:51:53.8903079Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T00:51:53.8903479Z ++ trap_add sccache_epilogue EXIT 2022-11-23T00:51:53.8903699Z ++ trap_add_cmd=sccache_epilogue 2022-11-23T00:51:53.8903888Z ++ shift 2022-11-23T00:51:53.8904062Z ++ for trap_add_name in "$@" 2022-11-23T00:51:53.8908278Z ++++ trap -p EXIT 2022-11-23T00:51:53.8910305Z +++ eval 'extract_trap_cmd ' 2022-11-23T00:51:53.8910562Z ++++ extract_trap_cmd 2022-11-23T00:51:53.8910818Z /var/lib/jenkins/workspace/.jenkins/pytorch/common_utils.sh: line 28: $3: unbound variable 2022-11-23T00:51:53.8912924Z ++ trap -- '' EXIT 2022-11-23T00:51:53.8913139Z ++ which ccache 2022-11-23T00:51:53.8921281Z + retry pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html --progress-bar off 2022-11-23T00:51:53.8921982Z + pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html --progress-bar off 2022-11-23T00:51:54.2344305Z Looking in links: https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html 2022-11-23T00:51:54.8546613Z Collecting torch 2022-11-23T00:51:54.8598974Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-1.14.0.dev20221122%2Bcpu-cp37-cp37m-linux_x86_64.whl (198.0 MB) 2022-11-23T00:51:57.3693868Z Collecting torchvision 2022-11-23T00:51:57.3746170Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.15.0.dev20221122%2Bcpu-cp37-cp37m-linux_x86_64.whl (16.1 MB) 2022-11-23T00:51:57.7451890Z Requirement already satisfied: networkx in /opt/conda/lib/python3.7/site-packages (from torch) (2.6.3) 2022-11-23T00:51:57.7454921Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch) (4.3.0) 2022-11-23T00:51:57.7458915Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torch) (1.10.1) 2022-11-23T00:51:57.7506824Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.7/site-packages (from torchvision) (9.3.0) 2022-11-23T00:51:57.7510430Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from torchvision) (2.27.1) 2022-11-23T00:51:57.7513947Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision) (1.18.5) 2022-11-23T00:51:57.8135489Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision) (2.0.4) 2022-11-23T00:51:57.8142704Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision) (2022.9.24) 2022-11-23T00:51:57.8154783Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision) (3.3) 2022-11-23T00:51:57.8162840Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision) (1.26.8) 2022-11-23T00:51:57.8182837Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.7/site-packages (from sympy->torch) (1.2.1) 2022-11-23T00:51:58.5813365Z Installing collected packages: torch, torchvision 2022-11-23T00:52:06.0720339Z Successfully installed torch-1.14.0.dev20221122+cpu torchvision-0.15.0.dev20221122+cpu 2022-11-23T00:52:06.1877133Z + [[ linux-focal-py3-clang7-mobile-build == *-mobile-custom-build-static* ]] 2022-11-23T00:52:06.1877880Z + [[ linux-focal-py3-clang7-mobile-build == *-mobile-lightweight-dispatch* ]] 2022-11-23T00:52:06.1878155Z + TEST_DEFAULT_BUILD=1 2022-11-23T00:52:06.1878362Z + test/mobile/custom_build/build.sh 2022-11-23T00:52:06.1892491Z +++ dirname test/mobile/custom_build/build.sh 2022-11-23T00:52:06.1897662Z ++ cd test/mobile/custom_build/../../.. 2022-11-23T00:52:06.1898073Z ++ pwd -P 2022-11-23T00:52:06.1900260Z + SRC_ROOT=/var/lib/jenkins/workspace 2022-11-23T00:52:06.1900575Z + TEST_SRC_ROOT=/var/lib/jenkins/workspace/test/mobile/custom_build 2022-11-23T00:52:06.1900855Z + BUILD_ROOT=/var/lib/jenkins/workspace/build_test_custom_build 2022-11-23T00:52:06.1901252Z + mkdir -p /var/lib/jenkins/workspace/build_test_custom_build 2022-11-23T00:52:06.1910757Z + cd /var/lib/jenkins/workspace/build_test_custom_build 2022-11-23T00:52:06.1913544Z + '[' -n 1 ']' 2022-11-23T00:52:06.1913816Z + test_default_build 2022-11-23T00:52:06.1914219Z + prepare_model_and_dump_root_ops 2022-11-23T00:52:06.1914591Z + cd /var/lib/jenkins/workspace/build_test_custom_build 2022-11-23T00:52:06.1914871Z + MODEL=/var/lib/jenkins/workspace/build_test_custom_build/MobileNetV2.pt 2022-11-23T00:52:06.1915189Z + ROOT_OPS=/var/lib/jenkins/workspace/build_test_custom_build/MobileNetV2.yaml 2022-11-23T00:52:06.1915506Z + python /var/lib/jenkins/workspace/test/mobile/custom_build/prepare_model.py 2022-11-23T00:52:07.3855583Z /opt/conda/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. 2022-11-23T00:52:07.3856170Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and may be removed in the future, " 2022-11-23T00:52:07.3857054Z /opt/conda/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=MobileNet_V2_Weights.IMAGENET1K_V1`. You can also use `weights=MobileNet_V2_Weights.DEFAULT` to get the most up-to-date weights. 2022-11-23T00:52:07.3857632Z warnings.warn(msg) 2022-11-23T00:52:07.4414514Z Downloading: "https://download.pytorch.org/models/mobilenet_v2-b0353104.pth" to /var/lib/jenkins/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth 2022-11-23T00:52:07.4889587Z 2022-11-23T00:52:07.5355415Z 0% 0.00/13.6M [00:00