2022-09-27T15:24:18.6278976Z Requested labels: linux.2xlarge 2022-09-27T15:24:18.6279050Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:24:18.6279078Z Waiting for a runner to pick up this job... 2022-09-27T15:24:22.5089960Z Job is about to start running on the runner: i-0d8276d1c7a4833fd (organization) 2022-09-27T15:24:26.6099159Z Current runner version: '2.296.2' 2022-09-27T15:24:26.6104889Z Runner name: 'i-0d8276d1c7a4833fd' 2022-09-27T15:24:26.6105348Z Runner group name: 'Default' 2022-09-27T15:24:26.6105996Z Machine name: 'ip-10-0-2-209' 2022-09-27T15:24:26.6107942Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:24:26.6108634Z Actions: read 2022-09-27T15:24:26.6108940Z Checks: read 2022-09-27T15:24:26.6109259Z Contents: read 2022-09-27T15:24:26.6109613Z Deployments: read 2022-09-27T15:24:26.6109893Z Discussions: read 2022-09-27T15:24:26.6110202Z Issues: read 2022-09-27T15:24:26.6110510Z Metadata: read 2022-09-27T15:24:26.6110779Z Packages: read 2022-09-27T15:24:26.6111110Z Pages: read 2022-09-27T15:24:26.6111432Z PullRequests: read 2022-09-27T15:24:26.6111749Z RepositoryProjects: read 2022-09-27T15:24:26.6112126Z SecurityEvents: read 2022-09-27T15:24:26.6112468Z Statuses: read 2022-09-27T15:24:26.6112738Z ##[endgroup] 2022-09-27T15:24:26.6115941Z Secret source: None 2022-09-27T15:24:26.6116714Z Prepare workflow directory 2022-09-27T15:24:26.8346014Z Prepare all required actions 2022-09-27T15:24:26.8511318Z Getting action download info 2022-09-27T15:24:27.1461976Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:24:29.7062414Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:24:29.8259799Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:24:30.0620761Z Getting action download info 2022-09-27T15:24:30.2384450Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:24:30.4049233Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:24:30.4051340Z ##[group] Inputs 2022-09-27T15:24:30.4051675Z build-environment: linux-focal-py3.7-gcc7 2022-09-27T15:24:30.4052500Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "docs_test", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "jit_legacy", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "backwards_compat", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-09-27T15:24:30.4053391Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:24:30.4053764Z sync-tag: 2022-09-27T15:24:30.4053970Z ##[endgroup] 2022-09-27T15:24:30.4054429Z Complete job name: linux-focal-py3.7-gcc7 / test (docs_test, 1, 1, linux.2xlarge) 2022-09-27T15:24:30.4759056Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:24:30.4759392Z with: 2022-09-27T15:24:30.4759622Z submodules: recursive 2022-09-27T15:24:30.4759843Z fetch-depth: 0 2022-09-27T15:24:30.4760032Z env: 2022-09-27T15:24:30.4760242Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:30.4760464Z ##[endgroup] 2022-09-27T15:24:30.4995357Z ##[group]Run retry () { 2022-09-27T15:24:30.4995662Z retry () { 2022-09-27T15:24:30.4995925Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:24:30.4996170Z } 2022-09-27T15:24:30.4996808Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:24:30.4997066Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:24:30.4997322Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:30.4997543Z else 2022-09-27T15:24:30.4997775Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:30.4998020Z fi 2022-09-27T15:24:30.4998316Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:24:30.5015076Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:24:30.5015341Z env: 2022-09-27T15:24:30.5015554Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:30.5015774Z NO_SUDO: 2022-09-27T15:24:30.5015961Z ##[endgroup] 2022-09-27T15:24:30.5191911Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:32.2935272Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:24:32.2935507Z with: 2022-09-27T15:24:32.2935701Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:24:32.2935903Z fetch-depth: 0 2022-09-27T15:24:32.2936072Z submodules: recursive 2022-09-27T15:24:32.2936257Z quiet-checkout: true 2022-09-27T15:24:32.2936452Z repository: pytorch/pytorch 2022-09-27T15:24:32.2936808Z token: *** 2022-09-27T15:24:32.2936971Z ssh-strict: true 2022-09-27T15:24:32.2937159Z persist-credentials: true 2022-09-27T15:24:32.2937348Z clean: true 2022-09-27T15:24:32.2937507Z lfs: false 2022-09-27T15:24:32.2937685Z set-safe-directory: true 2022-09-27T15:24:32.2937867Z env: 2022-09-27T15:24:32.2938023Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:32.2938205Z ##[endgroup] 2022-09-27T15:24:32.4161915Z Syncing repository: pytorch/pytorch 2022-09-27T15:24:32.4164094Z ##[group]Getting Git version info 2022-09-27T15:24:32.4164783Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:32.4165519Z [command]/usr/bin/git version 2022-09-27T15:24:32.4165822Z git version 2.37.1 2022-09-27T15:24:32.4166791Z ##[endgroup] 2022-09-27T15:24:32.4183719Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/88076020-25ef-450f-b3cf-7482b6ac57ff' before making global git config changes 2022-09-27T15:24:32.4184163Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:24:32.4190428Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:32.4229689Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:32.4233732Z ##[group]Initializing the repository 2022-09-27T15:24:32.4238840Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:32.4268154Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:24:32.4268744Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:24:32.4269258Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:24:32.4269475Z hint: 2022-09-27T15:24:32.4269744Z hint: git config --global init.defaultBranch 2022-09-27T15:24:32.4270180Z hint: 2022-09-27T15:24:32.4270469Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:24:32.4270826Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:24:32.4271055Z hint: 2022-09-27T15:24:32.4271414Z hint: git branch -m 2022-09-27T15:24:32.4271788Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:24:32.4278708Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:24:32.4308133Z ##[endgroup] 2022-09-27T15:24:32.4308489Z ##[group]Disabling automatic garbage collection 2022-09-27T15:24:32.4313028Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:24:32.4340456Z ##[endgroup] 2022-09-27T15:24:32.4340831Z ##[group]Setting up auth 2022-09-27T15:24:32.4348069Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:24:32.4378836Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:24:32.4625721Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:24:32.4658440Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T15:24:32.4911161Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:24:32.4954462Z ##[endgroup] 2022-09-27T15:24:32.4954917Z ##[group]Fetching the repository 2022-09-27T15:24:32.4961212Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-09-27T15:25:22.4599570Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:25:22.4637730Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:23.6289332Z ##[endgroup] 2022-09-27T15:25:23.6289998Z ##[group]Determining the checkout info 2022-09-27T15:25:23.6290994Z ##[endgroup] 2022-09-27T15:25:23.6291672Z ##[group]Checking out the ref 2022-09-27T15:25:23.6295700Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:24.8654214Z ##[endgroup] 2022-09-27T15:25:24.8654685Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:25:24.8659526Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:25:24.8708467Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:25:24.8737293Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:25:24.8766245Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:25:24.8791585Z ##[endgroup] 2022-09-27T15:25:24.8792162Z ##[group]Fetching submodules 2022-09-27T15:25:24.8795710Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:25:24.9061593Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:25:24.9322379Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:25:24.9323171Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:25:24.9324032Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:25:24.9326079Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:25:24.9328392Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:25:24.9331101Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:25:24.9333256Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:25:24.9335743Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:25:24.9338359Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:25:24.9341098Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:25:24.9343954Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:25:24.9346986Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:25:24.9349990Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:25:24.9353142Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:25:24.9356508Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:25:24.9359986Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:25:24.9363408Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:25:24.9367018Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:25:24.9370746Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:25:24.9374688Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:25:24.9378635Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:25:24.9382760Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:25:24.9386708Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:25:24.9390808Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:25:24.9395110Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:25:24.9400719Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:25:24.9405068Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:25:24.9409467Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:25:24.9414570Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:25:24.9457231Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:25:24.9458052Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:25:24.9458798Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:25:24.9459765Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:25:24.9462515Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:25:24.9463117Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:25:24.9463675Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:25:24.9464209Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:25:24.9464695Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:25:24.9468251Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:25:24.9474201Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:25:24.9480287Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:25:24.9506686Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:25:25.2873536Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:25:25.4846234Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:25:25.6861728Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:25:25.9634167Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:25:26.2669134Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:25:28.4356710Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:25:34.1075275Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:25:34.5824141Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:25:35.0939766Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:25:36.4766209Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:25:37.5822119Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:25:38.7879401Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:25:44.0256447Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:25:44.6873236Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:25:45.8436237Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:25:47.1729994Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:25:47.3936076Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:25:47.8514594Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:25:48.1435500Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:25:49.1308534Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:25:49.5437006Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:25:49.7699200Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:25:50.0103698Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:25:51.3259285Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:25:51.8016757Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:25:52.1398221Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:25:58.2923553Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:25:59.8306000Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:26:00.2282324Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:26:00.4783161Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:26:06.7561682Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:26:06.9769657Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:26:07.2507693Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:26:08.0630644Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:26:08.2796732Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:26:08.6457361Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:26:08.9178759Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:26:09.4805181Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:26:11.5135520Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:26:12.0808794Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:26:14.2608272Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:26:14.2707789Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:26:14.2784314Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:26:14.2993783Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:26:14.3203481Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:26:14.3553677Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:26:14.9073768Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:26:14.9269831Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:15.0184978Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:26:15.0506015Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:26:15.3180024Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:26:15.6939508Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:26:15.9166356Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:26:15.9601487Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:26:15.9614880Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:15.9616763Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:15.9618836Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:15.9621237Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:15.9643274Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:26:16.7639200Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:26:17.2883690Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:26:18.2810045Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:26:18.8300397Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:26:18.9230689Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:26:18.9768454Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:26:18.9861049Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:26:19.0640276Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:26:19.0953146Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:26:19.1036119Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:26:19.1412640Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:26:19.1636123Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:26:19.2070563Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:26:19.2179523Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:26:19.2193527Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:19.2215059Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:26:26.1997289Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:26:26.2012906Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:26.2035470Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:26:33.3100044Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:26:33.3194867Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:26:33.3328219Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:26:33.4200486Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:26:33.4215418Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:33.4217293Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:33.4240336Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:26:34.6014119Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:26:35.6661528Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:26:35.7165074Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:26:35.7349206Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:26:35.7482959Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:26:35.8464139Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:26:36.0706839Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:26:36.0733182Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:36.0735041Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:36.0758550Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:36.4829553Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:37.2912940Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:37.3205147Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:26:37.3345594Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:26:37.3358642Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:37.3380170Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:26:38.9722063Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:26:38.9740332Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:38.9742212Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:38.9764924Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:39.3763831Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:40.1484430Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:26:40.2083152Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:26:40.2096655Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:40.2119875Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:26:40.4163094Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:40.4247412Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:26:40.6579909Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:26:40.6597989Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:40.6599805Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:40.6622781Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:26:41.2697287Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:26:42.2645548Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:26:42.3276606Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:26:42.3355887Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:26:42.3454532Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:26:42.3763847Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:26:42.3847115Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:26:42.4111576Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:26:42.4200151Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:26:42.4603597Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:26:42.5593126Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:26:42.5831781Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:26:42.5847686Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:42.5849079Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:42.5851282Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:42.5853437Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:42.5874895Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:26:43.5803061Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:26:43.8267918Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:26:44.9325572Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:26:45.7394398Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:26:45.7530639Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:26:45.8134569Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:26:45.8389560Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:26:45.8402863Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:45.8425622Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:26:46.0674738Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:46.1914759Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:26:46.1943041Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:26:46.2203779Z Entering 'android/libs/fbjni' 2022-09-27T15:26:46.2237337Z Entering 'third_party/FP16' 2022-09-27T15:26:46.2271871Z Entering 'third_party/FXdiv' 2022-09-27T15:26:46.2307154Z Entering 'third_party/NNPACK' 2022-09-27T15:26:46.2342183Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:46.2376793Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:46.2413191Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:46.2457963Z Entering 'third_party/benchmark' 2022-09-27T15:26:46.2492377Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:46.2528395Z Entering 'third_party/cub' 2022-09-27T15:26:46.2562919Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:46.2603560Z Entering 'third_party/cutlass' 2022-09-27T15:26:46.2644776Z Entering 'third_party/eigen' 2022-09-27T15:26:46.2681221Z Entering 'third_party/fbgemm' 2022-09-27T15:26:46.2715569Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:46.2750250Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:46.2783940Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:46.2819237Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:46.2854113Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:46.2890920Z Entering 'third_party/fmt' 2022-09-27T15:26:46.2925328Z Entering 'third_party/foxi' 2022-09-27T15:26:46.2958624Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:46.2992234Z Entering 'third_party/gloo' 2022-09-27T15:26:46.3026474Z Entering 'third_party/googletest' 2022-09-27T15:26:46.3060273Z Entering 'third_party/ideep' 2022-09-27T15:26:46.3095246Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:46.3131995Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:46.3172645Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:46.3207467Z Entering 'third_party/ittapi' 2022-09-27T15:26:46.3242985Z Entering 'third_party/kineto' 2022-09-27T15:26:46.3276164Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:46.3310521Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:46.3345828Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:46.3380025Z Entering 'third_party/neon2sse' 2022-09-27T15:26:46.3416541Z Entering 'third_party/nlohmann' 2022-09-27T15:26:46.3452733Z Entering 'third_party/onnx' 2022-09-27T15:26:46.3499638Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:46.3534085Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:46.3572432Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:46.3606574Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:46.3645390Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:46.3679328Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:46.3712945Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:46.3752280Z Entering 'third_party/pocketfft' 2022-09-27T15:26:46.3788359Z Entering 'third_party/protobuf' 2022-09-27T15:26:46.3826792Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:46.3861953Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:46.3897651Z Entering 'third_party/psimd' 2022-09-27T15:26:46.3931958Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:46.3966369Z Entering 'third_party/pybind11' 2022-09-27T15:26:46.4001549Z Entering 'third_party/python-enum' 2022-09-27T15:26:46.4036430Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:46.4071131Z Entering 'third_party/python-six' 2022-09-27T15:26:46.4104913Z Entering 'third_party/sleef' 2022-09-27T15:26:46.4140404Z Entering 'third_party/tbb' 2022-09-27T15:26:46.4176125Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:46.4211166Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:46.4245604Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:46.4279440Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:46.4313115Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:46.4346268Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:46.4383166Z Entering 'third_party/zstd' 2022-09-27T15:26:46.4425956Z ##[endgroup] 2022-09-27T15:26:46.4428270Z ##[group]Persisting credentials for submodules 2022-09-27T15:26:46.4434761Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-09-27T15:26:46.4694218Z Entering 'android/libs/fbjni' 2022-09-27T15:26:46.4729164Z Entering 'third_party/FP16' 2022-09-27T15:26:46.4764206Z Entering 'third_party/FXdiv' 2022-09-27T15:26:46.4798410Z Entering 'third_party/NNPACK' 2022-09-27T15:26:46.4832768Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:46.4868318Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:46.4902910Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:46.4947735Z Entering 'third_party/benchmark' 2022-09-27T15:26:46.4983526Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:46.5017728Z Entering 'third_party/cub' 2022-09-27T15:26:46.5051782Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:46.5091791Z Entering 'third_party/cutlass' 2022-09-27T15:26:46.5134022Z Entering 'third_party/eigen' 2022-09-27T15:26:46.5170474Z Entering 'third_party/fbgemm' 2022-09-27T15:26:46.5204628Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:46.5241577Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:46.5279804Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:46.5316729Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:46.5354198Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:46.5391246Z Entering 'third_party/fmt' 2022-09-27T15:26:46.5425984Z Entering 'third_party/foxi' 2022-09-27T15:26:46.5461691Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:46.5497611Z Entering 'third_party/gloo' 2022-09-27T15:26:46.5533644Z Entering 'third_party/googletest' 2022-09-27T15:26:46.5567477Z Entering 'third_party/ideep' 2022-09-27T15:26:46.5603120Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:46.5639549Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:46.5680852Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:46.5715052Z Entering 'third_party/ittapi' 2022-09-27T15:26:46.5752666Z Entering 'third_party/kineto' 2022-09-27T15:26:46.5787775Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:46.5822059Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:46.5858469Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:46.5893767Z Entering 'third_party/neon2sse' 2022-09-27T15:26:46.5928323Z Entering 'third_party/nlohmann' 2022-09-27T15:26:46.5964597Z Entering 'third_party/onnx' 2022-09-27T15:26:46.6010215Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:46.6043646Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:46.6079723Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:46.6113130Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:46.6150206Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:46.6184461Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:46.6217817Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:46.6255833Z Entering 'third_party/pocketfft' 2022-09-27T15:26:46.6289775Z Entering 'third_party/protobuf' 2022-09-27T15:26:46.6327834Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:46.6361119Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:46.6396546Z Entering 'third_party/psimd' 2022-09-27T15:26:46.6430212Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:46.6463806Z Entering 'third_party/pybind11' 2022-09-27T15:26:46.6499455Z Entering 'third_party/python-enum' 2022-09-27T15:26:46.6533071Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:46.6567010Z Entering 'third_party/python-six' 2022-09-27T15:26:46.6600089Z Entering 'third_party/sleef' 2022-09-27T15:26:46.6633268Z Entering 'third_party/tbb' 2022-09-27T15:26:46.6669283Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:46.6702671Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:46.6737107Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:46.6769502Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:46.6803149Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:46.6835982Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:46.6871844Z Entering 'third_party/zstd' 2022-09-27T15:26:46.6918501Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-09-27T15:26:46.7174319Z Entering 'android/libs/fbjni' 2022-09-27T15:26:46.7206509Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:26:46.7220308Z Entering 'third_party/FP16' 2022-09-27T15:26:46.7253468Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:26:46.7266898Z Entering 'third_party/FXdiv' 2022-09-27T15:26:46.7299079Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:26:46.7313028Z Entering 'third_party/NNPACK' 2022-09-27T15:26:46.7344562Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:26:46.7358977Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:46.7391260Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:26:46.7405859Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:46.7440707Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:26:46.7455221Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:46.7488697Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:26:46.7512774Z Entering 'third_party/benchmark' 2022-09-27T15:26:46.7545705Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:46.7559564Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:46.7591651Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:46.7606064Z Entering 'third_party/cub' 2022-09-27T15:26:46.7637874Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:26:46.7651974Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:46.7684094Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:26:46.7703259Z Entering 'third_party/cutlass' 2022-09-27T15:26:46.7736008Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:26:46.7755568Z Entering 'third_party/eigen' 2022-09-27T15:26:46.7787824Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:26:46.7804261Z Entering 'third_party/fbgemm' 2022-09-27T15:26:46.7835860Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:26:46.7850192Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:46.7882087Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:26:46.7895884Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:46.7926615Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:46.7941431Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:46.7973480Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:46.7987884Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:46.8018861Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:26:46.8034490Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:46.8066489Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:26:46.8083121Z Entering 'third_party/fmt' 2022-09-27T15:26:46.8114145Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:26:46.8128540Z Entering 'third_party/foxi' 2022-09-27T15:26:46.8159597Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:26:46.8173723Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:46.8207262Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:26:46.8220742Z Entering 'third_party/gloo' 2022-09-27T15:26:46.8253397Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:26:46.8267455Z Entering 'third_party/googletest' 2022-09-27T15:26:46.8299928Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:46.8313585Z Entering 'third_party/ideep' 2022-09-27T15:26:46.8345316Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:26:46.8359357Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:46.8390713Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:26:46.8406636Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:46.8438601Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-09-27T15:26:46.8458459Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:46.8490874Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:26:46.8504552Z Entering 'third_party/ittapi' 2022-09-27T15:26:46.8535789Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:26:46.8550076Z Entering 'third_party/kineto' 2022-09-27T15:26:46.8582307Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:26:46.8598082Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:46.8629301Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:26:46.8644022Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:46.8674749Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:26:46.8690490Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:46.8723810Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:26:46.8738658Z Entering 'third_party/neon2sse' 2022-09-27T15:26:46.8770387Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:26:46.8784511Z Entering 'third_party/nlohmann' 2022-09-27T15:26:46.8815918Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:26:46.8831961Z Entering 'third_party/onnx' 2022-09-27T15:26:46.8863813Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:46.8890374Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:46.8922087Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:46.8936131Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:46.8969363Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:46.8985131Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:46.9016344Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:26:46.9030165Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:46.9061378Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:46.9082013Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:46.9114695Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:46.9129010Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:46.9161411Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:46.9175363Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:46.9208239Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:26:46.9227158Z Entering 'third_party/pocketfft' 2022-09-27T15:26:46.9258708Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:26:46.9273353Z Entering 'third_party/protobuf' 2022-09-27T15:26:46.9305107Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:26:46.9323685Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:46.9355444Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:46.9369133Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:46.9401465Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:46.9417021Z Entering 'third_party/psimd' 2022-09-27T15:26:46.9450209Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:26:46.9464029Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:46.9496698Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:26:46.9510629Z Entering 'third_party/pybind11' 2022-09-27T15:26:46.9542232Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:46.9556095Z Entering 'third_party/python-enum' 2022-09-27T15:26:46.9588422Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:26:46.9602778Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:46.9635067Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:26:46.9648590Z Entering 'third_party/python-six' 2022-09-27T15:26:46.9681120Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:26:46.9695043Z Entering 'third_party/sleef' 2022-09-27T15:26:46.9726855Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:26:46.9741117Z Entering 'third_party/tbb' 2022-09-27T15:26:46.9772896Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:26:46.9788907Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:46.9821403Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:26:46.9835377Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:46.9866854Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:46.9881635Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:46.9912753Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:26:46.9926516Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:46.9958880Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:26:46.9973262Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:47.0005106Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:47.0019454Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:47.0051843Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:26:47.0068839Z Entering 'third_party/zstd' 2022-09-27T15:26:47.0100718Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:26:47.0800105Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:26:47.1058194Z Entering 'android/libs/fbjni' 2022-09-27T15:26:47.1093282Z Entering 'third_party/FP16' 2022-09-27T15:26:47.1128579Z Entering 'third_party/FXdiv' 2022-09-27T15:26:47.1163380Z Entering 'third_party/NNPACK' 2022-09-27T15:26:47.1200286Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:47.1234877Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:47.1269825Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:47.1315110Z Entering 'third_party/benchmark' 2022-09-27T15:26:47.1349867Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:47.1384671Z Entering 'third_party/cub' 2022-09-27T15:26:47.1418729Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:47.1458218Z Entering 'third_party/cutlass' 2022-09-27T15:26:47.1498339Z Entering 'third_party/eigen' 2022-09-27T15:26:47.1535743Z Entering 'third_party/fbgemm' 2022-09-27T15:26:47.1570947Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:47.1604860Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:47.1639342Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:47.1673077Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:47.1709131Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:47.1745707Z Entering 'third_party/fmt' 2022-09-27T15:26:47.1783058Z Entering 'third_party/foxi' 2022-09-27T15:26:47.1817262Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:47.1853028Z Entering 'third_party/gloo' 2022-09-27T15:26:47.1886950Z Entering 'third_party/googletest' 2022-09-27T15:26:47.1921952Z Entering 'third_party/ideep' 2022-09-27T15:26:47.1955896Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:47.1992638Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:47.2032432Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:47.2067236Z Entering 'third_party/ittapi' 2022-09-27T15:26:47.2102011Z Entering 'third_party/kineto' 2022-09-27T15:26:47.2137875Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:47.2174630Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:47.2211171Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:47.2247323Z Entering 'third_party/neon2sse' 2022-09-27T15:26:47.2283021Z Entering 'third_party/nlohmann' 2022-09-27T15:26:47.2318956Z Entering 'third_party/onnx' 2022-09-27T15:26:47.2365436Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:47.2400714Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:47.2438140Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:47.2473657Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:47.2512311Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:47.2546994Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:47.2581747Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:47.2621182Z Entering 'third_party/pocketfft' 2022-09-27T15:26:47.2657300Z Entering 'third_party/protobuf' 2022-09-27T15:26:47.2696263Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:47.2733135Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:47.2769699Z Entering 'third_party/psimd' 2022-09-27T15:26:47.2805016Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:47.2840855Z Entering 'third_party/pybind11' 2022-09-27T15:26:47.2875272Z Entering 'third_party/python-enum' 2022-09-27T15:26:47.2909880Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:47.2946595Z Entering 'third_party/python-six' 2022-09-27T15:26:47.2981467Z Entering 'third_party/sleef' 2022-09-27T15:26:47.3016900Z Entering 'third_party/tbb' 2022-09-27T15:26:47.3053964Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:47.3090135Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:47.3125214Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:47.3159813Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:47.3195059Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:47.3228795Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:47.3266039Z Entering 'third_party/zstd' 2022-09-27T15:26:47.3312519Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:26:47.3569275Z Entering 'android/libs/fbjni' 2022-09-27T15:26:47.3605823Z Entering 'third_party/FP16' 2022-09-27T15:26:47.3640751Z Entering 'third_party/FXdiv' 2022-09-27T15:26:47.3675033Z Entering 'third_party/NNPACK' 2022-09-27T15:26:47.3710877Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:47.3745880Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:47.3780883Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:47.3825739Z Entering 'third_party/benchmark' 2022-09-27T15:26:47.3862052Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:47.3897363Z Entering 'third_party/cub' 2022-09-27T15:26:47.3932732Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:47.3974991Z Entering 'third_party/cutlass' 2022-09-27T15:26:47.4016444Z Entering 'third_party/eigen' 2022-09-27T15:26:47.4053222Z Entering 'third_party/fbgemm' 2022-09-27T15:26:47.4089476Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:47.4123939Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:47.4158545Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:47.4194812Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:47.4230787Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:47.4270112Z Entering 'third_party/fmt' 2022-09-27T15:26:47.4305923Z Entering 'third_party/foxi' 2022-09-27T15:26:47.4342422Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:47.4378592Z Entering 'third_party/gloo' 2022-09-27T15:26:47.4414928Z Entering 'third_party/googletest' 2022-09-27T15:26:47.4450553Z Entering 'third_party/ideep' 2022-09-27T15:26:47.4485242Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:47.4521198Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:47.4563147Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:47.4598655Z Entering 'third_party/ittapi' 2022-09-27T15:26:47.4632867Z Entering 'third_party/kineto' 2022-09-27T15:26:47.4667425Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:47.4701672Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:47.4738040Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:47.4774469Z Entering 'third_party/neon2sse' 2022-09-27T15:26:47.4810181Z Entering 'third_party/nlohmann' 2022-09-27T15:26:47.4846949Z Entering 'third_party/onnx' 2022-09-27T15:26:47.4894572Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:47.4929118Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:47.4966373Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:47.5002298Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:47.5041864Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:47.5078180Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:47.5113078Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:47.5152337Z Entering 'third_party/pocketfft' 2022-09-27T15:26:47.5188558Z Entering 'third_party/protobuf' 2022-09-27T15:26:47.5227766Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:47.5262032Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:47.5298810Z Entering 'third_party/psimd' 2022-09-27T15:26:47.5333993Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:47.5369102Z Entering 'third_party/pybind11' 2022-09-27T15:26:47.5404163Z Entering 'third_party/python-enum' 2022-09-27T15:26:47.5437991Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:47.5473018Z Entering 'third_party/python-six' 2022-09-27T15:26:47.5507140Z Entering 'third_party/sleef' 2022-09-27T15:26:47.5543350Z Entering 'third_party/tbb' 2022-09-27T15:26:47.5580762Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:47.5615915Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:47.5651475Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:47.5687456Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:47.5722691Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:47.5757488Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:47.5795974Z Entering 'third_party/zstd' 2022-09-27T15:26:47.5840919Z ##[endgroup] 2022-09-27T15:26:47.5881943Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:26:47.5909702Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:26:47.6040896Z Prepare all required actions 2022-09-27T15:26:47.6067468Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:26:47.6067701Z env: 2022-09-27T15:26:47.6067895Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:47.6068114Z ##[endgroup] 2022-09-27T15:26:47.6085020Z ##[group]Run set -euo pipefail 2022-09-27T15:26:47.6085289Z set -euo pipefail 2022-09-27T15:26:47.6085518Z function get_ec2_metadata() { 2022-09-27T15:26:47.6085798Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:26:47.6086185Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:26:47.6086502Z  category=$1 2022-09-27T15:26:47.6086779Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:26:47.6087032Z } 2022-09-27T15:26:47.6087254Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:26:47.6087573Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:26:47.6087975Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:26:47.6088259Z echo "system info $(uname -a)" 2022-09-27T15:26:47.6100051Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:47.6100285Z env: 2022-09-27T15:26:47.6100494Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:47.6100718Z ##[endgroup] 2022-09-27T15:26:47.6200151Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:26:47.6251984Z instance-id: i-0d8276d1c7a4833fd 2022-09-27T15:26:47.6300616Z instance-type: c5.2xlarge 2022-09-27T15:26:47.6307786Z system info Linux ip-10-0-2-209.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-09-27T15:26:47.6324870Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:26:47.6325155Z if systemctl is-active --quiet docker; then 2022-09-27T15:26:47.6325388Z  echo "Docker daemon is running..."; 2022-09-27T15:26:47.6325612Z else 2022-09-27T15:26:47.6325848Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:26:47.6326064Z fi 2022-09-27T15:26:47.6337612Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:47.6337832Z env: 2022-09-27T15:26:47.6337995Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:47.6338187Z ##[endgroup] 2022-09-27T15:26:47.6378702Z Docker daemon is running... 2022-09-27T15:26:47.6394932Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:47.6395297Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:47.6395584Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:47.6395978Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:26:47.6396553Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:26:47.6407605Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:47.6407824Z env: 2022-09-27T15:26:47.6407989Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:47.6408188Z AWS_RETRY_MODE: standard 2022-09-27T15:26:47.6408381Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:26:47.6408564Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:26:47.6408755Z ##[endgroup] 2022-09-27T15:26:48.4234377Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:26:48.4234758Z Configure a credential helper to remove this warning. See 2022-09-27T15:26:48.4235597Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:26:48.4235940Z Login Succeeded 2022-09-27T15:26:48.4236645Z 2022-09-27T15:26:48.4266555Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:48.4266897Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:48.4267280Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:48.4279615Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:48.4279875Z env: 2022-09-27T15:26:48.4280085Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:48.4280293Z ##[endgroup] 2022-09-27T15:26:48.4349127Z Prepare all required actions 2022-09-27T15:26:48.4349444Z Getting action download info 2022-09-27T15:26:48.6020861Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:26:48.7348732Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:26:48.7348967Z with: 2022-09-27T15:26:48.7349335Z github-secret: *** 2022-09-27T15:26:48.7349525Z env: 2022-09-27T15:26:48.7349732Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:48.7349953Z ##[endgroup] 2022-09-27T15:26:48.7388859Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:26:48.7389110Z with: 2022-09-27T15:26:48.7389447Z GITHUB_TOKEN: *** 2022-09-27T15:26:48.7389663Z activate-with-label: false 2022-09-27T15:26:48.7389992Z label: with-ssh 2022-09-27T15:26:48.7390219Z remove-existing-keys: true 2022-09-27T15:26:48.7390421Z env: 2022-09-27T15:26:48.7390622Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:48.7390843Z ##[endgroup] 2022-09-27T15:26:49.3599676Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:26:49.4629925Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:26:49.4643037Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:26:49.4665758Z Login using: ssh ec2-user@ec2-3-88-191-19.compute-1.amazonaws.com 2022-09-27T15:26:49.4715174Z Prepare all required actions 2022-09-27T15:26:49.4733502Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:26:49.4733720Z with: 2022-09-27T15:26:49.4734063Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:49.4734380Z env: 2022-09-27T15:26:49.4734567Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:49.4734757Z ##[endgroup] 2022-09-27T15:26:49.4748204Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:49.4748478Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:49.4748748Z # ignore output since only exit code is used for conditional 2022-09-27T15:26:49.4749020Z # only pull docker image if it's not available locally 2022-09-27T15:26:49.4749318Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:26:49.4749626Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:26:49.4749810Z fi 2022-09-27T15:26:49.4761228Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:49.4761448Z env: 2022-09-27T15:26:49.4761609Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:49.4761977Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:49.4762316Z ##[endgroup] 2022-09-27T15:26:49.7781057Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-09-27T15:26:49.7781486Z 675920708c8b: Pulling fs layer 2022-09-27T15:26:49.7781769Z 7249ff1ca2cc: Pulling fs layer 2022-09-27T15:26:49.7782943Z a1a4ad211d43: Pulling fs layer 2022-09-27T15:26:49.7783144Z dac0b0909394: Pulling fs layer 2022-09-27T15:26:49.7783432Z 4e5e6fbf81d0: Pulling fs layer 2022-09-27T15:26:49.7783818Z 1fd57c418b4f: Pulling fs layer 2022-09-27T15:26:49.7784195Z c252dd0cf292: Pulling fs layer 2022-09-27T15:26:49.7784645Z 6d1cf6420de5: Pulling fs layer 2022-09-27T15:26:49.7785794Z 22ff1eeb7cfc: Pulling fs layer 2022-09-27T15:26:49.7786206Z d8d2312a3e95: Pulling fs layer 2022-09-27T15:26:49.7786477Z 6b8fe070c229: Pulling fs layer 2022-09-27T15:26:49.7786678Z f860349178a3: Pulling fs layer 2022-09-27T15:26:49.7786880Z b9600c108e0a: Pulling fs layer 2022-09-27T15:26:49.7787087Z d7379e9f0242: Pulling fs layer 2022-09-27T15:26:49.7787280Z 111b3362d2ab: Pulling fs layer 2022-09-27T15:26:49.7787458Z 357e25b632e3: Pulling fs layer 2022-09-27T15:26:49.7787716Z 041ccbc6424a: Pulling fs layer 2022-09-27T15:26:49.7787994Z f83a7aa0ae33: Pulling fs layer 2022-09-27T15:26:49.7788239Z 7dd92e4c6366: Pulling fs layer 2022-09-27T15:26:49.7788526Z 4c3fc199e49b: Pulling fs layer 2022-09-27T15:26:49.7788789Z 1cf2d121678f: Pulling fs layer 2022-09-27T15:26:49.7789051Z 3d0511d3c79c: Pulling fs layer 2022-09-27T15:26:49.7789325Z 14b2bb0370e4: Pulling fs layer 2022-09-27T15:26:49.7789603Z 8da4048e870a: Pulling fs layer 2022-09-27T15:26:49.7789883Z df7557c6da37: Pulling fs layer 2022-09-27T15:26:49.7790160Z 22ff1eeb7cfc: Waiting 2022-09-27T15:26:49.7790443Z c47c4a7e8472: Pulling fs layer 2022-09-27T15:26:49.7790703Z 4e5e6fbf81d0: Waiting 2022-09-27T15:26:49.7790952Z d8d2312a3e95: Waiting 2022-09-27T15:26:49.7791207Z fbbb9ed3e845: Pulling fs layer 2022-09-27T15:26:49.7791461Z 1fd57c418b4f: Waiting 2022-09-27T15:26:49.7791938Z 6b8fe070c229: Waiting 2022-09-27T15:26:49.7792231Z 25c87328e320: Pulling fs layer 2022-09-27T15:26:49.7792506Z c252dd0cf292: Waiting 2022-09-27T15:26:49.7798200Z 6ce6383c8b4c: Pulling fs layer 2022-09-27T15:26:49.7798538Z f860349178a3: Waiting 2022-09-27T15:26:49.7798824Z 805e81bf1b07: Pulling fs layer 2022-09-27T15:26:49.7799139Z 6d1cf6420de5: Waiting 2022-09-27T15:26:49.7799480Z 658a981e4c72: Pulling fs layer 2022-09-27T15:26:49.7799789Z dac0b0909394: Waiting 2022-09-27T15:26:49.7800062Z 6e614c1c92e2: Pulling fs layer 2022-09-27T15:26:49.7800385Z ca8c741a00af: Pulling fs layer 2022-09-27T15:26:49.7800866Z b9600c108e0a: Waiting 2022-09-27T15:26:49.7801165Z ec20b9c0ab8c: Pulling fs layer 2022-09-27T15:26:49.7801480Z df7557c6da37: Waiting 2022-09-27T15:26:49.7801796Z 4778e25ffa15: Pulling fs layer 2022-09-27T15:26:49.7802112Z 14b2bb0370e4: Waiting 2022-09-27T15:26:49.7802398Z d7379e9f0242: Waiting 2022-09-27T15:26:49.7802688Z c47c4a7e8472: Waiting 2022-09-27T15:26:49.7802968Z 6178951b0ba1: Pulling fs layer 2022-09-27T15:26:49.7803274Z 111b3362d2ab: Waiting 2022-09-27T15:26:49.7803525Z 8da4048e870a: Waiting 2022-09-27T15:26:49.7803803Z 5f80c355afff: Pulling fs layer 2022-09-27T15:26:49.7804101Z fbbb9ed3e845: Waiting 2022-09-27T15:26:49.7804386Z 7dd92e4c6366: Waiting 2022-09-27T15:26:49.7804698Z 8fd17095407b: Pulling fs layer 2022-09-27T15:26:49.7804995Z f83a7aa0ae33: Waiting 2022-09-27T15:26:49.7805276Z 25c87328e320: Waiting 2022-09-27T15:26:49.7805566Z 041ccbc6424a: Waiting 2022-09-27T15:26:49.7805851Z 7d3e30f68342: Pulling fs layer 2022-09-27T15:26:49.7806171Z 4c3fc199e49b: Waiting 2022-09-27T15:26:49.7806462Z 3d0511d3c79c: Waiting 2022-09-27T15:26:49.7806767Z df7d91b50502: Pulling fs layer 2022-09-27T15:26:49.7807087Z 6ce6383c8b4c: Waiting 2022-09-27T15:26:49.7834607Z ddc86fc3214e: Pulling fs layer 2022-09-27T15:26:49.7836866Z 805e81bf1b07: Waiting 2022-09-27T15:26:49.7837073Z 658a981e4c72: Waiting 2022-09-27T15:26:49.7837259Z 46ee14c7b526: Pulling fs layer 2022-09-27T15:26:49.7837449Z 5f80c355afff: Waiting 2022-09-27T15:26:49.7837621Z ca8c741a00af: Waiting 2022-09-27T15:26:49.7837803Z 9ce9a24e805b: Pulling fs layer 2022-09-27T15:26:49.7837978Z ec20b9c0ab8c: Waiting 2022-09-27T15:26:49.7838148Z 8fd17095407b: Waiting 2022-09-27T15:26:49.7838328Z 19cd914bfdcb: Pulling fs layer 2022-09-27T15:26:49.7838500Z ddc86fc3214e: Waiting 2022-09-27T15:26:49.7838683Z a7f4338ecba2: Pulling fs layer 2022-09-27T15:26:49.7838862Z df7d91b50502: Waiting 2022-09-27T15:26:49.7839020Z 7d3e30f68342: Waiting 2022-09-27T15:26:49.7839198Z c75978fac091: Pulling fs layer 2022-09-27T15:26:49.7839378Z 19cd914bfdcb: Waiting 2022-09-27T15:26:49.7839543Z 9ce9a24e805b: Waiting 2022-09-27T15:26:49.7839724Z f89a91cff893: Pulling fs layer 2022-09-27T15:26:49.7839904Z a7f4338ecba2: Waiting 2022-09-27T15:26:49.7840070Z f345365236d1: Pulling fs layer 2022-09-27T15:26:49.7840246Z 1cf2d121678f: Waiting 2022-09-27T15:26:49.7840414Z f89a91cff893: Waiting 2022-09-27T15:26:49.7840580Z 4a3f3d395eb7: Pulling fs layer 2022-09-27T15:26:49.7840781Z e421c81bb4cf: Pulling fs layer 2022-09-27T15:26:49.7840974Z 775c0184544e: Pulling fs layer 2022-09-27T15:26:49.7841139Z f345365236d1: Waiting 2022-09-27T15:26:49.7841319Z 5a69da2170e4: Pulling fs layer 2022-09-27T15:26:49.7841510Z d3273d80d5f9: Pulling fs layer 2022-09-27T15:26:49.7841702Z f5905b45d58c: Pulling fs layer 2022-09-27T15:26:49.7841878Z 42b9d02069e0: Pulling fs layer 2022-09-27T15:26:49.7842065Z c00b10f24e83: Pulling fs layer 2022-09-27T15:26:49.7842244Z d3273d80d5f9: Waiting 2022-09-27T15:26:49.7842416Z 93c6c1ce6a86: Pulling fs layer 2022-09-27T15:26:49.7842605Z 239233a60227: Pulling fs layer 2022-09-27T15:26:49.7842785Z 5a69da2170e4: Waiting 2022-09-27T15:26:49.7842945Z 4a3f3d395eb7: Waiting 2022-09-27T15:26:49.7843112Z 775c0184544e: Waiting 2022-09-27T15:26:49.7843278Z e421c81bb4cf: Waiting 2022-09-27T15:26:49.7843434Z 93c6c1ce6a86: Waiting 2022-09-27T15:26:49.7843603Z 42b9d02069e0: Waiting 2022-09-27T15:26:49.7843768Z c00b10f24e83: Waiting 2022-09-27T15:26:49.8615518Z 7249ff1ca2cc: Download complete 2022-09-27T15:26:49.9455063Z dac0b0909394: Download complete 2022-09-27T15:26:50.0287460Z 4e5e6fbf81d0: Verifying Checksum 2022-09-27T15:26:50.0287784Z 4e5e6fbf81d0: Download complete 2022-09-27T15:26:50.1040614Z 1fd57c418b4f: Verifying Checksum 2022-09-27T15:26:50.1178589Z 1fd57c418b4f: Download complete 2022-09-27T15:26:50.1178863Z 675920708c8b: Verifying Checksum 2022-09-27T15:26:50.1179559Z 675920708c8b: Download complete 2022-09-27T15:26:50.1829522Z c252dd0cf292: Verifying Checksum 2022-09-27T15:26:50.1829812Z c252dd0cf292: Download complete 2022-09-27T15:26:50.1975042Z 6d1cf6420de5: Download complete 2022-09-27T15:26:50.2641301Z 22ff1eeb7cfc: Verifying Checksum 2022-09-27T15:26:50.2641750Z 22ff1eeb7cfc: Download complete 2022-09-27T15:26:50.2829717Z d8d2312a3e95: Verifying Checksum 2022-09-27T15:26:50.2830118Z d8d2312a3e95: Download complete 2022-09-27T15:26:50.3629443Z f860349178a3: Download complete 2022-09-27T15:26:50.4635116Z b9600c108e0a: Verifying Checksum 2022-09-27T15:26:50.4635548Z b9600c108e0a: Download complete 2022-09-27T15:26:50.8154055Z 675920708c8b: Pull complete 2022-09-27T15:26:50.9373789Z 7249ff1ca2cc: Pull complete 2022-09-27T15:26:51.1412224Z 6b8fe070c229: Verifying Checksum 2022-09-27T15:26:51.1412638Z 6b8fe070c229: Download complete 2022-09-27T15:26:51.2181156Z 111b3362d2ab: Verifying Checksum 2022-09-27T15:26:51.2181427Z 111b3362d2ab: Download complete 2022-09-27T15:26:51.2981703Z 357e25b632e3: Verifying Checksum 2022-09-27T15:26:51.2982000Z 357e25b632e3: Download complete 2022-09-27T15:26:51.7976577Z 041ccbc6424a: Verifying Checksum 2022-09-27T15:26:51.7977075Z 041ccbc6424a: Download complete 2022-09-27T15:26:51.8717898Z f83a7aa0ae33: Download complete 2022-09-27T15:26:51.9773419Z 7dd92e4c6366: Verifying Checksum 2022-09-27T15:26:51.9773841Z 7dd92e4c6366: Download complete 2022-09-27T15:26:52.0540306Z 4c3fc199e49b: Verifying Checksum 2022-09-27T15:26:52.1340287Z 4c3fc199e49b: Download complete 2022-09-27T15:26:52.1340639Z 1cf2d121678f: Verifying Checksum 2022-09-27T15:26:52.1340976Z 1cf2d121678f: Download complete 2022-09-27T15:26:52.2299014Z 3d0511d3c79c: Verifying Checksum 2022-09-27T15:26:52.2299404Z 3d0511d3c79c: Download complete 2022-09-27T15:26:52.3150359Z 14b2bb0370e4: Download complete 2022-09-27T15:26:52.4108469Z 8da4048e870a: Verifying Checksum 2022-09-27T15:26:52.4108885Z 8da4048e870a: Download complete 2022-09-27T15:26:52.8864900Z a1a4ad211d43: Verifying Checksum 2022-09-27T15:26:52.9715078Z a1a4ad211d43: Download complete 2022-09-27T15:26:52.9715461Z c47c4a7e8472: Verifying Checksum 2022-09-27T15:26:52.9715819Z c47c4a7e8472: Download complete 2022-09-27T15:26:53.0433722Z fbbb9ed3e845: Verifying Checksum 2022-09-27T15:26:53.0433982Z fbbb9ed3e845: Download complete 2022-09-27T15:26:53.1369336Z 25c87328e320: Verifying Checksum 2022-09-27T15:26:53.1369611Z 25c87328e320: Download complete 2022-09-27T15:26:53.2321744Z 6ce6383c8b4c: Verifying Checksum 2022-09-27T15:26:53.2322141Z 6ce6383c8b4c: Download complete 2022-09-27T15:26:53.3108019Z 805e81bf1b07: Download complete 2022-09-27T15:26:53.3584696Z df7557c6da37: Verifying Checksum 2022-09-27T15:26:53.3584995Z df7557c6da37: Download complete 2022-09-27T15:26:53.4431088Z 6e614c1c92e2: Verifying Checksum 2022-09-27T15:26:53.4431533Z 6e614c1c92e2: Download complete 2022-09-27T15:26:53.5249571Z ca8c741a00af: Download complete 2022-09-27T15:26:53.6187022Z ec20b9c0ab8c: Download complete 2022-09-27T15:26:53.6985735Z 4778e25ffa15: Verifying Checksum 2022-09-27T15:26:53.6986173Z 4778e25ffa15: Download complete 2022-09-27T15:26:53.7804627Z 6178951b0ba1: Download complete 2022-09-27T15:26:53.8694816Z 5f80c355afff: Verifying Checksum 2022-09-27T15:26:53.8695235Z 5f80c355afff: Download complete 2022-09-27T15:26:53.9623144Z 8fd17095407b: Download complete 2022-09-27T15:26:54.0437824Z 7d3e30f68342: Download complete 2022-09-27T15:26:54.1102868Z df7d91b50502: Verifying Checksum 2022-09-27T15:26:54.1103333Z df7d91b50502: Download complete 2022-09-27T15:26:54.1861763Z ddc86fc3214e: Verifying Checksum 2022-09-27T15:26:54.1862230Z ddc86fc3214e: Download complete 2022-09-27T15:26:54.2518897Z 46ee14c7b526: Verifying Checksum 2022-09-27T15:26:54.2519157Z 46ee14c7b526: Download complete 2022-09-27T15:26:54.3329381Z 9ce9a24e805b: Verifying Checksum 2022-09-27T15:26:54.3329763Z 9ce9a24e805b: Download complete 2022-09-27T15:26:54.7995160Z 19cd914bfdcb: Verifying Checksum 2022-09-27T15:26:54.7995545Z 19cd914bfdcb: Download complete 2022-09-27T15:26:54.8560514Z a7f4338ecba2: Download complete 2022-09-27T15:26:54.9257640Z c75978fac091: Download complete 2022-09-27T15:26:55.0139646Z f89a91cff893: Verifying Checksum 2022-09-27T15:26:55.0140048Z f89a91cff893: Download complete 2022-09-27T15:26:55.0777194Z f345365236d1: Verifying Checksum 2022-09-27T15:26:55.0777621Z f345365236d1: Download complete 2022-09-27T15:26:55.3297115Z 4a3f3d395eb7: Verifying Checksum 2022-09-27T15:26:55.3297619Z 4a3f3d395eb7: Download complete 2022-09-27T15:26:55.3963961Z e421c81bb4cf: Download complete 2022-09-27T15:26:55.4659931Z 775c0184544e: Download complete 2022-09-27T15:26:55.7412468Z 658a981e4c72: Verifying Checksum 2022-09-27T15:26:55.7412887Z 658a981e4c72: Download complete 2022-09-27T15:26:55.8175877Z d3273d80d5f9: Verifying Checksum 2022-09-27T15:26:55.8176276Z d3273d80d5f9: Download complete 2022-09-27T15:26:55.8858457Z f5905b45d58c: Verifying Checksum 2022-09-27T15:26:55.8859185Z f5905b45d58c: Download complete 2022-09-27T15:26:55.9535732Z 42b9d02069e0: Verifying Checksum 2022-09-27T15:26:55.9536141Z 42b9d02069e0: Download complete 2022-09-27T15:26:56.0210297Z c00b10f24e83: Download complete 2022-09-27T15:26:56.0750960Z 93c6c1ce6a86: Verifying Checksum 2022-09-27T15:26:56.0751408Z 93c6c1ce6a86: Download complete 2022-09-27T15:26:56.6776914Z 239233a60227: Verifying Checksum 2022-09-27T15:26:56.6777370Z 239233a60227: Download complete 2022-09-27T15:26:58.2130110Z 5a69da2170e4: Verifying Checksum 2022-09-27T15:26:58.2130622Z 5a69da2170e4: Download complete 2022-09-27T15:26:59.5662796Z a1a4ad211d43: Pull complete 2022-09-27T15:26:59.7553244Z dac0b0909394: Pull complete 2022-09-27T15:26:59.9400342Z 4e5e6fbf81d0: Pull complete 2022-09-27T15:27:00.1705008Z 1fd57c418b4f: Pull complete 2022-09-27T15:27:00.4273650Z c252dd0cf292: Pull complete 2022-09-27T15:27:00.6843235Z 6d1cf6420de5: Pull complete 2022-09-27T15:27:00.9328889Z 22ff1eeb7cfc: Pull complete 2022-09-27T15:27:01.1749946Z d8d2312a3e95: Pull complete 2022-09-27T15:27:03.0589201Z 6b8fe070c229: Pull complete 2022-09-27T15:27:03.2477463Z f860349178a3: Pull complete 2022-09-27T15:27:03.4799811Z b9600c108e0a: Pull complete 2022-09-27T15:27:08.2998818Z d7379e9f0242: Download complete 2022-09-27T15:27:32.4707007Z d7379e9f0242: Pull complete 2022-09-27T15:27:32.7698772Z 111b3362d2ab: Pull complete 2022-09-27T15:27:32.8666528Z 357e25b632e3: Pull complete 2022-09-27T15:27:33.6143820Z 041ccbc6424a: Pull complete 2022-09-27T15:27:33.6993106Z f83a7aa0ae33: Pull complete 2022-09-27T15:27:33.8135552Z 7dd92e4c6366: Pull complete 2022-09-27T15:27:33.9161956Z 4c3fc199e49b: Pull complete 2022-09-27T15:27:34.0241997Z 1cf2d121678f: Pull complete 2022-09-27T15:27:34.1238311Z 3d0511d3c79c: Pull complete 2022-09-27T15:27:34.2196623Z 14b2bb0370e4: Pull complete 2022-09-27T15:27:34.3160392Z 8da4048e870a: Pull complete 2022-09-27T15:27:36.2509552Z df7557c6da37: Pull complete 2022-09-27T15:27:36.4152335Z c47c4a7e8472: Pull complete 2022-09-27T15:27:36.5490161Z fbbb9ed3e845: Pull complete 2022-09-27T15:27:36.7740989Z 25c87328e320: Pull complete 2022-09-27T15:27:37.0181852Z 6ce6383c8b4c: Pull complete 2022-09-27T15:27:37.2575296Z 805e81bf1b07: Pull complete 2022-09-27T15:27:41.8816538Z 658a981e4c72: Pull complete 2022-09-27T15:27:42.1098434Z 6e614c1c92e2: Pull complete 2022-09-27T15:27:42.3482177Z ca8c741a00af: Pull complete 2022-09-27T15:27:42.5878019Z ec20b9c0ab8c: Pull complete 2022-09-27T15:27:42.8184797Z 4778e25ffa15: Pull complete 2022-09-27T15:27:43.0594057Z 6178951b0ba1: Pull complete 2022-09-27T15:27:43.2330159Z 5f80c355afff: Pull complete 2022-09-27T15:27:43.3314976Z 8fd17095407b: Pull complete 2022-09-27T15:27:43.4433171Z 7d3e30f68342: Pull complete 2022-09-27T15:27:43.5482379Z df7d91b50502: Pull complete 2022-09-27T15:27:43.6519457Z ddc86fc3214e: Pull complete 2022-09-27T15:27:43.7634847Z 46ee14c7b526: Pull complete 2022-09-27T15:27:43.8467249Z 9ce9a24e805b: Pull complete 2022-09-27T15:27:44.9810396Z 19cd914bfdcb: Pull complete 2022-09-27T15:27:45.0802568Z a7f4338ecba2: Pull complete 2022-09-27T15:27:45.2083487Z c75978fac091: Pull complete 2022-09-27T15:27:45.3154029Z f89a91cff893: Pull complete 2022-09-27T15:27:45.4033597Z f345365236d1: Pull complete 2022-09-27T15:27:45.7269768Z 4a3f3d395eb7: Pull complete 2022-09-27T15:27:45.8711997Z e421c81bb4cf: Pull complete 2022-09-27T15:27:45.9717204Z 775c0184544e: Pull complete 2022-09-27T15:27:49.7980845Z 5a69da2170e4: Pull complete 2022-09-27T15:27:49.9747822Z d3273d80d5f9: Pull complete 2022-09-27T15:27:50.0805006Z f5905b45d58c: Pull complete 2022-09-27T15:27:50.2077514Z 42b9d02069e0: Pull complete 2022-09-27T15:27:50.3323490Z c00b10f24e83: Pull complete 2022-09-27T15:27:50.4234047Z 93c6c1ce6a86: Pull complete 2022-09-27T15:27:52.0100938Z 239233a60227: Pull complete 2022-09-27T15:27:52.1213019Z Digest: sha256:aa31a48de2d62af84cacd725abaa1599e63c6bb3385fa6e176b6d91f90a39348 2022-09-27T15:27:52.1577671Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:27:52.1801257Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:27:52.1853683Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:27:52.1853966Z python3 -m pip install psutil==5.9.1 2022-09-27T15:27:52.1854203Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:27:52.1854457Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:27:52.1854724Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:27:52.1866035Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:27:52.1866256Z env: 2022-09-27T15:27:52.1866416Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:27:52.1866600Z ##[endgroup] 2022-09-27T15:27:52.4027212Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:27:52.4209629Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:27:52.8283532Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:27:52.8462738Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:27:53.0431997Z Prepare all required actions 2022-09-27T15:27:53.0432270Z Getting action download info 2022-09-27T15:27:53.2447860Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:27:53.4035983Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:27:53.5196724Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:27:53.5196955Z with: 2022-09-27T15:27:53.5197130Z name: linux-focal-py3.7-gcc7 2022-09-27T15:27:53.5197320Z env: 2022-09-27T15:27:53.5197492Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:27:53.5197665Z ##[endgroup] 2022-09-27T15:27:53.5274385Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:27:53.5274605Z with: 2022-09-27T15:27:53.5274793Z name: linux-focal-py3.7-gcc7 2022-09-27T15:27:53.5274989Z s3-bucket: gha-artifacts 2022-09-27T15:27:53.5275179Z region: us-east-1 2022-09-27T15:27:53.5275345Z env: 2022-09-27T15:27:53.5275536Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:27:53.5275720Z ##[endgroup] 2022-09-27T15:27:53.9265025Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-focal-py3.7-gcc7/ 2022-09-27T15:27:53.9265826Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:27:56.9430709Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:27:56.9431364Z 2022-09-27T15:27:56.9432379Z Artifact download has finished successfully 2022-09-27T15:27:56.9627117Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:27:56.9627332Z unzip -o artifacts.zip 2022-09-27T15:27:56.9639023Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:27:56.9639224Z env: 2022-09-27T15:27:56.9639383Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:27:56.9639558Z ##[endgroup] 2022-09-27T15:27:56.9674217Z Archive: artifacts.zip 2022-09-27T15:27:56.9675423Z creating: dist/ 2022-09-27T15:27:57.7214144Z inflating: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:27:57.7214505Z creating: build/custom_test_artifacts/ 2022-09-27T15:27:57.7214832Z creating: build/custom_test_artifacts/custom-op-build/ 2022-09-27T15:27:57.7215196Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-09-27T15:27:57.7216892Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:27:57.7217418Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-09-27T15:27:57.7217942Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:27:57.7218353Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:27:57.7218776Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:27:57.7220079Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:27:57.7221431Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:27:57.7221891Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:27:57.7222319Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:27:57.7223815Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:27:57.7225135Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:27:57.7226447Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:27:57.7227008Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:27:57.7228505Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:27:57.7229127Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:27:57.7229641Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:27:57.7230189Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-09-27T15:27:57.7230759Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-09-27T15:27:57.7231328Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-09-27T15:27:57.7231897Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-09-27T15:27:57.7232471Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-09-27T15:27:57.7233056Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-09-27T15:27:57.7233548Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-09-27T15:27:57.7234045Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-09-27T15:27:57.7234685Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-09-27T15:27:57.7235136Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-09-27T15:27:57.7235697Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-09-27T15:27:57.7236127Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-09-27T15:27:57.7250729Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-09-27T15:27:57.7338387Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:27:57.7338993Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-09-27T15:27:57.7339588Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-09-27T15:27:57.7340185Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-09-27T15:27:57.7340756Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-09-27T15:27:57.7341318Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-09-27T15:27:57.7341902Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-09-27T15:27:57.7342392Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-09-27T15:27:57.7342852Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-09-27T15:27:57.7343307Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-09-27T15:27:57.7343745Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-09-27T15:27:57.7357901Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-09-27T15:27:57.7419907Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:27:57.7420567Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:27:57.7421053Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:27:57.7421612Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-09-27T15:27:57.7422296Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-09-27T15:27:57.7422710Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-09-27T15:27:57.7423572Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-09-27T15:27:57.7424317Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-09-27T15:27:57.7424821Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-09-27T15:27:57.7496285Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-09-27T15:27:57.7543723Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-09-27T15:27:57.7544110Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-09-27T15:27:57.7544457Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-09-27T15:27:57.7546489Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:27:57.7546990Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-09-27T15:27:57.7547503Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:27:57.7547921Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:27:57.7548317Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:27:57.7549432Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:27:57.7550784Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:27:57.7551285Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:27:57.7551705Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:27:57.7553242Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:27:57.7554537Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:27:57.7555868Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:27:57.7556620Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:27:57.7557795Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:27:57.7558578Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:27:57.7559065Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:27:57.7559619Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-09-27T15:27:57.7560118Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-09-27T15:27:57.7560686Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-09-27T15:27:57.7561257Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-09-27T15:27:57.7561735Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-09-27T15:27:57.7562339Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-09-27T15:27:57.7562831Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-09-27T15:27:57.7563441Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-09-27T15:27:57.7564046Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-09-27T15:27:57.7564539Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-09-27T15:27:57.7565113Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-09-27T15:27:57.7565571Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-09-27T15:27:57.7580146Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-09-27T15:27:57.7628543Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:27:57.7629195Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:27:57.7629984Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:27:57.7630559Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-09-27T15:27:57.7631076Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-09-27T15:27:57.7631489Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-09-27T15:27:57.7632082Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-09-27T15:27:57.7632788Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-09-27T15:27:57.7633253Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-09-27T15:27:57.7671462Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-09-27T15:27:57.7672154Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-09-27T15:27:57.7672515Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-09-27T15:27:57.7674093Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:27:57.7674893Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-09-27T15:27:57.7675560Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:27:57.7675993Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:27:57.7676599Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:27:57.7677416Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:27:57.7678505Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:27:57.7679313Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:27:57.7679761Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:27:57.7681070Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:27:57.7682311Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:27:57.7683660Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:27:57.7684541Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:27:57.7685612Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:27:57.7686516Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:27:57.7687272Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:27:57.7688038Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-09-27T15:27:57.7688826Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-09-27T15:27:57.7689803Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-09-27T15:27:57.7690717Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-09-27T15:27:57.7691642Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-09-27T15:27:57.7692353Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-09-27T15:27:57.7692822Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-09-27T15:27:57.7693286Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-09-27T15:27:57.7693765Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-09-27T15:27:57.7694243Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-09-27T15:27:57.7694840Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-09-27T15:27:57.7695625Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-09-27T15:27:57.7696123Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-09-27T15:27:57.7808732Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:27:57.7809649Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-09-27T15:27:57.7810587Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-09-27T15:27:57.7811214Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-09-27T15:27:57.7811804Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-09-27T15:27:57.7812309Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-09-27T15:27:57.7812781Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-09-27T15:27:57.7813266Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-09-27T15:27:57.7813759Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-09-27T15:27:57.7814245Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-09-27T15:27:57.7814709Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-09-27T15:27:57.7827890Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-09-27T15:27:57.7872450Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:27:57.7873049Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:27:57.7873559Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:27:57.7874064Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-09-27T15:27:57.7874492Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-09-27T15:27:57.7875261Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-09-27T15:27:57.7876234Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-09-27T15:27:57.7877274Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-09-27T15:27:57.7877747Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-09-27T15:27:57.7969178Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-09-27T15:27:57.8003679Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-09-27T15:27:57.8003946Z creating: build/lib/ 2022-09-27T15:27:57.8004233Z inflating: build/lib/libclog.a 2022-09-27T15:27:57.8055667Z inflating: build/lib/libgtest.a 2022-09-27T15:27:57.8063297Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:27:57.8135184Z inflating: build/lib/libbenchmark.a 2022-09-27T15:27:57.8217620Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:27:57.8224297Z inflating: build/lib/libittnotify.a 2022-09-27T15:27:57.8249253Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:27:57.8309303Z inflating: build/lib/libasmjit.a 2022-09-27T15:27:57.8399631Z inflating: build/lib/libgloo.a 2022-09-27T15:27:57.8815283Z inflating: build/lib/libprotobuf.a 2022-09-27T15:27:57.8830076Z inflating: build/lib/libfmt.a 2022-09-27T15:27:57.8830571Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:27:57.8887117Z inflating: build/lib/libc10.so 2022-09-27T15:27:57.8887955Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:27:57.8895474Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:27:57.8902577Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:27:57.8914841Z inflating: build/lib/libqnnpack.a 2022-09-27T15:27:57.8933765Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:27:57.8935531Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:27:57.9380474Z inflating: build/lib/libprotoc.a 2022-09-27T15:27:57.9394959Z inflating: build/lib/libgmock.a 2022-09-27T15:27:57.9395499Z inflating: build/lib/libgtest_main.a 2022-09-27T15:27:57.9396568Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:27:58.5671252Z inflating: build/lib/libdnnl.a 2022-09-27T15:27:58.5687964Z inflating: build/lib/libnnpack.a 2022-09-27T15:27:58.6196887Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:27:58.6197171Z inflating: build/lib/libgmock_main.a 2022-09-27T15:27:58.7376933Z inflating: build/lib/libfbgemm.a 2022-09-27T15:27:58.8253294Z inflating: build/lib/libdnnl_graph.a 2022-09-27T15:27:58.8444278Z inflating: build/lib/libkineto.a 2022-09-27T15:27:58.8479012Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:27:58.8515956Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:27:58.8626900Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:27:58.9154342Z inflating: build/lib/libonnx.a 2022-09-27T15:28:00.7083199Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:28:00.7083910Z inflating: build/lib/libtorch.so 2022-09-27T15:28:00.7102673Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:28:00.7149389Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:28:00.7173455Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:28:00.7176928Z inflating: build/lib/libshm.so 2022-09-27T15:28:00.8460338Z inflating: build/lib/libtorch_python.so 2022-09-27T15:28:00.8491105Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:28:00.8491374Z creating: build/bin/ 2022-09-27T15:28:00.8532529Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:28:00.8576033Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:28:00.8618313Z inflating: build/bin/c10_Device_test 2022-09-27T15:28:00.8667838Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:28:00.8708067Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:28:00.8750232Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:28:00.8796969Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:28:00.8843811Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:28:00.8892135Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:28:00.8932557Z inflating: build/bin/c10_Array_test 2022-09-27T15:28:00.8977114Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:28:00.9017971Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:28:00.9060885Z inflating: build/bin/c10_C++17_test 2022-09-27T15:28:00.9102143Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:28:00.9149639Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:28:00.9191621Z inflating: build/bin/c10_Half_test 2022-09-27T15:28:00.9244592Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:28:00.9286584Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:28:00.9334702Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:28:00.9455642Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:28:00.9499723Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:28:00.9542072Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:28:00.9582447Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:28:00.9625722Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:28:00.9672763Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:28:00.9717996Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:28:00.9764647Z inflating: build/bin/c10_complex_test 2022-09-27T15:28:00.9856665Z inflating: build/bin/c10_either_test 2022-09-27T15:28:00.9900624Z inflating: build/bin/c10_exception_test 2022-09-27T15:28:00.9942755Z inflating: build/bin/c10_flags_test 2022-09-27T15:28:00.9985208Z inflating: build/bin/c10_irange_test 2022-09-27T15:28:01.0127212Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:28:01.0175904Z inflating: build/bin/c10_logging_test 2022-09-27T15:28:01.0239109Z inflating: build/bin/c10_optional_test 2022-09-27T15:28:01.0291450Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:28:01.0337474Z inflating: build/bin/c10_registry_test 2022-09-27T15:28:01.0387204Z inflating: build/bin/c10_string_view_test 2022-09-27T15:28:01.0430239Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:28:01.0477718Z inflating: build/bin/c10_typeid_test 2022-09-27T15:28:01.0525404Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:28:01.0937975Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:28:01.1350311Z inflating: build/bin/protoc 2022-09-27T15:28:01.1626823Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:28:01.1874542Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:28:01.1919572Z inflating: build/bin/FileStoreTest 2022-09-27T15:28:01.1964806Z inflating: build/bin/HashStoreTest 2022-09-27T15:28:01.2015733Z inflating: build/bin/TCPStoreTest 2022-09-27T15:28:01.2018248Z inflating: build/bin/example_allreduce 2022-09-27T15:28:01.2073329Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:28:01.2117504Z inflating: build/bin/Dimname_test 2022-09-27T15:28:01.2178973Z inflating: build/bin/Dict_test 2022-09-27T15:28:01.2232481Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:28:01.2280715Z inflating: build/bin/NamedTensor_test 2022-09-27T15:28:01.2330645Z inflating: build/bin/apply_utils_test 2022-09-27T15:28:01.2381843Z inflating: build/bin/basic 2022-09-27T15:28:01.2431530Z inflating: build/bin/atest 2022-09-27T15:28:01.2477375Z inflating: build/bin/broadcast_test 2022-09-27T15:28:01.2526411Z inflating: build/bin/cpu_generator_test 2022-09-27T15:28:01.2571160Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:28:01.2613281Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:28:01.2654994Z inflating: build/bin/dlconvertor_test 2022-09-27T15:28:01.2729448Z inflating: build/bin/cpu_rng_test 2022-09-27T15:28:01.2778301Z inflating: build/bin/extension_backend_test 2022-09-27T15:28:01.2825275Z inflating: build/bin/half_test 2022-09-27T15:28:01.2904488Z inflating: build/bin/ivalue_test 2022-09-27T15:28:01.2945981Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:28:01.2990295Z inflating: build/bin/math_kernel_test 2022-09-27T15:28:01.3034351Z inflating: build/bin/memory_format_test 2022-09-27T15:28:01.3078880Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:28:01.3121587Z inflating: build/bin/operator_name_test 2022-09-27T15:28:01.3168745Z inflating: build/bin/native_test 2022-09-27T15:28:01.3212446Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:28:01.3254545Z inflating: build/bin/operators_test 2022-09-27T15:28:01.3298698Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:28:01.3346950Z inflating: build/bin/quantized_test 2022-09-27T15:28:01.3401475Z inflating: build/bin/pow_test 2022-09-27T15:28:01.3444023Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:28:01.3485549Z inflating: build/bin/reduce_ops_test 2022-09-27T15:28:01.3533164Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:28:01.3581472Z inflating: build/bin/scalar_test 2022-09-27T15:28:01.3624702Z inflating: build/bin/stride_properties_test 2022-09-27T15:28:01.3690699Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:28:01.3737567Z inflating: build/bin/type_ptr_test 2022-09-27T15:28:01.3739295Z inflating: build/bin/thread_init_test 2022-09-27T15:28:01.3780985Z inflating: build/bin/variant_test 2022-09-27T15:28:01.3828336Z inflating: build/bin/test_parallel 2022-09-27T15:28:01.3872450Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:28:01.3923390Z inflating: build/bin/type_test 2022-09-27T15:28:01.3924445Z inflating: build/bin/verify_api_visibility 2022-09-27T15:28:01.3983170Z inflating: build/bin/vmap_test 2022-09-27T15:28:01.4025777Z inflating: build/bin/weakref_test 2022-09-27T15:28:01.4068593Z inflating: build/bin/wrapdim_test 2022-09-27T15:28:01.4160921Z inflating: build/bin/List_test 2022-09-27T15:28:01.4201854Z inflating: build/bin/xla_tensor_test 2022-09-27T15:28:01.4252391Z inflating: build/bin/IListRef_test 2022-09-27T15:28:01.4355721Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:28:01.4437575Z inflating: build/bin/kernel_function_test 2022-09-27T15:28:01.4491879Z inflating: build/bin/KernelFunction_test 2022-09-27T15:28:01.4600983Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:28:01.4688660Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:28:01.4739316Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:28:01.4781583Z inflating: build/bin/CppSignature_test 2022-09-27T15:28:01.4862829Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:28:01.4902918Z inflating: build/bin/op_allowlist_test 2022-09-27T15:28:01.4947499Z inflating: build/bin/inline_container_test 2022-09-27T15:28:01.5192359Z inflating: build/bin/op_registration_test 2022-09-27T15:28:01.5239456Z inflating: build/bin/backend_fallback_test 2022-09-27T15:28:01.5252875Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:28:01.5298211Z inflating: build/bin/test_dist_autograd 2022-09-27T15:28:01.5300171Z inflating: build/bin/parallel_benchmark 2022-09-27T15:28:01.5359201Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:28:01.5417570Z inflating: build/bin/test_mobile_nnc 2022-09-27T15:28:01.5425903Z inflating: build/bin/aot_model_compiler_test 2022-09-27T15:28:01.5720391Z inflating: build/bin/test_lazy 2022-09-27T15:28:01.6402937Z inflating: build/bin/test_tensorexpr 2022-09-27T15:28:01.6406763Z inflating: build/bin/torch_shm_manager 2022-09-27T15:28:01.7412856Z inflating: build/bin/test_api 2022-09-27T15:28:01.7906109Z inflating: build/bin/test_jit 2022-09-27T15:28:01.7906736Z inflating: .pytorch-test-times.json 2022-09-27T15:28:01.7930616Z ##[group]Run df -H 2022-09-27T15:28:01.7930802Z df -H 2022-09-27T15:28:01.7942316Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:01.7942630Z env: 2022-09-27T15:28:01.7942812Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:01.7942989Z ##[endgroup] 2022-09-27T15:28:01.7976325Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:28:01.7976721Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-09-27T15:28:01.7977070Z tmpfs 8.2G 54k 8.2G 1% /dev/shm 2022-09-27T15:28:01.7977390Z tmpfs 8.2G 431k 8.2G 1% /run 2022-09-27T15:28:01.7977833Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-09-27T15:28:01.7978037Z /dev/nvme0n1p1 162G 16G 146G 10% / 2022-09-27T15:28:01.7996887Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:28:01.7997135Z .github/scripts/parse_ref.py 2022-09-27T15:28:01.8008063Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:01.8008237Z env: 2022-09-27T15:28:01.8008414Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:01.8008604Z ##[endgroup] 2022-09-27T15:28:01.8263786Z ##[group]Run set -x 2022-09-27T15:28:01.8264068Z set -x 2022-09-27T15:28:01.8264224Z  2022-09-27T15:28:01.8264421Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:28:01.8264677Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:28:01.8264923Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:28:01.8265166Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:28:01.8265362Z else 2022-09-27T15:28:01.8265649Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:01.8265846Z fi 2022-09-27T15:28:01.8266003Z  2022-09-27T15:28:01.8266226Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:28:01.8266459Z  2022-09-27T15:28:01.8266673Z # sanitize the input commit message and PR body here: 2022-09-27T15:28:01.8266886Z # 2022-09-27T15:28:01.8267161Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:28:01.8267548Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:28:01.8267851Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:28:01.8268085Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:28:01.8268274Z  2022-09-27T15:28:01.8268526Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:28:01.8268812Z # wreak havoc internally 2022-09-27T15:28:01.8269049Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:28:01.8269555Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:28:01.8269733Z  2022-09-27T15:28:01.8269964Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:28:01.8270263Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:28:01.8270526Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:28:01.8270767Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:28:01.8270991Z container_name=$(docker run \ 2022-09-27T15:28:01.8271194Z  ${GPU_FLAG:-} \ 2022-09-27T15:28:01.8271382Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:28:01.8271586Z  -e PR_NUMBER \ 2022-09-27T15:28:01.8271784Z  -e GITHUB_ACTIONS \ 2022-09-27T15:28:01.8271961Z  -e BASE_SHA \ 2022-09-27T15:28:01.8272148Z  -e BRANCH \ 2022-09-27T15:28:01.8272330Z  -e SHA1 \ 2022-09-27T15:28:01.8272506Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:28:01.8272708Z  -e IN_WHEEL_TEST \ 2022-09-27T15:28:01.8272902Z  -e SHARD_NUMBER \ 2022-09-27T15:28:01.8273083Z  -e TEST_CONFIG \ 2022-09-27T15:28:01.8273279Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:28:01.8273471Z  -e PR_BODY \ 2022-09-27T15:28:01.8273653Z  -e COMMIT_MESSAGES \ 2022-09-27T15:28:01.8273866Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:28:01.8274091Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:28:01.8274285Z  -e PR_LABELS \ 2022-09-27T15:28:01.8274493Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:28:01.8274706Z  -e SCCACHE_BUCKET \ 2022-09-27T15:28:01.8274909Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:28:01.8275088Z  -e XLA_CUDA \ 2022-09-27T15:28:01.8275293Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:28:01.8275542Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:28:01.8275764Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:28:01.8275988Z  --security-opt seccomp=unconfined \ 2022-09-27T15:28:01.8276211Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:28:01.8276601Z  --ipc=host \ 2022-09-27T15:28:01.8276892Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:28:01.8277085Z  --tty \ 2022-09-27T15:28:01.8277246Z  --detach \ 2022-09-27T15:28:01.8277442Z  --name="${container_name}" \ 2022-09-27T15:28:01.8277646Z  --user jenkins \ 2022-09-27T15:28:01.8277885Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:28:01.8278123Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:28:01.8278330Z  "${DOCKER_IMAGE}" 2022-09-27T15:28:01.8278504Z ) 2022-09-27T15:28:01.8278794Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:28:01.8290311Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:01.8290501Z env: 2022-09-27T15:28:01.8290666Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:01.8290898Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-09-27T15:28:01.8291115Z PR_NUMBER: 85462 2022-09-27T15:28:01.8291280Z BRANCH: pull/85462 2022-09-27T15:28:01.8291490Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:01.8291727Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:01.8291933Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:28:01.8292141Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:28:01.8292340Z TEST_CONFIG: docs_test 2022-09-27T15:28:01.8292518Z SHARD_NUMBER: 1 2022-09-27T15:28:01.8292677Z NUM_TEST_SHARDS: 1 2022-09-27T15:28:01.8294399Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:28:01.8296322Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:28:01.8296559Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:28:01.8296748Z SHM_SIZE: 1g 2022-09-27T15:28:01.8297093Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:01.8297411Z XLA_CUDA: 2022-09-27T15:28:01.8297668Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:28:01.8297934Z ##[endgroup] 2022-09-27T15:28:01.8323786Z + [[ docs_test == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:28:01.8324329Z + [[ linux-focal-py3.7-gcc7 == *onnx* ]] 2022-09-27T15:28:01.8324710Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:01.8326882Z ++ git cherry -v origin/master 2022-09-27T15:28:01.8528531Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:28:01.8529374Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:28:01.8529905Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:28:01.8530468Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:28:01.8530924Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:01.8532448Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:01.8548294Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained('\''facebook/detr-resnet-50'\'') model.to('\''cuda'\'') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f'\''{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}'\'') # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:01.8552857Z + export 'COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:01.8554900Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:01.8563385Z + export 'PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:01.8569177Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:01.8571313Z +++ nproc --ignore=2 2022-09-27T15:28:01.8579118Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3133193930 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:12.6639830Z + container_name=9cdcefdbc274ec4716e981ebce2aba3e47641fb3537c7553dc968ba15f3f868c 2022-09-27T15:28:12.6640921Z + docker exec -t 9cdcefdbc274ec4716e981ebce2aba3e47641fb3537c7553dc968ba15f3f868c sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:28:13.1152755Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:28:13.1900495Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:28:13.9802212Z Installing collected packages: torch 2022-09-27T15:28:20.2179769Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:28:20.3720270Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:28:20.3876620Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T15:28:20.3877181Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T15:28:20.3877732Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-09-27T15:28:20.3878169Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-09-27T15:28:20.3878612Z + BUILD_DIR=build 2022-09-27T15:28:20.3878807Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:28:20.3879010Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:28:20.3879183Z + export VALGRIND=ON 2022-09-27T15:28:20.3879358Z + VALGRIND=ON 2022-09-27T15:28:20.3879610Z + [[ linux-focal-py3.7-gcc7 == *clang9* ]] 2022-09-27T15:28:20.3879920Z + [[ linux-focal-py3.7-gcc7 != *bazel* ]] 2022-09-27T15:28:20.3880520Z ++ realpath build/custom_test_artifacts 2022-09-27T15:28:20.3887184Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:28:20.3890291Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:28:20.3896266Z + source .jenkins/pytorch/common.sh 2022-09-27T15:28:20.3899497Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:28:20.3905088Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:28:20.3906349Z +++ declare -f -t trap_add 2022-09-27T15:28:20.3909585Z ++ set -ex 2022-09-27T15:28:20.3910330Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:20.3910685Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:28:20.3911163Z ++ [[ docs_test == *xla* ]] 2022-09-27T15:28:20.3911541Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-09-27T15:28:20.3911877Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-09-27T15:28:20.3912177Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-09-27T15:28:20.3912387Z ++ which conda 2022-09-27T15:28:20.3919107Z /opt/conda/bin/conda 2022-09-27T15:28:20.3920402Z ++ conda install -q -y cmake 2022-09-27T15:28:22.5292576Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:28:23.0599318Z Solving environment: ...working... done 2022-09-27T15:28:23.1502257Z 2022-09-27T15:28:23.1502679Z ## Package Plan ## 2022-09-27T15:28:23.1502889Z 2022-09-27T15:28:23.1503167Z environment location: /opt/conda 2022-09-27T15:28:23.1503418Z 2022-09-27T15:28:23.1503569Z added / updated specs: 2022-09-27T15:28:23.1503930Z - cmake 2022-09-27T15:28:23.1504033Z 2022-09-27T15:28:23.1504058Z 2022-09-27T15:28:23.1504166Z The following packages will be downloaded: 2022-09-27T15:28:23.1504307Z 2022-09-27T15:28:23.1504399Z package | build 2022-09-27T15:28:23.1504660Z ---------------------------|----------------- 2022-09-27T15:28:23.1504969Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:28:23.1505262Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:28:23.1505572Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:28:23.1505850Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:28:23.1506132Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:28:23.1506418Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:28:23.1506682Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:28:23.1506962Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:28:23.1507253Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:28:23.1507520Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:28:23.1507810Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:28:23.1508098Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:28:23.1508377Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:28:23.1508870Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:28:23.1509145Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:28:23.1509420Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:28:23.1509708Z ------------------------------------------------------------ 2022-09-27T15:28:23.1509953Z Total: 13.0 MB 2022-09-27T15:28:23.1510077Z 2022-09-27T15:28:23.1510190Z The following NEW packages will be INSTALLED: 2022-09-27T15:28:23.1510394Z 2022-09-27T15:28:23.1524010Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:28:23.1524433Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:28:23.1524793Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:28:23.1525144Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:28:23.1525496Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:28:23.1525833Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:28:23.1526206Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:28:23.1526562Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:28:23.1526917Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:28:23.1527285Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:28:23.1527646Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:28:23.1527988Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:28:23.1528316Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:28:23.1528654Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:28:23.1528798Z 2022-09-27T15:28:23.1529574Z The following packages will be UPDATED: 2022-09-27T15:28:23.1529721Z 2022-09-27T15:28:23.1529932Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:28:23.1530350Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:28:23.1530500Z 2022-09-27T15:28:23.1530505Z 2022-09-27T15:28:24.7874520Z Preparing transaction: ...working... done 2022-09-27T15:28:25.2107893Z Verifying transaction: ...working... done 2022-09-27T15:28:26.3072608Z Executing transaction: ...working... done 2022-09-27T15:28:26.4240162Z Retrieving notices: ...working... done 2022-09-27T15:28:26.6676601Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-09-27T15:28:26.6676952Z + echo 'Environment variables' 2022-09-27T15:28:26.6677158Z Environment variables 2022-09-27T15:28:26.6678102Z + env 2022-09-27T15:28:26.6683848Z INSTALLED_DB=yes 2022-09-27T15:28:26.6684469Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:28:26.6684835Z BUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 2022-09-27T15:28:26.6685188Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:28:26.6685578Z HOSTNAME=9cdcefdbc274 2022-09-27T15:28:26.6687332Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_eed16506-0846-40ec-a641-dd5ab0bf9f5a 2022-09-27T15:28:26.6687820Z GITHUB_ACTION=__self 2022-09-27T15:28:26.6688078Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:28:26.6688256Z TEST_CONFIG=docs_test 2022-09-27T15:28:26.6688510Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:28:26.6688733Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:28:26.6689011Z GITHUB_REF_TYPE=branch 2022-09-27T15:28:26.6689268Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:28:26.6689509Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:26.6689736Z XLA_CUDA= 2022-09-27T15:28:26.6690626Z *** 2022-09-27T15:28:26.6690886Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:28:26.6691165Z GITHUB_ACTIONS=true 2022-09-27T15:28:26.6691452Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:26.6692057Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:28:26.6699517Z UCC_HOME=/usr 2022-09-27T15:28:26.6699804Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:28:26.6699999Z SHARD_NUMBER=1 2022-09-27T15:28:26.6700197Z GITHUB_REF_PROTECTED=false 2022-09-27T15:28:26.6700424Z HOME=/var/lib/jenkins 2022-09-27T15:28:26.6700691Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:28:26.6701048Z INSTALLED_THRIFT= 2022-09-27T15:28:26.6701314Z UCX_COMMIT= 2022-09-27T15:28:26.6701610Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:28:26.6701911Z NUM_TEST_SHARDS=1 2022-09-27T15:28:26.6702427Z UCX_HOME=/usr 2022-09-27T15:28:26.6702746Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:28:26.6703234Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_eed16506-0846-40ec-a641-dd5ab0bf9f5a 2022-09-27T15:28:26.6703841Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:28:26.6704202Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:28:26.6704533Z GITHUB_RUN_ID=3133193930 2022-09-27T15:28:26.6705323Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_eed16506-0846-40ec-a641-dd5ab0bf9f5a 2022-09-27T15:28:26.6705680Z GITHUB_ACTOR=kongzii 2022-09-27T15:28:26.6705859Z PR_NUMBER=85462 2022-09-27T15:28:26.6706058Z DESIRED_CUDA= 2022-09-27T15:28:26.6706253Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:28:26.6706429Z VALGRIND=ON 2022-09-27T15:28:26.6706651Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:28:26.6706910Z TERM=xterm 2022-09-27T15:28:26.6707078Z INSTALLED_VISION=yes 2022-09-27T15:28:26.6707261Z BRANCH=pull/85462 2022-09-27T15:28:26.6707442Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:28:26.6707692Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:28:26.6708061Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:28:26.6708392Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:28:26.6708601Z UCC_COMMIT= 2022-09-27T15:28:26.6708770Z INSTALLED_ANDROID= 2022-09-27T15:28:26.6708931Z SHLVL=1 2022-09-27T15:28:26.6718999Z MAX_JOBS=6 2022-09-27T15:28:26.6721520Z COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting 2022-09-27T15:28:26.6722280Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:28:26.6722678Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:28:26.6722965Z GITHUB_JOB=test 2022-09-27T15:28:26.6723154Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:28:26.6723361Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:28:26.6723556Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:28:26.6723749Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:28:26.6724058Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:28:26.6724354Z GITHUB_BASE_REF=master 2022-09-27T15:28:26.6724529Z CI=true 2022-09-27T15:28:26.6724697Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:28:26.6724898Z INSTALLED_PROTOBUF=yes 2022-09-27T15:28:26.6725146Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:28:26.6725338Z GITHUB_ACTION_REF= 2022-09-27T15:28:26.6725615Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:28:26.6725848Z GITHUB_WORKFLOW=pull 2022-09-27T15:28:26.6726034Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:28:26.6728942Z PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).``` 2022-09-27T15:28:26.6730919Z _=/usr/bin/env 2022-09-27T15:28:26.6731124Z + echo 'Testing pytorch' 2022-09-27T15:28:26.6731308Z Testing pytorch 2022-09-27T15:28:26.6731506Z + export LANG=C.UTF-8 2022-09-27T15:28:26.6731685Z + LANG=C.UTF-8 2022-09-27T15:28:26.6731856Z + PR_NUMBER=85462 2022-09-27T15:28:26.6732044Z + [[ docs_test == \d\e\f\a\u\l\t ]] 2022-09-27T15:28:26.6732247Z + [[ docs_test == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:28:26.6732446Z + [[ docs_test == \s\l\o\w ]] 2022-09-27T15:28:26.6732726Z + [[ linux-focal-py3.7-gcc7 == *slow-gradcheck* ]] 2022-09-27T15:28:26.6733003Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-09-27T15:28:26.6733270Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:26.6733542Z + [[ linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-09-27T15:28:26.6733745Z + [[ docs_test == *crossref* ]] 2022-09-27T15:28:26.6733942Z + [[ docs_test == *dynamo* ]] 2022-09-27T15:28:26.6734150Z + [[ -n 85462 ]] 2022-09-27T15:28:26.6734320Z + [[ -z '' ]] 2022-09-27T15:28:26.6734527Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:28:26.6734766Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:28:26.6735032Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:26.6735296Z + [[ linux-focal-py3.7-gcc7 != *-bazel-* ]] 2022-09-27T15:28:26.6735544Z + pip_install --user ninja 2022-09-27T15:28:26.6735810Z + pip install --progress-bar off --user ninja 2022-09-27T15:28:27.0974456Z Collecting ninja 2022-09-27T15:28:27.1163675Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:28:27.8515118Z Installing collected packages: ninja 2022-09-27T15:28:27.8603620Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:28:27.8604176Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:28:27.8655324Z Successfully installed ninja-1.10.2.3 2022-09-27T15:28:27.9488931Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:28:27.9489448Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:28:27.9489961Z + [[ linux-focal-py3.7-gcc7 == *asan* ]] 2022-09-27T15:28:27.9490261Z + [[ docs_test == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:28:27.9490487Z + [[ docs_test == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:28:27.9493161Z + [[ linux-focal-py3.7-gcc7 == *tbb* ]] 2022-09-27T15:28:27.9504760Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-09-27T15:28:27.9505085Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-09-27T15:28:27.9507794Z + cd test 2022-09-27T15:28:27.9508838Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:28:29.0360631Z PyTorch built with: 2022-09-27T15:28:29.0361094Z - GCC 7.5 2022-09-27T15:28:29.0361311Z - C++ Version: 201402 2022-09-27T15:28:29.0361718Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:28:29.0362153Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:28:29.0362460Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:28:29.0362937Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:28:29.0363179Z - NNPACK is enabled 2022-09-27T15:28:29.0363409Z - CPU capability usage: AVX2 2022-09-27T15:28:29.0365743Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-09-27T15:28:29.0367448Z 2022-09-27T15:28:29.2548372Z + cd test 2022-09-27T15:28:29.2548836Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:28:30.3015621Z ATen/Parallel: 2022-09-27T15:28:30.3015978Z at::get_num_threads() : 4 2022-09-27T15:28:30.3016358Z at::get_num_interop_threads() : 4 2022-09-27T15:28:30.3016773Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:28:30.3017121Z omp_get_max_threads() : 4 2022-09-27T15:28:30.3017972Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:28:30.3018321Z mkl_get_max_threads() : 4 2022-09-27T15:28:30.3018674Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:28:30.3018935Z std::thread::hardware_concurrency() : 8 2022-09-27T15:28:30.3019145Z Environment variables: 2022-09-27T15:28:30.3019342Z OMP_NUM_THREADS : [not set] 2022-09-27T15:28:30.3019526Z MKL_NUM_THREADS : [not set] 2022-09-27T15:28:30.3019728Z ATen parallel backend: OpenMP 2022-09-27T15:28:30.3019853Z 2022-09-27T15:28:30.5104858Z + [[ docs_test == *deploy* ]] 2022-09-27T15:28:30.5105326Z + [[ docs_test == *backward* ]] 2022-09-27T15:28:30.5105607Z + [[ docs_test == *xla* ]] 2022-09-27T15:28:30.5105910Z + [[ docs_test == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:28:30.5106520Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-09-27T15:28:30.5106912Z + [[ docs_test == distributed ]] 2022-09-27T15:28:30.5107109Z + [[ docs_test == *dynamo* ]] 2022-09-27T15:28:30.5107292Z + [[ docs_test == *dynamo* ]] 2022-09-27T15:28:30.5107470Z + [[ 1 == 1 ]] 2022-09-27T15:28:30.5107662Z + [[ 1 -gt 1 ]] 2022-09-27T15:28:30.5107816Z + [[ 1 == 2 ]] 2022-09-27T15:28:30.5107999Z + [[ 1 -gt 2 ]] 2022-09-27T15:28:30.5108237Z + [[ linux-focal-py3.7-gcc7 == *vulkan* ]] 2022-09-27T15:28:30.5108505Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-09-27T15:28:30.5108843Z + [[ linux-focal-py3.7-gcc7 == *-mobile-lightweight-dispatch* ]] 2022-09-27T15:28:30.5109097Z + [[ docs_test = docs_test ]] 2022-09-27T15:28:30.5109265Z + test_docs_test 2022-09-27T15:28:30.5109694Z + .jenkins/pytorch/docs-test.sh 2022-09-27T15:28:30.5143284Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:30.5143698Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:28:30.5143942Z ++ [[ docs_test == *xla* ]] 2022-09-27T15:28:30.5144206Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-09-27T15:28:30.5144499Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-09-27T15:28:30.5144786Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-09-27T15:28:30.5144994Z ++ which conda 2022-09-27T15:28:30.5151604Z /opt/conda/bin/conda 2022-09-27T15:28:30.5152418Z ++ conda install -q -y cmake 2022-09-27T15:28:31.7090256Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:28:32.6042424Z Solving environment: ...working... done 2022-09-27T15:28:32.6862534Z 2022-09-27T15:28:32.6862987Z # All requested packages already installed. 2022-09-27T15:28:32.6863267Z 2022-09-27T15:28:32.7474795Z Retrieving notices: ...working... done 2022-09-27T15:28:33.0124532Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-09-27T15:28:33.0124856Z + echo 'Testing pytorch docs' 2022-09-27T15:28:33.0125056Z Testing pytorch docs 2022-09-27T15:28:33.0125296Z + cd docs 2022-09-27T15:28:33.0125512Z + pip_install -r requirements.txt 2022-09-27T15:28:33.0125807Z + pip install --progress-bar off -r requirements.txt 2022-09-27T15:28:33.3905884Z Obtaining pytorch_sphinx_theme from git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme (from -r requirements.txt (line 2)) 2022-09-27T15:28:33.3908880Z Cloning https://github.com/pytorch/pytorch_sphinx_theme.git to ./src/pytorch-sphinx-theme 2022-09-27T15:28:33.3947235Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/pytorch_sphinx_theme.git /var/lib/jenkins/workspace/docs/src/pytorch-sphinx-theme 2022-09-27T15:28:33.8052144Z Resolved https://github.com/pytorch/pytorch_sphinx_theme.git to commit cece05381e78278c07d26b8514a663774cb2ff8f 2022-09-27T15:28:34.0442106Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:28:34.1458012Z [?25hCollecting sphinx==5.0.0 2022-09-27T15:28:34.1734819Z Downloading Sphinx-5.0.0-py3-none-any.whl (3.1 MB) 2022-09-27T15:28:34.2380535Z Collecting sphinxcontrib.katex==0.8.6 2022-09-27T15:28:34.2589148Z Downloading sphinxcontrib_katex-0.8.6-py3-none-any.whl (10 kB) 2022-09-27T15:28:34.4274677Z Collecting matplotlib==3.5.3 2022-09-27T15:28:34.4336616Z Downloading matplotlib-3.5.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (11.2 MB) 2022-09-27T15:28:34.5898110Z Collecting tensorboard==2.10.0 2022-09-27T15:28:34.5969591Z Downloading tensorboard-2.10.0-py3-none-any.whl (5.9 MB) 2022-09-27T15:28:34.6822626Z Collecting python-etcd==0.4.5 2022-09-27T15:28:34.6859958Z Downloading python-etcd-0.4.5.tar.gz (37 kB) 2022-09-27T15:28:34.9342993Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:28:34.9583929Z [?25hCollecting sphinx-copybutton==0.5.0 2022-09-27T15:28:34.9622041Z Downloading sphinx_copybutton-0.5.0-py3-none-any.whl (12 kB) 2022-09-27T15:28:34.9817775Z Collecting sphinx-panels==0.4.1 2022-09-27T15:28:34.9888763Z Downloading sphinx_panels-0.4.1-py3-none-any.whl (74 kB) 2022-09-27T15:28:35.0280442Z Collecting sphinxcontrib-jsmath 2022-09-27T15:28:35.0371698Z Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) 2022-09-27T15:28:35.0551510Z Collecting sphinxcontrib-htmlhelp>=2.0.0 2022-09-27T15:28:35.0586335Z Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB) 2022-09-27T15:28:35.0877872Z Collecting alabaster<0.8,>=0.7 2022-09-27T15:28:35.0915259Z Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB) 2022-09-27T15:28:35.1114671Z Collecting imagesize 2022-09-27T15:28:35.1151161Z Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) 2022-09-27T15:28:35.1206649Z Requirement already satisfied: importlib-metadata>=4.4 in /opt/conda/lib/python3.7/site-packages (from sphinx==5.0.0->-r requirements.txt (line 1)) (4.12.0) 2022-09-27T15:28:35.1454796Z Collecting docutils<0.19,>=0.14 2022-09-27T15:28:35.1534160Z Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB) 2022-09-27T15:28:35.1889178Z Collecting babel>=1.3 2022-09-27T15:28:35.1942989Z Downloading Babel-2.10.3-py3-none-any.whl (9.5 MB) 2022-09-27T15:28:35.3114437Z Collecting sphinxcontrib-qthelp 2022-09-27T15:28:35.3173442Z Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) 2022-09-27T15:28:35.3362889Z Collecting sphinxcontrib-devhelp 2022-09-27T15:28:35.3402766Z Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) 2022-09-27T15:28:35.3581808Z Collecting sphinxcontrib-serializinghtml>=1.1.5 2022-09-27T15:28:35.3619695Z Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) 2022-09-27T15:28:35.3681384Z Requirement already satisfied: requests>=2.5.0 in /opt/conda/lib/python3.7/site-packages (from sphinx==5.0.0->-r requirements.txt (line 1)) (2.27.1) 2022-09-27T15:28:35.3805890Z Collecting sphinxcontrib-applehelp 2022-09-27T15:28:35.3841103Z Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) 2022-09-27T15:28:35.4023625Z Collecting snowballstemmer>=1.1 2022-09-27T15:28:35.4059703Z Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) 2022-09-27T15:28:35.4109903Z Requirement already satisfied: packaging in /opt/conda/lib/python3.7/site-packages (from sphinx==5.0.0->-r requirements.txt (line 1)) (21.3) 2022-09-27T15:28:35.4373186Z Collecting Jinja2>=2.3 2022-09-27T15:28:35.4410587Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-09-27T15:28:35.4474150Z Requirement already satisfied: Pygments>=2.0 in /opt/conda/lib/python3.7/site-packages (from sphinx==5.0.0->-r requirements.txt (line 1)) (2.12.0) 2022-09-27T15:28:35.4699403Z Requirement already satisfied: pyparsing>=2.2.1 in /opt/conda/lib/python3.7/site-packages (from matplotlib==3.5.3->-r requirements.txt (line 7)) (3.0.9) 2022-09-27T15:28:35.4705117Z Requirement already satisfied: numpy>=1.17 in /opt/conda/lib/python3.7/site-packages (from matplotlib==3.5.3->-r requirements.txt (line 7)) (1.18.5) 2022-09-27T15:28:35.4711957Z Requirement already satisfied: pillow>=6.2.0 in /opt/conda/lib/python3.7/site-packages (from matplotlib==3.5.3->-r requirements.txt (line 7)) (9.2.0) 2022-09-27T15:28:35.4840216Z Collecting cycler>=0.10 2022-09-27T15:28:35.4876260Z Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB) 2022-09-27T15:28:35.5664651Z Collecting fonttools>=4.22.0 2022-09-27T15:28:35.5707268Z Downloading fonttools-4.37.3-py3-none-any.whl (959 kB) 2022-09-27T15:28:35.6546138Z Collecting kiwisolver>=1.0.1 2022-09-27T15:28:35.6588798Z Downloading kiwisolver-1.4.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB) 2022-09-27T15:28:35.6746905Z Requirement already satisfied: python-dateutil>=2.7 in /opt/conda/lib/python3.7/site-packages (from matplotlib==3.5.3->-r requirements.txt (line 7)) (2.8.2) 2022-09-27T15:28:35.6860726Z Requirement already satisfied: google-auth<3,>=1.6.3 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (2.11.0) 2022-09-27T15:28:35.6868363Z Requirement already satisfied: tensorboard-data-server<0.7.0,>=0.6.0 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (0.6.1) 2022-09-27T15:28:35.6875588Z Requirement already satisfied: markdown>=2.6.8 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (3.4.1) 2022-09-27T15:28:35.6884815Z Requirement already satisfied: setuptools>=41.0.0 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (63.4.1) 2022-09-27T15:28:35.6892830Z Requirement already satisfied: tensorboard-plugin-wit>=1.6.0 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (1.8.1) 2022-09-27T15:28:35.6901314Z Requirement already satisfied: werkzeug>=1.0.1 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (2.2.2) 2022-09-27T15:28:35.6909668Z Requirement already satisfied: google-auth-oauthlib<0.5,>=0.4.1 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (0.4.6) 2022-09-27T15:28:35.9166716Z Collecting protobuf<3.20,>=3.9.2 2022-09-27T15:28:35.9208918Z Downloading protobuf-3.19.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2022-09-27T15:28:35.9374121Z Requirement already satisfied: absl-py>=0.4 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (1.2.0) 2022-09-27T15:28:35.9381012Z Requirement already satisfied: grpcio>=1.24.3 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (1.48.1) 2022-09-27T15:28:35.9388434Z Requirement already satisfied: wheel>=0.26 in /opt/conda/lib/python3.7/site-packages (from tensorboard==2.10.0->-r requirements.txt (line 8)) (0.37.1) 2022-09-27T15:28:35.9425205Z Requirement already satisfied: urllib3>=1.7.1 in /opt/conda/lib/python3.7/site-packages (from python-etcd==0.4.5->-r requirements.txt (line 10)) (1.26.8) 2022-09-27T15:28:35.9590158Z Collecting dnspython>=1.13.0 2022-09-27T15:28:35.9652971Z Downloading dnspython-2.2.1-py3-none-any.whl (269 kB) 2022-09-27T15:28:36.0753471Z Collecting pytz>=2015.7 2022-09-27T15:28:36.0794529Z Downloading pytz-2022.2.1-py2.py3-none-any.whl (500 kB) 2022-09-27T15:28:36.1889578Z Requirement already satisfied: pyasn1-modules>=0.2.1 in /opt/conda/lib/python3.7/site-packages (from google-auth<3,>=1.6.3->tensorboard==2.10.0->-r requirements.txt (line 8)) (0.2.8) 2022-09-27T15:28:36.1903738Z Requirement already satisfied: rsa<5,>=3.1.4 in /opt/conda/lib/python3.7/site-packages (from google-auth<3,>=1.6.3->tensorboard==2.10.0->-r requirements.txt (line 8)) (4.9) 2022-09-27T15:28:36.1911254Z Requirement already satisfied: cachetools<6.0,>=2.0.0 in /opt/conda/lib/python3.7/site-packages (from google-auth<3,>=1.6.3->tensorboard==2.10.0->-r requirements.txt (line 8)) (5.2.0) 2022-09-27T15:28:36.1918699Z Requirement already satisfied: six>=1.9.0 in /opt/conda/lib/python3.7/site-packages (from google-auth<3,>=1.6.3->tensorboard==2.10.0->-r requirements.txt (line 8)) (1.16.0) 2022-09-27T15:28:36.1968324Z Requirement already satisfied: requests-oauthlib>=0.7.0 in /opt/conda/lib/python3.7/site-packages (from google-auth-oauthlib<0.5,>=0.4.1->tensorboard==2.10.0->-r requirements.txt (line 8)) (1.3.1) 2022-09-27T15:28:36.2208056Z Requirement already satisfied: zipp>=0.5 in /opt/conda/lib/python3.7/site-packages (from importlib-metadata>=4.4->sphinx==5.0.0->-r requirements.txt (line 1)) (3.8.1) 2022-09-27T15:28:36.2222391Z Requirement already satisfied: typing-extensions>=3.6.4 in /opt/conda/lib/python3.7/site-packages (from importlib-metadata>=4.4->sphinx==5.0.0->-r requirements.txt (line 1)) (4.3.0) 2022-09-27T15:28:36.2264563Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.7/site-packages (from Jinja2>=2.3->sphinx==5.0.0->-r requirements.txt (line 1)) (2.1.1) 2022-09-27T15:28:36.2794944Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.7/site-packages (from requests>=2.5.0->sphinx==5.0.0->-r requirements.txt (line 1)) (3.3) 2022-09-27T15:28:36.2807688Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.7/site-packages (from requests>=2.5.0->sphinx==5.0.0->-r requirements.txt (line 1)) (2.0.4) 2022-09-27T15:28:36.2815051Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests>=2.5.0->sphinx==5.0.0->-r requirements.txt (line 1)) (2022.9.14) 2022-09-27T15:28:36.3639256Z Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /opt/conda/lib/python3.7/site-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard==2.10.0->-r requirements.txt (line 8)) (0.4.8) 2022-09-27T15:28:36.3737808Z Requirement already satisfied: oauthlib>=3.0.0 in /opt/conda/lib/python3.7/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<0.5,>=0.4.1->tensorboard==2.10.0->-r requirements.txt (line 8)) (3.2.1) 2022-09-27T15:28:36.4277894Z Building wheels for collected packages: python-etcd 2022-09-27T15:28:36.7551568Z Building wheel for python-etcd (setup.py) ... [?25l- done 2022-09-27T15:28:36.7562335Z [?25h Created wheel for python-etcd: filename=python_etcd-0.4.5-py3-none-any.whl size=38484 sha256=c7f917921e88e89548fe99380c07265acc3f11fddd8bb1c6adea68f04ec5b6ed 2022-09-27T15:28:36.7564532Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/4b/c1/8f/237c058a9a16e922bc31e593f1cd4b210d2070336de2930735 2022-09-27T15:28:36.7588136Z Successfully built python-etcd 2022-09-27T15:28:37.5052879Z Installing collected packages: snowballstemmer, pytz, alabaster, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, protobuf, kiwisolver, Jinja2, imagesize, fonttools, docutils, dnspython, cycler, babel, sphinx, python-etcd, matplotlib, sphinxcontrib.katex, sphinx-panels, sphinx-copybutton, pytorch_sphinx_theme, tensorboard 2022-09-27T15:28:37.9086188Z Attempting uninstall: protobuf 2022-09-27T15:28:37.9093503Z Found existing installation: protobuf 3.20.1 2022-09-27T15:28:37.9224089Z Uninstalling protobuf-3.20.1: 2022-09-27T15:28:38.1309400Z Successfully uninstalled protobuf-3.20.1 2022-09-27T15:28:41.1564771Z Running setup.py develop for pytorch_sphinx_theme 2022-09-27T15:28:42.0857442Z Successfully installed Jinja2-3.1.2 alabaster-0.7.12 babel-2.10.3 cycler-0.11.0 dnspython-2.2.1 docutils-0.18.1 fonttools-4.37.3 imagesize-1.4.1 kiwisolver-1.4.4 matplotlib-3.5.3 protobuf-3.19.5 python-etcd-0.4.5 pytorch_sphinx_theme-0.0.24 pytz-2022.2.1 snowballstemmer-2.2.0 sphinx-5.0.0 sphinx-copybutton-0.5.0 sphinx-panels-0.4.1 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 sphinxcontrib.katex-0.8.6 tensorboard-2.10.0 2022-09-27T15:28:42.2311297Z + make doctest 2022-09-27T15:28:44.1086988Z Saved activation image for ELU at source/scripts/activation_images/ELU.png 2022-09-27T15:28:44.2040984Z Saved activation image for Hardshrink at source/scripts/activation_images/Hardshrink.png 2022-09-27T15:28:44.2994098Z Saved activation image for Hardtanh at source/scripts/activation_images/Hardtanh.png 2022-09-27T15:28:44.3918663Z Saved activation image for Hardsigmoid at source/scripts/activation_images/Hardsigmoid.png 2022-09-27T15:28:44.5441329Z Saved activation image for Hardswish at source/scripts/activation_images/Hardswish.png 2022-09-27T15:28:44.6379183Z Saved activation image for LeakyReLU at source/scripts/activation_images/LeakyReLU.png 2022-09-27T15:28:44.7328395Z Saved activation image for LogSigmoid at source/scripts/activation_images/LogSigmoid.png 2022-09-27T15:28:44.8265706Z Saved activation image for PReLU at source/scripts/activation_images/PReLU.png 2022-09-27T15:28:44.9191782Z Saved activation image for ReLU at source/scripts/activation_images/ReLU.png 2022-09-27T15:28:45.0117537Z Saved activation image for ReLU6 at source/scripts/activation_images/ReLU6.png 2022-09-27T15:28:45.1103381Z Saved activation image for RReLU at source/scripts/activation_images/RReLU.png 2022-09-27T15:28:45.2034467Z Saved activation image for SELU at source/scripts/activation_images/SELU.png 2022-09-27T15:28:45.2962249Z Saved activation image for SiLU at source/scripts/activation_images/SiLU.png 2022-09-27T15:28:45.3907442Z Saved activation image for Mish at source/scripts/activation_images/Mish.png 2022-09-27T15:28:45.4844331Z Saved activation image for CELU at source/scripts/activation_images/CELU.png 2022-09-27T15:28:45.5788693Z Saved activation image for GELU at source/scripts/activation_images/GELU.png 2022-09-27T15:28:45.6710097Z Saved activation image for Sigmoid at source/scripts/activation_images/Sigmoid.png 2022-09-27T15:28:45.7649207Z Saved activation image for Softplus at source/scripts/activation_images/Softplus.png 2022-09-27T15:28:45.8594656Z Saved activation image for Softshrink at source/scripts/activation_images/Softshrink.png 2022-09-27T15:28:45.9510996Z Saved activation image for Softsign at source/scripts/activation_images/Softsign.png 2022-09-27T15:28:46.0436736Z Saved activation image for Tanh at source/scripts/activation_images/Tanh.png 2022-09-27T15:28:46.1377584Z Saved activation image for Tanhshrink at source/scripts/activation_images/Tanhshrink.png 2022-09-27T15:28:49.2522428Z Running Sphinx v5.0.0 2022-09-27T15:28:50.3319922Z /var/lib/jenkins/workspace/docs/source/conf.py:34: UserWarning: unable to load "torchvision" package 2022-09-27T15:28:50.3320702Z warnings.warn('unable to load "torchvision" package') 2022-09-27T15:28:50.4690323Z making output directory... done 2022-09-27T15:28:50.4773580Z [autosummary] generating autosummary for: amp.rst, autograd.rst, backends.rst, benchmark_utils.rst, bottleneck.rst, checkpoint.rst, community/build_ci_governance.rst, community/contribution_guide.rst, community/design.rst, community/governance.rst, ..., tensor_attributes.rst, tensor_view.rst, tensorboard.rst, tensors.rst, testing.rst, torch.ao.ns._numeric_suite.rst, torch.ao.ns._numeric_suite_fx.rst, torch.overrides.rst, torch.rst, type_info.rst 2022-09-27T15:28:52.1253361Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:29:02.7879727Z [autosummary] generating autosummary for: /var/lib/jenkins/workspace/docs/source/generated/torch.Generator.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.abs.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.abs_.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.absolute.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.absolute_.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.acos.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.acos_.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.acosh.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.acosh_.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.Tensor.add.rst, ..., /var/lib/jenkins/workspace/docs/source/generated/torch.vdot.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.view_as_complex.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.view_as_real.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.vmap.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.vsplit.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.vstack.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.where.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.xlogy.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.zeros.rst, /var/lib/jenkins/workspace/docs/source/generated/torch.zeros_like.rst 2022-09-27T15:29:02.8315740Z loading intersphinx inventory from https://docs.python.org/3/objects.inv... 2022-09-27T15:29:02.8321225Z loading intersphinx inventory from https://numpy.org/doc/stable/objects.inv... 2022-09-27T15:29:03.0253716Z building [mo]: targets for 0 po files that are out of date 2022-09-27T15:29:03.0254176Z building [doctest]: targets for 112 source files that are out of date 2022-09-27T15:29:03.0430658Z updating environment: [new config] 1754 added, 0 changed, 0 removed 2022-09-27T15:29:03.9777014Z reading sources... [ 2%] amp .. generated/torch.Generator 2022-09-27T15:29:04.0253892Z reading sources... [ 5%] generated/torch.Tensor.abs .. generated/torch.Tensor.argmax 2022-09-27T15:29:04.0726909Z reading sources... [ 7%] generated/torch.Tensor.argmin .. generated/torch.Tensor.char 2022-09-27T15:29:04.1182075Z reading sources... [ 10%] generated/torch.Tensor.cholesky .. generated/torch.Tensor.diagflat 2022-09-27T15:29:04.4414919Z reading sources... [ 12%] generated/torch.Tensor.diagonal .. generated/torch.Tensor.floor_divide_ 2022-09-27T15:29:04.5017996Z reading sources... [ 15%] generated/torch.Tensor.fmax .. generated/torch.Tensor.index_put_ 2022-09-27T15:29:05.5670168Z reading sources... [ 17%] generated/torch.Tensor.index_reduce .. generated/torch.Tensor.less_equal_ 2022-09-27T15:29:05.6612893Z reading sources... [ 20%] generated/torch.Tensor.lgamma .. generated/torch.Tensor.min 2022-09-27T15:29:05.8272838Z reading sources... [ 23%] generated/torch.Tensor.minimum .. generated/torch.Tensor.orgqr 2022-09-27T15:29:05.9128574Z reading sources... [ 25%] generated/torch.Tensor.ormqr .. generated/torch.Tensor.rot90 2022-09-27T15:29:07.7327915Z reading sources... [ 28%] generated/torch.Tensor.round .. generated/torch.Tensor.sspaddmm 2022-09-27T15:29:07.8242469Z reading sources... [ 30%] generated/torch.Tensor.std .. generated/torch.Tensor.true_divide 2022-09-27T15:29:07.9586203Z reading sources... [ 33%] generated/torch.Tensor.true_divide_ .. generated/torch.ao.nn.qat.Linear 2022-09-27T15:29:07.9587372Z /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py:243: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-09-27T15:29:07.9588091Z "torch.distributed.reduce_op is deprecated, please use " 2022-09-27T15:29:08.2727949Z reading sources... [ 35%] generated/torch.ao.nn.qat.dynamic.Linear .. generated/torch.ao.nn.quantized.functional.leaky_relu 2022-09-27T15:29:08.9689166Z reading sources... [ 38%] generated/torch.ao.nn.quantized.functional.linear .. generated/torch.autograd.backward 2022-09-27T15:29:09.1539971Z reading sources... [ 41%] generated/torch.autograd.forward_ad.dual_level .. generated/torch.cholesky_inverse 2022-09-27T15:29:09.4517219Z reading sources... [ 43%] generated/torch.cholesky_solve .. generated/torch.cuda.get_device_properties 2022-09-27T15:29:09.4587378Z reading sources... [ 46%] generated/torch.cuda.get_gencode_flags .. generated/torch.cuda.utilization 2022-09-27T15:29:09.4591036Z /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py:243: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-09-27T15:29:09.4594002Z "torch.distributed.reduce_op is deprecated, please use " 2022-09-27T15:29:10.9126735Z reading sources... [ 48%] generated/torch.cummax .. generated/torch.fft.ifft 2022-09-27T15:29:11.0320751Z reading sources... [ 51%] generated/torch.fft.ifft2 .. generated/torch.gt 2022-09-27T15:29:11.1482496Z reading sources... [ 53%] generated/torch.hamming_window .. generated/torch.jit.enable_onednn_fusion 2022-09-27T15:29:11.5972544Z reading sources... [ 56%] generated/torch.jit.fork .. generated/torch.linalg.lu_factor_ex 2022-09-27T15:29:11.7177280Z reading sources... [ 58%] generated/torch.linalg.lu_solve .. generated/torch.masked_select 2022-09-27T15:29:12.6060651Z reading sources... [ 61%] generated/torch.matmul .. generated/torch.nn.BatchNorm2d 2022-09-27T15:29:13.0046997Z reading sources... [ 64%] generated/torch.nn.BatchNorm3d .. generated/torch.nn.InstanceNorm3d 2022-09-27T15:29:13.1192212Z reading sources... [ 66%] generated/torch.nn.KLDivLoss .. generated/torch.nn.ParameterList 2022-09-27T15:29:13.5676022Z reading sources... [ 69%] generated/torch.nn.PixelShuffle .. generated/torch.nn.functional.adaptive_avg_pool2d 2022-09-27T15:29:13.6980940Z reading sources... [ 71%] generated/torch.nn.functional.adaptive_avg_pool3d .. generated/torch.nn.functional.hardtanh 2022-09-27T15:29:14.1744279Z reading sources... [ 74%] generated/torch.nn.functional.hardtanh_ .. generated/torch.nn.functional.silu 2022-09-27T15:29:14.3105605Z reading sources... [ 76%] generated/torch.nn.functional.smooth_l1_loss .. generated/torch.nn.intrinsic.quantized.ConvReLU3d 2022-09-27T15:29:14.7122410Z reading sources... [ 79%] generated/torch.nn.intrinsic.quantized.LinearReLU .. generated/torch.nn.utils.rnn.pad_packed_sequence 2022-09-27T15:29:14.9874661Z reading sources... [ 82%] generated/torch.nn.utils.rnn.pad_sequence .. generated/torch.optim.lr_scheduler.PolynomialLR 2022-09-27T15:29:15.0499781Z reading sources... [ 84%] generated/torch.optim.lr_scheduler.ReduceLROnPlateau .. generated/torch.quantization.observer.MovingAveragePerChannelMinMaxObserver 2022-09-27T15:29:15.3503548Z reading sources... [ 87%] generated/torch.quantization.observer.NoopObserver .. generated/torch.rad2deg 2022-09-27T15:29:15.6191461Z reading sources... [ 89%] generated/torch.rand .. generated/torch.signbit 2022-09-27T15:29:15.6833380Z reading sources... [ 92%] generated/torch.sin .. generated/torch.tile 2022-09-27T15:29:17.2271602Z reading sources... [ 94%] generated/torch.topk .. monitor 2022-09-27T15:29:18.7451060Z reading sources... [ 97%] multiprocessing .. tensors 2022-09-27T15:29:18.7494440Z reading sources... [100%] testing .. type_info 2022-09-27T15:29:18.7494615Z 2022-09-27T15:29:18.7502313Z looking for now-outdated files... none found 2022-09-27T15:29:18.8475899Z pickling environment... done 2022-09-27T15:29:18.8482456Z checking consistency... done 2022-09-27T15:29:18.8484558Z running tests... 2022-09-27T15:29:20.1473615Z 2022-09-27T15:29:20.1474079Z Document: jit 2022-09-27T15:29:20.1474598Z ------------- 2022-09-27T15:29:20.2807984Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:836: TracerWarning: Trace had nondeterministic nodes. Did you forget call .eval() on your model? Nodes: 2022-09-27T15:29:20.2808690Z %13 : Float(4, strides=[1], requires_grad=0, device=cpu) = aten::rand(%8, %9, %10, %11, %12) # :2:0 2022-09-27T15:29:20.2809302Z This may cause errors in trace checking. To disable trace checking, pass check_trace=False to torch.jit.trace() 2022-09-27T15:29:20.2809856Z _module_class, 2022-09-27T15:29:20.2810608Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:836: TracerWarning: Output nr 1. of the traced function does not match the corresponding output of the Python function. Detailed error: 2022-09-27T15:29:20.2811014Z Tensor-likes are not close! 2022-09-27T15:29:20.2811127Z 2022-09-27T15:29:20.2811228Z Mismatched elements: 4 / 12 (33.3%) 2022-09-27T15:29:20.2811582Z Greatest absolute difference: 0.27900511026382446 at index (0, 0) (up to 1e-05 allowed) 2022-09-27T15:29:20.2811958Z Greatest relative difference: 0.6137143708230964 at index (0, 0) (up to 1e-05 allowed) 2022-09-27T15:29:20.2812180Z _module_class, 2022-09-27T15:29:20.2848620Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:836: TracerWarning: Trace had nondeterministic nodes. Did you forget call .eval() on your model? Nodes: 2022-09-27T15:29:20.2849251Z %14 : Float(1, 4, strides=[4, 1], requires_grad=0, device=cpu) = aten::rand(%9, %10, %11, %12, %13) # :2:0 2022-09-27T15:29:20.2849643Z This may cause errors in trace checking. To disable trace checking, pass check_trace=False to torch.jit.trace() 2022-09-27T15:29:20.2849945Z _module_class, 2022-09-27T15:29:20.2850743Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:836: TracerWarning: Output nr 1. of the traced function does not match the corresponding output of the Python function. Detailed error: 2022-09-27T15:29:20.2851166Z Tensor-likes are not close! 2022-09-27T15:29:20.2851295Z 2022-09-27T15:29:20.2851386Z Mismatched elements: 4 / 8 (50.0%) 2022-09-27T15:29:20.2851715Z Greatest absolute difference: 0.8098528981208801 at index (0, 2) (up to 1e-05 allowed) 2022-09-27T15:29:20.2852091Z Greatest relative difference: 3.3185176297003296 at index (0, 3) (up to 1e-05 allowed) 2022-09-27T15:29:20.2852323Z _module_class, 2022-09-27T15:29:20.3156993Z 1 items passed all tests: 2022-09-27T15:29:20.3157215Z 15 tests in default 2022-09-27T15:29:20.3157687Z 15 tests in 1 items. 2022-09-27T15:29:20.3157871Z 15 passed and 0 failed. 2022-09-27T15:29:20.3158035Z Test passed. 2022-09-27T15:29:20.3360098Z 2022-09-27T15:29:20.3360581Z Document: jit_language_reference 2022-09-27T15:29:20.3361120Z -------------------------------- 2022-09-27T15:29:20.3631074Z /opt/conda/lib/python3.7/site-packages/torch/jit/_recursive.py:257: UserWarning: 'mods' was found in ScriptModule constants, but it is a non-constant submodule. Consider removing it. 2022-09-27T15:29:20.3631606Z " but it is a non-constant {}. Consider removing it.".format(name, hint)) 2022-09-27T15:29:20.3841667Z 1 items passed all tests: 2022-09-27T15:29:20.3842072Z 11 tests in default 2022-09-27T15:29:20.3842344Z 11 tests in 1 items. 2022-09-27T15:29:20.3842534Z 11 passed and 0 failed. 2022-09-27T15:29:20.3842712Z Test passed. 2022-09-27T15:29:20.4362148Z 2022-09-27T15:29:20.4362684Z Document: jit_language_reference_v2 2022-09-27T15:29:20.4363223Z ----------------------------------- 2022-09-27T15:29:20.4555802Z 1 items passed all tests: 2022-09-27T15:29:20.4556109Z 10 tests in default 2022-09-27T15:29:20.4556532Z 10 tests in 1 items. 2022-09-27T15:29:20.4556710Z 10 passed and 0 failed. 2022-09-27T15:29:20.4556892Z Test passed. 2022-09-27T15:29:21.0988715Z 2022-09-27T15:29:21.0989169Z Doctest summary 2022-09-27T15:29:21.0989498Z =============== 2022-09-27T15:29:21.0989822Z 36 tests 2022-09-27T15:29:21.0990079Z 0 failures in tests 2022-09-27T15:29:21.0990281Z 0 failures in setup code 2022-09-27T15:29:21.0990507Z 0 failures in cleanup code 2022-09-27T15:29:21.0991965Z build succeeded. 2022-09-27T15:29:21.0992161Z 2022-09-27T15:29:21.0993270Z Testing of doctests in the sources finished, look at the results in build/doctest/output.txt. 2022-09-27T15:29:21.9697856Z Prepare all required actions 2022-09-27T15:29:21.9698185Z Getting action download info 2022-09-27T15:29:22.4220830Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T15:29:22.4221059Z with: 2022-09-27T15:29:22.4221368Z github-token: *** 2022-09-27T15:29:22.4221542Z env: 2022-09-27T15:29:22.4221716Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:22.4221885Z ##[endgroup] 2022-09-27T15:29:22.4248642Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T15:29:22.4248868Z with: 2022-09-27T15:29:22.4249032Z shell: bash 2022-09-27T15:29:22.4249208Z timeout_minutes: 10 2022-09-27T15:29:22.4249374Z max_attempts: 5 2022-09-27T15:29:22.4249554Z retry_wait_seconds: 30 2022-09-27T15:29:22.4249941Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-09-27T15:29:22.4250466Z polling_interval_seconds: 1 2022-09-27T15:29:22.4250664Z warning_on_retry: true 2022-09-27T15:29:22.4250843Z continue_on_error: false 2022-09-27T15:29:22.4251019Z env: 2022-09-27T15:29:22.4251191Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:22.4251508Z GITHUB_TOKEN: *** 2022-09-27T15:29:22.4251680Z ##[endgroup] 2022-09-27T15:29:22.4653441Z 2022-09-27T15:29:22.4700107Z + python3 -m pip install requests==2.26.0 2022-09-27T15:29:22.6844681Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:29:22.7034366Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T15:29:22.7167783Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-09-27T15:29:22.7188101Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-09-27T15:29:22.7200102Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-09-27T15:29:22.7356001Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-09-27T15:29:22.9017069Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-0d8276d1c7a4833fd 2022-09-27T15:29:26.0861614Z + GHA_WORKFLOW_JOB_ID=8576161810 2022-09-27T15:29:26.0862194Z + echo '::set-output name=job-id::8576161810' 2022-09-27T15:29:26.4740184Z Command completed after 1 attempt(s). 2022-09-27T15:29:26.4740367Z 2022-09-27T15:29:26.4848912Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T15:29:26.4849158Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T15:29:26.4861712Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:29:26.4861924Z env: 2022-09-27T15:29:26.4862108Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:26.4862311Z MONITOR_SCRIPT_PID: 9885 2022-09-27T15:29:26.4862484Z ##[endgroup] 2022-09-27T15:29:26.4937818Z Prepare all required actions 2022-09-27T15:29:26.4938090Z Getting action download info 2022-09-27T15:29:26.6553524Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T15:29:26.8174679Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T15:29:26.8174911Z with: 2022-09-27T15:29:26.8175118Z file-suffix: test-docs_test-1-1-linux.2xlarge_8576161810 2022-09-27T15:29:26.8175334Z env: 2022-09-27T15:29:26.8175509Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:26.8175683Z ##[endgroup] 2022-09-27T15:29:26.8215578Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T15:29:26.8215868Z # Remove any previous test jsons if they exist 2022-09-27T15:29:26.8216100Z rm -f test-jsons-*.zip 2022-09-27T15:29:26.8216383Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T15:29:26.8228072Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:29:26.8228331Z env: 2022-09-27T15:29:26.8228498Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:26.8228742Z FILE_SUFFIX: test-docs_test-1-1-linux.2xlarge_8576161810 2022-09-27T15:29:26.8228967Z ##[endgroup] 2022-09-27T15:29:26.8310736Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T15:29:26.8337569Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T15:29:26.8343517Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T15:29:26.8382079Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T15:29:26.8382373Z # Remove any previous test reports if they exist 2022-09-27T15:29:26.8382612Z rm -f test-reports-*.zip 2022-09-27T15:29:26.8382848Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T15:29:26.8393629Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:29:26.8393840Z env: 2022-09-27T15:29:26.8394003Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:26.8394252Z FILE_SUFFIX: test-docs_test-1-1-linux.2xlarge_8576161810 2022-09-27T15:29:26.8394474Z ##[endgroup] 2022-09-27T15:29:26.8461131Z zip warning: zip file empty 2022-09-27T15:29:26.8480144Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T15:29:26.8480450Z # Remove any previous test reports if they exist 2022-09-27T15:29:26.8480683Z rm -f usage-log-*.zip 2022-09-27T15:29:26.8480963Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T15:29:26.8481237Z # so check to see if the file exists first 2022-09-27T15:29:26.8481462Z if [ -f 'usage_log.txt' ]; then 2022-09-27T15:29:26.8481708Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T15:29:26.8481906Z fi 2022-09-27T15:29:26.8492701Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:29:26.8492917Z env: 2022-09-27T15:29:26.8493086Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:26.8493324Z FILE_SUFFIX: test-docs_test-1-1-linux.2xlarge_8576161810 2022-09-27T15:29:26.8493636Z ##[endgroup] 2022-09-27T15:29:26.8532747Z adding: usage_log.txt (deflated 87%) 2022-09-27T15:29:26.8567508Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T15:29:26.8567979Z with: 2022-09-27T15:29:26.8568184Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:29:26.8568408Z retention-days: 14 2022-09-27T15:29:26.8568593Z if-no-files-found: warn 2022-09-27T15:29:26.8568795Z path: test-jsons-*.zip 2022-09-27T15:29:26.8568982Z name: artifact 2022-09-27T15:29:26.8569151Z s3-bucket: gha-artifacts 2022-09-27T15:29:26.8569340Z region: us-east-1 2022-09-27T15:29:26.8569503Z env: 2022-09-27T15:29:26.8569657Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:26.8569839Z ##[endgroup] 2022-09-27T15:29:27.1700960Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T15:29:27.1701387Z With the provided path, there will be 1 file uploaded 2022-09-27T15:29:27.1702093Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:29:27.1709214Z Starting upload of test-jsons-test-docs_test-1-1-linux.2xlarge_8576161810.zip 2022-09-27T15:29:27.3313915Z Finished upload of test-jsons-test-docs_test-1-1-linux.2xlarge_8576161810.zip 2022-09-27T15:29:27.3411692Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T15:29:27.3411913Z with: 2022-09-27T15:29:27.3412118Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:29:27.3412324Z retention-days: 14 2022-09-27T15:29:27.3412526Z if-no-files-found: error 2022-09-27T15:29:27.3412731Z path: test-reports-*.zip 2022-09-27T15:29:27.3412907Z name: artifact 2022-09-27T15:29:27.3413091Z s3-bucket: gha-artifacts 2022-09-27T15:29:27.3413283Z region: us-east-1 2022-09-27T15:29:27.3413447Z env: 2022-09-27T15:29:27.3413604Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:27.3413789Z ##[endgroup] 2022-09-27T15:29:27.6539780Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T15:29:27.6540347Z With the provided path, there will be 1 file uploaded 2022-09-27T15:29:27.6540702Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:29:27.6546659Z Starting upload of test-reports-test-docs_test-1-1-linux.2xlarge_8576161810.zip 2022-09-27T15:29:27.7491027Z Finished upload of test-reports-test-docs_test-1-1-linux.2xlarge_8576161810.zip 2022-09-27T15:29:27.7600698Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T15:29:27.7600914Z with: 2022-09-27T15:29:27.7601117Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:29:27.7601323Z retention-days: 14 2022-09-27T15:29:27.7601519Z if-no-files-found: ignore 2022-09-27T15:29:27.7601716Z path: usage-log-*.zip 2022-09-27T15:29:27.7601886Z name: artifact 2022-09-27T15:29:27.7602066Z s3-bucket: gha-artifacts 2022-09-27T15:29:27.7602256Z region: us-east-1 2022-09-27T15:29:27.7602420Z env: 2022-09-27T15:29:27.7602578Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:27.7602760Z ##[endgroup] 2022-09-27T15:29:28.0730020Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T15:29:28.0730590Z With the provided path, there will be 1 file uploaded 2022-09-27T15:29:28.0731042Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:29:28.0738568Z Starting upload of usage-log-test-docs_test-1-1-linux.2xlarge_8576161810.zip 2022-09-27T15:29:28.1731148Z Finished upload of usage-log-test-docs_test-1-1-linux.2xlarge_8576161810.zip 2022-09-27T15:29:28.1835755Z ##[group]Run set -x 2022-09-27T15:29:28.1835947Z set -x 2022-09-27T15:29:28.1836167Z python3 -m pip install -r requirements.txt 2022-09-27T15:29:28.1836702Z python3 -m pip install boto3==1.19.12 2022-09-27T15:29:28.1836999Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T15:29:28.1848344Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:29:28.1848561Z env: 2022-09-27T15:29:28.1848734Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:28.1848927Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:29:28.1849122Z BRANCH: pull/85462 2022-09-27T15:29:28.1849305Z TEST_CONFIG: docs_test 2022-09-27T15:29:28.1849566Z SHARD_NUMBER: 1 2022-09-27T15:29:28.1849780Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-09-27T15:29:28.1849996Z PR_NUMBER: 85462 2022-09-27T15:29:28.1850278Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:29:28.1850491Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:29:28.1850751Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:28.1850930Z TAG: 2022-09-27T15:29:28.1851094Z WORKFLOW_ID: 3133193930 2022-09-27T15:29:28.1851421Z GITHUB_TOKEN: *** 2022-09-27T15:29:28.1851596Z GHA_WORKFLOW_JOB_ID: 8576161810 2022-09-27T15:29:28.1851780Z ##[endgroup] 2022-09-27T15:29:28.1876825Z + python3 -m pip install -r requirements.txt 2022-09-27T15:29:28.4057971Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:29:28.4314648Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-09-27T15:29:28.4340178Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.3) 2022-09-27T15:29:28.4347857Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-09-27T15:29:28.4357779Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.54.6) 2022-09-27T15:29:28.4725235Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-09-27T15:29:28.4733826Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-09-27T15:29:28.4812084Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-09-27T15:29:28.4819704Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-09-27T15:29:28.5036509Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T15:29:28.5203541Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-09-27T15:29:28.5212894Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2022-09-27T15:29:28.5218967Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.3.0) 2022-09-27T15:29:28.5228149Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-09-27T15:29:28.5248858Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2022-09-27T15:29:28.5277159Z Requirement already satisfied: exceptiongroup>=1.0.0rc8; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.0rc9) 2022-09-27T15:29:28.5293606Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-09-27T15:29:28.5302982Z Requirement already satisfied: attrs>=19.2.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-09-27T15:29:28.5550841Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-09-27T15:29:28.5571721Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-09-27T15:29:28.5580075Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-09-27T15:29:28.5590972Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-09-27T15:29:28.5748142Z Requirement already satisfied: mpmath>=0.19 in /home/ec2-user/.local/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-09-27T15:29:28.6403867Z + python3 -m pip install boto3==1.19.12 2022-09-27T15:29:28.8530474Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:29:28.8710342Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T15:29:28.8760661Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-09-27T15:29:28.8773824Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-09-27T15:29:28.8815887Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-09-27T15:29:28.8851208Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-09-27T15:29:28.8871673Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-09-27T15:29:28.9024603Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-09-27T15:29:29.0685400Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T15:29:29.2810142Z No tests in reports found in test 2022-09-27T15:29:29.3342466Z Prepare all required actions 2022-09-27T15:29:29.3362746Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T15:29:29.3362953Z with: 2022-09-27T15:29:29.3363090Z env: 2022-09-27T15:29:29.3363268Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:29.3363456Z ##[endgroup] 2022-09-27T15:29:29.3377976Z ##[group]Run set -eou pipefail 2022-09-27T15:29:29.3378198Z set -eou pipefail 2022-09-27T15:29:29.3378377Z  2022-09-27T15:29:29.3378600Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T15:29:29.3378850Z for _ in $(seq 1440); do 2022-09-27T15:29:29.3379070Z  # Break if no ssh session exists anymore 2022-09-27T15:29:29.3379273Z  if [ "$(who)" = "" ]; then 2022-09-27T15:29:29.3379461Z  break 2022-09-27T15:29:29.3379625Z  fi 2022-09-27T15:29:29.3379791Z  echo "." 2022-09-27T15:29:29.3379953Z  sleep 5 2022-09-27T15:29:29.3380154Z done 2022-09-27T15:29:29.3391752Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:29:29.3391970Z env: 2022-09-27T15:29:29.3392146Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:29.3392320Z ##[endgroup] 2022-09-27T15:29:29.3416791Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T15:29:29.3455287Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T15:29:29.3455598Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T15:29:29.3455848Z # shellcheck disable=SC2046 2022-09-27T15:29:29.3456063Z docker stop $(docker ps -q) || true 2022-09-27T15:29:29.3456293Z # Prune all of the docker images 2022-09-27T15:29:29.3456513Z docker system prune -af 2022-09-27T15:29:29.3467540Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:29:29.3467761Z env: 2022-09-27T15:29:29.3467937Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:29.3468119Z ##[endgroup] 2022-09-27T15:29:29.8062745Z 9cdcefdbc274 2022-09-27T15:29:30.4868889Z Deleted Containers: 2022-09-27T15:29:30.4869215Z 9cdcefdbc274ec4716e981ebce2aba3e47641fb3537c7553dc968ba15f3f868c 2022-09-27T15:29:30.4869404Z 2022-09-27T15:29:35.3750093Z Deleted Images: 2022-09-27T15:29:35.3751131Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:29:35.3752049Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:aa31a48de2d62af84cacd725abaa1599e63c6bb3385fa6e176b6d91f90a39348 2022-09-27T15:29:35.3752571Z deleted: sha256:09cc5e0dbbe1120475828f67580c1e4ef0ac166558f7a9e82119c9daf09ed17b 2022-09-27T15:29:35.3752913Z deleted: sha256:4f4d0a1da9af50d9a8bd02155aaea8b254a8039b940db877e78a5b25776e1f97 2022-09-27T15:29:35.3753302Z deleted: sha256:40273608be9f35547c534c65183771d8d024a327b2f8231776e449a0c4be59e4 2022-09-27T15:29:35.3753599Z deleted: sha256:295b500c49641b27efb539c901bd567f2b8738ab1f67465c28c5209fef872936 2022-09-27T15:29:35.3753968Z deleted: sha256:aff7d79df966d7c1c7cf29b78408592957f0317054355d087aa59098aa32abda 2022-09-27T15:29:35.3754463Z deleted: sha256:0e0419c0016bdfbf589e8507dad2150575b0a84dd2b27be7703cfa05e2139c5b 2022-09-27T15:29:35.3755028Z deleted: sha256:0e1f7b9f93cf30ea54c8e6f1485a1a3fd9776d17cc90f1bfb5ce6b5b9185296e 2022-09-27T15:29:35.3755609Z deleted: sha256:d3deacfa23bfb0920ec3a625c1ee1963513159aaa5463910dd41bafa8e54de71 2022-09-27T15:29:35.3756209Z deleted: sha256:e66d036a902f9f1d15a19abacd7321bba3d8869b725e99b43a5d20fd6fdb01c9 2022-09-27T15:29:35.3756718Z deleted: sha256:c5e59df58f1aab354a2874070ad89a043c3178016eab17887ed9237f91887294 2022-09-27T15:29:35.3757082Z deleted: sha256:0d8f363a24f0b380db49f8fa69e9da0537d3a51ae051248dfd3563de574ca15d 2022-09-27T15:29:35.3757421Z deleted: sha256:55bb4ae9fce9854a9f8345d077cd37423d7b6f050034cadadbbf1974ff155061 2022-09-27T15:29:35.3757944Z deleted: sha256:124538c5717f1c1615e490bfd34cab23dc00516fbd43b4dbd0755e1a5119474b 2022-09-27T15:29:35.3758268Z deleted: sha256:98e71d41b4fb04ffa587728b6f070c0d922a9909fb272edae447c0ed732b17c6 2022-09-27T15:29:35.3758623Z deleted: sha256:dd100ce53375a22379598335be3a232a3eb20465df4376afdd481c3ab0a01666 2022-09-27T15:29:35.3758942Z deleted: sha256:06da69152df74c7a52462b8f1f7adf2d50e5f84ae02c20a48597f844e24832f4 2022-09-27T15:29:35.3759310Z deleted: sha256:7f90b14cc4e879de499e9c152c229852c1a71e1c6bb0216e21b433d34e401be0 2022-09-27T15:29:35.3759614Z deleted: sha256:2a332f12721f3199efd9441306d5d38a6f031cdfdf68beb90afb40116f7ac1ad 2022-09-27T15:29:35.3759964Z deleted: sha256:9c866de535edd7886f74437d3fbcafd6d58fe3322aa4af8606e46e720f022e9c 2022-09-27T15:29:35.3760316Z deleted: sha256:097a48bd86a6a3542f566d38833d93ded3bc082bdad7e4026debfbe895bb5105 2022-09-27T15:29:35.3760629Z deleted: sha256:a8b120c70115f75a61a81c96d1abef9e741618d32124b4994375a805a5941958 2022-09-27T15:29:35.3760983Z deleted: sha256:15a928b5307c0332ba50caffe867123de36c74475d7861b8cdf2dbfd58dd5320 2022-09-27T15:29:35.3761359Z deleted: sha256:eb93d3b8365b2da69ddeb34c24e5ba2fae6eb2fad4b6fadae3e298a9a0b26af2 2022-09-27T15:29:35.3761761Z deleted: sha256:e2ab13aa2f895ecf403ea9781db734f7b21a20aeb1478e32c5416f969604dc89 2022-09-27T15:29:35.3762075Z deleted: sha256:6faa89577c8237b30a828e6382086b71579a76333d2d79839246ed4c42daf433 2022-09-27T15:29:35.3762415Z deleted: sha256:94f3fc0358a54e1bab1cff99f032187d852d5a9e21539debb385d3e965e0f811 2022-09-27T15:29:35.3762739Z deleted: sha256:0890fc3c642cc4c11d7b3b400a3f6af80996973f0d1524071eb15cbdd5431266 2022-09-27T15:29:35.3763113Z deleted: sha256:ec7d767c32abaf566f084ffeb2d37bda985f13102952e21948f7b055ccccf7ab 2022-09-27T15:29:35.3763418Z deleted: sha256:2758607d82553d625e21563dec5e252097fd6804de79dd60b78d9452d8f0e384 2022-09-27T15:29:35.3763736Z deleted: sha256:1c30230d1bc09ce084c2c0d3c24c81e39a270b3359be353f188f13809b2e95ff 2022-09-27T15:29:35.3764154Z deleted: sha256:f66b31a4878493b2a4cf4b457a461d78c1275ce0b853312e14b5b205f5f54b12 2022-09-27T15:29:35.3764482Z deleted: sha256:c96b1aa08b8cdf00ede17699be953c554e540b97216fba81a59a101860c877c6 2022-09-27T15:29:35.3764833Z deleted: sha256:0853e57dc641a08006c8b8cd96caa8755d3981706b49748776bf6c7ee23abe6c 2022-09-27T15:29:35.3765153Z deleted: sha256:a88ebc418ab3040ebaafd029a4c80439225b1ce939f383ec70c503fff55528ee 2022-09-27T15:29:35.3765521Z deleted: sha256:5a86190b95485dba13fec16a89446426425223587ad649a56b4faf0f64305120 2022-09-27T15:29:35.3765818Z deleted: sha256:016eff1a025a65973028af96cf1fbe6c4b0e1c258e04e6a2dec976062924c0cf 2022-09-27T15:29:35.3766197Z deleted: sha256:3ce5ce7ae3df63641c9b8859e93e8f870c8bcfadc998c17b2169676be5e0812d 2022-09-27T15:29:35.3766520Z deleted: sha256:b161ee8936514898f92131df4d7de87314f3ed0639e31bbd2c3e83bdea170f16 2022-09-27T15:29:35.3766985Z deleted: sha256:e6a3a6ca01553128af3686d5bface6135e56f897e0f9ba754e9b924d446105e6 2022-09-27T15:29:35.3767463Z deleted: sha256:0cd4c1b082ed42bb2648c766b0746e3eb8771eafc8ce4130c649f3d29b634162 2022-09-27T15:29:35.3767921Z deleted: sha256:76a601a88697897790d443b0214d908f489395a5d4ea98726caf0a80a66ecd19 2022-09-27T15:29:35.3768391Z deleted: sha256:e9a0ce4d7b4ea637152093c92c0cbe039a7e810c4aa90c848f312c10262b974d 2022-09-27T15:29:35.3768803Z deleted: sha256:e4e7cd35b02c90bb1da4c482c1f10f82c7ef6daae84f9ceeac9815d19ce51dbd 2022-09-27T15:29:35.3769149Z deleted: sha256:8e15ae424f8839bb14c5629f1fec3c93cebec42642eabeabd208ca359a19db66 2022-09-27T15:29:35.3769487Z deleted: sha256:e43a9a37dcae4c22f906f9f4450ad78b70905cd289f7ad9f9d40d7c8b12d8f72 2022-09-27T15:29:35.3769803Z deleted: sha256:06bcf3094318f05722b94bc725806fc0d2367a7865af5b199f0567a72699f757 2022-09-27T15:29:35.3770233Z deleted: sha256:51f25a037328b3be1af44473dfa7a876a5355f74cef818b46bf003c33b1ec2c5 2022-09-27T15:29:35.3770557Z deleted: sha256:b17dd3db6bb4f4513025c933f6a63f1ed0921065fe34fd195c40c4acff4f696c 2022-09-27T15:29:35.3770878Z deleted: sha256:71ca3ec58848585b585c80e00986d5e8789e8169554706949b8a3d8dcdf72e3b 2022-09-27T15:29:35.3771175Z deleted: sha256:6f4b9ef5ee757f0395c054927ff65df65438bdf23c05109f7f3107fb94719eef 2022-09-27T15:29:35.3771587Z deleted: sha256:883eb0bcef572233ec6334ad982f16d8ba42bcffee0735ae8969fe257019481d 2022-09-27T15:29:35.3771913Z deleted: sha256:f0d75587c52d51e623884d33f223de82faa346a03a9e34271eaf6765e8995d2a 2022-09-27T15:29:35.3772228Z deleted: sha256:25ab06e14d5870622fe0c785fa28eedb95787ed7286d8c665289672a2e11334a 2022-09-27T15:29:35.3772544Z deleted: sha256:f9bb5b08ac5635a4a64adbfe88fe48bcb0ed9425ab68ecf412265012933639e6 2022-09-27T15:29:35.3772895Z deleted: sha256:aa9ab2200af3ee6cbe32d9703272a4a85de2def9b0c9a20bd09f3dca10f0e47d 2022-09-27T15:29:35.3773233Z deleted: sha256:30936d838a38cd0a0c2ddc832a2a17af9d84327e0f23cac0e773686bfed7e6e1 2022-09-27T15:29:35.3773546Z deleted: sha256:5c5425a2d9bb189d0f99b1c37511d370d599afca6b8b0d3348b3b2ace341ddaf 2022-09-27T15:29:35.3773871Z deleted: sha256:998fb9c2fa230ea5cc1f997926614d854d193df0b2129b2b12d7ede4e5d43f6e 2022-09-27T15:29:35.3774186Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-09-27T15:29:35.3774357Z 2022-09-27T15:29:35.3774464Z Total reclaimed space: 7.307GB 2022-09-27T15:29:35.3817115Z Post job cleanup. 2022-09-27T15:29:35.3845412Z Post job cleanup. 2022-09-27T15:29:35.4856781Z [command]/usr/bin/git version 2022-09-27T15:29:35.4908576Z git version 2.37.1 2022-09-27T15:29:35.4947964Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f8168a19-df13-4db1-9124-b848d205cddb' before making global git config changes 2022-09-27T15:29:35.4948399Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:29:35.4954243Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:35.4994252Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:29:35.5025558Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:29:35.5286807Z Entering 'android/libs/fbjni' 2022-09-27T15:29:35.5321016Z Entering 'third_party/FP16' 2022-09-27T15:29:35.5356581Z Entering 'third_party/FXdiv' 2022-09-27T15:29:35.5389668Z Entering 'third_party/NNPACK' 2022-09-27T15:29:35.5423987Z Entering 'third_party/QNNPACK' 2022-09-27T15:29:35.5458455Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:29:35.5492475Z Entering 'third_party/XNNPACK' 2022-09-27T15:29:35.5538321Z Entering 'third_party/benchmark' 2022-09-27T15:29:35.5572871Z Entering 'third_party/cpuinfo' 2022-09-27T15:29:35.5607389Z Entering 'third_party/cub' 2022-09-27T15:29:35.5642363Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:29:35.5682001Z Entering 'third_party/cutlass' 2022-09-27T15:29:35.5722661Z Entering 'third_party/eigen' 2022-09-27T15:29:35.5759363Z Entering 'third_party/fbgemm' 2022-09-27T15:29:35.5794286Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:29:35.5828998Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:29:35.5863654Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:29:35.5898282Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:29:35.5933753Z Entering 'third_party/flatbuffers' 2022-09-27T15:29:35.5970599Z Entering 'third_party/fmt' 2022-09-27T15:29:35.6004122Z Entering 'third_party/foxi' 2022-09-27T15:29:35.6037447Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:29:35.6070425Z Entering 'third_party/gloo' 2022-09-27T15:29:35.6104075Z Entering 'third_party/googletest' 2022-09-27T15:29:35.6138248Z Entering 'third_party/ideep' 2022-09-27T15:29:35.6173596Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:29:35.6209573Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:29:35.6250030Z Entering 'third_party/ios-cmake' 2022-09-27T15:29:35.6284554Z Entering 'third_party/ittapi' 2022-09-27T15:29:35.6319313Z Entering 'third_party/kineto' 2022-09-27T15:29:35.6353182Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:29:35.6387426Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:29:35.6423081Z Entering 'third_party/nccl/nccl' 2022-09-27T15:29:35.6457113Z Entering 'third_party/neon2sse' 2022-09-27T15:29:35.6490823Z Entering 'third_party/nlohmann' 2022-09-27T15:29:35.6525878Z Entering 'third_party/onnx' 2022-09-27T15:29:35.6572639Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:29:35.6606214Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:29:35.6644270Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:29:35.6679204Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:29:35.6716740Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:29:35.6751040Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:29:35.6784320Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:29:35.6822712Z Entering 'third_party/pocketfft' 2022-09-27T15:29:35.6856902Z Entering 'third_party/protobuf' 2022-09-27T15:29:35.6895109Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:29:35.6928840Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:29:35.6964205Z Entering 'third_party/psimd' 2022-09-27T15:29:35.6997562Z Entering 'third_party/pthreadpool' 2022-09-27T15:29:35.7032919Z Entering 'third_party/pybind11' 2022-09-27T15:29:35.7067971Z Entering 'third_party/python-enum' 2022-09-27T15:29:35.7101369Z Entering 'third_party/python-peachpy' 2022-09-27T15:29:35.7135845Z Entering 'third_party/python-six' 2022-09-27T15:29:35.7169121Z Entering 'third_party/sleef' 2022-09-27T15:29:35.7203362Z Entering 'third_party/tbb' 2022-09-27T15:29:35.7240000Z Entering 'third_party/tensorpipe' 2022-09-27T15:29:35.7273834Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:29:35.7307797Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:29:35.7342691Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:29:35.7376841Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:29:35.7410502Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:29:35.7447035Z Entering 'third_party/zstd' 2022-09-27T15:29:35.7498606Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:29:35.7526138Z http.https://github.com/.extraheader 2022-09-27T15:29:35.7534553Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T15:29:35.7567633Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T15:29:35.7821239Z Entering 'android/libs/fbjni' 2022-09-27T15:29:35.7841000Z http.https://github.com/.extraheader 2022-09-27T15:29:35.7882796Z Entering 'third_party/FP16' 2022-09-27T15:29:35.7902789Z http.https://github.com/.extraheader 2022-09-27T15:29:35.7934818Z Entering 'third_party/FXdiv' 2022-09-27T15:29:35.7954507Z http.https://github.com/.extraheader 2022-09-27T15:29:35.7986287Z Entering 'third_party/NNPACK' 2022-09-27T15:29:35.8006007Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8038144Z Entering 'third_party/QNNPACK' 2022-09-27T15:29:35.8058132Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8093147Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:29:35.8112909Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8146725Z Entering 'third_party/XNNPACK' 2022-09-27T15:29:35.8166897Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8209973Z Entering 'third_party/benchmark' 2022-09-27T15:29:35.8229784Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8265751Z Entering 'third_party/cpuinfo' 2022-09-27T15:29:35.8285543Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8312089Z Entering 'third_party/cub' 2022-09-27T15:29:35.8331570Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8366387Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:29:35.8386225Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8426355Z Entering 'third_party/cutlass' 2022-09-27T15:29:35.8446536Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8486157Z Entering 'third_party/eigen' 2022-09-27T15:29:35.8506102Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8541350Z Entering 'third_party/fbgemm' 2022-09-27T15:29:35.8560863Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8587262Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:29:35.8607002Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8640531Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:29:35.8660028Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8695530Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:29:35.8715098Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8741898Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:29:35.8761493Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8788576Z Entering 'third_party/flatbuffers' 2022-09-27T15:29:35.8808496Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8843272Z Entering 'third_party/fmt' 2022-09-27T15:29:35.8863334Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8894919Z Entering 'third_party/foxi' 2022-09-27T15:29:35.8914467Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8947400Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:29:35.8967210Z http.https://github.com/.extraheader 2022-09-27T15:29:35.8993107Z Entering 'third_party/gloo' 2022-09-27T15:29:35.9013541Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9045801Z Entering 'third_party/googletest' 2022-09-27T15:29:35.9066232Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9102587Z Entering 'third_party/ideep' 2022-09-27T15:29:35.9122742Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9148367Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:29:35.9168768Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9201813Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:29:35.9221606Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9259895Z Entering 'third_party/ios-cmake' 2022-09-27T15:29:35.9280839Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9307332Z Entering 'third_party/ittapi' 2022-09-27T15:29:35.9327686Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9361066Z Entering 'third_party/kineto' 2022-09-27T15:29:35.9380446Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9411280Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:29:35.9431416Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9458656Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:29:35.9478636Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9511184Z Entering 'third_party/nccl/nccl' 2022-09-27T15:29:35.9531331Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9564338Z Entering 'third_party/neon2sse' 2022-09-27T15:29:35.9584493Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9618715Z Entering 'third_party/nlohmann' 2022-09-27T15:29:35.9638706Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9666390Z Entering 'third_party/onnx' 2022-09-27T15:29:35.9686428Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9725134Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:29:35.9744949Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9784368Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:29:35.9804803Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9838269Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:29:35.9858242Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9891920Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:29:35.9911805Z http.https://github.com/.extraheader 2022-09-27T15:29:35.9949219Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:29:35.9969822Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0004099Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:29:36.0023826Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0058814Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:29:36.0078902Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0110367Z Entering 'third_party/pocketfft' 2022-09-27T15:29:36.0131082Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0162193Z Entering 'third_party/protobuf' 2022-09-27T15:29:36.0182477Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0218538Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:29:36.0238647Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0273724Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:29:36.0294211Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0328521Z Entering 'third_party/psimd' 2022-09-27T15:29:36.0348971Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0386286Z Entering 'third_party/pthreadpool' 2022-09-27T15:29:36.0407001Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0441022Z Entering 'third_party/pybind11' 2022-09-27T15:29:36.0460899Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0491830Z Entering 'third_party/python-enum' 2022-09-27T15:29:36.0512307Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0547947Z Entering 'third_party/python-peachpy' 2022-09-27T15:29:36.0567408Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0604726Z Entering 'third_party/python-six' 2022-09-27T15:29:36.0624824Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0658918Z Entering 'third_party/sleef' 2022-09-27T15:29:36.0678745Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0705261Z Entering 'third_party/tbb' 2022-09-27T15:29:36.0725482Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0762976Z Entering 'third_party/tensorpipe' 2022-09-27T15:29:36.0782963Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0815079Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:29:36.0834807Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0862021Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:29:36.0882188Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0908749Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:29:36.0928509Z http.https://github.com/.extraheader 2022-09-27T15:29:36.0955996Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:29:36.0975435Z http.https://github.com/.extraheader 2022-09-27T15:29:36.1001719Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:29:36.1021476Z http.https://github.com/.extraheader 2022-09-27T15:29:36.1057403Z Entering 'third_party/zstd' 2022-09-27T15:29:36.1078509Z http.https://github.com/.extraheader 2022-09-27T15:29:36.1305867Z Cleaning up orphan processes