2023-02-04T08:45:43.9562849Z Requested labels: linux.gcp.a100 2023-02-04T08:45:43.9563004Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/heads/master 2023-02-04T08:45:43.9563276Z Reusable workflow chain: 2023-02-04T08:45:43.9563358Z pytorch/pytorch/.github/workflows/inductor.yml@refs/heads/master (996cc1c0d09a7bc6ad33441c08961226005c69bf) 2023-02-04T08:45:43.9563437Z -> pytorch/pytorch/.github/workflows/_linux-test.yml@refs/heads/master (996cc1c0d09a7bc6ad33441c08961226005c69bf) 2023-02-04T08:45:43.9563494Z Waiting for a runner to pick up this job... 2023-02-04T08:45:44.2492778Z Job is about to start running on the runner: gh-ci-gcp-a100-6 (repository) 2023-02-04T08:45:48.1921727Z Current runner version: '2.301.1' 2023-02-04T08:45:48.1928800Z Runner name: 'gh-ci-gcp-a100-6' 2023-02-04T08:45:48.1929371Z Runner group name: 'Default' 2023-02-04T08:45:48.1930173Z Machine name: 'gh-ci-gcp-a100-6' 2023-02-04T08:45:48.1932527Z ##[group]GITHUB_TOKEN Permissions 2023-02-04T08:45:48.1933359Z Actions: write 2023-02-04T08:45:48.1933737Z Checks: write 2023-02-04T08:45:48.1934088Z Contents: write 2023-02-04T08:45:48.1934403Z Deployments: write 2023-02-04T08:45:48.1934773Z Discussions: write 2023-02-04T08:45:48.1935169Z Issues: write 2023-02-04T08:45:48.1935471Z Metadata: read 2023-02-04T08:45:48.1935824Z Packages: write 2023-02-04T08:45:48.1936187Z Pages: write 2023-02-04T08:45:48.1936589Z PullRequests: write 2023-02-04T08:45:48.1937035Z RepositoryProjects: write 2023-02-04T08:45:48.1937509Z SecurityEvents: write 2023-02-04T08:45:48.1937829Z Statuses: write 2023-02-04T08:45:48.1938181Z ##[endgroup] 2023-02-04T08:45:48.1942022Z Secret source: Actions 2023-02-04T08:45:48.1942966Z Prepare workflow directory 2023-02-04T08:45:48.4796162Z Prepare all required actions 2023-02-04T08:45:48.5010553Z Getting action download info 2023-02-04T08:45:48.8142270Z Download action repository 'pytorch/test-infra@main' (SHA:eb38d1bc2c76c7ee4783c8e068caa68b0f2ea64d) 2023-02-04T08:45:49.4042599Z Download action repository 'pytorch/pytorch@master' (SHA:996cc1c0d09a7bc6ad33441c08961226005c69bf) 2023-02-04T08:45:54.0302644Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2023-02-04T08:45:54.5938647Z Getting action download info 2023-02-04T08:45:54.7645087Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2023-02-04T08:45:55.1736522Z Getting action download info 2023-02-04T08:45:55.3436758Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-02-04T08:45:55.7017734Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/heads/master (996cc1c0d09a7bc6ad33441c08961226005c69bf) 2023-02-04T08:45:55.7019750Z ##[group] Inputs 2023-02-04T08:45:55.7020153Z build-environment: linux-bionic-cuda11.7-py3.10-gcc7-sm80 2023-02-04T08:45:55.7020595Z test-matrix: { include: [ { config: "inductor_torchbench_smoketest_perf", shard: 1, num_shards: 1, runner: "linux.gcp.a100" }, ]} 2023-02-04T08:45:55.7021196Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:34842e6fbb02ca4c9247dac033ee8d3563b9117d 2023-02-04T08:45:55.7021654Z sync-tag: 2023-02-04T08:45:55.7022634Z timeout-minutes: 240 2023-02-04T08:45:55.7022909Z use-gha: anything-non-empty-to-use-gha 2023-02-04T08:45:55.7023202Z ##[endgroup] 2023-02-04T08:45:55.7023555Z Complete job name: cuda11.7-py3.10-gcc7-sm80 / test (inductor_torchbench_smoketest_perf, 1, 1, linux.gcp.a100) 2023-02-04T08:45:55.7897468Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2023-02-04T08:45:55.7897807Z with: 2023-02-04T08:45:55.7898467Z github-secret: *** 2023-02-04T08:45:55.7898891Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2023-02-04T08:45:55.7899309Z activate-with-label: false 2023-02-04T08:45:55.7899532Z label: with-ssh 2023-02-04T08:45:55.7899766Z remove-existing-keys: true 2023-02-04T08:45:55.7899991Z env: 2023-02-04T08:45:55.7900192Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:45:55.7900423Z ##[endgroup] 2023-02-04T08:45:55.9036501Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2023-02-04T08:45:55.9263550Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2023-02-04T08:45:55.9263904Z with: 2023-02-04T08:45:55.9264162Z submodules: recursive 2023-02-04T08:45:55.9264374Z fetch-depth: 0 2023-02-04T08:45:55.9264571Z env: 2023-02-04T08:45:55.9264779Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:45:55.9264991Z ##[endgroup] 2023-02-04T08:45:55.9523930Z ##[group]Run retry () { 2023-02-04T08:45:55.9524273Z retry () { 2023-02-04T08:45:55.9524617Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2023-02-04T08:45:55.9524864Z } 2023-02-04T08:45:55.9525094Z echo "${GITHUB_WORKSPACE}" 2023-02-04T08:45:55.9525381Z if [ -z "${NO_SUDO}" ]; then 2023-02-04T08:45:55.9525658Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2023-02-04T08:45:55.9525918Z else 2023-02-04T08:45:55.9526165Z  retry rm -rf "${GITHUB_WORKSPACE}" 2023-02-04T08:45:55.9526400Z fi 2023-02-04T08:45:55.9526652Z mkdir "${GITHUB_WORKSPACE}" 2023-02-04T08:45:55.9550651Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:45:55.9551158Z env: 2023-02-04T08:45:55.9551458Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:45:55.9551736Z NO_SUDO: 2023-02-04T08:45:55.9552001Z ##[endgroup] 2023-02-04T08:45:55.9678613Z /home/ubuntu/actions-runner/_work/pytorch/pytorch 2023-02-04T08:45:59.5849871Z ##[group]Run malfet/checkout@silent-checkout 2023-02-04T08:45:59.5850173Z with: 2023-02-04T08:45:59.5850416Z ref: 996cc1c0d09a7bc6ad33441c08961226005c69bf 2023-02-04T08:45:59.5850670Z fetch-depth: 0 2023-02-04T08:45:59.5850881Z submodules: recursive 2023-02-04T08:45:59.5851110Z quiet-checkout: true 2023-02-04T08:45:59.5851356Z repository: pytorch/pytorch 2023-02-04T08:45:59.5851758Z token: *** 2023-02-04T08:45:59.5851968Z ssh-strict: true 2023-02-04T08:45:59.5852202Z persist-credentials: true 2023-02-04T08:45:59.5852422Z clean: true 2023-02-04T08:45:59.5852625Z lfs: false 2023-02-04T08:45:59.5852849Z set-safe-directory: true 2023-02-04T08:45:59.5853055Z env: 2023-02-04T08:45:59.5853259Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:45:59.5853482Z ##[endgroup] 2023-02-04T08:45:59.7335155Z Syncing repository: pytorch/pytorch 2023-02-04T08:45:59.7337604Z ##[group]Getting Git version info 2023-02-04T08:45:59.7338213Z Working directory is '/home/ubuntu/actions-runner/_work/pytorch/pytorch' 2023-02-04T08:45:59.7338802Z [command]/usr/bin/git version 2023-02-04T08:45:59.7339083Z git version 2.25.1 2023-02-04T08:45:59.7340272Z ##[endgroup] 2023-02-04T08:45:59.7355467Z Temporarily overriding HOME='/home/ubuntu/actions-runner/_work/_temp/b2cbdbd2-2f0c-4fee-b075-52cc83bb6542' before making global git config changes 2023-02-04T08:45:59.7356005Z Adding repository directory to the temporary git global config as a safe directory 2023-02-04T08:45:59.7359502Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner/_work/pytorch/pytorch 2023-02-04T08:45:59.7412945Z Deleting the contents of '/home/ubuntu/actions-runner/_work/pytorch/pytorch' 2023-02-04T08:45:59.7419566Z ##[group]Initializing the repository 2023-02-04T08:45:59.7423034Z [command]/usr/bin/git init /home/ubuntu/actions-runner/_work/pytorch/pytorch 2023-02-04T08:45:59.7474327Z Initialized empty Git repository in /home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/ 2023-02-04T08:45:59.7483224Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2023-02-04T08:45:59.7530650Z ##[endgroup] 2023-02-04T08:45:59.7531356Z ##[group]Disabling automatic garbage collection 2023-02-04T08:45:59.7534522Z [command]/usr/bin/git config --local gc.auto 0 2023-02-04T08:45:59.7569850Z ##[endgroup] 2023-02-04T08:45:59.7570578Z ##[group]Setting up auth 2023-02-04T08:45:59.7579298Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-02-04T08:45:59.7616762Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2023-02-04T08:45:59.7879574Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-02-04T08:45:59.7919230Z [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' || : 2023-02-04T08:45:59.8172336Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-02-04T08:45:59.8221968Z ##[endgroup] 2023-02-04T08:45:59.8222852Z ##[group]Fetching the repository 2023-02-04T08:45:59.8232558Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2023-02-04T08:47:09.1895047Z [command]/usr/bin/git rev-parse --verify --quiet 996cc1c0d09a7bc6ad33441c08961226005c69bf^{object} 2023-02-04T08:47:09.1936048Z 996cc1c0d09a7bc6ad33441c08961226005c69bf 2023-02-04T08:47:09.1945558Z ##[endgroup] 2023-02-04T08:47:09.1946235Z ##[group]Determining the checkout info 2023-02-04T08:47:09.1946651Z ##[endgroup] 2023-02-04T08:47:09.1947024Z ##[group]Checking out the ref 2023-02-04T08:47:09.1948281Z [command]/usr/bin/git checkout --quiet --force 996cc1c0d09a7bc6ad33441c08961226005c69bf 2023-02-04T08:47:10.8175860Z ##[endgroup] 2023-02-04T08:47:10.8176419Z ##[group]Setting up auth for fetching submodules 2023-02-04T08:47:10.8183840Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-02-04T08:47:10.8244766Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2023-02-04T08:47:10.8282331Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2023-02-04T08:47:10.8323260Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2023-02-04T08:47:10.8360121Z ##[endgroup] 2023-02-04T08:47:10.8360550Z ##[group]Fetching submodules 2023-02-04T08:47:10.8365041Z [command]/usr/bin/git submodule sync --recursive 2023-02-04T08:47:10.8643397Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2023-02-04T08:47:10.8913974Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2023-02-04T08:47:10.8918113Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2023-02-04T08:47:10.8924705Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2023-02-04T08:47:10.8931148Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2023-02-04T08:47:10.8938081Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2023-02-04T08:47:10.8947230Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2023-02-04T08:47:10.8953955Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2023-02-04T08:47:10.8961442Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2023-02-04T08:47:10.8967534Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2023-02-04T08:47:10.8973257Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2023-02-04T08:47:10.8979944Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2023-02-04T08:47:10.8986340Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2023-02-04T08:47:10.8992508Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2023-02-04T08:47:10.8998255Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2023-02-04T08:47:10.9004547Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2023-02-04T08:47:10.9010303Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2023-02-04T08:47:10.9015723Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2023-02-04T08:47:10.9023065Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2023-02-04T08:47:10.9028634Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2023-02-04T08:47:10.9035791Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2023-02-04T08:47:10.9042278Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2023-02-04T08:47:10.9048201Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2023-02-04T08:47:10.9055063Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2023-02-04T08:47:10.9061956Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2023-02-04T08:47:10.9068669Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2023-02-04T08:47:10.9075795Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2023-02-04T08:47:10.9082045Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2023-02-04T08:47:10.9088894Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2023-02-04T08:47:10.9095533Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2023-02-04T08:47:10.9101994Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2023-02-04T08:47:10.9108730Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2023-02-04T08:47:10.9115438Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2023-02-04T08:47:10.9121927Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2023-02-04T08:47:10.9128352Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2023-02-04T08:47:10.9134713Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2023-02-04T08:47:10.9141735Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2023-02-04T08:47:10.9148726Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2023-02-04T08:47:10.9157488Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2023-02-04T08:47:10.9164986Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2023-02-04T08:47:10.9173295Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2023-02-04T08:47:10.9180555Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2023-02-04T08:47:10.9259709Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2023-02-04T08:47:11.4477833Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2023-02-04T08:47:11.8340439Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2023-02-04T08:47:12.1893850Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2023-02-04T08:47:12.7244230Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2023-02-04T08:47:13.2107429Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2023-02-04T08:47:16.4644860Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2023-02-04T08:47:24.9953365Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2023-02-04T08:47:25.6359323Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2023-02-04T08:47:26.4208680Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2023-02-04T08:47:28.3000183Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2023-02-04T08:47:29.6963768Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2023-02-04T08:47:31.5509083Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2023-02-04T08:47:36.8670410Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2023-02-04T08:47:37.8198659Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2023-02-04T08:47:39.8927280Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2023-02-04T08:47:41.4459207Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2023-02-04T08:47:41.8164525Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2023-02-04T08:47:42.6232790Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2023-02-04T08:47:43.1555746Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2023-02-04T08:47:44.8514125Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2023-02-04T08:47:45.5557696Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2023-02-04T08:47:45.9178865Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2023-02-04T08:47:46.4001203Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2023-02-04T08:47:48.0551536Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2023-02-04T08:47:48.7384377Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2023-02-04T08:47:49.3636055Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2023-02-04T08:47:56.7609813Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2023-02-04T08:47:59.2438760Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2023-02-04T08:47:59.9656802Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2023-02-04T08:48:00.4053694Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2023-02-04T08:48:07.5029179Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2023-02-04T08:48:07.8661147Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2023-02-04T08:48:08.3182322Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2023-02-04T08:48:09.4133741Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2023-02-04T08:48:09.7937813Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2023-02-04T08:48:10.3720111Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2023-02-04T08:48:10.8920420Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2023-02-04T08:48:11.7337234Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2023-02-04T08:48:14.0472447Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2023-02-04T08:48:14.7467755Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2023-02-04T08:48:17.6875009Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2023-02-04T08:48:17.7266270Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2023-02-04T08:48:17.7620167Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2023-02-04T08:48:17.8121696Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2023-02-04T08:48:17.8624173Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2023-02-04T08:48:17.9297159Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2023-02-04T08:48:18.6470283Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2023-02-04T08:48:18.6978931Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2023-02-04T08:48:18.8393442Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2023-02-04T08:48:18.9047523Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2023-02-04T08:48:19.2471728Z Submodule path 'third_party/cudnn_frontend': checked out '81a041a68245cd8f871c43bbbbd5b6b627979a30' 2023-02-04T08:48:19.7207143Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2023-02-04T08:48:20.0209526Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2023-02-04T08:48:20.1008085Z Submodule path 'third_party/fbgemm': checked out '80d64206c07879fd4683be66873de7cefa1a0a71' 2023-02-04T08:48:20.1061979Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2023-02-04T08:48:20.1065721Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T08:48:20.1071260Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2023-02-04T08:48:20.1077354Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T08:48:20.1124630Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2023-02-04T08:48:21.3933563Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2023-02-04T08:48:22.2644965Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2023-02-04T08:48:23.8511683Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2023-02-04T08:48:24.3900637Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2023-02-04T08:48:24.5303533Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2023-02-04T08:48:24.6184335Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2023-02-04T08:48:24.6543364Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2023-02-04T08:48:24.7844098Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2023-02-04T08:48:24.8509526Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2023-02-04T08:48:24.8856799Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2023-02-04T08:48:24.9554540Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2023-02-04T08:48:25.0072460Z Submodule path 'third_party/gloo': checked out '10909297fedab0a680799211a299203e53515032' 2023-02-04T08:48:25.0843050Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2023-02-04T08:48:25.1224438Z Submodule path 'third_party/ideep': checked out 'e7925bc7c260e6c4481ccb53b7d29c59a901a05d' 2023-02-04T08:48:25.1274118Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2023-02-04T08:48:25.1318506Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2023-02-04T08:48:35.0787543Z Submodule path 'third_party/ideep/mkl-dnn': checked out '6dbeffbae1f23cbbeae17adb7b5b13f1f37c080e' 2023-02-04T08:48:35.1180987Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2023-02-04T08:48:35.1607657Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2023-02-04T08:48:35.2887435Z Submodule path 'third_party/kineto': checked out 'a2d16d5f3874910be4b500379258ce9b32b1c44f' 2023-02-04T08:48:35.2941210Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T08:48:35.2946546Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T08:48:35.2952791Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T08:48:35.3001948Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2023-02-04T08:48:35.9881564Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2023-02-04T08:48:37.5427878Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2023-02-04T08:48:39.2620329Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2023-02-04T08:48:39.2675424Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T08:48:39.2680702Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T08:48:39.2689133Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T08:48:39.2695719Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T08:48:39.2701791Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T08:48:39.2708908Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T08:48:39.2716093Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T08:48:39.2722285Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T08:48:39.2772685Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2023-02-04T08:48:40.1530759Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2023-02-04T08:48:40.7508214Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2023-02-04T08:48:42.2822284Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2023-02-04T08:48:42.9021200Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2023-02-04T08:48:43.6187139Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2023-02-04T08:48:45.2140038Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2023-02-04T08:48:52.6776276Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2023-02-04T08:48:53.3666988Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2023-02-04T08:48:53.4073654Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2023-02-04T08:48:53.4719667Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2023-02-04T08:48:53.5092523Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2023-02-04T08:48:53.5142286Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T08:48:53.5187894Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2023-02-04T08:48:54.1615568Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2023-02-04T08:48:54.2024851Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2023-02-04T08:48:54.2691913Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2023-02-04T08:48:54.4059104Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2023-02-04T08:48:54.4458281Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2023-02-04T08:48:54.5279557Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2023-02-04T08:48:54.6149199Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2023-02-04T08:48:54.6639180Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2023-02-04T08:48:54.7052811Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2023-02-04T08:48:54.8452302Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2023-02-04T08:48:55.1709543Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2023-02-04T08:48:55.1779371Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2023-02-04T08:48:55.1785753Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2023-02-04T08:48:55.1873473Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2023-02-04T08:48:55.8748526Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2023-02-04T08:48:56.9811450Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2023-02-04T08:48:57.0425923Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2023-02-04T08:48:57.0843264Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2023-02-04T08:48:57.0892579Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T08:48:57.0939788Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2023-02-04T08:48:59.8498201Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2023-02-04T08:48:59.8559776Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T08:48:59.8564344Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T08:48:59.8618891Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2023-02-04T08:49:00.5196173Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2023-02-04T08:49:01.6706115Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2023-02-04T08:49:01.7706168Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2023-02-04T08:49:01.7763326Z 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' 2023-02-04T08:49:01.7811551Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2023-02-04T08:49:02.2518166Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2023-02-04T08:49:02.2903227Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2023-02-04T08:49:02.6154747Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2023-02-04T08:49:02.6217635Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2023-02-04T08:49:02.6223652Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2023-02-04T08:49:02.6278316Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2023-02-04T08:49:03.3550643Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2023-02-04T08:49:04.9728550Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2023-02-04T08:49:05.0735817Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2023-02-04T08:49:05.1104587Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2023-02-04T08:49:05.1470393Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2023-02-04T08:49:05.2092354Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2023-02-04T08:49:05.2429974Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2023-02-04T08:49:05.3009703Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2023-02-04T08:49:05.3365368Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2023-02-04T08:49:05.4112422Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2023-02-04T08:49:05.5620355Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2023-02-04T08:49:05.6166122Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2023-02-04T08:49:05.6217992Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2023-02-04T08:49:05.6223906Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2023-02-04T08:49:05.6230868Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2023-02-04T08:49:05.6236903Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T08:49:05.6284973Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2023-02-04T08:49:07.2647722Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2023-02-04T08:49:07.7513947Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2023-02-04T08:49:09.2032077Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2023-02-04T08:49:10.3609944Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2023-02-04T08:49:10.4009168Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2023-02-04T08:49:10.4958635Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2023-02-04T08:49:10.5521040Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2023-02-04T08:49:10.5572954Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T08:49:10.5620444Z Cloning into '/home/ubuntu/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2023-02-04T08:49:11.0241821Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2023-02-04T08:49:11.2026398Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2023-02-04T08:49:11.2138289Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2023-02-04T08:49:11.2422230Z Entering 'android/libs/fbjni' 2023-02-04T08:49:11.2463861Z Entering 'third_party/FP16' 2023-02-04T08:49:11.2503872Z Entering 'third_party/FXdiv' 2023-02-04T08:49:11.2543159Z Entering 'third_party/NNPACK' 2023-02-04T08:49:11.2582681Z Entering 'third_party/QNNPACK' 2023-02-04T08:49:11.2622538Z Entering 'third_party/VulkanMemoryAllocator' 2023-02-04T08:49:11.2662163Z Entering 'third_party/XNNPACK' 2023-02-04T08:49:11.2714800Z Entering 'third_party/benchmark' 2023-02-04T08:49:11.2755414Z Entering 'third_party/cpuinfo' 2023-02-04T08:49:11.2795407Z Entering 'third_party/cub' 2023-02-04T08:49:11.2835364Z Entering 'third_party/cudnn_frontend' 2023-02-04T08:49:11.2880881Z Entering 'third_party/cutlass' 2023-02-04T08:49:11.2927932Z Entering 'third_party/eigen' 2023-02-04T08:49:11.2969750Z Entering 'third_party/fbgemm' 2023-02-04T08:49:11.3010749Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-02-04T08:49:11.3053050Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T08:49:11.3094886Z Entering 'third_party/fbgemm/third_party/googletest' 2023-02-04T08:49:11.3134929Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T08:49:11.3176122Z Entering 'third_party/flatbuffers' 2023-02-04T08:49:11.3219000Z Entering 'third_party/fmt' 2023-02-04T08:49:11.3259444Z Entering 'third_party/foxi' 2023-02-04T08:49:11.3298908Z Entering 'third_party/gemmlowp/gemmlowp' 2023-02-04T08:49:11.3338221Z Entering 'third_party/gloo' 2023-02-04T08:49:11.3377620Z Entering 'third_party/googletest' 2023-02-04T08:49:11.3416785Z Entering 'third_party/ideep' 2023-02-04T08:49:11.3457902Z Entering 'third_party/ideep/mkl-dnn' 2023-02-04T08:49:11.3508965Z Entering 'third_party/ios-cmake' 2023-02-04T08:49:11.3549314Z Entering 'third_party/ittapi' 2023-02-04T08:49:11.3588576Z Entering 'third_party/kineto' 2023-02-04T08:49:11.3628691Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T08:49:11.3669531Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T08:49:11.3711217Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T08:49:11.3751806Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T08:49:11.3792409Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T08:49:11.3830508Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T08:49:11.3871333Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T08:49:11.3911586Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T08:49:11.3952536Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T08:49:11.3994550Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T08:49:11.4035533Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T08:49:11.4074342Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T08:49:11.4116012Z Entering 'third_party/nccl/nccl' 2023-02-04T08:49:11.4158836Z Entering 'third_party/neon2sse' 2023-02-04T08:49:11.4198692Z Entering 'third_party/nlohmann' 2023-02-04T08:49:11.4239606Z Entering 'third_party/onnx' 2023-02-04T08:49:11.4293269Z Entering 'third_party/onnx/third_party/benchmark' 2023-02-04T08:49:11.4333609Z Entering 'third_party/onnx/third_party/pybind11' 2023-02-04T08:49:11.4376561Z Entering 'third_party/onnx-tensorrt' 2023-02-04T08:49:11.4415330Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T08:49:11.4461265Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T08:49:11.4501575Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T08:49:11.4540921Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-02-04T08:49:11.4588414Z Entering 'third_party/pocketfft' 2023-02-04T08:49:11.4631689Z Entering 'third_party/protobuf' 2023-02-04T08:49:11.4676255Z Entering 'third_party/protobuf/third_party/benchmark' 2023-02-04T08:49:11.4715144Z Entering 'third_party/protobuf/third_party/googletest' 2023-02-04T08:49:11.4756810Z Entering 'third_party/psimd' 2023-02-04T08:49:11.4797611Z Entering 'third_party/pthreadpool' 2023-02-04T08:49:11.4836441Z Entering 'third_party/pybind11' 2023-02-04T08:49:11.4876964Z Entering 'third_party/python-enum' 2023-02-04T08:49:11.4915867Z Entering 'third_party/python-peachpy' 2023-02-04T08:49:11.4955836Z Entering 'third_party/python-six' 2023-02-04T08:49:11.4995642Z Entering 'third_party/sleef' 2023-02-04T08:49:11.5036310Z Entering 'third_party/tbb' 2023-02-04T08:49:11.5077683Z Entering 'third_party/tensorpipe' 2023-02-04T08:49:11.5118274Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-02-04T08:49:11.5157575Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-02-04T08:49:11.5196230Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-02-04T08:49:11.5235561Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T08:49:11.5272960Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T08:49:11.5316167Z Entering 'third_party/zstd' 2023-02-04T08:49:11.5371081Z ##[endgroup] 2023-02-04T08:49:11.5371958Z ##[group]Persisting credentials for submodules 2023-02-04T08:49:11.5395091Z [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' || : 2023-02-04T08:49:11.5711414Z Entering 'android/libs/fbjni' 2023-02-04T08:49:11.5749278Z Entering 'third_party/FP16' 2023-02-04T08:49:11.5787675Z Entering 'third_party/FXdiv' 2023-02-04T08:49:11.5826086Z Entering 'third_party/NNPACK' 2023-02-04T08:49:11.5865015Z Entering 'third_party/QNNPACK' 2023-02-04T08:49:11.5903588Z Entering 'third_party/VulkanMemoryAllocator' 2023-02-04T08:49:11.5943408Z Entering 'third_party/XNNPACK' 2023-02-04T08:49:11.5993104Z Entering 'third_party/benchmark' 2023-02-04T08:49:11.6031043Z Entering 'third_party/cpuinfo' 2023-02-04T08:49:11.6069194Z Entering 'third_party/cub' 2023-02-04T08:49:11.6106831Z Entering 'third_party/cudnn_frontend' 2023-02-04T08:49:11.6151369Z Entering 'third_party/cutlass' 2023-02-04T08:49:11.6197666Z Entering 'third_party/eigen' 2023-02-04T08:49:11.6237741Z Entering 'third_party/fbgemm' 2023-02-04T08:49:11.6275287Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-02-04T08:49:11.6312223Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T08:49:11.6349484Z Entering 'third_party/fbgemm/third_party/googletest' 2023-02-04T08:49:11.6386137Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T08:49:11.6424867Z Entering 'third_party/flatbuffers' 2023-02-04T08:49:11.6463701Z Entering 'third_party/fmt' 2023-02-04T08:49:11.6501755Z Entering 'third_party/foxi' 2023-02-04T08:49:11.6539015Z Entering 'third_party/gemmlowp/gemmlowp' 2023-02-04T08:49:11.6576108Z Entering 'third_party/gloo' 2023-02-04T08:49:11.6614819Z Entering 'third_party/googletest' 2023-02-04T08:49:11.6652421Z Entering 'third_party/ideep' 2023-02-04T08:49:11.6689888Z Entering 'third_party/ideep/mkl-dnn' 2023-02-04T08:49:11.6735305Z Entering 'third_party/ios-cmake' 2023-02-04T08:49:11.6774126Z Entering 'third_party/ittapi' 2023-02-04T08:49:11.6812108Z Entering 'third_party/kineto' 2023-02-04T08:49:11.6849731Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T08:49:11.6885969Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T08:49:11.6925892Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T08:49:11.6964125Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T08:49:11.7001781Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T08:49:11.7039500Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T08:49:11.7080057Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T08:49:11.7118038Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T08:49:11.7156045Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T08:49:11.7195288Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T08:49:11.7235397Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T08:49:11.7272853Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T08:49:11.7311637Z Entering 'third_party/nccl/nccl' 2023-02-04T08:49:11.7350289Z Entering 'third_party/neon2sse' 2023-02-04T08:49:11.7387570Z Entering 'third_party/nlohmann' 2023-02-04T08:49:11.7427201Z Entering 'third_party/onnx' 2023-02-04T08:49:11.7478895Z Entering 'third_party/onnx/third_party/benchmark' 2023-02-04T08:49:11.7516796Z Entering 'third_party/onnx/third_party/pybind11' 2023-02-04T08:49:11.7557695Z Entering 'third_party/onnx-tensorrt' 2023-02-04T08:49:11.7596113Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T08:49:11.7639760Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T08:49:11.7678274Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T08:49:11.7716196Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-02-04T08:49:11.7761378Z Entering 'third_party/pocketfft' 2023-02-04T08:49:11.7799212Z Entering 'third_party/protobuf' 2023-02-04T08:49:11.7842630Z Entering 'third_party/protobuf/third_party/benchmark' 2023-02-04T08:49:11.7882072Z Entering 'third_party/protobuf/third_party/googletest' 2023-02-04T08:49:11.7923661Z Entering 'third_party/psimd' 2023-02-04T08:49:11.7962946Z Entering 'third_party/pthreadpool' 2023-02-04T08:49:11.8001689Z Entering 'third_party/pybind11' 2023-02-04T08:49:11.8041269Z Entering 'third_party/python-enum' 2023-02-04T08:49:11.8081006Z Entering 'third_party/python-peachpy' 2023-02-04T08:49:11.8120798Z Entering 'third_party/python-six' 2023-02-04T08:49:11.8159274Z Entering 'third_party/sleef' 2023-02-04T08:49:11.8199392Z Entering 'third_party/tbb' 2023-02-04T08:49:11.8241321Z Entering 'third_party/tensorpipe' 2023-02-04T08:49:11.8279187Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-02-04T08:49:11.8318868Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-02-04T08:49:11.8357468Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-02-04T08:49:11.8395635Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T08:49:11.8433084Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T08:49:11.8475276Z Entering 'third_party/zstd' 2023-02-04T08:49:11.8532018Z [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 2023-02-04T08:49:11.8817251Z Entering 'android/libs/fbjni' 2023-02-04T08:49:11.8854129Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2023-02-04T08:49:11.8871928Z Entering 'third_party/FP16' 2023-02-04T08:49:11.8908088Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2023-02-04T08:49:11.8925275Z Entering 'third_party/FXdiv' 2023-02-04T08:49:11.8963099Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2023-02-04T08:49:11.8980716Z Entering 'third_party/NNPACK' 2023-02-04T08:49:11.9015702Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2023-02-04T08:49:11.9035221Z Entering 'third_party/QNNPACK' 2023-02-04T08:49:11.9070039Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2023-02-04T08:49:11.9089762Z Entering 'third_party/VulkanMemoryAllocator' 2023-02-04T08:49:11.9125221Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2023-02-04T08:49:11.9143990Z Entering 'third_party/XNNPACK' 2023-02-04T08:49:11.9179076Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2023-02-04T08:49:11.9210610Z Entering 'third_party/benchmark' 2023-02-04T08:49:11.9245746Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2023-02-04T08:49:11.9265142Z Entering 'third_party/cpuinfo' 2023-02-04T08:49:11.9299672Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2023-02-04T08:49:11.9319577Z Entering 'third_party/cub' 2023-02-04T08:49:11.9353771Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2023-02-04T08:49:11.9372526Z Entering 'third_party/cudnn_frontend' 2023-02-04T08:49:11.9408284Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2023-02-04T08:49:11.9433912Z Entering 'third_party/cutlass' 2023-02-04T08:49:11.9469521Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2023-02-04T08:49:11.9495162Z Entering 'third_party/eigen' 2023-02-04T08:49:11.9530857Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2023-02-04T08:49:11.9551933Z Entering 'third_party/fbgemm' 2023-02-04T08:49:11.9587776Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2023-02-04T08:49:11.9605133Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-02-04T08:49:11.9640960Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2023-02-04T08:49:11.9658433Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T08:49:11.9694108Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2023-02-04T08:49:11.9712633Z Entering 'third_party/fbgemm/third_party/googletest' 2023-02-04T08:49:11.9746765Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2023-02-04T08:49:11.9764274Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T08:49:11.9799757Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2023-02-04T08:49:11.9819591Z Entering 'third_party/flatbuffers' 2023-02-04T08:49:11.9854343Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2023-02-04T08:49:11.9876197Z Entering 'third_party/fmt' 2023-02-04T08:49:11.9911755Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2023-02-04T08:49:11.9931409Z Entering 'third_party/foxi' 2023-02-04T08:49:11.9968198Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2023-02-04T08:49:11.9988905Z Entering 'third_party/gemmlowp/gemmlowp' 2023-02-04T08:49:12.0026332Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2023-02-04T08:49:12.0045706Z Entering 'third_party/gloo' 2023-02-04T08:49:12.0083610Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2023-02-04T08:49:12.0103248Z Entering 'third_party/googletest' 2023-02-04T08:49:12.0139389Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2023-02-04T08:49:12.0158723Z Entering 'third_party/ideep' 2023-02-04T08:49:12.0195594Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2023-02-04T08:49:12.0211956Z Entering 'third_party/ideep/mkl-dnn' 2023-02-04T08:49:12.0249336Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2023-02-04T08:49:12.0278228Z Entering 'third_party/ios-cmake' 2023-02-04T08:49:12.0314638Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2023-02-04T08:49:12.0332492Z Entering 'third_party/ittapi' 2023-02-04T08:49:12.0367624Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2023-02-04T08:49:12.0385250Z Entering 'third_party/kineto' 2023-02-04T08:49:12.0420962Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2023-02-04T08:49:12.0439793Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T08:49:12.0475602Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2023-02-04T08:49:12.0493729Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T08:49:12.0529250Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2023-02-04T08:49:12.0548999Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T08:49:12.0584569Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2023-02-04T08:49:12.0604567Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T08:49:12.0643953Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2023-02-04T08:49:12.0663527Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T08:49:12.0699029Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2023-02-04T08:49:12.0716038Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T08:49:12.0751741Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2023-02-04T08:49:12.0770712Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T08:49:12.0806500Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2023-02-04T08:49:12.0824219Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T08:49:12.0859315Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2023-02-04T08:49:12.0878672Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T08:49:12.0913057Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2023-02-04T08:49:12.0931864Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T08:49:12.0966450Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2023-02-04T08:49:12.0986495Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T08:49:12.1022700Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2023-02-04T08:49:12.1040841Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T08:49:12.1076092Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2023-02-04T08:49:12.1096583Z Entering 'third_party/nccl/nccl' 2023-02-04T08:49:12.1134240Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2023-02-04T08:49:12.1153578Z Entering 'third_party/neon2sse' 2023-02-04T08:49:12.1190021Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2023-02-04T08:49:12.1209602Z Entering 'third_party/nlohmann' 2023-02-04T08:49:12.1246219Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2023-02-04T08:49:12.1266650Z Entering 'third_party/onnx' 2023-02-04T08:49:12.1302386Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2023-02-04T08:49:12.1333956Z Entering 'third_party/onnx/third_party/benchmark' 2023-02-04T08:49:12.1370188Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2023-02-04T08:49:12.1388420Z Entering 'third_party/onnx/third_party/pybind11' 2023-02-04T08:49:12.1423701Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2023-02-04T08:49:12.1443925Z Entering 'third_party/onnx-tensorrt' 2023-02-04T08:49:12.1481689Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2023-02-04T08:49:12.1498263Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T08:49:12.1534394Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2023-02-04T08:49:12.1559849Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T08:49:12.1595116Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2023-02-04T08:49:12.1612962Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T08:49:12.1648872Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2023-02-04T08:49:12.1666619Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-02-04T08:49:12.1702623Z file:/home/ubuntu/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 2023-02-04T08:49:12.1730735Z Entering 'third_party/pocketfft' 2023-02-04T08:49:12.1766757Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2023-02-04T08:49:12.1784622Z Entering 'third_party/protobuf' 2023-02-04T08:49:12.1820207Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2023-02-04T08:49:12.1843117Z Entering 'third_party/protobuf/third_party/benchmark' 2023-02-04T08:49:12.1877483Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2023-02-04T08:49:12.1894964Z Entering 'third_party/protobuf/third_party/googletest' 2023-02-04T08:49:12.1929119Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2023-02-04T08:49:12.1949898Z Entering 'third_party/psimd' 2023-02-04T08:49:12.1985214Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2023-02-04T08:49:12.2003753Z Entering 'third_party/pthreadpool' 2023-02-04T08:49:12.2039963Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2023-02-04T08:49:12.2057266Z Entering 'third_party/pybind11' 2023-02-04T08:49:12.2092493Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2023-02-04T08:49:12.2111386Z Entering 'third_party/python-enum' 2023-02-04T08:49:12.2146467Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2023-02-04T08:49:12.2164748Z Entering 'third_party/python-peachpy' 2023-02-04T08:49:12.2199728Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2023-02-04T08:49:12.2218097Z Entering 'third_party/python-six' 2023-02-04T08:49:12.2253220Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2023-02-04T08:49:12.2271436Z Entering 'third_party/sleef' 2023-02-04T08:49:12.2307119Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2023-02-04T08:49:12.2325548Z Entering 'third_party/tbb' 2023-02-04T08:49:12.2361623Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2023-02-04T08:49:12.2381747Z Entering 'third_party/tensorpipe' 2023-02-04T08:49:12.2417337Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2023-02-04T08:49:12.2437146Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-02-04T08:49:12.2471881Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2023-02-04T08:49:12.2491347Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-02-04T08:49:12.2526415Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2023-02-04T08:49:12.2544507Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-02-04T08:49:12.2581115Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2023-02-04T08:49:12.2600911Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T08:49:12.2636324Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2023-02-04T08:49:12.2652864Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T08:49:12.2689120Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2023-02-04T08:49:12.2711297Z Entering 'third_party/zstd' 2023-02-04T08:49:12.2746323Z file:/home/ubuntu/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2023-02-04T08:49:12.3106528Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2023-02-04T08:49:12.3395486Z Entering 'android/libs/fbjni' 2023-02-04T08:49:12.3436791Z Entering 'third_party/FP16' 2023-02-04T08:49:12.3477828Z Entering 'third_party/FXdiv' 2023-02-04T08:49:12.3518012Z Entering 'third_party/NNPACK' 2023-02-04T08:49:12.3558491Z Entering 'third_party/QNNPACK' 2023-02-04T08:49:12.3598747Z Entering 'third_party/VulkanMemoryAllocator' 2023-02-04T08:49:12.3639013Z Entering 'third_party/XNNPACK' 2023-02-04T08:49:12.3690892Z Entering 'third_party/benchmark' 2023-02-04T08:49:12.3731038Z Entering 'third_party/cpuinfo' 2023-02-04T08:49:12.3772174Z Entering 'third_party/cub' 2023-02-04T08:49:12.3812652Z Entering 'third_party/cudnn_frontend' 2023-02-04T08:49:12.3859076Z Entering 'third_party/cutlass' 2023-02-04T08:49:12.3907284Z Entering 'third_party/eigen' 2023-02-04T08:49:12.3948969Z Entering 'third_party/fbgemm' 2023-02-04T08:49:12.3989182Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-02-04T08:49:12.4028915Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T08:49:12.4069247Z Entering 'third_party/fbgemm/third_party/googletest' 2023-02-04T08:49:12.4108129Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T08:49:12.4148787Z Entering 'third_party/flatbuffers' 2023-02-04T08:49:12.4191180Z Entering 'third_party/fmt' 2023-02-04T08:49:12.4232174Z Entering 'third_party/foxi' 2023-02-04T08:49:12.4272058Z Entering 'third_party/gemmlowp/gemmlowp' 2023-02-04T08:49:12.4312397Z Entering 'third_party/gloo' 2023-02-04T08:49:12.4351405Z Entering 'third_party/googletest' 2023-02-04T08:49:12.4391360Z Entering 'third_party/ideep' 2023-02-04T08:49:12.4429739Z Entering 'third_party/ideep/mkl-dnn' 2023-02-04T08:49:12.4479223Z Entering 'third_party/ios-cmake' 2023-02-04T08:49:12.4519712Z Entering 'third_party/ittapi' 2023-02-04T08:49:12.4559666Z Entering 'third_party/kineto' 2023-02-04T08:49:12.4599816Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T08:49:12.4638689Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T08:49:12.4682702Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T08:49:12.4723239Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T08:49:12.4764386Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T08:49:12.4802870Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T08:49:12.4846173Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T08:49:12.4886197Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T08:49:12.4925618Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T08:49:12.4967706Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T08:49:12.5011919Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T08:49:12.5052968Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T08:49:12.5096364Z Entering 'third_party/nccl/nccl' 2023-02-04T08:49:12.5138970Z Entering 'third_party/neon2sse' 2023-02-04T08:49:12.5179985Z Entering 'third_party/nlohmann' 2023-02-04T08:49:12.5222648Z Entering 'third_party/onnx' 2023-02-04T08:49:12.5277195Z Entering 'third_party/onnx/third_party/benchmark' 2023-02-04T08:49:12.5318431Z Entering 'third_party/onnx/third_party/pybind11' 2023-02-04T08:49:12.5362188Z Entering 'third_party/onnx-tensorrt' 2023-02-04T08:49:12.5401685Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T08:49:12.5446554Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T08:49:12.5486250Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T08:49:12.5523825Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-02-04T08:49:12.5570952Z Entering 'third_party/pocketfft' 2023-02-04T08:49:12.5611686Z Entering 'third_party/protobuf' 2023-02-04T08:49:12.5656858Z Entering 'third_party/protobuf/third_party/benchmark' 2023-02-04T08:49:12.5698407Z Entering 'third_party/protobuf/third_party/googletest' 2023-02-04T08:49:12.5740459Z Entering 'third_party/psimd' 2023-02-04T08:49:12.5782054Z Entering 'third_party/pthreadpool' 2023-02-04T08:49:12.5823049Z Entering 'third_party/pybind11' 2023-02-04T08:49:12.5863803Z Entering 'third_party/python-enum' 2023-02-04T08:49:12.5938187Z Entering 'third_party/python-peachpy' 2023-02-04T08:49:12.5980290Z Entering 'third_party/python-six' 2023-02-04T08:49:12.6020162Z Entering 'third_party/sleef' 2023-02-04T08:49:12.6062941Z Entering 'third_party/tbb' 2023-02-04T08:49:12.6105245Z Entering 'third_party/tensorpipe' 2023-02-04T08:49:12.6145067Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-02-04T08:49:12.6184365Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-02-04T08:49:12.6223669Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-02-04T08:49:12.6261957Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T08:49:12.6300692Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T08:49:12.6344636Z Entering 'third_party/zstd' 2023-02-04T08:49:12.6399573Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2023-02-04T08:49:12.6679775Z Entering 'android/libs/fbjni' 2023-02-04T08:49:12.6720378Z Entering 'third_party/FP16' 2023-02-04T08:49:12.6760428Z Entering 'third_party/FXdiv' 2023-02-04T08:49:12.6800422Z Entering 'third_party/NNPACK' 2023-02-04T08:49:12.6841864Z Entering 'third_party/QNNPACK' 2023-02-04T08:49:12.6882849Z Entering 'third_party/VulkanMemoryAllocator' 2023-02-04T08:49:12.6923549Z Entering 'third_party/XNNPACK' 2023-02-04T08:49:12.6975803Z Entering 'third_party/benchmark' 2023-02-04T08:49:12.7015020Z Entering 'third_party/cpuinfo' 2023-02-04T08:49:12.7056096Z Entering 'third_party/cub' 2023-02-04T08:49:12.7096468Z Entering 'third_party/cudnn_frontend' 2023-02-04T08:49:12.7144594Z Entering 'third_party/cutlass' 2023-02-04T08:49:12.7194885Z Entering 'third_party/eigen' 2023-02-04T08:49:12.7237856Z Entering 'third_party/fbgemm' 2023-02-04T08:49:12.7277285Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-02-04T08:49:12.7316471Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T08:49:12.7358349Z Entering 'third_party/fbgemm/third_party/googletest' 2023-02-04T08:49:12.7398757Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T08:49:12.7440455Z Entering 'third_party/flatbuffers' 2023-02-04T08:49:12.7483431Z Entering 'third_party/fmt' 2023-02-04T08:49:12.7524372Z Entering 'third_party/foxi' 2023-02-04T08:49:12.7564425Z Entering 'third_party/gemmlowp/gemmlowp' 2023-02-04T08:49:12.7604413Z Entering 'third_party/gloo' 2023-02-04T08:49:12.7644362Z Entering 'third_party/googletest' 2023-02-04T08:49:12.7684762Z Entering 'third_party/ideep' 2023-02-04T08:49:12.7723245Z Entering 'third_party/ideep/mkl-dnn' 2023-02-04T08:49:12.7773916Z Entering 'third_party/ios-cmake' 2023-02-04T08:49:12.7813223Z Entering 'third_party/ittapi' 2023-02-04T08:49:12.7856010Z Entering 'third_party/kineto' 2023-02-04T08:49:12.7895269Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T08:49:12.7935674Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T08:49:12.7976385Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T08:49:12.8016755Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T08:49:12.8056669Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T08:49:12.8095629Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T08:49:12.8137616Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T08:49:12.8178781Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T08:49:12.8218437Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T08:49:12.8259027Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T08:49:12.8301755Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T08:49:12.8342095Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T08:49:12.8384282Z Entering 'third_party/nccl/nccl' 2023-02-04T08:49:12.8426596Z Entering 'third_party/neon2sse' 2023-02-04T08:49:12.8466192Z Entering 'third_party/nlohmann' 2023-02-04T08:49:12.8507422Z Entering 'third_party/onnx' 2023-02-04T08:49:12.8561322Z Entering 'third_party/onnx/third_party/benchmark' 2023-02-04T08:49:12.8601491Z Entering 'third_party/onnx/third_party/pybind11' 2023-02-04T08:49:12.8644082Z Entering 'third_party/onnx-tensorrt' 2023-02-04T08:49:12.8683962Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T08:49:12.8729396Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T08:49:12.8769201Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T08:49:12.8808080Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-02-04T08:49:12.8854339Z Entering 'third_party/pocketfft' 2023-02-04T08:49:12.8894123Z Entering 'third_party/protobuf' 2023-02-04T08:49:12.8938260Z Entering 'third_party/protobuf/third_party/benchmark' 2023-02-04T08:49:12.8978329Z Entering 'third_party/protobuf/third_party/googletest' 2023-02-04T08:49:12.9022731Z Entering 'third_party/psimd' 2023-02-04T08:49:12.9061980Z Entering 'third_party/pthreadpool' 2023-02-04T08:49:12.9101496Z Entering 'third_party/pybind11' 2023-02-04T08:49:12.9141180Z Entering 'third_party/python-enum' 2023-02-04T08:49:12.9180359Z Entering 'third_party/python-peachpy' 2023-02-04T08:49:12.9220914Z Entering 'third_party/python-six' 2023-02-04T08:49:12.9260334Z Entering 'third_party/sleef' 2023-02-04T08:49:12.9299954Z Entering 'third_party/tbb' 2023-02-04T08:49:12.9342174Z Entering 'third_party/tensorpipe' 2023-02-04T08:49:12.9381385Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-02-04T08:49:12.9421368Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-02-04T08:49:12.9460232Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-02-04T08:49:12.9499236Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T08:49:12.9536987Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T08:49:12.9579729Z Entering 'third_party/zstd' 2023-02-04T08:49:12.9630611Z ##[endgroup] 2023-02-04T08:49:12.9695544Z [command]/usr/bin/git log -1 --format='%H' 2023-02-04T08:49:12.9730823Z '996cc1c0d09a7bc6ad33441c08961226005c69bf' 2023-02-04T08:49:12.9962103Z Prepare all required actions 2023-02-04T08:49:12.9998627Z ##[group]Run ./.github/actions/setup-linux 2023-02-04T08:49:12.9998882Z env: 2023-02-04T08:49:12.9999096Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:49:12.9999313Z ##[endgroup] 2023-02-04T08:49:13.0022168Z ##[group]Run set -euo pipefail 2023-02-04T08:49:13.0022701Z set -euo pipefail 2023-02-04T08:49:13.0023019Z function get_ec2_metadata() { 2023-02-04T08:49:13.0023409Z  # Pulled from instance metadata endpoint for EC2 2023-02-04T08:49:13.0023918Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2023-02-04T08:49:13.0024304Z  category=$1 2023-02-04T08:49:13.0024676Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2023-02-04T08:49:13.0025059Z } 2023-02-04T08:49:13.0025328Z echo "ami-id: $(get_ec2_metadata ami-id)" 2023-02-04T08:49:13.0026036Z echo "instance-id: $(get_ec2_metadata instance-id)" 2023-02-04T08:49:13.0026481Z echo "instance-type: $(get_ec2_metadata instance-type)" 2023-02-04T08:49:13.0026848Z echo "system info $(uname -a)" 2023-02-04T08:49:13.0046760Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:49:13.0047105Z env: 2023-02-04T08:49:13.0047506Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:49:13.0047762Z ##[endgroup] 2023-02-04T08:49:13.0190113Z curl: (22) The requested URL returned error: 404 Not Found 2023-02-04T08:49:13.0200875Z ami-id: 2023-02-04T08:49:13.0282944Z curl: (22) The requested URL returned error: 404 Not Found 2023-02-04T08:49:13.0293217Z instance-id: 2023-02-04T08:49:13.0371015Z curl: (22) The requested URL returned error: 404 Not Found 2023-02-04T08:49:13.0380003Z instance-type: 2023-02-04T08:49:13.0392150Z system info Linux gh-ci-gcp-a100-6 5.15.0-1025-gcp #32~20.04.2-Ubuntu SMP Tue Nov 29 08:31:04 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 2023-02-04T08:49:13.0415261Z ##[group]Run if systemctl is-active --quiet docker; then 2023-02-04T08:49:13.0415704Z if systemctl is-active --quiet docker; then 2023-02-04T08:49:13.0416111Z  echo "Docker daemon is running..."; 2023-02-04T08:49:13.0416526Z else 2023-02-04T08:49:13.0416835Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2023-02-04T08:49:13.0417319Z fi 2023-02-04T08:49:13.0470955Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:49:13.0471228Z env: 2023-02-04T08:49:13.0471475Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:49:13.0471688Z ##[endgroup] 2023-02-04T08:49:13.0542621Z Docker daemon is running... 2023-02-04T08:49:13.0563154Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-02-04T08:49:13.0563577Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-02-04T08:49:13.0563930Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-02-04T08:49:13.0564431Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2023-02-04T08:49:13.0564855Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2023-02-04T08:49:13.0581571Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:49:13.0581831Z env: 2023-02-04T08:49:13.0582043Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:49:13.0582281Z AWS_RETRY_MODE: standard 2023-02-04T08:49:13.0582496Z AWS_MAX_ATTEMPTS: 5 2023-02-04T08:49:13.0582735Z AWS_DEFAULT_REGION: us-east-1 2023-02-04T08:49:13.0582965Z ##[endgroup] 2023-02-04T08:49:15.2538348Z WARNING! Your password will be stored unencrypted in /home/ubuntu/.docker/config.json. 2023-02-04T08:49:15.2538811Z Configure a credential helper to remove this warning. See 2023-02-04T08:49:15.2539711Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2023-02-04T08:49:15.2540049Z 2023-02-04T08:49:15.2540217Z Login Succeeded 2023-02-04T08:49:15.2604962Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2023-02-04T08:49:15.2605622Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2023-02-04T08:49:15.2606128Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2023-02-04T08:49:15.2630521Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:49:15.2630794Z env: 2023-02-04T08:49:15.2631008Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:49:15.2631233Z ##[endgroup] 2023-02-04T08:49:15.2747623Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2023-02-04T08:49:15.2748167Z with: 2023-02-04T08:49:15.2748702Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:34842e6fbb02ca4c9247dac033ee8d3563b9117d 2023-02-04T08:49:15.2749135Z env: 2023-02-04T08:49:15.2749344Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:49:15.2749572Z ##[endgroup] 2023-02-04T08:49:15.2765685Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-02-04T08:49:15.2766017Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-02-04T08:49:15.2766339Z # ignore output since only exit code is used for conditional 2023-02-04T08:49:15.2766743Z # only pull docker image if it's not available locally 2023-02-04T08:49:15.2767096Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2023-02-04T08:49:15.2767477Z  retry docker pull "${DOCKER_IMAGE}" 2023-02-04T08:49:15.2767719Z fi 2023-02-04T08:49:15.2784538Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:49:15.2784805Z env: 2023-02-04T08:49:15.2785020Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:49:15.2785480Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:34842e6fbb02ca4c9247dac033ee8d3563b9117d 2023-02-04T08:49:15.2785919Z ##[endgroup] 2023-02-04T08:49:15.8854048Z 34842e6fbb02ca4c9247dac033ee8d3563b9117d: Pulling from pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7 2023-02-04T08:49:15.8854696Z fb668870d8a7: Pulling fs layer 2023-02-04T08:49:15.8855337Z 4542784317be: Pulling fs layer 2023-02-04T08:49:15.8855631Z e0bec5df5af5: Pulling fs layer 2023-02-04T08:49:15.8855870Z 4053f75740ab: Pulling fs layer 2023-02-04T08:49:15.8856602Z 57e09105cdfd: Pulling fs layer 2023-02-04T08:49:15.8856994Z 606761d225e5: Pulling fs layer 2023-02-04T08:49:15.8857379Z 69473a703fb4: Pulling fs layer 2023-02-04T08:49:15.8860548Z a08ab4e0594b: Pulling fs layer 2023-02-04T08:49:15.8861119Z 4cd507bccac2: Pulling fs layer 2023-02-04T08:49:15.8861507Z fa92f16621a4: Pulling fs layer 2023-02-04T08:49:15.8862756Z 6dc2b05bd224: Pulling fs layer 2023-02-04T08:49:15.8863030Z 8f258de3715c: Pulling fs layer 2023-02-04T08:49:15.8863267Z 439c3484160b: Pulling fs layer 2023-02-04T08:49:15.8863493Z 57e09105cdfd: Waiting 2023-02-04T08:49:15.8863707Z 5b14f9832187: Pulling fs layer 2023-02-04T08:49:15.8863939Z 835504f15bfd: Pulling fs layer 2023-02-04T08:49:15.8864212Z 69473a703fb4: Waiting 2023-02-04T08:49:15.8864423Z ee4496f3140b: Pulling fs layer 2023-02-04T08:49:15.8864646Z a08ab4e0594b: Waiting 2023-02-04T08:49:15.8864872Z 556aa2fcfca3: Pulling fs layer 2023-02-04T08:49:15.8865095Z 627639ed179f: Pulling fs layer 2023-02-04T08:49:15.8865421Z 6d1abbf47f82: Pulling fs layer 2023-02-04T08:49:15.8865660Z 6dc2b05bd224: Waiting 2023-02-04T08:49:15.8865855Z fa92f16621a4: Waiting 2023-02-04T08:49:15.8866092Z f923dfb28e1f: Pulling fs layer 2023-02-04T08:49:15.8866315Z 4cd507bccac2: Waiting 2023-02-04T08:49:15.8866525Z 9c6538e1e44c: Pulling fs layer 2023-02-04T08:49:15.8866739Z 5b14f9832187: Waiting 2023-02-04T08:49:15.8866961Z d1dd060e09bd: Pulling fs layer 2023-02-04T08:49:15.8867176Z 439c3484160b: Waiting 2023-02-04T08:49:15.8867368Z ee4496f3140b: Waiting 2023-02-04T08:49:15.8867577Z 556aa2fcfca3: Waiting 2023-02-04T08:49:15.8867795Z 1ab3576f383a: Pulling fs layer 2023-02-04T08:49:15.8868777Z 835504f15bfd: Waiting 2023-02-04T08:49:15.8869025Z 4053f75740ab: Waiting 2023-02-04T08:49:15.8869261Z 7d250f015c7f: Pulling fs layer 2023-02-04T08:49:15.8869471Z 606761d225e5: Waiting 2023-02-04T08:49:15.8869691Z 55260ffbcbb9: Pulling fs layer 2023-02-04T08:49:15.8869910Z 627639ed179f: Waiting 2023-02-04T08:49:15.8870118Z 83e51a461bd3: Pulling fs layer 2023-02-04T08:49:15.8870408Z 6d1abbf47f82: Waiting 2023-02-04T08:49:15.8870619Z f923dfb28e1f: Waiting 2023-02-04T08:49:15.8870825Z 7f32db78bae9: Pulling fs layer 2023-02-04T08:49:15.8871316Z 7d250f015c7f: Waiting 2023-02-04T08:49:15.8871544Z 1c91f83c51a2: Pulling fs layer 2023-02-04T08:49:15.8871755Z 9c6538e1e44c: Waiting 2023-02-04T08:49:15.8871960Z 83e51a461bd3: Waiting 2023-02-04T08:49:15.8872176Z e39b968f6350: Pulling fs layer 2023-02-04T08:49:15.8872398Z e2a6d68bf88f: Pulling fs layer 2023-02-04T08:49:15.8872639Z 1c91f83c51a2: Waiting 2023-02-04T08:49:15.8872935Z e39b968f6350: Waiting 2023-02-04T08:49:15.8873146Z 7c0dff09b0d6: Pulling fs layer 2023-02-04T08:49:15.8873366Z d1dd060e09bd: Waiting 2023-02-04T08:49:15.8873585Z 926004c4af06: Pulling fs layer 2023-02-04T08:49:15.8873790Z e2a6d68bf88f: Waiting 2023-02-04T08:49:15.8873997Z 7c0dff09b0d6: Waiting 2023-02-04T08:49:15.8874240Z 21ed4d45fad4: Pulling fs layer 2023-02-04T08:49:15.8874465Z 521a0db04f0e: Pulling fs layer 2023-02-04T08:49:15.8874682Z 1ab3576f383a: Waiting 2023-02-04T08:49:15.8874909Z 04bd895ada58: Pulling fs layer 2023-02-04T08:49:15.8875130Z e802043def06: Pulling fs layer 2023-02-04T08:49:15.8875371Z be1ac7f1dafd: Pulling fs layer 2023-02-04T08:49:15.8875610Z e86af6d3a144: Pulling fs layer 2023-02-04T08:49:15.8875815Z 521a0db04f0e: Waiting 2023-02-04T08:49:15.8876020Z 04bd895ada58: Waiting 2023-02-04T08:49:15.8876255Z 21ed4d45fad4: Waiting 2023-02-04T08:49:15.8876478Z 2ac5a718dab1: Pulling fs layer 2023-02-04T08:49:15.8876689Z be1ac7f1dafd: Waiting 2023-02-04T08:49:15.8876910Z b7467377752a: Pulling fs layer 2023-02-04T08:49:15.8877127Z e86af6d3a144: Waiting 2023-02-04T08:49:15.8877332Z 560edd49694b: Pulling fs layer 2023-02-04T08:49:15.8877549Z 2ac5a718dab1: Waiting 2023-02-04T08:49:15.8877749Z b7467377752a: Waiting 2023-02-04T08:49:15.8877947Z d19388e1ec33: Pulling fs layer 2023-02-04T08:49:15.8878182Z cacd5d7a42ca: Pulling fs layer 2023-02-04T08:49:15.8878401Z 560edd49694b: Waiting 2023-02-04T08:49:15.8878605Z 70b8fd042116: Pulling fs layer 2023-02-04T08:49:15.8878954Z 36579528103f: Pulling fs layer 2023-02-04T08:49:15.8879186Z b6eb4171e71d: Pulling fs layer 2023-02-04T08:49:15.8879408Z 779b30b0bcb8: Pulling fs layer 2023-02-04T08:49:15.8879644Z ce97673ba328: Pulling fs layer 2023-02-04T08:49:15.8879873Z 3a7a3f67019f: Pulling fs layer 2023-02-04T08:49:15.8880091Z 7b39ad8b00cd: Pulling fs layer 2023-02-04T08:49:15.8880376Z 36579528103f: Waiting 2023-02-04T08:49:15.8880599Z 5eda5ebe40e1: Pulling fs layer 2023-02-04T08:49:15.8880807Z b6eb4171e71d: Waiting 2023-02-04T08:49:15.8881030Z fbb107d1febc: Pulling fs layer 2023-02-04T08:49:15.8881252Z 7b39ad8b00cd: Waiting 2023-02-04T08:49:15.8881466Z 93bf91ad08f3: Pulling fs layer 2023-02-04T08:49:15.8881682Z 70b8fd042116: Waiting 2023-02-04T08:49:15.8881890Z 779b30b0bcb8: Waiting 2023-02-04T08:49:15.8882083Z 93bf91ad08f3: Waiting 2023-02-04T08:49:15.8882299Z 56573b537ed3: Pulling fs layer 2023-02-04T08:49:15.8882515Z ce97673ba328: Waiting 2023-02-04T08:49:15.8882704Z 56573b537ed3: Waiting 2023-02-04T08:49:15.8882909Z fbb107d1febc: Waiting 2023-02-04T08:49:16.4969465Z 4542784317be: Verifying Checksum 2023-02-04T08:49:16.4970005Z 4542784317be: Download complete 2023-02-04T08:49:16.6653015Z fb668870d8a7: Verifying Checksum 2023-02-04T08:49:16.6653542Z fb668870d8a7: Download complete 2023-02-04T08:49:16.8072874Z 4053f75740ab: Verifying Checksum 2023-02-04T08:49:16.8073364Z 4053f75740ab: Download complete 2023-02-04T08:49:16.9474339Z 57e09105cdfd: Verifying Checksum 2023-02-04T08:49:16.9474842Z 57e09105cdfd: Download complete 2023-02-04T08:49:16.9594509Z e0bec5df5af5: Verifying Checksum 2023-02-04T08:49:16.9594983Z e0bec5df5af5: Download complete 2023-02-04T08:49:17.2670052Z a08ab4e0594b: Verifying Checksum 2023-02-04T08:49:17.2670582Z a08ab4e0594b: Download complete 2023-02-04T08:49:17.3116063Z 69473a703fb4: Download complete 2023-02-04T08:49:17.3838754Z fb668870d8a7: Pull complete 2023-02-04T08:49:17.5747334Z 4cd507bccac2: Verifying Checksum 2023-02-04T08:49:17.5747849Z 4cd507bccac2: Download complete 2023-02-04T08:49:17.6101948Z 4542784317be: Pull complete 2023-02-04T08:49:17.9283755Z 6dc2b05bd224: Verifying Checksum 2023-02-04T08:49:17.9284292Z 6dc2b05bd224: Download complete 2023-02-04T08:49:18.2200351Z 8f258de3715c: Verifying Checksum 2023-02-04T08:49:18.2200812Z 8f258de3715c: Download complete 2023-02-04T08:49:18.4803109Z e0bec5df5af5: Pull complete 2023-02-04T08:49:18.5456709Z 4053f75740ab: Pull complete 2023-02-04T08:49:18.6092562Z 57e09105cdfd: Pull complete 2023-02-04T08:49:20.7589587Z 439c3484160b: Verifying Checksum 2023-02-04T08:49:20.7589959Z 439c3484160b: Download complete 2023-02-04T08:49:21.0497864Z 5b14f9832187: Verifying Checksum 2023-02-04T08:49:21.0498195Z 5b14f9832187: Download complete 2023-02-04T08:49:21.3307843Z 835504f15bfd: Verifying Checksum 2023-02-04T08:49:21.3308438Z 835504f15bfd: Download complete 2023-02-04T08:49:21.6674259Z ee4496f3140b: Verifying Checksum 2023-02-04T08:49:21.6674635Z ee4496f3140b: Download complete 2023-02-04T08:49:24.2071352Z 556aa2fcfca3: Verifying Checksum 2023-02-04T08:49:24.2071936Z 556aa2fcfca3: Download complete 2023-02-04T08:49:24.4892456Z 627639ed179f: Download complete 2023-02-04T08:49:24.7740018Z 6d1abbf47f82: Verifying Checksum 2023-02-04T08:49:24.7740379Z 6d1abbf47f82: Download complete 2023-02-04T08:49:28.0758963Z 606761d225e5: Verifying Checksum 2023-02-04T08:49:28.0759626Z 606761d225e5: Download complete 2023-02-04T08:49:28.3865032Z 9c6538e1e44c: Verifying Checksum 2023-02-04T08:49:28.3865583Z 9c6538e1e44c: Download complete 2023-02-04T08:49:28.6578693Z d1dd060e09bd: Verifying Checksum 2023-02-04T08:49:28.6579172Z d1dd060e09bd: Download complete 2023-02-04T08:49:28.9523170Z 1ab3576f383a: Verifying Checksum 2023-02-04T08:49:28.9523793Z 1ab3576f383a: Download complete 2023-02-04T08:49:29.2402423Z 7d250f015c7f: Download complete 2023-02-04T08:49:29.5248806Z 55260ffbcbb9: Verifying Checksum 2023-02-04T08:49:29.5249275Z 55260ffbcbb9: Download complete 2023-02-04T08:49:29.7990932Z 83e51a461bd3: Download complete 2023-02-04T08:49:31.2455620Z 7f32db78bae9: Verifying Checksum 2023-02-04T08:49:31.2456395Z 7f32db78bae9: Download complete 2023-02-04T08:49:31.5245676Z 1c91f83c51a2: Download complete 2023-02-04T08:49:31.8092713Z e39b968f6350: Verifying Checksum 2023-02-04T08:49:31.8093246Z e39b968f6350: Download complete 2023-02-04T08:49:32.0573006Z fa92f16621a4: Download complete 2023-02-04T08:49:32.2360461Z e2a6d68bf88f: Download complete 2023-02-04T08:49:32.3398322Z 7c0dff09b0d6: Download complete 2023-02-04T08:49:32.5152962Z 926004c4af06: Verifying Checksum 2023-02-04T08:49:32.5153336Z 926004c4af06: Download complete 2023-02-04T08:49:32.8047903Z 521a0db04f0e: Download complete 2023-02-04T08:49:33.1025659Z 04bd895ada58: Verifying Checksum 2023-02-04T08:49:33.1026181Z 04bd895ada58: Download complete 2023-02-04T08:49:33.9821944Z e802043def06: Verifying Checksum 2023-02-04T08:49:33.9822637Z e802043def06: Download complete 2023-02-04T08:49:34.2604437Z be1ac7f1dafd: Verifying Checksum 2023-02-04T08:49:34.2604975Z be1ac7f1dafd: Download complete 2023-02-04T08:49:34.5438277Z e86af6d3a144: Download complete 2023-02-04T08:49:34.8823129Z 21ed4d45fad4: Verifying Checksum 2023-02-04T08:49:34.8823550Z 21ed4d45fad4: Download complete 2023-02-04T08:49:35.1841586Z b7467377752a: Download complete 2023-02-04T08:49:35.2553742Z 2ac5a718dab1: Verifying Checksum 2023-02-04T08:49:35.2554323Z 2ac5a718dab1: Download complete 2023-02-04T08:49:35.5270932Z d19388e1ec33: Verifying Checksum 2023-02-04T08:49:35.5271299Z d19388e1ec33: Download complete 2023-02-04T08:49:35.8147104Z cacd5d7a42ca: Verifying Checksum 2023-02-04T08:49:35.8147518Z cacd5d7a42ca: Download complete 2023-02-04T08:49:36.1446414Z 560edd49694b: Verifying Checksum 2023-02-04T08:49:36.1446843Z 560edd49694b: Download complete 2023-02-04T08:49:36.4566144Z 36579528103f: Verifying Checksum 2023-02-04T08:49:36.4566605Z 36579528103f: Download complete 2023-02-04T08:49:36.7511080Z b6eb4171e71d: Verifying Checksum 2023-02-04T08:49:36.7511555Z b6eb4171e71d: Download complete 2023-02-04T08:49:37.0348290Z 779b30b0bcb8: Download complete 2023-02-04T08:49:37.3282871Z ce97673ba328: Download complete 2023-02-04T08:49:37.9676207Z 3a7a3f67019f: Verifying Checksum 2023-02-04T08:49:37.9676803Z 3a7a3f67019f: Download complete 2023-02-04T08:49:38.2589433Z 7b39ad8b00cd: Verifying Checksum 2023-02-04T08:49:38.2589976Z 7b39ad8b00cd: Download complete 2023-02-04T08:49:39.2862229Z 70b8fd042116: Download complete 2023-02-04T08:49:39.3229582Z 5eda5ebe40e1: Verifying Checksum 2023-02-04T08:49:39.3230197Z 5eda5ebe40e1: Download complete 2023-02-04T08:49:39.5717150Z fbb107d1febc: Download complete 2023-02-04T08:49:39.8657424Z 56573b537ed3: Verifying Checksum 2023-02-04T08:49:39.8657743Z 56573b537ed3: Download complete 2023-02-04T08:49:41.7448871Z 606761d225e5: Pull complete 2023-02-04T08:49:41.8155274Z 69473a703fb4: Pull complete 2023-02-04T08:49:41.8827847Z a08ab4e0594b: Pull complete 2023-02-04T08:49:41.9449349Z 4cd507bccac2: Pull complete 2023-02-04T08:49:44.9562213Z f923dfb28e1f: Verifying Checksum 2023-02-04T08:49:44.9562706Z f923dfb28e1f: Download complete 2023-02-04T08:50:02.3121413Z fa92f16621a4: Pull complete 2023-02-04T08:50:02.7918791Z 6dc2b05bd224: Pull complete 2023-02-04T08:50:03.2471760Z 8f258de3715c: Pull complete 2023-02-04T08:50:03.6692758Z 93bf91ad08f3: Verifying Checksum 2023-02-04T08:50:03.6693069Z 93bf91ad08f3: Download complete 2023-02-04T08:50:08.8334122Z 439c3484160b: Pull complete 2023-02-04T08:50:09.3088769Z 5b14f9832187: Pull complete 2023-02-04T08:50:09.7606695Z 835504f15bfd: Pull complete 2023-02-04T08:50:09.8601652Z ee4496f3140b: Pull complete 2023-02-04T08:50:11.5385522Z 556aa2fcfca3: Pull complete 2023-02-04T08:50:11.5978099Z 627639ed179f: Pull complete 2023-02-04T08:50:11.6543304Z 6d1abbf47f82: Pull complete 2023-02-04T08:50:44.3240989Z f923dfb28e1f: Pull complete 2023-02-04T08:50:44.3821369Z 9c6538e1e44c: Pull complete 2023-02-04T08:50:44.4372363Z d1dd060e09bd: Pull complete 2023-02-04T08:50:44.4938177Z 1ab3576f383a: Pull complete 2023-02-04T08:50:44.5501208Z 7d250f015c7f: Pull complete 2023-02-04T08:50:44.6060545Z 55260ffbcbb9: Pull complete 2023-02-04T08:50:44.6631388Z 83e51a461bd3: Pull complete 2023-02-04T08:50:47.3373343Z 7f32db78bae9: Pull complete 2023-02-04T08:50:47.8605591Z 1c91f83c51a2: Pull complete 2023-02-04T08:50:48.1776871Z e39b968f6350: Pull complete 2023-02-04T08:50:48.2891137Z e2a6d68bf88f: Pull complete 2023-02-04T08:50:48.3465388Z 7c0dff09b0d6: Pull complete 2023-02-04T08:50:48.4039341Z 926004c4af06: Pull complete 2023-02-04T08:50:53.2766899Z 21ed4d45fad4: Pull complete 2023-02-04T08:50:53.3366100Z 521a0db04f0e: Pull complete 2023-02-04T08:50:53.3948699Z 04bd895ada58: Pull complete 2023-02-04T08:50:54.6284947Z e802043def06: Pull complete 2023-02-04T08:50:55.1035173Z be1ac7f1dafd: Pull complete 2023-02-04T08:50:55.6292887Z e86af6d3a144: Pull complete 2023-02-04T08:50:56.3187315Z 2ac5a718dab1: Pull complete 2023-02-04T08:50:56.3763404Z b7467377752a: Pull complete 2023-02-04T08:50:57.6888079Z 560edd49694b: Pull complete 2023-02-04T08:50:57.7476770Z d19388e1ec33: Pull complete 2023-02-04T08:50:57.8058870Z cacd5d7a42ca: Pull complete 2023-02-04T08:51:02.8164491Z 70b8fd042116: Pull complete 2023-02-04T08:51:02.9145961Z 36579528103f: Pull complete 2023-02-04T08:51:03.0595851Z b6eb4171e71d: Pull complete 2023-02-04T08:51:03.1900416Z 779b30b0bcb8: Pull complete 2023-02-04T08:51:03.4026465Z ce97673ba328: Pull complete 2023-02-04T08:51:04.1300149Z 3a7a3f67019f: Pull complete 2023-02-04T08:51:04.1870242Z 7b39ad8b00cd: Pull complete 2023-02-04T08:51:06.0483447Z 5eda5ebe40e1: Pull complete 2023-02-04T08:51:06.1030883Z fbb107d1febc: Pull complete 2023-02-04T08:51:33.6971550Z 93bf91ad08f3: Pull complete 2023-02-04T08:51:33.7578310Z 56573b537ed3: Pull complete 2023-02-04T08:51:33.7692282Z Digest: sha256:870d7f2b93080c6e224db0040513898899b129d528fa4ef26b4f5a25353b51d6 2023-02-04T08:51:33.7726173Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:34842e6fbb02ca4c9247dac033ee8d3563b9117d 2023-02-04T08:51:33.7749858Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:34842e6fbb02ca4c9247dac033ee8d3563b9117d 2023-02-04T08:51:33.7931640Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2023-02-04T08:51:33.7931924Z with: 2023-02-04T08:51:33.7932134Z driver-version: 515.76 2023-02-04T08:51:33.7932348Z env: 2023-02-04T08:51:33.7932540Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:51:33.7932765Z ##[endgroup] 2023-02-04T08:51:33.7965252Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2023-02-04T08:51:33.7965536Z with: 2023-02-04T08:51:33.7965719Z timeout_minutes: 10 2023-02-04T08:51:33.7965934Z max_attempts: 3 2023-02-04T08:51:33.7972892Z command: # Is it disgusting to have a full shell script here in this github action? Sure # But is it the best way to make it so that this action relies on nothing else? Absolutely set -eou pipefail DISTRIBUTION=$(. /etc/os-release;echo $ID$VERSION_ID) DRIVER_FN="NVIDIA-Linux-x86_64-${DRIVER_VERSION}.run" YUM_REPO_URL="https://nvidia.github.io/nvidia-docker/${DISTRIBUTION}/nvidia-docker.repo" install_nvidia_docker2_amzn2() { ( set -x # Needed for yum-config-manager sudo yum install -y yum-utils sudo yum-config-manager --add-repo "${YUM_REPO_URL}" sudo yum install -y nvidia-docker2 sudo systemctl restart docker ) } install_nvidia_docker2_ubuntu20() { ( set -x sudo apt-get install -y nvidia-docker2 sudo systemctl restart docker ) } pre_install_nvidia_driver_amzn2() { ( # Purge any nvidia driver installed from RHEL repo sudo yum remove -y nvidia-driver-latest-dkms ) } install_nvidia_driver_common() { ( # Try to gather more information about the runner and its existing NVIDIA driver if any echo "Before installing NVIDIA driver" lspci lsmod modinfo nvidia || true HAS_NVIDIA_DRIVER=0 # Check if NVIDIA driver has already been installed if [ -x "$(command -v nvidia-smi)" ]; then set +e # The driver exists, check its version next. Also check only the first GPU if there are more than one of them # so that the same driver version is not print over multiple lines INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then echo "Failed to get NVIDIA driver version ($INSTALLED_DRIVER_VERSION). Continuing" elif [ "$INSTALLED_DRIVER_VERSION" != "$DRIVER_VERSION" ]; then echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has been installed, but we expect to have $DRIVER_VERSION instead. Continuing" else HAS_NVIDIA_DRIVER=1 echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has already been installed. Skipping NVIDIA driver installation" fi set -e fi if [ "$HAS_NVIDIA_DRIVER" -eq 0 ]; then # CAUTION: this may need to be updated in future if [ "${DISTRIBUTION}" != ubuntu20.04 ]; then sudo yum groupinstall -y "Development Tools" # ensure our kernel install is the same as our underlying kernel, # groupinstall "Development Tools" has a habit of mismatching kernel headers sudo yum install -y "kernel-devel-uname-r == $(uname -r)" sudo modprobe backlight fi sudo curl -fsL -o /tmp/nvidia_driver "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN" set +e sudo /bin/bash /tmp/nvidia_driver -s --no-drm NVIDIA_INSTALLATION_STATUS=$? RESET_GPU=0 if [ "$NVIDIA_INSTALLATION_STATUS" -ne 0 ]; then sudo cat /var/log/nvidia-installer.log # Fail to install NVIDIA driver, try to reset the GPU RESET_GPU=1 elif [ -x "$(command -v nvidia-smi)" ]; then # Check again if nvidia-smi works even if the driver installation completes successfully INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then RESET_GPU=1 fi fi if [ "$RESET_GPU" -eq 1 ]; then NVIDIA_DEVICES=$(lspci -D | grep -i NVIDIA | cut -d' ' -f1) # The GPU can get stuck in a failure state if somehow the test crashs the GPU microcode. When this # happens, we'll try to reset all NVIDIA devices https://github.com/pytorch/pytorch/issues/88388 for PCI_ID in $NVIDIA_DEVICES; do DEVICE_ENABLED=$(cat /sys/bus/pci/devices/$PCI_ID/enable) echo "Reseting $PCI_ID (enabled state: $DEVICE_ENABLED)" # This requires sudo permission of course echo "1" | sudo tee /sys/bus/pci/devices/$PCI_ID/reset sleep 1 done fi sudo rm -fv /tmp/nvidia_driver set -e fi ) } post_install_nvidia_driver_common() { ( sudo modprobe nvidia || true echo "After installing NVIDIA driver" lspci lsmod modinfo nvidia || true ( set +e nvidia-smi NVIDIA_SMI_STATUS=$? # Allowable exit statuses for nvidia-smi, see: https://github.com/NVIDIA/gpu-operator/issues/285 if [ "$NVIDIA_SMI_STATUS" -eq 0 ] || [ "$NVIDIA_SMI_STATUS" -eq 14 ]; then echo "INFO: Ignoring allowed status ${NVIDIA_SMI_STATUS}" else echo "ERROR: nvidia-smi exited with unresolved status ${NVIDIA_SMI_STATUS}" exit ${NVIDIA_SMI_STATUS} fi set -e ) ) } install_nvidia_driver_amzn2() { ( set -x pre_install_nvidia_driver_amzn2 install_nvidia_driver_common post_install_nvidia_driver_common ) } install_nvidia_driver_ubuntu20() { ( set -x install_nvidia_driver_common post_install_nvidia_driver_common ) } echo "== Installing nvidia driver ${DRIVER_FN} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_driver_amzn2 ;; ubuntu20.04) install_nvidia_driver_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac # Install container toolkit based on distribution echo "== Installing nvidia container toolkit for ${DISTRIBUTION} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_docker2_amzn2 ;; ubuntu20.04) install_nvidia_docker2_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac echo "GPU_FLAG=--gpus all" >> "${GITHUB_ENV}" 2023-02-04T08:51:33.7979872Z retry_wait_seconds: 10 2023-02-04T08:51:33.7980126Z polling_interval_seconds: 1 2023-02-04T08:51:33.7980367Z warning_on_retry: true 2023-02-04T08:51:33.7980582Z continue_on_error: false 2023-02-04T08:51:33.7980791Z env: 2023-02-04T08:51:33.7980995Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:51:33.7981216Z DRIVER_VERSION: 515.76 2023-02-04T08:51:33.7981434Z ##[endgroup] 2023-02-04T08:51:33.8791016Z == Installing nvidia driver NVIDIA-Linux-x86_64-515.76.run == 2023-02-04T08:51:33.8791683Z + install_nvidia_driver_common 2023-02-04T08:51:33.8793834Z + echo 'Before installing NVIDIA driver' 2023-02-04T08:51:33.8796465Z Before installing NVIDIA driver 2023-02-04T08:51:33.8798787Z + lspci 2023-02-04T08:51:33.8908344Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 2023-02-04T08:51:33.8908739Z 00:01.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 03) 2023-02-04T08:51:33.8912926Z 00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03) 2023-02-04T08:51:33.8914131Z 00:03.0 Non-VGA unclassified device: Red Hat, Inc. Virtio SCSI 2023-02-04T08:51:33.8914788Z 00:04.0 3D controller: NVIDIA Corporation Device 20b0 (rev a1) 2023-02-04T08:51:33.8915132Z 00:05.0 Ethernet controller: Red Hat, Inc. Virtio network device 2023-02-04T08:51:33.8915463Z 00:06.0 Unclassified device [00ff]: Red Hat, Inc. Virtio RNG 2023-02-04T08:51:33.8915704Z + lsmod 2023-02-04T08:51:33.8934860Z Module Size Used by 2023-02-04T08:51:33.8935253Z btrfs 1536000 0 2023-02-04T08:51:33.8935491Z blake2b_generic 20480 0 2023-02-04T08:51:33.8935722Z xor 24576 1 btrfs 2023-02-04T08:51:33.8936031Z zstd_compress 225280 1 btrfs 2023-02-04T08:51:33.8936459Z raid6_pq 122880 1 btrfs 2023-02-04T08:51:33.8937547Z ufs 106496 0 2023-02-04T08:51:33.8937897Z msdos 20480 0 2023-02-04T08:51:33.8938313Z xfs 1753088 0 2023-02-04T08:51:33.8938709Z nvidia_modeset 1146880 0 2023-02-04T08:51:33.8939155Z nvidia_uvm 1331200 0 2023-02-04T08:51:33.8939530Z veth 32768 0 2023-02-04T08:51:33.8939878Z nvidia 40837120 2 nvidia_uvm,nvidia_modeset 2023-02-04T08:51:33.8940135Z drm 618496 1 nvidia 2023-02-04T08:51:33.8940354Z xt_conntrack 16384 1 2023-02-04T08:51:33.8940582Z xt_MASQUERADE 20480 1 2023-02-04T08:51:33.8940807Z xfrm_user 40960 1 2023-02-04T08:51:33.8941026Z xfrm_algo 16384 1 xfrm_user 2023-02-04T08:51:33.8941262Z xt_addrtype 16384 2 2023-02-04T08:51:33.8941494Z iptable_filter 16384 1 2023-02-04T08:51:33.8941718Z iptable_nat 16384 1 2023-02-04T08:51:33.8941964Z nf_nat 49152 2 iptable_nat,xt_MASQUERADE 2023-02-04T08:51:33.8942215Z bpfilter 16384 0 2023-02-04T08:51:33.8942441Z br_netfilter 28672 0 2023-02-04T08:51:33.8942668Z bridge 307200 1 br_netfilter 2023-02-04T08:51:33.8942913Z stp 16384 1 bridge 2023-02-04T08:51:33.8943382Z llc 16384 2 bridge,stp 2023-02-04T08:51:33.8943594Z aufs 270336 0 2023-02-04T08:51:33.8943811Z overlay 151552 0 2023-02-04T08:51:33.8944031Z nls_iso8859_1 16384 1 2023-02-04T08:51:33.8944237Z dm_multipath 40960 0 2023-02-04T08:51:33.8944459Z scsi_dh_rdac 16384 0 2023-02-04T08:51:33.8944680Z scsi_dh_emc 16384 0 2023-02-04T08:51:33.8944883Z scsi_dh_alua 20480 0 2023-02-04T08:51:33.8945098Z binfmt_misc 24576 1 2023-02-04T08:51:33.8945323Z crct10dif_pclmul 16384 1 2023-02-04T08:51:33.8945534Z crc32_pclmul 16384 0 2023-02-04T08:51:33.8945761Z ghash_clmulni_intel 16384 0 2023-02-04T08:51:33.8945992Z aesni_intel 376832 0 2023-02-04T08:51:33.8946214Z crypto_simd 16384 1 aesni_intel 2023-02-04T08:51:33.8946558Z virtio_net 61440 0 2023-02-04T08:51:33.8946825Z cryptd 24576 2 crypto_simd,ghash_clmulni_intel 2023-02-04T08:51:33.8947101Z psmouse 176128 0 2023-02-04T08:51:33.8947332Z net_failover 20480 1 virtio_net 2023-02-04T08:51:33.8947571Z input_leds 16384 0 2023-02-04T08:51:33.8947806Z failover 16384 1 net_failover 2023-02-04T08:51:33.8948282Z serio_raw 20480 0 2023-02-04T08:51:33.8948512Z efi_pstore 16384 0 2023-02-04T08:51:33.8948739Z sch_fq_codel 24576 13 2023-02-04T08:51:33.8948952Z virtio_rng 16384 0 2023-02-04T08:51:33.8949220Z ip_tables 32768 2 iptable_filter,iptable_nat 2023-02-04T08:51:33.8949601Z x_tables 53248 6 xt_conntrack,iptable_filter,xt_addrtype,ip_tables,iptable_nat,xt_MASQUERADE 2023-02-04T08:51:33.8949976Z autofs4 49152 2 2023-02-04T08:51:33.8950319Z + modinfo nvidia 2023-02-04T08:51:33.8950825Z filename: /lib/modules/5.15.0-1025-gcp/kernel/drivers/video/nvidia.ko 2023-02-04T08:51:33.8951339Z firmware: nvidia/515.76/gsp.bin 2023-02-04T08:51:33.8951864Z alias: char-major-195-* 2023-02-04T08:51:33.8952229Z version: 515.76 2023-02-04T08:51:33.8952614Z supported: external 2023-02-04T08:51:33.8952967Z license: NVIDIA 2023-02-04T08:51:33.8953358Z srcversion: 9B058442E3B98BD738AB1CF 2023-02-04T08:51:33.8953846Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2023-02-04T08:51:33.8954282Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2023-02-04T08:51:33.8954697Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2023-02-04T08:51:33.8955066Z depends: drm 2023-02-04T08:51:33.8955470Z retpoline: Y 2023-02-04T08:51:33.8955784Z name: nvidia 2023-02-04T08:51:33.8956515Z vermagic: 5.15.0-1025-gcp SMP mod_unload modversions 2023-02-04T08:51:33.8957061Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2023-02-04T08:51:33.8957612Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2023-02-04T08:51:33.8958194Z parm: NVreg_ResmanDebugLevel:int 2023-02-04T08:51:33.8958513Z parm: NVreg_RmLogonRC:int 2023-02-04T08:51:33.8958768Z parm: NVreg_ModifyDeviceFiles:int 2023-02-04T08:51:33.8959039Z parm: NVreg_DeviceFileUID:int 2023-02-04T08:51:33.8959300Z parm: NVreg_DeviceFileGID:int 2023-02-04T08:51:33.8959569Z parm: NVreg_DeviceFileMode:int 2023-02-04T08:51:33.8959881Z parm: NVreg_InitializeSystemMemoryAllocations:int 2023-02-04T08:51:33.8960214Z parm: NVreg_UsePageAttributeTable:int 2023-02-04T08:51:33.8960499Z parm: NVreg_EnablePCIeGen3:int 2023-02-04T08:51:33.8960738Z parm: NVreg_EnableMSI:int 2023-02-04T08:51:33.8960994Z parm: NVreg_TCEBypassMode:int 2023-02-04T08:51:33.8961274Z parm: NVreg_EnableStreamMemOPs:int 2023-02-04T08:51:33.8961581Z parm: NVreg_RestrictProfilingToAdminUsers:int 2023-02-04T08:51:33.8961929Z parm: NVreg_PreserveVideoMemoryAllocations:int 2023-02-04T08:51:33.8962264Z parm: NVreg_EnableS0ixPowerManagement:int 2023-02-04T08:51:33.8962789Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2023-02-04T08:51:33.8963148Z parm: NVreg_DynamicPowerManagement:int 2023-02-04T08:51:33.8963518Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2023-02-04T08:51:33.8963874Z parm: NVreg_EnableGpuFirmware:int 2023-02-04T08:51:33.8964155Z parm: NVreg_EnableGpuFirmwareLogs:int 2023-02-04T08:51:33.8964478Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2023-02-04T08:51:33.8964806Z parm: NVreg_EnableUserNUMAManagement:int 2023-02-04T08:51:33.8965086Z parm: NVreg_MemoryPoolSize:int 2023-02-04T08:51:33.8965366Z parm: NVreg_KMallocHeapMaxSize:int 2023-02-04T08:51:33.8965651Z parm: NVreg_VMallocHeapMaxSize:int 2023-02-04T08:51:33.8965914Z parm: NVreg_IgnoreMMIOCheck:int 2023-02-04T08:51:33.8966179Z parm: NVreg_NvLinkDisable:int 2023-02-04T08:51:33.8966547Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2023-02-04T08:51:33.8966857Z parm: NVreg_RegisterPCIDriver:int 2023-02-04T08:51:33.8967143Z parm: NVreg_EnableDbgBreakpoint:int 2023-02-04T08:51:33.8967427Z parm: NVreg_RegistryDwords:charp 2023-02-04T08:51:33.8967713Z parm: NVreg_RegistryDwordsPerDevice:charp 2023-02-04T08:51:33.8967995Z parm: NVreg_RmMsg:charp 2023-02-04T08:51:33.8968249Z parm: NVreg_GpuBlacklist:charp 2023-02-04T08:51:33.8968531Z parm: NVreg_TemporaryFilePath:charp 2023-02-04T08:51:33.8968792Z parm: NVreg_ExcludedGpus:charp 2023-02-04T08:51:33.8969065Z parm: NVreg_DmaRemapPeerMmio:int 2023-02-04T08:51:33.8969330Z parm: rm_firmware_active:charp 2023-02-04T08:51:33.8969556Z + HAS_NVIDIA_DRIVER=0 2023-02-04T08:51:33.8969898Z ++ command -v nvidia-smi 2023-02-04T08:51:33.8970194Z + '[' -x /usr/bin/nvidia-smi ']' 2023-02-04T08:51:33.8970401Z + set +e 2023-02-04T08:51:33.8970780Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2023-02-04T08:51:36.8314801Z + INSTALLED_DRIVER_VERSION=515.76 2023-02-04T08:51:36.8315266Z + NVIDIA_SMI_STATUS=0 2023-02-04T08:51:36.8315968Z + '[' 0 -ne 0 ']' 2023-02-04T08:51:36.8316314Z + '[' 515.76 '!=' 515.76 ']' 2023-02-04T08:51:36.8316538Z + HAS_NVIDIA_DRIVER=1 2023-02-04T08:51:36.8316997Z + echo 'NVIDIA driver (515.76) has already been installed. Skipping NVIDIA driver installation' 2023-02-04T08:51:36.8317334Z + set -e 2023-02-04T08:51:36.8317573Z + '[' 1 -eq 0 ']' 2023-02-04T08:51:36.8317793Z + post_install_nvidia_driver_common 2023-02-04T08:51:36.8318133Z NVIDIA driver (515.76) has already been installed. Skipping NVIDIA driver installation 2023-02-04T08:51:36.8318452Z + sudo modprobe nvidia 2023-02-04T08:51:36.8448967Z + echo 'After installing NVIDIA driver' 2023-02-04T08:51:36.8449331Z + lspci 2023-02-04T08:51:36.8449565Z After installing NVIDIA driver 2023-02-04T08:51:36.8557683Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 2023-02-04T08:51:36.8558385Z 00:01.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 03) 2023-02-04T08:51:36.8558743Z 00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03) 2023-02-04T08:51:36.8559227Z 00:03.0 Non-VGA unclassified device: Red Hat, Inc. Virtio SCSI 2023-02-04T08:51:36.8559546Z 00:04.0 3D controller: NVIDIA Corporation Device 20b0 (rev a1) 2023-02-04T08:51:36.8559880Z 00:05.0 Ethernet controller: Red Hat, Inc. Virtio network device 2023-02-04T08:51:36.8560207Z 00:06.0 Unclassified device [00ff]: Red Hat, Inc. Virtio RNG 2023-02-04T08:51:36.8560461Z + lsmod 2023-02-04T08:51:36.8582449Z Module Size Used by 2023-02-04T08:51:36.8582925Z btrfs 1536000 0 2023-02-04T08:51:36.8583270Z blake2b_generic 20480 0 2023-02-04T08:51:36.8583647Z xor 24576 1 btrfs 2023-02-04T08:51:36.8584032Z zstd_compress 225280 1 btrfs 2023-02-04T08:51:36.8584512Z raid6_pq 122880 1 btrfs 2023-02-04T08:51:36.8585248Z ufs 106496 0 2023-02-04T08:51:36.8585484Z msdos 20480 0 2023-02-04T08:51:36.8585699Z xfs 1753088 0 2023-02-04T08:51:36.8585945Z nvidia_modeset 1146880 0 2023-02-04T08:51:36.8586170Z nvidia_uvm 1331200 0 2023-02-04T08:51:36.8586392Z veth 32768 0 2023-02-04T08:51:36.8586633Z nvidia 40837120 2 nvidia_uvm,nvidia_modeset 2023-02-04T08:51:36.8586894Z drm 618496 1 nvidia 2023-02-04T08:51:36.8587128Z xt_conntrack 16384 1 2023-02-04T08:51:36.8587357Z xt_MASQUERADE 20480 1 2023-02-04T08:51:36.8587569Z xfrm_user 40960 1 2023-02-04T08:51:36.8587800Z xfrm_algo 16384 1 xfrm_user 2023-02-04T08:51:36.8588262Z xt_addrtype 16384 2 2023-02-04T08:51:36.8588501Z iptable_filter 16384 1 2023-02-04T08:51:36.8588750Z iptable_nat 16384 1 2023-02-04T08:51:36.8589010Z nf_nat 49152 2 iptable_nat,xt_MASQUERADE 2023-02-04T08:51:36.8589255Z bpfilter 16384 0 2023-02-04T08:51:36.8589509Z br_netfilter 28672 0 2023-02-04T08:51:36.8589770Z bridge 307200 1 br_netfilter 2023-02-04T08:51:36.8590000Z stp 16384 1 bridge 2023-02-04T08:51:36.8590237Z llc 16384 2 bridge,stp 2023-02-04T08:51:36.8590463Z aufs 270336 0 2023-02-04T08:51:36.8590665Z overlay 151552 0 2023-02-04T08:51:36.8590881Z nls_iso8859_1 16384 1 2023-02-04T08:51:36.8591188Z dm_multipath 40960 0 2023-02-04T08:51:36.8591440Z scsi_dh_rdac 16384 0 2023-02-04T08:51:36.8591734Z scsi_dh_emc 16384 0 2023-02-04T08:51:36.8592056Z scsi_dh_alua 20480 0 2023-02-04T08:51:36.8592300Z binfmt_misc 24576 1 2023-02-04T08:51:36.8592816Z crct10dif_pclmul 16384 1 2023-02-04T08:51:36.8593066Z crc32_pclmul 16384 0 2023-02-04T08:51:36.8593359Z ghash_clmulni_intel 16384 0 2023-02-04T08:51:36.8593677Z aesni_intel 376832 0 2023-02-04T08:51:36.8594068Z crypto_simd 16384 1 aesni_intel 2023-02-04T08:51:36.8594418Z virtio_net 61440 0 2023-02-04T08:51:36.8594756Z cryptd 24576 2 crypto_simd,ghash_clmulni_intel 2023-02-04T08:51:36.8595051Z psmouse 176128 0 2023-02-04T08:51:36.8595444Z net_failover 20480 1 virtio_net 2023-02-04T08:51:36.8595753Z input_leds 16384 0 2023-02-04T08:51:36.8596095Z failover 16384 1 net_failover 2023-02-04T08:51:36.8596354Z serio_raw 20480 0 2023-02-04T08:51:36.8596653Z efi_pstore 16384 0 2023-02-04T08:51:36.8596951Z sch_fq_codel 24576 13 2023-02-04T08:51:36.8597200Z virtio_rng 16384 0 2023-02-04T08:51:36.8597587Z ip_tables 32768 2 iptable_filter,iptable_nat 2023-02-04T08:51:36.8598172Z x_tables 53248 6 xt_conntrack,iptable_filter,xt_addrtype,ip_tables,iptable_nat,xt_MASQUERADE 2023-02-04T08:51:36.8598681Z autofs4 49152 2 2023-02-04T08:51:36.8599093Z + modinfo nvidia 2023-02-04T08:51:36.8600328Z filename: /lib/modules/5.15.0-1025-gcp/kernel/drivers/video/nvidia.ko 2023-02-04T08:51:36.8600841Z firmware: nvidia/515.76/gsp.bin 2023-02-04T08:51:36.8601550Z alias: char-major-195-* 2023-02-04T08:51:36.8601999Z version: 515.76 2023-02-04T08:51:36.8602395Z supported: external 2023-02-04T08:51:36.8602643Z license: NVIDIA 2023-02-04T08:51:36.8602974Z srcversion: 9B058442E3B98BD738AB1CF 2023-02-04T08:51:36.8603338Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2023-02-04T08:51:36.8603802Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2023-02-04T08:51:36.8604374Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2023-02-04T08:51:36.8604886Z depends: drm 2023-02-04T08:51:36.8605358Z retpoline: Y 2023-02-04T08:51:36.8605787Z name: nvidia 2023-02-04T08:51:36.8606671Z vermagic: 5.15.0-1025-gcp SMP mod_unload modversions 2023-02-04T08:51:36.8607291Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2023-02-04T08:51:36.8607749Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2023-02-04T08:51:36.8608145Z parm: NVreg_ResmanDebugLevel:int 2023-02-04T08:51:36.8608479Z parm: NVreg_RmLogonRC:int 2023-02-04T08:51:36.8608816Z parm: NVreg_ModifyDeviceFiles:int 2023-02-04T08:51:36.8609167Z parm: NVreg_DeviceFileUID:int 2023-02-04T08:51:36.8609563Z parm: NVreg_DeviceFileGID:int 2023-02-04T08:51:36.8609853Z parm: NVreg_DeviceFileMode:int 2023-02-04T08:51:36.8649573Z parm: NVreg_InitializeSystemMemoryAllocations:int 2023-02-04T08:51:36.8650042Z parm: NVreg_UsePageAttributeTable:int 2023-02-04T08:51:36.8650322Z parm: NVreg_EnablePCIeGen3:int 2023-02-04T08:51:36.8650579Z parm: NVreg_EnableMSI:int 2023-02-04T08:51:36.8650835Z parm: NVreg_TCEBypassMode:int 2023-02-04T08:51:36.8651098Z parm: NVreg_EnableStreamMemOPs:int 2023-02-04T08:51:36.8651438Z parm: NVreg_RestrictProfilingToAdminUsers:int 2023-02-04T08:51:36.8651792Z parm: NVreg_PreserveVideoMemoryAllocations:int 2023-02-04T08:51:36.8652119Z parm: NVreg_EnableS0ixPowerManagement:int 2023-02-04T08:51:36.8652485Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2023-02-04T08:51:36.8652843Z parm: NVreg_DynamicPowerManagement:int 2023-02-04T08:51:36.8653220Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2023-02-04T08:51:36.8653562Z parm: NVreg_EnableGpuFirmware:int 2023-02-04T08:51:36.8653861Z parm: NVreg_EnableGpuFirmwareLogs:int 2023-02-04T08:51:36.8654185Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2023-02-04T08:51:36.8654501Z parm: NVreg_EnableUserNUMAManagement:int 2023-02-04T08:51:36.8654795Z parm: NVreg_MemoryPoolSize:int 2023-02-04T08:51:36.8655133Z parm: NVreg_KMallocHeapMaxSize:int 2023-02-04T08:51:36.8655415Z parm: NVreg_VMallocHeapMaxSize:int 2023-02-04T08:51:36.8655913Z parm: NVreg_IgnoreMMIOCheck:int 2023-02-04T08:51:36.8656188Z parm: NVreg_NvLinkDisable:int 2023-02-04T08:51:36.8656486Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2023-02-04T08:51:36.8656805Z parm: NVreg_RegisterPCIDriver:int 2023-02-04T08:51:36.8657096Z parm: NVreg_EnableDbgBreakpoint:int 2023-02-04T08:51:36.8657363Z parm: NVreg_RegistryDwords:charp 2023-02-04T08:51:36.8657672Z parm: NVreg_RegistryDwordsPerDevice:charp 2023-02-04T08:51:36.8657955Z parm: NVreg_RmMsg:charp 2023-02-04T08:51:36.8658206Z parm: NVreg_GpuBlacklist:charp 2023-02-04T08:51:36.8658473Z parm: NVreg_TemporaryFilePath:charp 2023-02-04T08:51:36.8658750Z parm: NVreg_ExcludedGpus:charp 2023-02-04T08:51:36.8659024Z parm: NVreg_DmaRemapPeerMmio:int 2023-02-04T08:51:36.8659280Z parm: rm_firmware_active:charp 2023-02-04T08:51:36.8659527Z + set +e 2023-02-04T08:51:36.8659888Z + nvidia-smi 2023-02-04T08:51:39.2346605Z Sat Feb 4 08:51:39 2023 2023-02-04T08:51:39.2347328Z +-----------------------------------------------------------------------------+ 2023-02-04T08:51:39.2347820Z | NVIDIA-SMI 515.76 Driver Version: 515.76 CUDA Version: 11.7 | 2023-02-04T08:51:39.2348432Z |-------------------------------+----------------------+----------------------+ 2023-02-04T08:51:39.2348933Z | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | 2023-02-04T08:51:39.2349411Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2023-02-04T08:51:39.2349728Z | | | MIG M. | 2023-02-04T08:51:39.2349996Z |===============================+======================+======================| 2023-02-04T08:51:39.2928581Z | 0 NVIDIA A100-SXM... Off | 00000000:00:04.0 Off | 0 | 2023-02-04T08:51:39.2930241Z | N/A 32C P0 53W / 400W | 0MiB / 40960MiB | 2% Default | 2023-02-04T08:51:39.2930653Z | | | Disabled | 2023-02-04T08:51:39.2931442Z +-------------------------------+----------------------+----------------------+ 2023-02-04T08:51:39.2931890Z 2023-02-04T08:51:39.2932480Z +-----------------------------------------------------------------------------+ 2023-02-04T08:51:39.2932964Z | Processes: | 2023-02-04T08:51:39.2933403Z | GPU GI CI PID Type Process name GPU Memory | 2023-02-04T08:51:39.2933810Z | ID ID Usage | 2023-02-04T08:51:39.2934182Z |=============================================================================| 2023-02-04T08:51:39.2934592Z | No running processes found | 2023-02-04T08:51:39.2935282Z +-----------------------------------------------------------------------------+ 2023-02-04T08:51:39.9585392Z + NVIDIA_SMI_STATUS=0 2023-02-04T08:51:39.9586066Z + '[' 0 -eq 0 ']' 2023-02-04T08:51:39.9586393Z + echo 'INFO: Ignoring allowed status 0' 2023-02-04T08:51:39.9586639Z + set -e 2023-02-04T08:51:39.9586860Z INFO: Ignoring allowed status 0 2023-02-04T08:51:39.9593837Z == Installing nvidia container toolkit for ubuntu20.04 == 2023-02-04T08:51:39.9597282Z + sudo apt-get install -y nvidia-docker2 2023-02-04T08:51:40.0293671Z Reading package lists... 2023-02-04T08:51:40.2337870Z Building dependency tree... 2023-02-04T08:51:40.2342288Z Reading state information... 2023-02-04T08:51:40.4036659Z nvidia-docker2 is already the newest version (2.11.0-1). 2023-02-04T08:51:40.4037104Z The following packages were automatically installed and are no longer required: 2023-02-04T08:51:40.4037630Z libatasmart4 libblockdev-fs2 libblockdev-loop2 libblockdev-part-err2 2023-02-04T08:51:40.4039178Z libblockdev-part2 libblockdev-swap2 libblockdev-utils2 libblockdev2 2023-02-04T08:51:40.4039672Z libexpat1-dev libmm-glib0 libnspr4 libnss3 libnuma1 libparted-fs-resize0 2023-02-04T08:51:40.4042690Z libpython3-dev libpython3.8-dev libudisks2-0 usb-modeswitch 2023-02-04T08:51:40.4043044Z usb-modeswitch-data 2023-02-04T08:51:40.4043369Z Use 'sudo apt autoremove' to remove them. 2023-02-04T08:51:40.4960473Z 0 upgraded, 0 newly installed, 0 to remove and 41 not upgraded. 2023-02-04T08:51:40.5698393Z + sudo systemctl restart docker 2023-02-04T08:51:48.9039021Z Command completed after 1 attempt(s). 2023-02-04T08:51:48.9123101Z ##[group]Run python3 -m pip install psutil==5.9.1 pynvml==11.4.1 2023-02-04T08:51:48.9123478Z python3 -m pip install psutil==5.9.1 pynvml==11.4.1 2023-02-04T08:51:48.9123794Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2023-02-04T08:51:48.9124138Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2023-02-04T08:51:48.9144129Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:51:48.9144388Z env: 2023-02-04T08:51:48.9144605Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:51:48.9144845Z GPU_FLAG: --gpus all 2023-02-04T08:51:48.9145052Z ##[endgroup] 2023-02-04T08:51:50.0758640Z Requirement already satisfied: psutil==5.9.1 in /home/ubuntu/.local/lib/python3.8/site-packages (5.9.1) 2023-02-04T08:51:50.0843439Z Requirement already satisfied: pynvml==11.4.1 in /home/ubuntu/.local/lib/python3.8/site-packages (11.4.1) 2023-02-04T08:51:50.3021057Z Prepare all required actions 2023-02-04T08:51:50.3021374Z Getting action download info 2023-02-04T08:51:50.4784254Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2023-02-04T08:51:50.9913031Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2023-02-04T08:51:51.3439514Z ##[group]Run ./.github/actions/download-build-artifacts 2023-02-04T08:51:51.3439926Z with: 2023-02-04T08:51:51.3440182Z name: linux-bionic-cuda11.7-py3.10-gcc7-sm80 2023-02-04T08:51:51.3440439Z env: 2023-02-04T08:51:51.3440650Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:51:51.3440872Z GPU_FLAG: --gpus all 2023-02-04T08:51:51.3441089Z ##[endgroup] 2023-02-04T08:51:51.3472184Z ##[group]Run seemethere/download-artifact-s3@v4 2023-02-04T08:51:51.3472449Z with: 2023-02-04T08:51:51.3472714Z name: linux-bionic-cuda11.7-py3.10-gcc7-sm80 2023-02-04T08:51:51.3472983Z s3-bucket: gha-artifacts 2023-02-04T08:51:51.3473289Z region: us-east-1 2023-02-04T08:51:51.3473479Z env: 2023-02-04T08:51:51.3473688Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:51:51.3473923Z GPU_FLAG: --gpus all 2023-02-04T08:51:51.3474126Z ##[endgroup] 2023-02-04T08:51:52.6943995Z Found 1 objects with prefix pytorch/pytorch/4090742663/linux-bionic-cuda11.7-py3.10-gcc7-sm80/ 2023-02-04T08:51:52.6944646Z Starting download (1/1): /home/ubuntu/actions-runner/_work/pytorch/pytorch/artifacts.zip 2023-02-04T08:52:03.5845980Z Finished download (1/1): /home/ubuntu/actions-runner/_work/pytorch/pytorch/artifacts.zip 2023-02-04T08:52:03.5846511Z 2023-02-04T08:52:03.5905519Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2023-02-04T08:52:03.5926849Z Artifact download has finished successfully 2023-02-04T08:52:03.6116997Z ##[group]Run unzip -o artifacts.zip 2023-02-04T08:52:03.6117273Z unzip -o artifacts.zip 2023-02-04T08:52:03.6135832Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:52:03.6136123Z env: 2023-02-04T08:52:03.6136338Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:52:03.6136575Z GPU_FLAG: --gpus all 2023-02-04T08:52:03.6136784Z ##[endgroup] 2023-02-04T08:52:03.6192496Z Archive: artifacts.zip 2023-02-04T08:52:03.6194723Z creating: dist/ 2023-02-04T08:52:05.5707002Z inflating: dist/torch-2.0.0a0+git996cc1c-cp310-cp310-linux_x86_64.whl 2023-02-04T08:52:05.5707873Z creating: build/custom_test_artifacts/ 2023-02-04T08:52:05.5708536Z creating: build/custom_test_artifacts/custom-op-build/ 2023-02-04T08:52:05.5708985Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2023-02-04T08:52:05.5712511Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2023-02-04T08:52:05.5713868Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2023-02-04T08:52:05.5714441Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2023-02-04T08:52:05.5715045Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2023-02-04T08:52:05.5715721Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2023-02-04T08:52:05.5716820Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2023-02-04T08:52:05.5717820Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2023-02-04T08:52:05.5718410Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2023-02-04T08:52:05.5718950Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2023-02-04T08:52:05.5720137Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2023-02-04T08:52:05.5721611Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2023-02-04T08:52:05.5722561Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2023-02-04T08:52:05.5723173Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2023-02-04T08:52:05.5724294Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2023-02-04T08:52:05.5725271Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2023-02-04T08:52:05.5725822Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2023-02-04T08:52:05.5726414Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2023-02-04T08:52:05.5779645Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2023-02-04T08:52:05.5780459Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2023-02-04T08:52:05.5781204Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2023-02-04T08:52:05.5781965Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2023-02-04T08:52:05.5782715Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2023-02-04T08:52:05.5783445Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2023-02-04T08:52:05.5784110Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2023-02-04T08:52:05.5784795Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2023-02-04T08:52:05.5785507Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2023-02-04T08:52:05.5823673Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2023-02-04T08:52:05.5863633Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2023-02-04T08:52:05.5864365Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2023-02-04T08:52:05.5865036Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2023-02-04T08:52:05.5865698Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2023-02-04T08:52:05.5866332Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2023-02-04T08:52:05.5866944Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2023-02-04T08:52:05.5867546Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2023-02-04T08:52:05.5868331Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2023-02-04T08:52:05.5939518Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2023-02-04T08:52:05.6009837Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2023-02-04T08:52:05.6010529Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2023-02-04T08:52:05.6011084Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2023-02-04T08:52:05.6011947Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2023-02-04T08:52:05.6012494Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2023-02-04T08:52:05.6013014Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2023-02-04T08:52:05.6013588Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2023-02-04T08:52:05.6014323Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2023-02-04T08:52:05.6014885Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2023-02-04T08:52:05.6015442Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2023-02-04T08:52:05.6016023Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2023-02-04T08:52:05.6016570Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2023-02-04T08:52:05.6017145Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2023-02-04T08:52:05.6017774Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2023-02-04T08:52:05.6018335Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2023-02-04T08:52:05.6039214Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2023-02-04T08:52:05.6155732Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2023-02-04T08:52:05.6156537Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2023-02-04T08:52:05.6157137Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2023-02-04T08:52:05.6157756Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2023-02-04T08:52:05.6158354Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2023-02-04T08:52:05.6158937Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2023-02-04T08:52:05.6159526Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2023-02-04T08:52:05.6160208Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2023-02-04T08:52:05.6160808Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2023-02-04T08:52:05.6161434Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2023-02-04T08:52:05.6162041Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2023-02-04T08:52:05.6182660Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2023-02-04T08:52:05.6267670Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2023-02-04T08:52:05.6268542Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2023-02-04T08:52:05.6269147Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2023-02-04T08:52:05.6269694Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2023-02-04T08:52:05.6270298Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2023-02-04T08:52:05.6270816Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2023-02-04T08:52:05.6271330Z inflating: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc 2023-02-04T08:52:05.6273296Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2023-02-04T08:52:05.6273823Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2023-02-04T08:52:05.6274314Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2023-02-04T08:52:05.6367916Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2023-02-04T08:52:05.6430907Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2023-02-04T08:52:05.6431833Z creating: build/custom_test_artifacts/jit-hook-build/ 2023-02-04T08:52:05.6432291Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2023-02-04T08:52:05.6438432Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2023-02-04T08:52:05.6439032Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2023-02-04T08:52:05.6439560Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2023-02-04T08:52:05.6440094Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2023-02-04T08:52:05.6440600Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2023-02-04T08:52:05.6441472Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2023-02-04T08:52:05.6442419Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2023-02-04T08:52:05.6443161Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2023-02-04T08:52:05.6443680Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2023-02-04T08:52:05.6445461Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2023-02-04T08:52:05.6446364Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2023-02-04T08:52:05.6447809Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2023-02-04T08:52:05.6448562Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2023-02-04T08:52:05.6449494Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2023-02-04T08:52:05.6450279Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2023-02-04T08:52:05.6451198Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2023-02-04T08:52:05.6451729Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2023-02-04T08:52:05.6521442Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2023-02-04T08:52:05.6522294Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2023-02-04T08:52:05.6522993Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2023-02-04T08:52:05.6523695Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2023-02-04T08:52:05.6524367Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2023-02-04T08:52:05.6525024Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2023-02-04T08:52:05.6525685Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2023-02-04T08:52:05.6526323Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2023-02-04T08:52:05.6527205Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2023-02-04T08:52:05.6563555Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2023-02-04T08:52:05.6602952Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2023-02-04T08:52:05.6603674Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2023-02-04T08:52:05.6604443Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2023-02-04T08:52:05.6605043Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2023-02-04T08:52:05.6605639Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2023-02-04T08:52:05.6606237Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2023-02-04T08:52:05.6606807Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2023-02-04T08:52:05.6607953Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2023-02-04T08:52:05.6679115Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2023-02-04T08:52:05.6749428Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2023-02-04T08:52:05.6750228Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2023-02-04T08:52:05.6750741Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2023-02-04T08:52:05.6751308Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2023-02-04T08:52:05.6751828Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2023-02-04T08:52:05.6752339Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2023-02-04T08:52:05.6752888Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2023-02-04T08:52:05.6753478Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2023-02-04T08:52:05.6754049Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2023-02-04T08:52:05.6754584Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2023-02-04T08:52:05.6755141Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2023-02-04T08:52:05.6755954Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2023-02-04T08:52:05.6757879Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2023-02-04T08:52:05.6758491Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2023-02-04T08:52:05.6759069Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2023-02-04T08:52:05.6778770Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2023-02-04T08:52:05.6845155Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2023-02-04T08:52:05.6845801Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2023-02-04T08:52:05.6846392Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2023-02-04T08:52:05.6846946Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2023-02-04T08:52:05.6847764Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2023-02-04T08:52:05.6848270Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2023-02-04T08:52:05.6848778Z inflating: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc 2023-02-04T08:52:05.6849606Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2023-02-04T08:52:05.6850394Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2023-02-04T08:52:05.6851599Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2023-02-04T08:52:05.6901841Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2023-02-04T08:52:05.6902374Z creating: build/custom_test_artifacts/custom-backend-build/ 2023-02-04T08:52:05.6902852Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2023-02-04T08:52:05.6908588Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2023-02-04T08:52:05.6909182Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2023-02-04T08:52:05.6909736Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2023-02-04T08:52:05.6910353Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2023-02-04T08:52:05.6910927Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2023-02-04T08:52:05.6911920Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2023-02-04T08:52:05.6913042Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2023-02-04T08:52:05.6913615Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2023-02-04T08:52:05.6914381Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2023-02-04T08:52:05.6916750Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2023-02-04T08:52:05.6917531Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2023-02-04T08:52:05.6919105Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2023-02-04T08:52:05.6919737Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2023-02-04T08:52:05.6920662Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2023-02-04T08:52:05.6921531Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2023-02-04T08:52:05.6922126Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2023-02-04T08:52:05.6922701Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2023-02-04T08:52:05.6976017Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2023-02-04T08:52:05.6976912Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2023-02-04T08:52:05.6977658Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2023-02-04T08:52:05.6978424Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2023-02-04T08:52:05.6979211Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2023-02-04T08:52:05.6979933Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2023-02-04T08:52:05.6981035Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2023-02-04T08:52:05.6981766Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2023-02-04T08:52:05.6982471Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2023-02-04T08:52:05.7019872Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2023-02-04T08:52:05.7060771Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2023-02-04T08:52:05.7061538Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2023-02-04T08:52:05.7062218Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2023-02-04T08:52:05.7062868Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2023-02-04T08:52:05.7063488Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2023-02-04T08:52:05.7064113Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2023-02-04T08:52:05.7064722Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2023-02-04T08:52:05.7065367Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2023-02-04T08:52:05.7136368Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2023-02-04T08:52:05.7206978Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2023-02-04T08:52:05.7207624Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2023-02-04T08:52:05.7208180Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2023-02-04T08:52:05.7208727Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2023-02-04T08:52:05.7209274Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2023-02-04T08:52:05.7209832Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2023-02-04T08:52:05.7210421Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2023-02-04T08:52:05.7211036Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2023-02-04T08:52:05.7211653Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2023-02-04T08:52:05.7212242Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2023-02-04T08:52:05.7212848Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2023-02-04T08:52:05.7213436Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2023-02-04T08:52:05.7214045Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2023-02-04T08:52:05.7214661Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2023-02-04T08:52:05.7215264Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2023-02-04T08:52:05.7218443Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2023-02-04T08:52:05.7368247Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2023-02-04T08:52:05.7369021Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2023-02-04T08:52:05.7369637Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2023-02-04T08:52:05.7370269Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2023-02-04T08:52:05.7371014Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2023-02-04T08:52:05.7371621Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2023-02-04T08:52:05.7372240Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2023-02-04T08:52:05.7372852Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2023-02-04T08:52:05.7373466Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2023-02-04T08:52:05.7374083Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2023-02-04T08:52:05.7374692Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2023-02-04T08:52:05.7395543Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2023-02-04T08:52:05.7455508Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2023-02-04T08:52:05.7456162Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2023-02-04T08:52:05.7456847Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2023-02-04T08:52:05.7457416Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2023-02-04T08:52:05.7457941Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2023-02-04T08:52:05.7458628Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2023-02-04T08:52:05.7459164Z inflating: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc 2023-02-04T08:52:05.7461302Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2023-02-04T08:52:05.7461914Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2023-02-04T08:52:05.7462923Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2023-02-04T08:52:05.7581193Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2023-02-04T08:52:05.7627426Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2023-02-04T08:52:05.7627762Z creating: build/lib/ 2023-02-04T08:52:05.7628258Z inflating: build/lib/libclog.a 2023-02-04T08:52:05.7695917Z inflating: build/lib/libgtest.a 2023-02-04T08:52:05.7705361Z inflating: build/lib/libpthreadpool.a 2023-02-04T08:52:05.7800621Z inflating: build/lib/libbenchmark.a 2023-02-04T08:52:05.7903786Z inflating: build/lib/libprotobuf-lite.a 2023-02-04T08:52:05.7912263Z inflating: build/lib/libittnotify.a 2023-02-04T08:52:05.7986413Z inflating: build/lib/libasmjit.a 2023-02-04T08:52:05.8016995Z inflating: build/lib/libtensorpipe_uv.a 2023-02-04T08:52:05.8535298Z inflating: build/lib/libprotobuf.a 2023-02-04T08:52:05.8671544Z inflating: build/lib/libgloo.a 2023-02-04T08:52:05.8703331Z inflating: build/lib/libfmt.a 2023-02-04T08:52:05.8704926Z inflating: build/lib/libcaffe2_nvrtc.so 2023-02-04T08:52:05.8705483Z inflating: build/lib/libfoxi_loader.a 2023-02-04T08:52:05.8788168Z inflating: build/lib/libc10.so 2023-02-04T08:52:05.8788681Z inflating: build/lib/libtorch_global_deps.so 2023-02-04T08:52:05.8797882Z inflating: build/lib/libcpuinfo.a 2023-02-04T08:52:05.8806216Z inflating: build/lib/libcpuinfo_internals.a 2023-02-04T08:52:05.8821586Z inflating: build/lib/libqnnpack.a 2023-02-04T08:52:05.8823771Z inflating: build/lib/libnnpack_reference_layers.a 2023-02-04T08:52:05.9425523Z inflating: build/lib/libprotoc.a 2023-02-04T08:52:05.9447488Z inflating: build/lib/libpytorch_qnnpack.a 2023-02-04T08:52:05.9464640Z inflating: build/lib/libgmock.a 2023-02-04T08:52:05.9465441Z inflating: build/lib/libgtest_main.a 2023-02-04T08:52:05.9465902Z inflating: build/lib/libbenchmark_main.a 2023-02-04T08:52:05.9487777Z inflating: build/lib/libnnpack.a 2023-02-04T08:52:06.9089332Z inflating: build/lib/libdnnl.a 2023-02-04T08:52:06.9770724Z inflating: build/lib/libtensorpipe.a 2023-02-04T08:52:06.9906953Z inflating: build/lib/libXNNPACK.a 2023-02-04T08:52:06.9959440Z inflating: build/lib/libc10_cuda.so 2023-02-04T08:52:06.9959775Z inflating: build/lib/libgmock_main.a 2023-02-04T08:52:07.1456754Z inflating: build/lib/libfbgemm.a 2023-02-04T08:52:07.2568121Z inflating: build/lib/libdnnl_graph.a 2023-02-04T08:52:07.3069580Z inflating: build/lib/libkineto.a 2023-02-04T08:52:07.3351023Z inflating: build/lib/libtensorpipe_cuda.a 2023-02-04T08:52:07.3394663Z inflating: build/lib/libcaffe2_protos.a 2023-02-04T08:52:07.3441520Z inflating: build/lib/libonnx_proto.a 2023-02-04T08:52:07.4099343Z inflating: build/lib/libonnx.a 2023-02-04T08:52:07.4520799Z inflating: build/lib/libgloo_cuda.a 2023-02-04T08:52:09.7969227Z inflating: build/lib/libtorch_cpu.so 2023-02-04T08:52:09.7982573Z inflating: build/lib/libunbox_lib.a 2023-02-04T08:52:11.5868799Z inflating: build/lib/libtorch_cuda.so 2023-02-04T08:52:11.5869147Z inflating: build/lib/libtorch.so 2023-02-04T08:52:12.5583702Z inflating: build/lib/libtorch_cuda_linalg.so 2023-02-04T08:52:12.5585097Z inflating: build/lib/libc10d_cuda_test.so 2023-02-04T08:52:12.5608723Z inflating: build/lib/libjitbackend_test.so 2023-02-04T08:52:12.5668079Z inflating: build/lib/libtorchbind_test.so 2023-02-04T08:52:12.5697724Z inflating: build/lib/libbackend_with_compiler.so 2023-02-04T08:52:12.5702267Z inflating: build/lib/libshm.so 2023-02-04T08:52:12.6406632Z inflating: build/lib/libnvfuser_codegen.so 2023-02-04T08:52:12.8184607Z inflating: build/lib/libtorch_python.so 2023-02-04T08:52:12.8184967Z inflating: build/lib/libnnapi_backend.so 2023-02-04T08:52:12.8185213Z creating: build/bin/ 2023-02-04T08:52:12.8235739Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2023-02-04T08:52:12.8291022Z inflating: build/bin/c10_DeviceGuard_test 2023-02-04T08:52:12.8347677Z inflating: build/bin/c10_Device_test 2023-02-04T08:52:12.8410572Z inflating: build/bin/c10_DispatchKeySet_test 2023-02-04T08:52:12.8462179Z inflating: build/bin/c10_StreamGuard_test 2023-02-04T08:52:12.8514987Z inflating: build/bin/c10_SymInt_test 2023-02-04T08:52:12.8574531Z inflating: build/bin/c10_InlineDeviceGuard_test 2023-02-04T08:52:12.8634652Z inflating: build/bin/c10_InlineStreamGuard_test 2023-02-04T08:52:12.8695314Z inflating: build/bin/c10_SizesAndStrides_test 2023-02-04T08:52:12.8747770Z inflating: build/bin/c10_Array_test 2023-02-04T08:52:12.8804819Z inflating: build/bin/c10_Bitset_test 2023-02-04T08:52:12.8860124Z inflating: build/bin/c10_C++17_test 2023-02-04T08:52:12.8911534Z inflating: build/bin/c10_ConstexprCrc_test 2023-02-04T08:52:12.8964087Z inflating: build/bin/c10_DeadlockDetection_test 2023-02-04T08:52:12.9017041Z inflating: build/bin/c10_Half_test 2023-02-04T08:52:12.9077560Z inflating: build/bin/c10_LeftRight_test 2023-02-04T08:52:12.9143972Z inflating: build/bin/c10_Metaprogramming_test 2023-02-04T08:52:12.9301940Z inflating: build/bin/c10_SmallVectorTest 2023-02-04T08:52:12.9355699Z inflating: build/bin/c10_Synchronized_test 2023-02-04T08:52:12.9416088Z inflating: build/bin/c10_ThreadLocal_test 2023-02-04T08:52:12.9472928Z inflating: build/bin/c10_TypeIndex_test 2023-02-04T08:52:12.9526641Z inflating: build/bin/c10_TypeList_test 2023-02-04T08:52:12.9577873Z inflating: build/bin/c10_TypeTraits_test 2023-02-04T08:52:12.9633930Z inflating: build/bin/c10_accumulate_test 2023-02-04T08:52:12.9693521Z inflating: build/bin/c10_bfloat16_test 2023-02-04T08:52:12.9752635Z inflating: build/bin/c10_complex_math_test 2023-02-04T08:52:12.9811086Z inflating: build/bin/c10_complex_test 2023-02-04T08:52:12.9927360Z inflating: build/bin/c10_either_test 2023-02-04T08:52:12.9983506Z inflating: build/bin/c10_exception_test 2023-02-04T08:52:13.0037134Z inflating: build/bin/c10_flags_test 2023-02-04T08:52:13.0216014Z inflating: build/bin/c10_intrusive_ptr_test 2023-02-04T08:52:13.0270005Z inflating: build/bin/c10_irange_test 2023-02-04T08:52:13.0332503Z inflating: build/bin/c10_logging_test 2023-02-04T08:52:13.0412142Z inflating: build/bin/c10_optional_test 2023-02-04T08:52:13.0478302Z inflating: build/bin/c10_ordered_preserving_dict_test 2023-02-04T08:52:13.0538371Z inflating: build/bin/c10_registry_test 2023-02-04T08:52:13.0601522Z inflating: build/bin/c10_string_view_test 2023-02-04T08:52:13.0658593Z inflating: build/bin/c10_tempfile_test 2023-02-04T08:52:13.0741727Z inflating: build/bin/c10_typeid_test 2023-02-04T08:52:13.0820982Z inflating: build/bin/c10_intrusive_ptr_benchmark 2023-02-04T08:52:13.1331108Z inflating: build/bin/protoc-3.13.0.0 2023-02-04T08:52:13.1835202Z inflating: build/bin/protoc 2023-02-04T08:52:13.1892308Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_1_var_test 2023-02-04T08:52:13.1949052Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_catches_stream 2023-02-04T08:52:13.2005851Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device 2023-02-04T08:52:13.2061880Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_from_2_processes 2023-02-04T08:52:13.2119097Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads 2023-02-04T08:52:13.2175937Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks 2023-02-04T08:52:13.2232674Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block 2023-02-04T08:52:13.2284154Z inflating: build/bin/c10_cuda_CUDATest 2023-02-04T08:52:13.2597764Z inflating: build/bin/vec_test_all_types_DEFAULT 2023-02-04T08:52:13.2947099Z inflating: build/bin/vec_test_all_types_AVX2 2023-02-04T08:52:13.3010770Z inflating: build/bin/TCPStoreTest 2023-02-04T08:52:13.3068280Z inflating: build/bin/HashStoreTest 2023-02-04T08:52:13.3125762Z inflating: build/bin/FileStoreTest 2023-02-04T08:52:13.3141063Z inflating: build/bin/ProcessGroupMPITest 2023-02-04T08:52:13.3206451Z inflating: build/bin/test_edge_op_registration 2023-02-04T08:52:13.3209251Z inflating: build/bin/example_allreduce 2023-02-04T08:52:13.3265946Z inflating: build/bin/Dimname_test 2023-02-04T08:52:13.3343529Z inflating: build/bin/Dict_test 2023-02-04T08:52:13.3411899Z inflating: build/bin/MaybeOwned_test 2023-02-04T08:52:13.3473207Z inflating: build/bin/NamedTensor_test 2023-02-04T08:52:13.3536253Z inflating: build/bin/apply_utils_test 2023-02-04T08:52:13.3598799Z inflating: build/bin/atest 2023-02-04T08:52:13.3663909Z inflating: build/bin/basic 2023-02-04T08:52:13.3722098Z inflating: build/bin/broadcast_test 2023-02-04T08:52:13.3783757Z inflating: build/bin/cpu_generator_test 2023-02-04T08:52:13.3841028Z inflating: build/bin/cpu_profiling_allocator_test 2023-02-04T08:52:13.3893657Z inflating: build/bin/dispatch_key_set_test 2023-02-04T08:52:13.3987468Z inflating: build/bin/cpu_rng_test 2023-02-04T08:52:13.4040460Z inflating: build/bin/dlconvertor_test 2023-02-04T08:52:13.4102728Z inflating: build/bin/extension_backend_test 2023-02-04T08:52:13.4161640Z inflating: build/bin/half_test 2023-02-04T08:52:13.4264160Z inflating: build/bin/ivalue_test 2023-02-04T08:52:13.4318299Z inflating: build/bin/lazy_tensor_test 2023-02-04T08:52:13.4377909Z inflating: build/bin/math_kernel_test 2023-02-04T08:52:13.4438683Z inflating: build/bin/memory_format_test 2023-02-04T08:52:13.4497158Z inflating: build/bin/memory_overlapping_test 2023-02-04T08:52:13.4553710Z inflating: build/bin/mobile_memory_cleanup 2023-02-04T08:52:13.4608194Z inflating: build/bin/operator_name_test 2023-02-04T08:52:13.4668201Z inflating: build/bin/native_test 2023-02-04T08:52:13.4721886Z inflating: build/bin/operators_test 2023-02-04T08:52:13.4778508Z inflating: build/bin/packedtensoraccessor_test 2023-02-04T08:52:13.4840136Z inflating: build/bin/quantized_test 2023-02-04T08:52:13.4910546Z inflating: build/bin/pow_test 2023-02-04T08:52:13.4963036Z inflating: build/bin/reduce_ops_test 2023-02-04T08:52:13.5017623Z inflating: build/bin/reportMemoryUsage_test 2023-02-04T08:52:13.5077913Z inflating: build/bin/scalar_tensor_test 2023-02-04T08:52:13.5138941Z inflating: build/bin/scalar_test 2023-02-04T08:52:13.5195253Z inflating: build/bin/stride_properties_test 2023-02-04T08:52:13.5278857Z inflating: build/bin/tensor_iterator_test 2023-02-04T08:52:13.5337249Z inflating: build/bin/type_ptr_test 2023-02-04T08:52:13.5340198Z inflating: build/bin/thread_init_test 2023-02-04T08:52:13.5400030Z inflating: build/bin/test_parallel 2023-02-04T08:52:13.5453879Z inflating: build/bin/variant_test 2023-02-04T08:52:13.5510335Z inflating: build/bin/undefined_tensor_test 2023-02-04T08:52:13.5575055Z inflating: build/bin/type_test 2023-02-04T08:52:13.5575871Z inflating: build/bin/verify_api_visibility 2023-02-04T08:52:13.5649705Z inflating: build/bin/legacy_vmap_test 2023-02-04T08:52:13.5704594Z inflating: build/bin/weakref_test 2023-02-04T08:52:13.5758866Z inflating: build/bin/wrapdim_test 2023-02-04T08:52:13.5822680Z inflating: build/bin/IListRef_test 2023-02-04T08:52:13.5938607Z inflating: build/bin/List_test 2023-02-04T08:52:13.5990607Z inflating: build/bin/xla_tensor_test 2023-02-04T08:52:13.6059648Z inflating: build/bin/KernelFunction_test 2023-02-04T08:52:13.6188658Z inflating: build/bin/kernel_function_legacy_test 2023-02-04T08:52:13.6289975Z inflating: build/bin/kernel_function_test 2023-02-04T08:52:13.6426000Z inflating: build/bin/kernel_lambda_legacy_test 2023-02-04T08:52:13.6539007Z inflating: build/bin/kernel_lambda_test 2023-02-04T08:52:13.6603421Z inflating: build/bin/kernel_stackbased_test 2023-02-04T08:52:13.6704782Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2023-02-04T08:52:13.6759507Z inflating: build/bin/CppSignature_test 2023-02-04T08:52:13.6810589Z inflating: build/bin/op_allowlist_test 2023-02-04T08:52:13.6871170Z inflating: build/bin/backend_fallback_test 2023-02-04T08:52:13.6928570Z inflating: build/bin/inline_container_test 2023-02-04T08:52:13.7238297Z inflating: build/bin/op_registration_test 2023-02-04T08:52:13.7293962Z inflating: build/bin/cuda_apply_test 2023-02-04T08:52:13.7357900Z inflating: build/bin/cuda_atomic_ops_test 2023-02-04T08:52:13.7415566Z inflating: build/bin/cuda_caching_host_allocator_test 2023-02-04T08:52:13.7468065Z inflating: build/bin/cuda_device_test 2023-02-04T08:52:13.7542830Z inflating: build/bin/cuda_complex_math_test 2023-02-04T08:52:13.7605360Z inflating: build/bin/cuda_complex_test 2023-02-04T08:52:13.7668520Z inflating: build/bin/cuda_cub_test 2023-02-04T08:52:13.7721802Z inflating: build/bin/cuda_dlconvertor_test 2023-02-04T08:52:13.7776494Z inflating: build/bin/cuda_integer_divider_test 2023-02-04T08:52:13.7846697Z inflating: build/bin/cuda_distributions_test 2023-02-04T08:52:13.7898854Z inflating: build/bin/cuda_half_test 2023-02-04T08:52:13.7962013Z inflating: build/bin/cuda_generator_test 2023-02-04T08:52:13.8013431Z inflating: build/bin/cuda_optional_test 2023-02-04T08:52:13.8071547Z inflating: build/bin/cuda_reportMemoryUsage_test 2023-02-04T08:52:13.8135898Z inflating: build/bin/cuda_stream_test 2023-02-04T08:52:13.8187758Z inflating: build/bin/cuda_cudnn_test 2023-02-04T08:52:13.8242940Z inflating: build/bin/cuda_packedtensoraccessor_test 2023-02-04T08:52:13.8298709Z inflating: build/bin/cuda_vectorized_test 2023-02-04T08:52:13.8315821Z inflating: build/bin/tutorial_tensorexpr 2023-02-04T08:52:13.8428521Z inflating: build/bin/ProcessGroupGlooTest 2023-02-04T08:52:13.8463228Z inflating: build/bin/ProcessGroupGlooAsyncTest 2023-02-04T08:52:13.8520823Z inflating: build/bin/ProcessGroupUCCTest 2023-02-04T08:52:13.8582590Z inflating: build/bin/ProcessGroupNCCLErrorsTest 2023-02-04T08:52:13.8647954Z inflating: build/bin/ProcessGroupNCCLTest 2023-02-04T08:52:13.8705342Z inflating: build/bin/test_dist_autograd 2023-02-04T08:52:13.8779392Z inflating: build/bin/test_cpp_rpc 2023-02-04T08:52:13.8781756Z inflating: build/bin/parallel_benchmark 2023-02-04T08:52:13.8855331Z inflating: build/bin/test_mobile_nnc 2023-02-04T08:52:13.8866192Z inflating: build/bin/aot_model_compiler_test 2023-02-04T08:52:13.9748128Z inflating: build/bin/test_tensorexpr 2023-02-04T08:52:14.0124896Z inflating: build/bin/test_lazy 2023-02-04T08:52:14.0130533Z inflating: build/bin/torch_shm_manager 2023-02-04T08:52:14.1460762Z inflating: build/bin/test_api 2023-02-04T08:52:14.2081949Z inflating: build/bin/test_jit 2023-02-04T08:52:14.2699869Z inflating: build/bin/nvfuser_tests 2023-02-04T08:52:14.2740781Z ##[group]Run df -H 2023-02-04T08:52:14.2741137Z df -H 2023-02-04T08:52:14.2760037Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:52:14.2760289Z env: 2023-02-04T08:52:14.2760506Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:52:14.2760763Z GPU_FLAG: --gpus all 2023-02-04T08:52:14.2761025Z ##[endgroup] 2023-02-04T08:52:14.2816383Z Filesystem Size Used Avail Use% Mounted on 2023-02-04T08:52:14.2816891Z /dev/root 1.1T 226G 840G 22% / 2023-02-04T08:52:14.2817283Z devtmpfs 45G 0 45G 0% /dev 2023-02-04T08:52:14.2817658Z tmpfs 45G 0 45G 0% /dev/shm 2023-02-04T08:52:14.2818321Z tmpfs 9.0G 1.1M 9.0G 1% /run 2023-02-04T08:52:14.2818574Z tmpfs 5.3M 0 5.3M 0% /run/lock 2023-02-04T08:52:14.2818835Z tmpfs 45G 0 45G 0% /sys/fs/cgroup 2023-02-04T08:52:14.2819406Z /dev/loop0 16M 16M 0 100% /snap/aws-cli/130 2023-02-04T08:52:14.2819688Z /dev/loop1 123M 123M 0 100% /snap/core/14399 2023-02-04T08:52:14.2819948Z /dev/loop2 123M 123M 0 100% /snap/core/14447 2023-02-04T08:52:14.2820222Z /dev/loop4 59M 59M 0 100% /snap/core18/2667 2023-02-04T08:52:14.2820494Z /dev/loop7 67M 67M 0 100% /snap/core20/1778 2023-02-04T08:52:14.2820766Z /dev/loop10 53M 53M 0 100% /snap/snapd/17883 2023-02-04T08:52:14.2821044Z /dev/loop12 53M 53M 0 100% /snap/snapd/17950 2023-02-04T08:52:14.2821315Z /dev/loop8 67M 67M 0 100% /snap/core20/1738 2023-02-04T08:52:14.2821583Z /dev/loop11 97M 97M 0 100% /snap/lxd/24061 2023-02-04T08:52:14.2821839Z /dev/loop9 97M 97M 0 100% /snap/lxd/23991 2023-02-04T08:52:14.2822100Z /dev/sda15 110M 5.5M 104M 5% /boot/efi 2023-02-04T08:52:14.2822631Z /dev/loop13 352M 352M 0 100% /snap/google-cloud-sdk/310 2023-02-04T08:52:14.2823022Z /dev/loop5 354M 354M 0 100% /snap/google-cloud-sdk/312 2023-02-04T08:52:14.2823313Z /dev/loop6 59M 59M 0 100% /snap/core18/2679 2023-02-04T08:52:14.2847521Z ##[group]Run .github/scripts/parse_ref.py 2023-02-04T08:52:14.2847817Z .github/scripts/parse_ref.py 2023-02-04T08:52:14.2863991Z shell: /usr/bin/bash -e {0} 2023-02-04T08:52:14.2864216Z env: 2023-02-04T08:52:14.2864412Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:52:14.2864648Z GPU_FLAG: --gpus all 2023-02-04T08:52:14.2864866Z ##[endgroup] 2023-02-04T08:52:14.3177684Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2023-02-04T08:52:14.3178053Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2023-02-04T08:52:14.3196492Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:52:14.3196760Z env: 2023-02-04T08:52:14.3196972Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:52:14.3197323Z GPU_FLAG: --gpus all 2023-02-04T08:52:14.3197542Z JOB_TIMEOUT: 240 2023-02-04T08:52:14.3197752Z ##[endgroup] 2023-02-04T08:52:14.3340469Z ##[group]Run set -x 2023-02-04T08:52:14.3340795Z set -x 2023-02-04T08:52:14.3340995Z  2023-02-04T08:52:14.3341215Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2023-02-04T08:52:14.3341515Z  TEST_COMMAND=.ci/pytorch/multigpu-test.sh 2023-02-04T08:52:14.3341821Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2023-02-04T08:52:14.3342095Z  TEST_COMMAND=.ci/onnx/test.sh 2023-02-04T08:52:14.3342312Z else 2023-02-04T08:52:14.3342548Z  TEST_COMMAND=.ci/pytorch/test.sh 2023-02-04T08:52:14.3342780Z fi 2023-02-04T08:52:14.3342954Z  2023-02-04T08:52:14.3343239Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2023-02-04T08:52:14.3343523Z  2023-02-04T08:52:14.3343768Z # sanitize the input commit message and PR body here: 2023-02-04T08:52:14.3344037Z # 2023-02-04T08:52:14.3344375Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2023-02-04T08:52:14.3344822Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2023-02-04T08:52:14.3345200Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2023-02-04T08:52:14.3345477Z PR_BODY="${PR_BODY//[$'\n\r']}" 2023-02-04T08:52:14.3345698Z  2023-02-04T08:52:14.3346000Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2023-02-04T08:52:14.3346429Z # wreak havoc internally 2023-02-04T08:52:14.3346719Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2023-02-04T08:52:14.3346995Z export PR_BODY="${PR_BODY//[\'\"]}" 2023-02-04T08:52:14.3347220Z  2023-02-04T08:52:14.3347495Z # detached container should get cleaned up by teardown_ec2_linux 2023-02-04T08:52:14.3347838Z # TODO: Stop building test binaries as part of the build phase 2023-02-04T08:52:14.3348524Z # Used for GPU_FLAG since that doesn't play nice 2023-02-04T08:52:14.3348814Z # shellcheck disable=SC2086,SC2090 2023-02-04T08:52:14.3349082Z container_name=$(docker run \ 2023-02-04T08:52:14.3349315Z  ${GPU_FLAG:-} \ 2023-02-04T08:52:14.3349552Z  -e BUILD_ENVIRONMENT \ 2023-02-04T08:52:14.3349790Z  -e PR_NUMBER \ 2023-02-04T08:52:14.3350007Z  -e GITHUB_ACTIONS \ 2023-02-04T08:52:14.3350231Z  -e BASE_SHA \ 2023-02-04T08:52:14.3350442Z  -e BRANCH \ 2023-02-04T08:52:14.3350634Z  -e SHA1 \ 2023-02-04T08:52:14.3350857Z  -e AWS_DEFAULT_REGION \ 2023-02-04T08:52:14.3351088Z  -e IN_WHEEL_TEST \ 2023-02-04T08:52:14.3351301Z  -e SHARD_NUMBER \ 2023-02-04T08:52:14.3351522Z  -e TEST_CONFIG \ 2023-02-04T08:52:14.3351755Z  -e NUM_TEST_SHARDS \ 2023-02-04T08:52:14.3351968Z  -e PR_BODY \ 2023-02-04T08:52:14.3352200Z  -e COMMIT_MESSAGES \ 2023-02-04T08:52:14.3352448Z  -e CONTINUE_THROUGH_ERROR \ 2023-02-04T08:52:14.3352708Z  -e PYTORCH_RETRY_TEST_CASES \ 2023-02-04T08:52:14.3352971Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2023-02-04T08:52:14.3353226Z  -e PR_LABELS \ 2023-02-04T08:52:14.3353479Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2023-02-04T08:52:14.3353723Z  -e SCCACHE_BUCKET \ 2023-02-04T08:52:14.3353966Z  -e SCCACHE_S3_KEY_PREFIX \ 2023-02-04T08:52:14.3354198Z  -e XLA_CUDA \ 2023-02-04T08:52:14.3354433Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2023-02-04T08:52:14.3354712Z  -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK \ 2023-02-04T08:52:14.3355005Z  -e PYTORCH_TEST_RERUN_DISABLED_TESTS \ 2023-02-04T08:52:14.3355297Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2023-02-04T08:52:14.3355759Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2023-02-04T08:52:14.3356131Z  --ulimit stack=10485760:83886080 \ 2023-02-04T08:52:14.3356473Z  --security-opt seccomp=unconfined \ 2023-02-04T08:52:14.3356733Z  --cap-add=SYS_PTRACE \ 2023-02-04T08:52:14.3356968Z  --ipc=host \ 2023-02-04T08:52:14.3357199Z  --shm-size="${SHM_SIZE}" \ 2023-02-04T08:52:14.3357414Z  --tty \ 2023-02-04T08:52:14.3357625Z  --detach \ 2023-02-04T08:52:14.3357864Z  --name="${container_name}" \ 2023-02-04T08:52:14.3358084Z  --user jenkins \ 2023-02-04T08:52:14.3358370Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2023-02-04T08:52:14.3358674Z  -w /var/lib/jenkins/workspace \ 2023-02-04T08:52:14.3358921Z  "${DOCKER_IMAGE}" 2023-02-04T08:52:14.3359117Z ) 2023-02-04T08:52:14.3359382Z echo "DOCKER_CONTAINER_ID=${container_name}" >> "${GITHUB_ENV}" 2023-02-04T08:52:14.3359796Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2023-02-04T08:52:14.3376677Z shell: /usr/bin/bash -e {0} 2023-02-04T08:52:14.3376899Z env: 2023-02-04T08:52:14.3377109Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:52:14.3377329Z GPU_FLAG: --gpus all 2023-02-04T08:52:14.3377635Z BUILD_ENVIRONMENT: linux-bionic-cuda11.7-py3.10-gcc7-sm80 2023-02-04T08:52:14.3377925Z PR_NUMBER: 2023-02-04T08:52:14.3378118Z BRANCH: master 2023-02-04T08:52:14.3378366Z SHA1: 996cc1c0d09a7bc6ad33441c08961226005c69bf 2023-02-04T08:52:14.3378650Z BASE_SHA: 996cc1c0d09a7bc6ad33441c08961226005c69bf 2023-02-04T08:52:14.3378917Z PYTORCH_RETRY_TEST_CASES: 1 2023-02-04T08:52:14.3379155Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2023-02-04T08:52:14.3379438Z TEST_CONFIG: inductor_torchbench_smoketest_perf 2023-02-04T08:52:14.3379694Z SHARD_NUMBER: 1 2023-02-04T08:52:14.3379891Z NUM_TEST_SHARDS: 1 2023-02-04T08:52:14.3380103Z PR_BODY: 2023-02-04T08:52:14.3380322Z CONTINUE_THROUGH_ERROR: False 2023-02-04T08:52:14.3380611Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2023-02-04T08:52:14.3380908Z SCCACHE_S3_KEY_PREFIX: inductor 2023-02-04T08:52:14.3381128Z SHM_SIZE: 2g 2023-02-04T08:52:14.3381565Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:34842e6fbb02ca4c9247dac033ee8d3563b9117d 2023-02-04T08:52:14.3382000Z XLA_CUDA: 2023-02-04T08:52:14.3382315Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2023-02-04T08:52:14.3382659Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2023-02-04T08:52:14.3382914Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2023-02-04T08:52:14.3383151Z ##[endgroup] 2023-02-04T08:52:14.3419344Z + [[ inductor_torchbench_smoketest_perf == \m\u\l\t\i\g\p\u ]] 2023-02-04T08:52:14.3420009Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *onnx* ]] 2023-02-04T08:52:14.3420321Z + TEST_COMMAND=.ci/pytorch/test.sh 2023-02-04T08:52:14.3423349Z ++ git cherry -v origin/master 2023-02-04T08:52:14.3460089Z + COMMIT_MESSAGES= 2023-02-04T08:52:14.3460729Z + COMMIT_MESSAGES= 2023-02-04T08:52:14.3461125Z + PR_BODY= 2023-02-04T08:52:14.3461477Z + export COMMIT_MESSAGES= 2023-02-04T08:52:14.3461693Z + COMMIT_MESSAGES= 2023-02-04T08:52:14.3461905Z + export PR_BODY= 2023-02-04T08:52:14.3462108Z + PR_BODY= 2023-02-04T08:52:14.3472042Z +++ nproc --ignore=2 2023-02-04T08:52:14.3484452Z ++ docker run --gpus all -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 CONTINUE_THROUGH_ERROR -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=10 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK -e PYTORCH_TEST_RERUN_DISABLED_TESTS -e SKIP_SCCACHE_INITIALIZATION=1 --env-file=/tmp/github_env_4090742663 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=2g --tty --detach --name= --user jenkins -v /home/ubuntu/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-bionic-cuda11.7-cudnn8-py3-gcc7:34842e6fbb02ca4c9247dac033ee8d3563b9117d 2023-02-04T08:52:18.9847181Z + container_name=1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T08:52:18.9847887Z + echo DOCKER_CONTAINER_ID=1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T08:52:18.9851136Z ++ echo dist/torch-2.0.0a0+git996cc1c-cp310-cp310-linux_x86_64.whl 2023-02-04T08:52:18.9854225Z + docker exec -t 1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 sh -c 'pip install dist/torch-2.0.0a0+git996cc1c-cp310-cp310-linux_x86_64.whl[opt-einsum] && .ci/pytorch/test.sh' 2023-02-04T08:52:19.5124554Z Processing ./dist/torch-2.0.0a0+git996cc1c-cp310-cp310-linux_x86_64.whl 2023-02-04T08:52:20.3815967Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.0.0a0+git996cc1c) (4.4.0) 2023-02-04T08:52:20.4543024Z Collecting filelock 2023-02-04T08:52:20.5103878Z Downloading filelock-3.9.0-py3-none-any.whl (9.7 kB) 2023-02-04T08:52:20.5156147Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.0.0a0+git996cc1c) (2.6.3) 2023-02-04T08:52:20.5159973Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.0.0a0+git996cc1c) (1.11.1) 2023-02-04T08:52:20.5177419Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.0.0a0+git996cc1c) (3.3.0) 2023-02-04T08:52:20.5245152Z Requirement already satisfied: numpy>=1.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from opt-einsum>=3.3->torch==2.0.0a0+git996cc1c) (1.21.2) 2023-02-04T08:52:20.5502343Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy->torch==2.0.0a0+git996cc1c) (1.2.1) 2023-02-04T08:52:21.3214260Z Installing collected packages: filelock, torch 2023-02-04T08:52:30.3106298Z Successfully installed filelock-3.9.0 torch-2.0.0a0+git996cc1c 2023-02-04T08:52:30.3937549Z + echo 'Environment variables:' 2023-02-04T08:52:30.3937840Z Environment variables: 2023-02-04T08:52:30.3938141Z + env 2023-02-04T08:52:30.3948312Z SHARD_NUMBER=1 2023-02-04T08:52:30.3949017Z NV_LIBCUBLAS_DEV_VERSION=11.10.1.25-1 2023-02-04T08:52:30.3949583Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-7 2023-02-04T08:52:30.3949925Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2023-02-04T08:52:30.3950643Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.13.4-1+cuda11.7 2023-02-04T08:52:30.3950956Z UCC_HOME=/usr 2023-02-04T08:52:30.3951633Z BUILD_ENVIRONMENT=linux-bionic-cuda11.7-py3.10-gcc7-sm80 2023-02-04T08:52:30.3953915Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2023-02-04T08:52:30.3954705Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-7=11.7.3.21-1 2023-02-04T08:52:30.3955168Z INSTALLED_DB=yes 2023-02-04T08:52:30.3955496Z HOSTNAME=1aa70fcbbcc0 2023-02-04T08:52:30.3955910Z GITHUB_REF_NAME=master 2023-02-04T08:52:30.3956951Z GITHUB_API_URL=https://api.github.com 2023-02-04T08:52:30.3957512Z GITHUB_REPOSITORY_OWNER_ID=21003710 2023-02-04T08:52:30.3957969Z OPENSSL_DIR=/opt/openssl 2023-02-04T08:52:30.3958423Z UCC_COMMIT=1c7a7127186e7836f73aafbd7697bbc274a77eee 2023-02-04T08:52:30.3959481Z GITHUB_STEP_SUMMARY=/home/ubuntu/actions-runner/_work/_temp/_runner_file_commands/step_summary_5891776a-b27f-413d-814d-753e6b0925a3 2023-02-04T08:52:30.3960183Z CUDA_PATH=/usr/local/cuda 2023-02-04T08:52:30.3960985Z GITHUB_ACTION_PATH=/home/ubuntu/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2023-02-04T08:52:30.3961613Z GITHUB_RUN_ATTEMPT=1 2023-02-04T08:52:30.3962136Z TEST_CONFIG=inductor_torchbench_smoketest_perf 2023-02-04T08:52:30.3963248Z NV_LIBNPP_VERSION=11.7.3.21-1 2023-02-04T08:52:30.3963604Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-7=11.7.50-1 2023-02-04T08:52:30.3963985Z GITHUB_REPOSITORY_OWNER=pytorch 2023-02-04T08:52:30.3964221Z GITHUB_ACTIONS=true 2023-02-04T08:52:30.3964493Z NVIDIA_VISIBLE_DEVICES=all 2023-02-04T08:52:30.3964978Z NV_NVPROF_VERSION=11.7.50-1 2023-02-04T08:52:30.3965488Z NV_LIBCUSPARSE_VERSION=11.7.3.50-1 2023-02-04T08:52:30.3965885Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/inductor.yml@refs/heads/master 2023-02-04T08:52:30.3966207Z NVIDIA_PRODUCT_NAME=CUDA 2023-02-04T08:52:30.3966469Z CI=true 2023-02-04T08:52:30.3966694Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2023-02-04T08:52:30.3967287Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-7=11.10.1.25-1 2023-02-04T08:52:30.3967716Z BRANCH=master 2023-02-04T08:52:30.3968071Z GITHUB_HEAD_REF= 2023-02-04T08:52:30.3968542Z UCX_COMMIT=31e74cac7bee0ef66bef2af72e7d86d9c282e5ab 2023-02-04T08:52:30.3969009Z GITHUB_ACTOR=pytorchmergebot 2023-02-04T08:52:30.3969506Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2023-02-04T08:52:30.3969983Z GITHUB_ACTION_REF= 2023-02-04T08:52:30.3970285Z NCCL_VERSION=2.13.4-1 2023-02-04T08:52:30.3970680Z GITHUB_ACTION=__self 2023-02-04T08:52:30.3971079Z GITHUB_REF_PROTECTED=true 2023-02-04T08:52:30.3971812Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2023-02-04T08:52:30.3972327Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2023-02-04T08:52:30.3977188Z *** 2023-02-04T08:52:30.3977505Z INSTALLED_VISION=yes 2023-02-04T08:52:30.3977878Z NVARCH=x86_64 2023-02-04T08:52:30.3978392Z NV_LIBCUSPARSE_DEV_VERSION=11.7.3.50-1 2023-02-04T08:52:30.3978836Z HOME=/var/lib/jenkins 2023-02-04T08:52:30.3979664Z GITHUB_STATE=/home/ubuntu/actions-runner/_work/_temp/_runner_file_commands/save_state_5891776a-b27f-413d-814d-753e6b0925a3 2023-02-04T08:52:30.3980236Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2023-02-04T08:52:30.3980679Z NVIDIA_CUDA_END_OF_LIFE=1 2023-02-04T08:52:30.3981008Z GITHUB_ACTION_REPOSITORY= 2023-02-04T08:52:30.3981520Z GITHUB_REF_TYPE=branch 2023-02-04T08:52:30.3981967Z NV_LIBNCCL_PACKAGE_VERSION=2.13.4-1 2023-02-04T08:52:30.3982417Z GITHUB_RETENTION_DAYS=90 2023-02-04T08:52:30.3983007Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2023-02-04T08:52:30.3983624Z NV_LIBNCCL_PACKAGE=libnccl2=2.13.4-1+cuda11.7 2023-02-04T08:52:30.3984486Z GITHUB_ENV=/home/ubuntu/actions-runner/_work/_temp/_runner_file_commands/set_env_5891776a-b27f-413d-814d-753e6b0925a3 2023-02-04T08:52:30.3985128Z DEBIAN_FRONTEND=noninteractive 2023-02-04T08:52:30.3985622Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2023-02-04T08:52:30.3986091Z GITHUB_REF=refs/heads/master 2023-02-04T08:52:30.3986561Z NV_CUDA_LIB_VERSION=11.7.0-1 2023-02-04T08:52:30.3987011Z GITHUB_SHA=996cc1c0d09a7bc6ad33441c08961226005c69bf 2023-02-04T08:52:30.3987447Z INSTALLED_PROTOBUF=yes 2023-02-04T08:52:30.3987858Z ANACONDA_PYTHON_VERSION=3.10 2023-02-04T08:52:30.3988412Z GITHUB_REPOSITORY_ID=65600975 2023-02-04T08:52:30.3988811Z GITHUB_RUN_ID=4090742663 2023-02-04T08:52:30.3989371Z NV_LIBNPP_PACKAGE=libnpp-11-7=11.7.3.21-1 2023-02-04T08:52:30.3989777Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2023-02-04T08:52:30.3990254Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2023-02-04T08:52:30.3990689Z NV_NVTX_VERSION=11.7.50-1 2023-02-04T08:52:30.3991098Z CONTINUE_THROUGH_ERROR=False 2023-02-04T08:52:30.3991524Z GITHUB_SERVER_URL=https://github.com 2023-02-04T08:52:30.3991951Z MAX_JOBS=10 2023-02-04T08:52:30.3992293Z GITHUB_ACTOR_ID=97764156 2023-02-04T08:52:30.3992705Z NV_LIBCUBLAS_VERSION=11.10.1.25-1 2023-02-04T08:52:30.3993271Z NV_LIBCUBLAS_PACKAGE=libcublas-11-7=11.10.1.25-1 2023-02-04T08:52:30.3994080Z GITHUB_EVENT_PATH=/home/ubuntu/actions-runner/_work/_temp/_github_workflow/event.json 2023-02-04T08:52:30.3994405Z UCX_HOME=/usr 2023-02-04T08:52:30.3994793Z PYTORCH_RETRY_TEST_CASES=1 2023-02-04T08:52:30.3995236Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2023-02-04T08:52:30.3995554Z BASE_SHA=996cc1c0d09a7bc6ad33441c08961226005c69bf 2023-02-04T08:52:30.3995876Z NV_CUDA_CUDART_DEV_VERSION=11.7.60-1 2023-02-04T08:52:30.3996597Z PR_BODY= 2023-02-04T08:52:30.3996810Z GITHUB_BASE_REF= 2023-02-04T08:52:30.3997021Z TERM=xterm 2023-02-04T08:52:30.3997213Z XLA_CUDA= 2023-02-04T08:52:30.3997545Z NV_NVML_DEV_VERSION=11.7.50-1 2023-02-04T08:52:30.3997794Z TORCH_CUDA_ARCH_LIST=Maxwell 2023-02-04T08:52:30.3998021Z CUDA_VERSION=11.7.0 2023-02-04T08:52:30.3998461Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-7 2023-02-04T08:52:30.3998782Z OPENSSL_ROOT_DIR=/opt/openssl 2023-02-04T08:52:30.3999308Z GITHUB_PATH=/home/ubuntu/actions-runner/_work/_temp/_runner_file_commands/add_path_5891776a-b27f-413d-814d-753e6b0925a3 2023-02-04T08:52:30.3999636Z GITHUB_JOB=test 2023-02-04T08:52:30.3999867Z SCCACHE_S3_KEY_PREFIX=inductor 2023-02-04T08:52:30.4000096Z COMMIT_MESSAGES= 2023-02-04T08:52:30.4000340Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2023-02-04T08:52:30.4000593Z NUM_TEST_SHARDS=1 2023-02-04T08:52:30.4000798Z PR_NUMBER= 2023-02-04T08:52:30.4001268Z GITHUB_OUTPUT=/home/ubuntu/actions-runner/_work/_temp/_runner_file_commands/set_output_5891776a-b27f-413d-814d-753e6b0925a3 2023-02-04T08:52:30.4001601Z SHLVL=1 2023-02-04T08:52:30.4001918Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-7 2023-02-04T08:52:30.4002307Z GITHUB_REPOSITORY=pytorch/pytorch 2023-02-04T08:52:30.4003428Z NVIDIA_REQUIRE_CUDA=cuda>=11.7 brand=tesla,driver>=450,driver<451 brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 brand=geforce,driver>=470,driver<471 brand=geforcertx,driver>=470,driver<471 brand=quadro,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 brand=titan,driver>=470,driver<471 brand=titanrtx,driver>=470,driver<471 brand=tesla,driver>=510,driver<511 brand=unknown,driver>=510,driver<511 brand=nvidia,driver>=510,driver<511 brand=nvidiartx,driver>=510,driver<511 brand=quadro,driver>=510,driver<511 brand=quadrortx,driver>=510,driver<511 brand=titan,driver>=510,driver<511 brand=titanrtx,driver>=510,driver<511 brand=geforce,driver>=510,driver<511 brand=geforcertx,driver>=510,driver<511 2023-02-04T08:52:30.4005822Z NV_LIBNPP_DEV_VERSION=11.7.3.21-1 2023-02-04T08:52:30.4006086Z SHA1=996cc1c0d09a7bc6ad33441c08961226005c69bf 2023-02-04T08:52:30.4006340Z GITHUB_EVENT_NAME=push 2023-02-04T08:52:30.4006692Z NV_CUDA_CUDART_VERSION=11.7.60-1 2023-02-04T08:52:30.4007011Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2023-02-04T08:52:30.4007268Z GITHUB_RUN_NUMBER=8255 2023-02-04T08:52:30.4007499Z GITHUB_WORKFLOW=inductor 2023-02-04T08:52:30.4007897Z PATH=/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2023-02-04T08:52:30.4008332Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.13.4-1 2023-02-04T08:52:30.4008634Z GITHUB_WORKFLOW_SHA=996cc1c0d09a7bc6ad33441c08961226005c69bf 2023-02-04T08:52:30.4009069Z GITHUB_WORKSPACE=/home/ubuntu/actions-runner/_work/pytorch/pytorch 2023-02-04T08:52:30.4009530Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2023-02-04T08:52:30.4009810Z SKIP_SCCACHE_INITIALIZATION=1 2023-02-04T08:52:30.4010047Z _=/usr/bin/env 2023-02-04T08:52:30.4010400Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2023-02-04T08:52:30.4162334Z + TORCH_INSTALL_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch 2023-02-04T08:52:30.4163227Z + TORCH_BIN_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2023-02-04T08:52:30.4164096Z + TORCH_LIB_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib 2023-02-04T08:52:30.4165023Z + TORCH_TEST_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/test 2023-02-04T08:52:30.4165331Z + BUILD_DIR=build 2023-02-04T08:52:30.4165575Z + BUILD_RENAMED_DIR=build_renamed 2023-02-04T08:52:30.4165914Z + BUILD_BIN_DIR=build/bin 2023-02-04T08:52:30.4166324Z + export VALGRIND=ON 2023-02-04T08:52:30.4166595Z + VALGRIND=ON 2023-02-04T08:52:30.4166817Z + export TORCH_INDUCTOR_INSTALL_GXX=ON 2023-02-04T08:52:30.4167083Z + TORCH_INDUCTOR_INSTALL_GXX=ON 2023-02-04T08:52:30.4167493Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *clang9* ]] 2023-02-04T08:52:30.4168178Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 != *bazel* ]] 2023-02-04T08:52:30.4171678Z ++ realpath build/custom_test_artifacts 2023-02-04T08:52:30.4182286Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2023-02-04T08:52:30.4186953Z ++ dirname .ci/pytorch/test.sh 2023-02-04T08:52:30.4195965Z + source .ci/pytorch/common.sh 2023-02-04T08:52:30.4201130Z +++ dirname .ci/pytorch/common.sh 2023-02-04T08:52:30.4213381Z ++ source .ci/pytorch/common_utils.sh 2023-02-04T08:52:30.4216266Z +++ declare -f -t trap_add 2023-02-04T08:52:30.4224368Z ++ set -ex 2023-02-04T08:52:30.4224991Z ++ [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *rocm* ]] 2023-02-04T08:52:30.4225442Z ++ BUILD_TEST_LIBTORCH=0 2023-02-04T08:52:30.4225897Z + echo 'Environment variables' 2023-02-04T08:52:30.4226206Z Environment variables 2023-02-04T08:52:30.4226414Z + env 2023-02-04T08:52:30.4234491Z SHARD_NUMBER=1 2023-02-04T08:52:30.4235718Z NV_LIBCUBLAS_DEV_VERSION=11.10.1.25-1 2023-02-04T08:52:30.4236444Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-7 2023-02-04T08:52:30.4237018Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2023-02-04T08:52:30.4237646Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.13.4-1+cuda11.7 2023-02-04T08:52:30.4238013Z UCC_HOME=/usr 2023-02-04T08:52:30.4238607Z BUILD_ENVIRONMENT=linux-bionic-cuda11.7-py3.10-gcc7-sm80 2023-02-04T08:52:30.4239204Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2023-02-04T08:52:30.4239905Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-7=11.7.3.21-1 2023-02-04T08:52:30.4240345Z INSTALLED_DB=yes 2023-02-04T08:52:30.4240726Z HOSTNAME=1aa70fcbbcc0 2023-02-04T08:52:30.4241024Z GITHUB_REF_NAME=master 2023-02-04T08:52:30.4241382Z GITHUB_API_URL=https://api.github.com 2023-02-04T08:52:30.4241664Z GITHUB_REPOSITORY_OWNER_ID=21003710 2023-02-04T08:52:30.4241899Z OPENSSL_DIR=/opt/openssl 2023-02-04T08:52:30.4242304Z UCC_COMMIT=1c7a7127186e7836f73aafbd7697bbc274a77eee 2023-02-04T08:52:30.4243495Z GITHUB_STEP_SUMMARY=/home/ubuntu/actions-runner/_work/_temp/_runner_file_commands/step_summary_5891776a-b27f-413d-814d-753e6b0925a3 2023-02-04T08:52:30.4244006Z CUDA_PATH=/usr/local/cuda 2023-02-04T08:52:30.4244814Z GITHUB_ACTION_PATH=/home/ubuntu/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2023-02-04T08:52:30.4245391Z GITHUB_RUN_ATTEMPT=1 2023-02-04T08:52:30.4245866Z TEST_CONFIG=inductor_torchbench_smoketest_perf 2023-02-04T08:52:30.4246401Z NV_LIBNPP_VERSION=11.7.3.21-1 2023-02-04T08:52:30.4247007Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-7=11.7.50-1 2023-02-04T08:52:30.4247307Z GITHUB_REPOSITORY_OWNER=pytorch 2023-02-04T08:52:30.4247546Z GITHUB_ACTIONS=true 2023-02-04T08:52:30.4247760Z NVIDIA_VISIBLE_DEVICES=all 2023-02-04T08:52:30.4248026Z NV_NVPROF_VERSION=11.7.50-1 2023-02-04T08:52:30.4248304Z NV_LIBCUSPARSE_VERSION=11.7.3.50-1 2023-02-04T08:52:30.4248634Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/inductor.yml@refs/heads/master 2023-02-04T08:52:30.4248955Z NVIDIA_PRODUCT_NAME=CUDA 2023-02-04T08:52:30.4249166Z CI=true 2023-02-04T08:52:30.4249377Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2023-02-04T08:52:30.4249750Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-7=11.10.1.25-1 2023-02-04T08:52:30.4250015Z BRANCH=master 2023-02-04T08:52:30.4250212Z GITHUB_HEAD_REF= 2023-02-04T08:52:30.4250490Z UCX_COMMIT=31e74cac7bee0ef66bef2af72e7d86d9c282e5ab 2023-02-04T08:52:30.4250781Z GITHUB_ACTOR=pytorchmergebot 2023-02-04T08:52:30.4251108Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2023-02-04T08:52:30.4251368Z GITHUB_ACTION_REF= 2023-02-04T08:52:30.4251612Z NCCL_VERSION=2.13.4-1 2023-02-04T08:52:30.4251832Z GITHUB_ACTION=__self 2023-02-04T08:52:30.4252049Z VALGRIND=ON 2023-02-04T08:52:30.4252267Z GITHUB_REF_PROTECTED=true 2023-02-04T08:52:30.4252698Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2023-02-04T08:52:30.4253030Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2023-02-04T08:52:30.4253416Z *** 2023-02-04T08:52:30.4253611Z INSTALLED_VISION=yes 2023-02-04T08:52:30.4253812Z NVARCH=x86_64 2023-02-04T08:52:30.4254080Z NV_LIBCUSPARSE_DEV_VERSION=11.7.3.50-1 2023-02-04T08:52:30.4254584Z HOME=/var/lib/jenkins 2023-02-04T08:52:30.4255145Z GITHUB_STATE=/home/ubuntu/actions-runner/_work/_temp/_runner_file_commands/save_state_5891776a-b27f-413d-814d-753e6b0925a3 2023-02-04T08:52:30.4255509Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2023-02-04T08:52:30.4255751Z NVIDIA_CUDA_END_OF_LIFE=1 2023-02-04T08:52:30.4255978Z GITHUB_ACTION_REPOSITORY= 2023-02-04T08:52:30.4256207Z GITHUB_REF_TYPE=branch 2023-02-04T08:52:30.4256488Z NV_LIBNCCL_PACKAGE_VERSION=2.13.4-1 2023-02-04T08:52:30.4256720Z GITHUB_RETENTION_DAYS=90 2023-02-04T08:52:30.4257079Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2023-02-04T08:52:30.4257464Z NV_LIBNCCL_PACKAGE=libnccl2=2.13.4-1+cuda11.7 2023-02-04T08:52:30.4257977Z GITHUB_ENV=/home/ubuntu/actions-runner/_work/_temp/_runner_file_commands/set_env_5891776a-b27f-413d-814d-753e6b0925a3 2023-02-04T08:52:30.4258316Z DEBIAN_FRONTEND=noninteractive 2023-02-04T08:52:30.4258649Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2023-02-04T08:52:30.4258913Z GITHUB_REF=refs/heads/master 2023-02-04T08:52:30.4259170Z NV_CUDA_LIB_VERSION=11.7.0-1 2023-02-04T08:52:30.4259446Z GITHUB_SHA=996cc1c0d09a7bc6ad33441c08961226005c69bf 2023-02-04T08:52:30.4259709Z INSTALLED_PROTOBUF=yes 2023-02-04T08:52:30.4259936Z ANACONDA_PYTHON_VERSION=3.10 2023-02-04T08:52:30.4260178Z GITHUB_REPOSITORY_ID=65600975 2023-02-04T08:52:30.4260412Z GITHUB_RUN_ID=4090742663 2023-02-04T08:52:30.4260715Z NV_LIBNPP_PACKAGE=libnpp-11-7=11.7.3.21-1 2023-02-04T08:52:30.4260978Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2023-02-04T08:52:30.4261323Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2023-02-04T08:52:30.4261605Z NV_NVTX_VERSION=11.7.50-1 2023-02-04T08:52:30.4261843Z CONTINUE_THROUGH_ERROR=False 2023-02-04T08:52:30.4262130Z GITHUB_SERVER_URL=https://github.com 2023-02-04T08:52:30.4262358Z MAX_JOBS=10 2023-02-04T08:52:30.4262565Z GITHUB_ACTOR_ID=97764156 2023-02-04T08:52:30.4262836Z NV_LIBCUBLAS_VERSION=11.10.1.25-1 2023-02-04T08:52:30.4263173Z NV_LIBCUBLAS_PACKAGE=libcublas-11-7=11.10.1.25-1 2023-02-04T08:52:30.4263631Z GITHUB_EVENT_PATH=/home/ubuntu/actions-runner/_work/_temp/_github_workflow/event.json 2023-02-04T08:52:30.4263940Z UCX_HOME=/usr 2023-02-04T08:52:30.4264157Z PYTORCH_RETRY_TEST_CASES=1 2023-02-04T08:52:30.4264434Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2023-02-04T08:52:30.4264748Z BASE_SHA=996cc1c0d09a7bc6ad33441c08961226005c69bf 2023-02-04T08:52:30.4265051Z NV_CUDA_CUDART_DEV_VERSION=11.7.60-1 2023-02-04T08:52:30.4265267Z PR_BODY= 2023-02-04T08:52:30.4265466Z GITHUB_BASE_REF= 2023-02-04T08:52:30.4265669Z TERM=xterm 2023-02-04T08:52:30.4265873Z TORCH_INDUCTOR_INSTALL_GXX=ON 2023-02-04T08:52:30.4266093Z XLA_CUDA= 2023-02-04T08:52:30.4266328Z NV_NVML_DEV_VERSION=11.7.50-1 2023-02-04T08:52:30.4266554Z TORCH_CUDA_ARCH_LIST=Maxwell 2023-02-04T08:52:30.4266779Z CUDA_VERSION=11.7.0 2023-02-04T08:52:30.4267096Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-7 2023-02-04T08:52:30.4267345Z OPENSSL_ROOT_DIR=/opt/openssl 2023-02-04T08:52:30.4267850Z GITHUB_PATH=/home/ubuntu/actions-runner/_work/_temp/_runner_file_commands/add_path_5891776a-b27f-413d-814d-753e6b0925a3 2023-02-04T08:52:30.4268544Z GITHUB_JOB=test 2023-02-04T08:52:30.4268899Z SCCACHE_S3_KEY_PREFIX=inductor 2023-02-04T08:52:30.4269275Z COMMIT_MESSAGES= 2023-02-04T08:52:30.4269774Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2023-02-04T08:52:30.4270198Z NUM_TEST_SHARDS=1 2023-02-04T08:52:30.4270414Z PR_NUMBER= 2023-02-04T08:52:30.4270934Z GITHUB_OUTPUT=/home/ubuntu/actions-runner/_work/_temp/_runner_file_commands/set_output_5891776a-b27f-413d-814d-753e6b0925a3 2023-02-04T08:52:30.4271319Z SHLVL=1 2023-02-04T08:52:30.4271627Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-7 2023-02-04T08:52:30.4271919Z GITHUB_REPOSITORY=pytorch/pytorch 2023-02-04T08:52:30.4273190Z NVIDIA_REQUIRE_CUDA=cuda>=11.7 brand=tesla,driver>=450,driver<451 brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 brand=geforce,driver>=470,driver<471 brand=geforcertx,driver>=470,driver<471 brand=quadro,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 brand=titan,driver>=470,driver<471 brand=titanrtx,driver>=470,driver<471 brand=tesla,driver>=510,driver<511 brand=unknown,driver>=510,driver<511 brand=nvidia,driver>=510,driver<511 brand=nvidiartx,driver>=510,driver<511 brand=quadro,driver>=510,driver<511 brand=quadrortx,driver>=510,driver<511 brand=titan,driver>=510,driver<511 brand=titanrtx,driver>=510,driver<511 brand=geforce,driver>=510,driver<511 brand=geforcertx,driver>=510,driver<511 2023-02-04T08:52:30.4274510Z NV_LIBNPP_DEV_VERSION=11.7.3.21-1 2023-02-04T08:52:30.4274789Z SHA1=996cc1c0d09a7bc6ad33441c08961226005c69bf 2023-02-04T08:52:30.4275030Z GITHUB_EVENT_NAME=push 2023-02-04T08:52:30.4275301Z NV_CUDA_CUDART_VERSION=11.7.60-1 2023-02-04T08:52:30.4275631Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2023-02-04T08:52:30.4275886Z GITHUB_RUN_NUMBER=8255 2023-02-04T08:52:30.4276104Z GITHUB_WORKFLOW=inductor 2023-02-04T08:52:30.4276511Z PATH=/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2023-02-04T08:52:30.4276953Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.13.4-1 2023-02-04T08:52:30.4277246Z GITHUB_WORKFLOW_SHA=996cc1c0d09a7bc6ad33441c08961226005c69bf 2023-02-04T08:52:30.4277675Z GITHUB_WORKSPACE=/home/ubuntu/actions-runner/_work/pytorch/pytorch 2023-02-04T08:52:30.4277995Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2023-02-04T08:52:30.4278253Z SKIP_SCCACHE_INITIALIZATION=1 2023-02-04T08:52:30.4278486Z _=/usr/bin/env 2023-02-04T08:52:30.4278757Z + echo 'Testing pytorch' 2023-02-04T08:52:30.4278967Z Testing pytorch 2023-02-04T08:52:30.4279204Z + export LANG=C.UTF-8 2023-02-04T08:52:30.4279437Z + LANG=C.UTF-8 2023-02-04T08:52:30.4279662Z + PR_NUMBER= 2023-02-04T08:52:30.4279914Z + [[ inductor_torchbench_smoketest_perf == \d\e\f\a\u\l\t ]] 2023-02-04T08:52:30.4280250Z + [[ inductor_torchbench_smoketest_perf == \d\i\s\t\r\i\b\u\t\e\d ]] 2023-02-04T08:52:30.4280576Z + [[ inductor_torchbench_smoketest_perf == \s\l\o\w ]] 2023-02-04T08:52:30.4281005Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *slow-gradcheck* ]] 2023-02-04T08:52:30.4281514Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *cuda* ]] 2023-02-04T08:52:30.4281841Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2023-02-04T08:52:30.4282111Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2023-02-04T08:52:30.4282409Z + [[ inductor_torchbench_smoketest_perf == *crossref* ]] 2023-02-04T08:52:30.4282721Z + [[ inductor_torchbench_smoketest_perf == *dynamo* ]] 2023-02-04T08:52:30.4283018Z + [[ inductor_torchbench_smoketest_perf == *inductor* ]] 2023-02-04T08:52:30.4283309Z + export PYTORCH_TEST_WITH_INDUCTOR=1 2023-02-04T08:52:30.4283568Z + PYTORCH_TEST_WITH_INDUCTOR=1 2023-02-04T08:52:30.4283950Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *rocm* ]] 2023-02-04T08:52:30.4284374Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 != *-bazel-* ]] 2023-02-04T08:52:30.4284737Z + pip_install --user ninja==1.10.2 2023-02-04T08:52:30.4285104Z + pip install --progress-bar off --user ninja==1.10.2 2023-02-04T08:52:30.9565688Z Collecting ninja==1.10.2 2023-02-04T08:52:31.0153125Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2023-02-04T08:52:31.7507303Z Installing collected packages: ninja 2023-02-04T08:52:31.7604282Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2023-02-04T08:52:31.7604939Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2023-02-04T08:52:31.7663971Z Successfully installed ninja-1.10.2 2023-02-04T08:52:31.8436543Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2023-02-04T08:52:31.8437794Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2023-02-04T08:52:31.8439026Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *asan* ]] 2023-02-04T08:52:31.8439477Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *-tsan* ]] 2023-02-04T08:52:31.8439837Z + [[ inductor_torchbench_smoketest_perf == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2023-02-04T08:52:31.8440198Z + [[ inductor_torchbench_smoketest_perf == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2023-02-04T08:52:31.8448345Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *tbb* ]] 2023-02-04T08:52:31.8463292Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *libtorch* ]] 2023-02-04T08:52:31.8464080Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *-bazel-* ]] 2023-02-04T08:52:31.8464506Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *-tsan* ]] 2023-02-04T08:52:31.8467535Z + cd test 2023-02-04T08:52:31.8468983Z + python -c 'import torch; print(torch.__config__.show())' 2023-02-04T08:52:33.5300563Z PyTorch built with: 2023-02-04T08:52:33.5301158Z - GCC 7.5 2023-02-04T08:52:33.5301438Z - C++ Version: 201703 2023-02-04T08:52:33.5301966Z - Intel(R) oneAPI Math Kernel Library Version 2021.4-Product Build 20210904 for Intel(R) 64 architecture applications 2023-02-04T08:52:33.5302526Z - Intel(R) MKL-DNN v2.7.3 (Git Hash 6dbeffbae1f23cbbeae17adb7b5b13f1f37c080e) 2023-02-04T08:52:33.5302931Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2023-02-04T08:52:33.5303273Z - LAPACK is enabled (usually provided by MKL) 2023-02-04T08:52:33.5303574Z - NNPACK is enabled 2023-02-04T08:52:33.5303860Z - CPU capability usage: AVX2 2023-02-04T08:52:33.5304125Z - CUDA Runtime 11.7 2023-02-04T08:52:33.5304491Z - NVCC architecture flags: -gencode;arch=compute_80,code=sm_80 2023-02-04T08:52:33.5304800Z - CuDNN 8.5 2023-02-04T08:52:33.5305028Z - Magma 2.6.1 2023-02-04T08:52:33.5308465Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CUDA_VERSION=11.7, CUDNN_VERSION=8.5.0, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOROCTRACER -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, FORCE_FALLBACK_CUDA_MPI=1, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_DISABLE_GPU_ASSERTS=ON, TORCH_VERSION=2.0.0, USE_CUDA=ON, USE_CUDNN=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=ON, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2023-02-04T08:52:33.5310614Z 2023-02-04T08:52:33.9152541Z + cd test 2023-02-04T08:52:33.9153317Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2023-02-04T08:52:35.3858334Z ATen/Parallel: 2023-02-04T08:52:35.3882672Z at::get_num_threads() : 6 2023-02-04T08:52:35.3882985Z at::get_num_interop_threads() : 6 2023-02-04T08:52:35.3883246Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2023-02-04T08:52:35.3883494Z omp_get_max_threads() : 6 2023-02-04T08:52:35.3884209Z Intel(R) oneAPI Math Kernel Library Version 2021.4-Product Build 20210904 for Intel(R) 64 architecture applications 2023-02-04T08:52:35.3884566Z mkl_get_max_threads() : 6 2023-02-04T08:52:35.3885005Z Intel(R) MKL-DNN v2.7.3 (Git Hash 6dbeffbae1f23cbbeae17adb7b5b13f1f37c080e) 2023-02-04T08:52:35.3885342Z std::thread::hardware_concurrency() : 12 2023-02-04T08:52:35.3885601Z Environment variables: 2023-02-04T08:52:35.3885841Z OMP_NUM_THREADS : [not set] 2023-02-04T08:52:35.3886497Z MKL_NUM_THREADS : [not set] 2023-02-04T08:52:35.3886728Z ATen parallel backend: OpenMP 2023-02-04T08:52:35.3886884Z 2023-02-04T08:52:35.6881842Z + [[ inductor_torchbench_smoketest_perf == *backward* ]] 2023-02-04T08:52:35.6882563Z + [[ inductor_torchbench_smoketest_perf == *xla* ]] 2023-02-04T08:52:35.6884405Z + [[ inductor_torchbench_smoketest_perf == \j\i\t\_\l\e\g\a\c\y ]] 2023-02-04T08:52:35.6885365Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *libtorch* ]] 2023-02-04T08:52:35.6885912Z + [[ inductor_torchbench_smoketest_perf == distributed ]] 2023-02-04T08:52:35.6886480Z + [[ inductor_torchbench_smoketest_perf == deploy ]] 2023-02-04T08:52:35.6886831Z + [[ inductor_torchbench_smoketest_perf == *inductor_distributed* ]] 2023-02-04T08:52:35.6887167Z + [[ inductor_torchbench_smoketest_perf == *dynamo* ]] 2023-02-04T08:52:35.6887481Z + [[ inductor_torchbench_smoketest_perf == *dynamo* ]] 2023-02-04T08:52:35.6887792Z + [[ inductor_torchbench_smoketest_perf == *aot_eager_all* ]] 2023-02-04T08:52:35.6888390Z + [[ inductor_torchbench_smoketest_perf == *aot_eager_huggingface* ]] 2023-02-04T08:52:35.6889055Z + [[ inductor_torchbench_smoketest_perf == *aot_eager_timm* ]] 2023-02-04T08:52:35.6889575Z + [[ inductor_torchbench_smoketest_perf == *aot_eager_torchbench* ]] 2023-02-04T08:52:35.6889930Z + [[ inductor_torchbench_smoketest_perf == *inductor_huggingface* ]] 2023-02-04T08:52:35.6890306Z + [[ inductor_torchbench_smoketest_perf == *inductor_timm* ]] 2023-02-04T08:52:35.6890636Z + [[ inductor_torchbench_smoketest_perf == *inductor_torchbench* ]] 2023-02-04T08:52:35.6890916Z + install_torchtext 2023-02-04T08:52:35.6891136Z + local commit 2023-02-04T08:52:35.6891358Z ++ get_pinned_commit text 2023-02-04T08:52:35.6891593Z ++ cat .github/ci_commit_pins/text.txt 2023-02-04T08:52:35.6909122Z + commit=5b78d074bd303eb230d30567646fcf0358ee2dd4 2023-02-04T08:52:35.6910624Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/text.git@5b78d074bd303eb230d30567646fcf0358ee2dd4 2023-02-04T08:52:35.6911373Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/text.git@5b78d074bd303eb230d30567646fcf0358ee2dd4 2023-02-04T08:52:36.1214481Z Collecting git+https://github.com/pytorch/text.git@5b78d074bd303eb230d30567646fcf0358ee2dd4 2023-02-04T08:52:36.1222415Z Cloning https://github.com/pytorch/text.git (to revision 5b78d074bd303eb230d30567646fcf0358ee2dd4) to /tmp/pip-req-build-x2fhb_u0 2023-02-04T08:52:36.1253154Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/text.git /tmp/pip-req-build-x2fhb_u0 2023-02-04T08:52:37.7785023Z Running command git rev-parse -q --verify 'sha^5b78d074bd303eb230d30567646fcf0358ee2dd4' 2023-02-04T08:52:37.7811357Z Running command git fetch -q https://github.com/pytorch/text.git 5b78d074bd303eb230d30567646fcf0358ee2dd4 2023-02-04T08:52:38.5441040Z Running command git checkout -q 5b78d074bd303eb230d30567646fcf0358ee2dd4 2023-02-04T08:52:38.9704826Z Resolved https://github.com/pytorch/text.git to commit 5b78d074bd303eb230d30567646fcf0358ee2dd4 2023-02-04T08:52:38.9705589Z Running command git submodule update --init --recursive -q 2023-02-04T08:52:46.0344004Z Preparing metadata (setup.py) ... [?25l- done 2023-02-04T08:52:46.0402323Z [?25hRequirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtext==0.14.0a0+5b78d07) (4.64.1) 2023-02-04T08:52:46.0406400Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtext==0.14.0a0+5b78d07) (2.28.2) 2023-02-04T08:52:46.0411267Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtext==0.14.0a0+5b78d07) (2.0.0a0+git996cc1c) 2023-02-04T08:52:46.0415404Z Requirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtext==0.14.0a0+5b78d07) (1.21.2) 2023-02-04T08:52:46.0497361Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchtext==0.14.0a0+5b78d07) (3.4) 2023-02-04T08:52:46.0504592Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchtext==0.14.0a0+5b78d07) (3.0.1) 2023-02-04T08:52:46.0513523Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchtext==0.14.0a0+5b78d07) (2022.12.7) 2023-02-04T08:52:46.0520397Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchtext==0.14.0a0+5b78d07) (1.26.14) 2023-02-04T08:52:46.0576835Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchtext==0.14.0a0+5b78d07) (1.11.1) 2023-02-04T08:52:46.0580690Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchtext==0.14.0a0+5b78d07) (4.4.0) 2023-02-04T08:52:46.0584818Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchtext==0.14.0a0+5b78d07) (3.9.0) 2023-02-04T08:52:46.0589085Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchtext==0.14.0a0+5b78d07) (2.6.3) 2023-02-04T08:52:46.1080603Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy->torch->torchtext==0.14.0a0+5b78d07) (1.2.1) 2023-02-04T08:52:46.1149543Z Building wheels for collected packages: torchtext 2023-02-04T08:53:36.7030743Z Building wheel for torchtext (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2023-02-04T08:53:36.7105739Z [?25h Created wheel for torchtext: filename=torchtext-0.14.0a0+5b78d07-cp310-cp310-linux_x86_64.whl size=2050007 sha256=d2843b0864431ab6fdb49775cdd4d0402357e71fc0c3b6b43115eaa0f3bc07ed 2023-02-04T08:53:36.7107164Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/32/8c/8c/c80fd49c228ca47afb83b30e482dfd8079c17702efc9669f33 2023-02-04T08:53:36.7142179Z Successfully built torchtext 2023-02-04T08:53:37.3578007Z Installing collected packages: torchtext 2023-02-04T08:53:37.4904276Z Successfully installed torchtext-0.14.0a0+5b78d07 2023-02-04T08:53:37.6474276Z + install_torchvision 2023-02-04T08:53:37.6474517Z + local commit 2023-02-04T08:53:37.6482587Z ++ get_pinned_commit vision 2023-02-04T08:53:37.6483478Z ++ cat .github/ci_commit_pins/vision.txt 2023-02-04T08:53:37.6506333Z + commit=135a0f9ea9841b6324b4fe8974e2543cbb95709a 2023-02-04T08:53:37.6507300Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@135a0f9ea9841b6324b4fe8974e2543cbb95709a 2023-02-04T08:53:37.6508350Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@135a0f9ea9841b6324b4fe8974e2543cbb95709a 2023-02-04T08:53:38.0973790Z Collecting git+https://github.com/pytorch/vision.git@135a0f9ea9841b6324b4fe8974e2543cbb95709a 2023-02-04T08:53:38.0977908Z Cloning https://github.com/pytorch/vision.git (to revision 135a0f9ea9841b6324b4fe8974e2543cbb95709a) to /tmp/pip-req-build-7nmyvuzo 2023-02-04T08:53:38.1006317Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-7nmyvuzo 2023-02-04T08:53:40.2744022Z Running command git rev-parse -q --verify 'sha^135a0f9ea9841b6324b4fe8974e2543cbb95709a' 2023-02-04T08:53:40.2770876Z Running command git fetch -q https://github.com/pytorch/vision.git 135a0f9ea9841b6324b4fe8974e2543cbb95709a 2023-02-04T08:53:41.6744501Z Resolved https://github.com/pytorch/vision.git to commit 135a0f9ea9841b6324b4fe8974e2543cbb95709a 2023-02-04T08:53:44.4079822Z Preparing metadata (setup.py) ... [?25l- done 2023-02-04T08:53:44.4141801Z [?25hRequirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.15.0a0+135a0f9) (1.21.2) 2023-02-04T08:53:44.4145692Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.15.0a0+135a0f9) (2.28.2) 2023-02-04T08:53:44.4150238Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.15.0a0+135a0f9) (2.0.0a0+git996cc1c) 2023-02-04T08:53:44.4158274Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.15.0a0+135a0f9) (9.4.0) 2023-02-04T08:53:44.4364484Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchvision==0.15.0a0+135a0f9) (2022.12.7) 2023-02-04T08:53:44.4372900Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchvision==0.15.0a0+135a0f9) (1.26.14) 2023-02-04T08:53:44.4380561Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchvision==0.15.0a0+135a0f9) (3.0.1) 2023-02-04T08:53:44.4387794Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchvision==0.15.0a0+135a0f9) (3.4) 2023-02-04T08:53:44.4447532Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.15.0a0+135a0f9) (4.4.0) 2023-02-04T08:53:44.4450925Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.15.0a0+135a0f9) (2.6.3) 2023-02-04T08:53:44.4455345Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.15.0a0+135a0f9) (3.9.0) 2023-02-04T08:53:44.4459614Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.15.0a0+135a0f9) (1.11.1) 2023-02-04T08:53:44.4874292Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy->torch->torchvision==0.15.0a0+135a0f9) (1.2.1) 2023-02-04T08:53:44.4946767Z Building wheels for collected packages: torchvision 2023-02-04T08:55:21.0136611Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | done 2023-02-04T08:55:21.0205505Z [?25h Created wheel for torchvision: filename=torchvision-0.15.0a0+135a0f9-cp310-cp310-linux_x86_64.whl size=1863315 sha256=b774edd883c7f3ad2a6900d146af743ea42d579aa0cc368898c56dbb2b5fef83 2023-02-04T08:55:21.0206134Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/55/01/9e/7bb36cc7d92d1a811911512f8829ff3907fd20a93a215c802d 2023-02-04T08:55:21.0251240Z Successfully built torchvision 2023-02-04T08:55:21.6647654Z Installing collected packages: torchvision 2023-02-04T08:55:22.1546887Z Successfully installed torchvision-0.15.0a0+135a0f9 2023-02-04T08:55:22.2943269Z + install_filelock 2023-02-04T08:55:22.2943566Z + pip_install filelock 2023-02-04T08:55:22.2944115Z + pip install --progress-bar off filelock 2023-02-04T08:55:22.7266357Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (3.9.0) 2023-02-04T08:55:23.5333066Z + install_triton 2023-02-04T08:55:23.5333341Z + local commit 2023-02-04T08:55:23.5333623Z + [[ inductor_torchbench_smoketest_perf == *rocm* ]] 2023-02-04T08:55:23.5342033Z ++ get_pinned_commit triton 2023-02-04T08:55:23.5342333Z ++ cat .github/ci_commit_pins/triton.txt 2023-02-04T08:55:23.5364837Z + commit=0d7e7532279e45672555e344646f5c19c3972331 2023-02-04T08:55:23.5365885Z + pip_install --user git+https://github.com/openai/triton@0d7e7532279e45672555e344646f5c19c3972331#subdirectory=python 2023-02-04T08:55:23.5367019Z + pip install --progress-bar off --user git+https://github.com/openai/triton@0d7e7532279e45672555e344646f5c19c3972331#subdirectory=python 2023-02-04T08:55:23.9657323Z Collecting git+https://github.com/openai/triton@0d7e7532279e45672555e344646f5c19c3972331#subdirectory=python 2023-02-04T08:55:23.9662403Z Cloning https://github.com/openai/triton (to revision 0d7e7532279e45672555e344646f5c19c3972331) to /tmp/pip-req-build-hjma38r_ 2023-02-04T08:55:23.9686423Z Running command git clone --filter=blob:none --quiet https://github.com/openai/triton /tmp/pip-req-build-hjma38r_ 2023-02-04T08:55:25.2356582Z Running command git rev-parse -q --verify 'sha^0d7e7532279e45672555e344646f5c19c3972331' 2023-02-04T08:55:25.2379773Z Running command git fetch -q https://github.com/openai/triton 0d7e7532279e45672555e344646f5c19c3972331 2023-02-04T08:55:25.8061181Z Running command git checkout -q 0d7e7532279e45672555e344646f5c19c3972331 2023-02-04T08:55:26.3807933Z Resolved https://github.com/openai/triton to commit 0d7e7532279e45672555e344646f5c19c3972331 2023-02-04T08:55:26.3809199Z Running command git submodule update --init --recursive -q 2023-02-04T08:55:27.1389495Z Preparing metadata (setup.py) ... [?25l- done 2023-02-04T08:55:27.3686128Z [?25hCollecting cmake 2023-02-04T08:55:27.4434611Z Downloading cmake-3.25.2-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.7 MB) 2023-02-04T08:55:27.7667124Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from triton==2.0.0) (3.9.0) 2023-02-04T08:55:27.7669067Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from triton==2.0.0) (2.0.0a0+git996cc1c) 2023-02-04T08:55:27.7890079Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->triton==2.0.0) (4.4.0) 2023-02-04T08:55:27.7893984Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->triton==2.0.0) (2.6.3) 2023-02-04T08:55:27.7897670Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->triton==2.0.0) (1.11.1) 2023-02-04T08:55:27.8077280Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy->torch->triton==2.0.0) (1.2.1) 2023-02-04T08:55:27.8139683Z Building wheels for collected packages: triton 2023-02-04T08:56:19.1909357Z Building wheel for triton (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ done 2023-02-04T08:56:19.2359278Z [?25h Created wheel for triton: filename=triton-2.0.0-cp310-cp310-linux_x86_64.whl size=15377935 sha256=6db4ac85e7497e56a12f723909abbe6735b127028b6262ba1fd0229daa51ed0c 2023-02-04T08:56:19.2359901Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/3f/1d/23/1c2bc47d618a44f9c949aea4b7e355e737a1f1ed208f009295 2023-02-04T08:56:19.2383222Z Successfully built triton 2023-02-04T08:56:19.9487322Z Installing collected packages: cmake, triton 2023-02-04T08:56:21.2618361Z Successfully installed cmake-3.25.2 triton-2.0.0 2023-02-04T08:56:21.3808910Z + pip_install --user jinja2 2023-02-04T08:56:21.3809312Z + pip install --progress-bar off --user jinja2 2023-02-04T08:56:21.8940945Z Collecting jinja2 2023-02-04T08:56:21.9534208Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2023-02-04T08:56:21.9885013Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2) (2.1.2) 2023-02-04T08:56:22.7268380Z Installing collected packages: jinja2 2023-02-04T08:56:22.8199218Z Successfully installed jinja2-3.1.2 2023-02-04T08:56:22.9013726Z + checkout_install_torchbench 2023-02-04T08:56:22.9014120Z + git clone https://github.com/pytorch/benchmark torchbench 2023-02-04T08:56:22.9032925Z Cloning into 'torchbench'... 2023-02-04T08:56:23.2580084Z remote: Enumerating objects: 20214, done. 2023-02-04T08:56:23.2580523Z remote: Counting objects: 0% (1/253) 2023-02-04T08:56:23.2581234Z remote: Counting objects: 1% (3/253) 2023-02-04T08:56:23.2584387Z remote: Counting objects: 2% (6/253) 2023-02-04T08:56:23.2584888Z remote: Counting objects: 3% (8/253) 2023-02-04T08:56:23.2585223Z remote: Counting objects: 4% (11/253) 2023-02-04T08:56:23.2585555Z remote: Counting objects: 5% (13/253) 2023-02-04T08:56:23.2585982Z remote: Counting objects: 6% (16/253) 2023-02-04T08:56:23.2586607Z remote: Counting objects: 7% (18/253) 2023-02-04T08:56:23.2587204Z remote: Counting objects: 8% (21/253) 2023-02-04T08:56:23.2587552Z remote: Counting objects: 9% (23/253) 2023-02-04T08:56:23.2587862Z remote: Counting objects: 10% (26/253) 2023-02-04T08:56:23.2588613Z remote: Counting objects: 11% (28/253) 2023-02-04T08:56:23.2588949Z remote: Counting objects: 12% (31/253) 2023-02-04T08:56:23.2589285Z remote: Counting objects: 13% (33/253) 2023-02-04T08:56:23.2589593Z remote: Counting objects: 14% (36/253) 2023-02-04T08:56:23.2589931Z remote: Counting objects: 15% (38/253) 2023-02-04T08:56:23.2590251Z remote: Counting objects: 16% (41/253) 2023-02-04T08:56:23.2590562Z remote: Counting objects: 17% (44/253) 2023-02-04T08:56:23.2590893Z remote: Counting objects: 18% (46/253) 2023-02-04T08:56:23.2591219Z remote: Counting objects: 19% (49/253) 2023-02-04T08:56:23.2596147Z remote: Counting objects: 20% (51/253) 2023-02-04T08:56:23.2596627Z remote: Counting objects: 21% (54/253) 2023-02-04T08:56:23.2597039Z remote: Counting objects: 22% (56/253) 2023-02-04T08:56:23.2597544Z remote: Counting objects: 23% (59/253) 2023-02-04T08:56:23.2597862Z remote: Counting objects: 24% (61/253) 2023-02-04T08:56:23.2598188Z remote: Counting objects: 25% (64/253) 2023-02-04T08:56:23.2598512Z remote: Counting objects: 26% (66/253) 2023-02-04T08:56:23.2598817Z remote: Counting objects: 27% (69/253) 2023-02-04T08:56:23.2599143Z remote: Counting objects: 28% (71/253) 2023-02-04T08:56:23.2599471Z remote: Counting objects: 29% (74/253) 2023-02-04T08:56:23.2599779Z remote: Counting objects: 30% (76/253) 2023-02-04T08:56:23.2600109Z remote: Counting objects: 31% (79/253) 2023-02-04T08:56:23.2600432Z remote: Counting objects: 32% (81/253) 2023-02-04T08:56:23.2600751Z remote: Counting objects: 33% (84/253) 2023-02-04T08:56:23.2605905Z remote: Counting objects: 34% (87/253) 2023-02-04T08:56:23.2606595Z remote: Counting objects: 35% (89/253) 2023-02-04T08:56:23.2607108Z remote: Counting objects: 36% (92/253) 2023-02-04T08:56:23.2607660Z remote: Counting objects: 37% (94/253) 2023-02-04T08:56:23.2608263Z remote: Counting objects: 38% (97/253) 2023-02-04T08:56:23.2608649Z remote: Counting objects: 39% (99/253) 2023-02-04T08:56:23.2608979Z remote: Counting objects: 40% (102/253) 2023-02-04T08:56:23.2609297Z remote: Counting objects: 41% (104/253) 2023-02-04T08:56:23.2609625Z remote: Counting objects: 42% (107/253) 2023-02-04T08:56:23.2609950Z remote: Counting objects: 43% (109/253) 2023-02-04T08:56:23.2610271Z remote: Counting objects: 44% (112/253) 2023-02-04T08:56:23.2610606Z remote: Counting objects: 45% (114/253) 2023-02-04T08:56:23.2610934Z remote: Counting objects: 46% (117/253) 2023-02-04T08:56:23.2611260Z remote: Counting objects: 47% (119/253) 2023-02-04T08:56:23.2611570Z remote: Counting objects: 48% (122/253) 2023-02-04T08:56:23.2611929Z remote: Counting objects: 49% (124/253) 2023-02-04T08:56:23.2612254Z remote: Counting objects: 50% (127/253) 2023-02-04T08:56:23.2612563Z remote: Counting objects: 51% (130/253) 2023-02-04T08:56:23.2612888Z remote: Counting objects: 52% (132/253) 2023-02-04T08:56:23.2613212Z remote: Counting objects: 53% (135/253) 2023-02-04T08:56:23.2613520Z remote: Counting objects: 54% (137/253) 2023-02-04T08:56:23.2613840Z remote: Counting objects: 55% (140/253) 2023-02-04T08:56:23.2614162Z remote: Counting objects: 56% (142/253) 2023-02-04T08:56:23.2614485Z remote: Counting objects: 57% (145/253) 2023-02-04T08:56:23.2615011Z remote: Counting objects: 58% (147/253) 2023-02-04T08:56:23.2615414Z remote: Counting objects: 59% (150/253) 2023-02-04T08:56:23.2615751Z remote: Counting objects: 60% (152/253) 2023-02-04T08:56:23.2616061Z remote: Counting objects: 61% (155/253) 2023-02-04T08:56:23.2616390Z remote: Counting objects: 62% (157/253) 2023-02-04T08:56:23.2616779Z remote: Counting objects: 63% (160/253) 2023-02-04T08:56:23.2617088Z remote: Counting objects: 64% (162/253) 2023-02-04T08:56:23.2617411Z remote: Counting objects: 65% (165/253) 2023-02-04T08:56:23.2617733Z remote: Counting objects: 66% (167/253) 2023-02-04T08:56:23.2618042Z remote: Counting objects: 67% (170/253) 2023-02-04T08:56:23.2618370Z remote: Counting objects: 68% (173/253) 2023-02-04T08:56:23.2618693Z remote: Counting objects: 69% (175/253) 2023-02-04T08:56:23.2619004Z remote: Counting objects: 70% (178/253) 2023-02-04T08:56:23.2619325Z remote: Counting objects: 71% (180/253) 2023-02-04T08:56:23.2619651Z remote: Counting objects: 72% (183/253) 2023-02-04T08:56:23.2619976Z remote: Counting objects: 73% (185/253) 2023-02-04T08:56:23.2620282Z remote: Counting objects: 74% (188/253) 2023-02-04T08:56:23.2620603Z remote: Counting objects: 75% (190/253) 2023-02-04T08:56:23.2620924Z remote: Counting objects: 76% (193/253) 2023-02-04T08:56:23.2621232Z remote: Counting objects: 77% (195/253) 2023-02-04T08:56:23.2621554Z remote: Counting objects: 78% (198/253) 2023-02-04T08:56:23.2621877Z remote: Counting objects: 79% (200/253) 2023-02-04T08:56:23.2622185Z remote: Counting objects: 80% (203/253) 2023-02-04T08:56:23.2622614Z remote: Counting objects: 81% (205/253) 2023-02-04T08:56:23.2622941Z remote: Counting objects: 82% (208/253) 2023-02-04T08:56:23.2623247Z remote: Counting objects: 83% (210/253) 2023-02-04T08:56:23.2623574Z remote: Counting objects: 84% (213/253) 2023-02-04T08:56:23.2623900Z remote: Counting objects: 85% (216/253) 2023-02-04T08:56:23.2624210Z remote: Counting objects: 86% (218/253) 2023-02-04T08:56:23.2624534Z remote: Counting objects: 87% (221/253) 2023-02-04T08:56:23.2624859Z remote: Counting objects: 88% (223/253) 2023-02-04T08:56:23.2625183Z remote: Counting objects: 89% (226/253) 2023-02-04T08:56:23.2625491Z remote: Counting objects: 90% (228/253) 2023-02-04T08:56:23.2625814Z remote: Counting objects: 91% (231/253) 2023-02-04T08:56:23.2626134Z remote: Counting objects: 92% (233/253) 2023-02-04T08:56:23.2626483Z remote: Counting objects: 93% (236/253) 2023-02-04T08:56:23.2626809Z remote: Counting objects: 94% (238/253) 2023-02-04T08:56:23.2627133Z remote: Counting objects: 95% (241/253) 2023-02-04T08:56:23.2627441Z remote: Counting objects: 96% (243/253) 2023-02-04T08:56:23.2627767Z remote: Counting objects: 97% (246/253) 2023-02-04T08:56:23.2628368Z remote: Counting objects: 98% (248/253) 2023-02-04T08:56:23.2628685Z remote: Counting objects: 99% (251/253) 2023-02-04T08:56:23.2629021Z remote: Counting objects: 100% (253/253) 2023-02-04T08:56:23.2629379Z remote: Counting objects: 100% (253/253), done. 2023-02-04T08:56:23.2629728Z remote: Compressing objects: 0% (1/153) 2023-02-04T08:56:23.2630080Z remote: Compressing objects: 1% (2/153) 2023-02-04T08:56:23.2630426Z remote: Compressing objects: 2% (4/153) 2023-02-04T08:56:23.2630760Z remote: Compressing objects: 3% (5/153) 2023-02-04T08:56:23.2631076Z remote: Compressing objects: 4% (7/153) 2023-02-04T08:56:23.2631417Z remote: Compressing objects: 5% (8/153) 2023-02-04T08:56:23.2631758Z remote: Compressing objects: 6% (10/153) 2023-02-04T08:56:23.2632088Z remote: Compressing objects: 7% (11/153) 2023-02-04T08:56:23.2632430Z remote: Compressing objects: 8% (13/153) 2023-02-04T08:56:23.2643099Z remote: Compressing objects: 9% (14/153) 2023-02-04T08:56:23.2643438Z remote: Compressing objects: 10% (16/153) 2023-02-04T08:56:23.2649098Z remote: Compressing objects: 11% (17/153) 2023-02-04T08:56:23.2649452Z remote: Compressing objects: 12% (19/153) 2023-02-04T08:56:23.2655051Z remote: Compressing objects: 13% (20/153) 2023-02-04T08:56:23.2662930Z remote: Compressing objects: 14% (22/153) 2023-02-04T08:56:23.2663510Z remote: Compressing objects: 15% (23/153) 2023-02-04T08:56:23.2663863Z remote: Compressing objects: 16% (25/153) 2023-02-04T08:56:23.2664188Z remote: Compressing objects: 17% (27/153) 2023-02-04T08:56:23.2664531Z remote: Compressing objects: 18% (28/153) 2023-02-04T08:56:23.2664871Z remote: Compressing objects: 19% (30/153) 2023-02-04T08:56:23.2665195Z remote: Compressing objects: 20% (31/153) 2023-02-04T08:56:23.2665533Z remote: Compressing objects: 21% (33/153) 2023-02-04T08:56:23.2667863Z remote: Compressing objects: 22% (34/153) 2023-02-04T08:56:23.2668639Z remote: Compressing objects: 23% (36/153) 2023-02-04T08:56:23.2669189Z remote: Compressing objects: 24% (37/153) 2023-02-04T08:56:23.2669815Z remote: Compressing objects: 25% (39/153) 2023-02-04T08:56:23.2670336Z remote: Compressing objects: 26% (40/153) 2023-02-04T08:56:23.2670862Z remote: Compressing objects: 27% (42/153) 2023-02-04T08:56:23.2671459Z remote: Compressing objects: 28% (43/153) 2023-02-04T08:56:23.2671967Z remote: Compressing objects: 29% (45/153) 2023-02-04T08:56:23.2672295Z remote: Compressing objects: 30% (46/153) 2023-02-04T08:56:23.2672772Z remote: Compressing objects: 31% (48/153) 2023-02-04T08:56:23.2673470Z remote: Compressing objects: 32% (49/153) 2023-02-04T08:56:23.2674074Z remote: Compressing objects: 33% (51/153) 2023-02-04T08:56:23.2674631Z remote: Compressing objects: 34% (53/153) 2023-02-04T08:56:23.2675224Z remote: Compressing objects: 35% (54/153) 2023-02-04T08:56:23.2675849Z remote: Compressing objects: 36% (56/153) 2023-02-04T08:56:23.2676526Z remote: Compressing objects: 37% (57/153) 2023-02-04T08:56:23.2677195Z remote: Compressing objects: 38% (59/153) 2023-02-04T08:56:23.2677635Z remote: Compressing objects: 39% (60/153) 2023-02-04T08:56:23.2677959Z remote: Compressing objects: 40% (62/153) 2023-02-04T08:56:23.2678367Z remote: Compressing objects: 41% (63/153) 2023-02-04T08:56:23.2678980Z remote: Compressing objects: 42% (65/153) 2023-02-04T08:56:23.2679456Z remote: Compressing objects: 43% (66/153) 2023-02-04T08:56:23.2680043Z remote: Compressing objects: 44% (68/153) 2023-02-04T08:56:23.2680645Z remote: Compressing objects: 45% (69/153) 2023-02-04T08:56:23.2681018Z remote: Compressing objects: 46% (71/153) 2023-02-04T08:56:23.2681340Z remote: Compressing objects: 47% (72/153) 2023-02-04T08:56:23.2681678Z remote: Compressing objects: 48% (74/153) 2023-02-04T08:56:23.2682014Z remote: Compressing objects: 49% (75/153) 2023-02-04T08:56:23.2682341Z remote: Compressing objects: 50% (77/153) 2023-02-04T08:56:23.2682673Z remote: Compressing objects: 51% (79/153) 2023-02-04T08:56:23.2683015Z remote: Compressing objects: 52% (80/153) 2023-02-04T08:56:23.2683353Z remote: Compressing objects: 53% (82/153) 2023-02-04T08:56:23.2683678Z remote: Compressing objects: 54% (83/153) 2023-02-04T08:56:23.2684010Z remote: Compressing objects: 55% (85/153) 2023-02-04T08:56:23.2684345Z remote: Compressing objects: 56% (86/153) 2023-02-04T08:56:23.2684662Z remote: Compressing objects: 57% (88/153) 2023-02-04T08:56:23.2685003Z remote: Compressing objects: 58% (89/153) 2023-02-04T08:56:23.2685338Z remote: Compressing objects: 59% (91/153) 2023-02-04T08:56:23.2685655Z remote: Compressing objects: 60% (92/153) 2023-02-04T08:56:23.2685991Z remote: Compressing objects: 61% (94/153) 2023-02-04T08:56:23.2686322Z remote: Compressing objects: 62% (95/153) 2023-02-04T08:56:23.2686743Z remote: Compressing objects: 63% (97/153) 2023-02-04T08:56:23.2687110Z remote: Compressing objects: 64% (98/153) 2023-02-04T08:56:23.2687454Z remote: Compressing objects: 65% (100/153) 2023-02-04T08:56:23.2687988Z remote: Compressing objects: 66% (101/153) 2023-02-04T08:56:23.2688403Z remote: Compressing objects: 67% (103/153) 2023-02-04T08:56:23.2688744Z remote: Compressing objects: 68% (105/153) 2023-02-04T08:56:23.2689085Z remote: Compressing objects: 69% (106/153) 2023-02-04T08:56:23.2689416Z remote: Compressing objects: 70% (108/153) 2023-02-04T08:56:23.2689755Z remote: Compressing objects: 71% (109/153) 2023-02-04T08:56:23.2690096Z remote: Compressing objects: 72% (111/153) 2023-02-04T08:56:23.2690423Z remote: Compressing objects: 73% (112/153) 2023-02-04T08:56:23.2690756Z remote: Compressing objects: 74% (114/153) 2023-02-04T08:56:23.2691095Z remote: Compressing objects: 75% (115/153) 2023-02-04T08:56:23.2691418Z remote: Compressing objects: 76% (117/153) 2023-02-04T08:56:23.2691757Z remote: Compressing objects: 77% (118/153) 2023-02-04T08:56:23.2692130Z remote: Compressing objects: 78% (120/153) 2023-02-04T08:56:23.2692663Z remote: Compressing objects: 79% (121/153) 2023-02-04T08:56:23.2693236Z remote: Compressing objects: 80% (123/153) 2023-02-04T08:56:23.2693676Z remote: Compressing objects: 81% (124/153) 2023-02-04T08:56:23.2694019Z remote: Compressing objects: 82% (126/153) 2023-02-04T08:56:23.2694348Z remote: Compressing objects: 83% (127/153) 2023-02-04T08:56:23.2694685Z remote: Compressing objects: 84% (129/153) 2023-02-04T08:56:23.2695024Z remote: Compressing objects: 85% (131/153) 2023-02-04T08:56:23.2695354Z remote: Compressing objects: 86% (132/153) 2023-02-04T08:56:23.2695690Z remote: Compressing objects: 87% (134/153) 2023-02-04T08:56:23.2696028Z remote: Compressing objects: 88% (135/153) 2023-02-04T08:56:23.2696352Z remote: Compressing objects: 89% (137/153) 2023-02-04T08:56:23.2696756Z remote: Compressing objects: 90% (138/153) 2023-02-04T08:56:23.2697094Z remote: Compressing objects: 91% (140/153) 2023-02-04T08:56:23.2697417Z remote: Compressing objects: 92% (141/153) 2023-02-04T08:56:23.2697757Z remote: Compressing objects: 93% (143/153) 2023-02-04T08:56:23.2698121Z remote: Compressing objects: 94% (144/153) 2023-02-04T08:56:23.2698456Z remote: Compressing objects: 95% (146/153) 2023-02-04T08:56:23.2698777Z remote: Compressing objects: 96% (147/153) 2023-02-04T08:56:23.2699112Z remote: Compressing objects: 97% (149/153) 2023-02-04T08:56:23.2699447Z remote: Compressing objects: 98% (150/153) 2023-02-04T08:56:23.2699770Z remote: Compressing objects: 99% (152/153) 2023-02-04T08:56:23.2700107Z remote: Compressing objects: 100% (153/153) 2023-02-04T08:56:23.2700464Z remote: Compressing objects: 100% (153/153), done. 2023-02-04T08:56:23.2820721Z Receiving objects: 0% (1/20214) 2023-02-04T08:56:23.2937331Z Receiving objects: 1% (203/20214) 2023-02-04T08:56:23.2966541Z Receiving objects: 2% (405/20214) 2023-02-04T08:56:23.3077537Z Receiving objects: 3% (607/20214) 2023-02-04T08:56:23.3166337Z Receiving objects: 4% (809/20214) 2023-02-04T08:56:23.3202189Z Receiving objects: 5% (1011/20214) 2023-02-04T08:56:23.3227881Z Receiving objects: 6% (1213/20214) 2023-02-04T08:56:23.3257367Z Receiving objects: 7% (1415/20214) 2023-02-04T08:56:23.3282459Z Receiving objects: 8% (1618/20214) 2023-02-04T08:56:23.3392419Z Receiving objects: 9% (1820/20214) 2023-02-04T08:56:23.3446240Z Receiving objects: 10% (2022/20214) 2023-02-04T08:56:23.3484681Z Receiving objects: 11% (2224/20214) 2023-02-04T08:56:23.3544501Z Receiving objects: 12% (2426/20214) 2023-02-04T08:56:23.3693457Z Receiving objects: 13% (2628/20214) 2023-02-04T08:56:23.3801803Z Receiving objects: 14% (2830/20214) 2023-02-04T08:56:23.3944286Z Receiving objects: 15% (3033/20214) 2023-02-04T08:56:23.4010447Z Receiving objects: 16% (3235/20214) 2023-02-04T08:56:23.4029888Z Receiving objects: 17% (3437/20214) 2023-02-04T08:56:23.4068063Z Receiving objects: 18% (3639/20214) 2023-02-04T08:56:23.4083329Z Receiving objects: 19% (3841/20214) 2023-02-04T08:56:23.4095903Z Receiving objects: 20% (4043/20214) 2023-02-04T08:56:23.4118889Z Receiving objects: 21% (4245/20214) 2023-02-04T08:56:23.4299997Z Receiving objects: 22% (4448/20214) 2023-02-04T08:56:23.4993604Z Receiving objects: 23% (4650/20214) 2023-02-04T08:56:23.5012553Z Receiving objects: 24% (4852/20214) 2023-02-04T08:56:23.5022994Z Receiving objects: 25% (5054/20214) 2023-02-04T08:56:23.5034671Z Receiving objects: 26% (5256/20214) 2023-02-04T08:56:23.5990635Z Receiving objects: 27% (5458/20214) 2023-02-04T08:56:23.5996603Z Receiving objects: 28% (5660/20214) 2023-02-04T08:56:23.6046041Z Receiving objects: 29% (5863/20214) 2023-02-04T08:56:23.8984397Z Receiving objects: 30% (6065/20214) 2023-02-04T08:56:24.2716624Z Receiving objects: 31% (6267/20214), 18.70 MiB | 37.40 MiB/s 2023-02-04T08:56:25.0420706Z Receiving objects: 31% (6377/20214), 49.21 MiB | 49.21 MiB/s 2023-02-04T08:56:25.2716393Z Receiving objects: 32% (6469/20214), 75.59 MiB | 50.39 MiB/s 2023-02-04T08:56:25.6766064Z Receiving objects: 32% (6571/20214), 106.77 MiB | 53.41 MiB/s 2023-02-04T08:56:25.7325236Z Receiving objects: 33% (6671/20214), 106.77 MiB | 53.41 MiB/s 2023-02-04T08:56:25.7942690Z Receiving objects: 34% (6873/20214), 106.77 MiB | 53.41 MiB/s 2023-02-04T08:56:25.8458685Z Receiving objects: 35% (7075/20214), 133.97 MiB | 53.61 MiB/s 2023-02-04T08:56:25.8985872Z Receiving objects: 36% (7278/20214), 133.97 MiB | 53.61 MiB/s 2023-02-04T08:56:25.9502178Z Receiving objects: 37% (7480/20214), 133.97 MiB | 53.61 MiB/s 2023-02-04T08:56:26.0017126Z Receiving objects: 38% (7682/20214), 133.97 MiB | 53.61 MiB/s 2023-02-04T08:56:26.0564534Z Receiving objects: 39% (7884/20214), 133.97 MiB | 53.61 MiB/s 2023-02-04T08:56:26.1084612Z Receiving objects: 40% (8086/20214), 133.97 MiB | 53.61 MiB/s 2023-02-04T08:56:26.1606316Z Receiving objects: 41% (8288/20214), 133.97 MiB | 53.61 MiB/s 2023-02-04T08:56:26.2146150Z Receiving objects: 42% (8490/20214), 133.97 MiB | 53.61 MiB/s 2023-02-04T08:56:26.2665019Z Receiving objects: 43% (8693/20214), 133.97 MiB | 53.61 MiB/s 2023-02-04T08:56:26.2713379Z Receiving objects: 44% (8895/20214), 133.97 MiB | 53.61 MiB/s 2023-02-04T08:56:26.3198963Z Receiving objects: 44% (8914/20214), 133.97 MiB | 53.61 MiB/s 2023-02-04T08:56:26.5482644Z Receiving objects: 45% (9097/20214), 170.24 MiB | 56.76 MiB/s 2023-02-04T08:56:26.6226850Z Receiving objects: 46% (9299/20214), 170.24 MiB | 56.76 MiB/s 2023-02-04T08:56:26.6334030Z Receiving objects: 47% (9501/20214), 170.24 MiB | 56.76 MiB/s 2023-02-04T08:56:26.6404352Z Receiving objects: 48% (9703/20214), 170.24 MiB | 56.76 MiB/s 2023-02-04T08:56:26.8382926Z Receiving objects: 49% (9905/20214), 170.24 MiB | 56.76 MiB/s 2023-02-04T08:56:27.0883596Z Receiving objects: 50% (10107/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.1103191Z Receiving objects: 51% (10310/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.1108566Z Receiving objects: 52% (10512/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.1124028Z Receiving objects: 53% (10714/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.1150041Z Receiving objects: 54% (10916/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.1494114Z Receiving objects: 55% (11118/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.1512078Z Receiving objects: 56% (11320/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.1520327Z Receiving objects: 57% (11522/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2006246Z Receiving objects: 58% (11725/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2012646Z Receiving objects: 59% (11927/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2019581Z Receiving objects: 60% (12129/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2032721Z Receiving objects: 61% (12331/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2042789Z Receiving objects: 62% (12533/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2053376Z Receiving objects: 63% (12735/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2067772Z Receiving objects: 64% (12937/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2078294Z Receiving objects: 65% (13140/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2087402Z Receiving objects: 66% (13342/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2097807Z Receiving objects: 67% (13544/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2124869Z Receiving objects: 68% (13746/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2130812Z Receiving objects: 69% (13948/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2143305Z Receiving objects: 70% (14150/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2156802Z Receiving objects: 71% (14352/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2704715Z Receiving objects: 72% (14555/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2715051Z Receiving objects: 73% (14757/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.2737417Z Receiving objects: 73% (14907/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.5033005Z Receiving objects: 74% (14959/20214), 197.15 MiB | 56.23 MiB/s 2023-02-04T08:56:27.5290585Z Receiving objects: 75% (15161/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5300343Z Receiving objects: 76% (15363/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5307893Z Receiving objects: 77% (15565/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5317525Z Receiving objects: 78% (15767/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5326981Z Receiving objects: 79% (15970/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5340186Z Receiving objects: 80% (16172/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5352258Z Receiving objects: 81% (16374/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5357769Z Receiving objects: 82% (16576/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5511616Z Receiving objects: 83% (16778/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5515894Z Receiving objects: 84% (16980/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5522221Z Receiving objects: 85% (17182/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5529209Z Receiving objects: 86% (17385/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5535993Z Receiving objects: 87% (17587/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5542016Z Receiving objects: 88% (17789/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5549131Z Receiving objects: 89% (17991/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5554831Z Receiving objects: 90% (18193/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5560252Z Receiving objects: 91% (18395/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5565696Z Receiving objects: 92% (18597/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5703060Z Receiving objects: 93% (18800/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5718421Z Receiving objects: 94% (19002/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5727581Z Receiving objects: 95% (19204/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5736978Z Receiving objects: 96% (19406/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5752236Z Receiving objects: 97% (19608/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5770273Z Receiving objects: 98% (19810/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5779188Z Receiving objects: 99% (20012/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5780310Z remote: Total 20214 (delta 129), reused 201 (delta 91), pack-reused 19961 2023-02-04T08:56:27.5804301Z Receiving objects: 100% (20214/20214), 230.86 MiB | 57.63 MiB/s 2023-02-04T08:56:27.5804709Z Receiving objects: 100% (20214/20214), 246.51 MiB | 57.21 MiB/s, done. 2023-02-04T08:56:27.5830471Z Resolving deltas: 0% (0/9442) 2023-02-04T08:56:27.5842675Z Resolving deltas: 1% (96/9442) 2023-02-04T08:56:27.5849939Z Resolving deltas: 2% (227/9442) 2023-02-04T08:56:27.5869745Z Resolving deltas: 3% (285/9442) 2023-02-04T08:56:27.5884210Z Resolving deltas: 4% (381/9442) 2023-02-04T08:56:27.5898263Z Resolving deltas: 5% (486/9442) 2023-02-04T08:56:27.5905718Z Resolving deltas: 6% (567/9442) 2023-02-04T08:56:27.5912856Z Resolving deltas: 7% (668/9442) 2023-02-04T08:56:27.5922417Z Resolving deltas: 8% (763/9442) 2023-02-04T08:56:27.5930518Z Resolving deltas: 9% (851/9442) 2023-02-04T08:56:27.5939986Z Resolving deltas: 10% (947/9442) 2023-02-04T08:56:27.5947743Z Resolving deltas: 11% (1050/9442) 2023-02-04T08:56:27.5958357Z Resolving deltas: 12% (1136/9442) 2023-02-04T08:56:27.5980818Z Resolving deltas: 13% (1229/9442) 2023-02-04T08:56:27.5990129Z Resolving deltas: 14% (1324/9442) 2023-02-04T08:56:27.6000986Z Resolving deltas: 15% (1426/9442) 2023-02-04T08:56:27.6013546Z Resolving deltas: 16% (1536/9442) 2023-02-04T08:56:27.6021138Z Resolving deltas: 17% (1627/9442) 2023-02-04T08:56:27.6030345Z Resolving deltas: 18% (1711/9442) 2023-02-04T08:56:27.6042385Z Resolving deltas: 19% (1794/9442) 2023-02-04T08:56:27.6050629Z Resolving deltas: 20% (1891/9442) 2023-02-04T08:56:27.6057089Z Resolving deltas: 21% (1996/9442) 2023-02-04T08:56:27.6062214Z Resolving deltas: 22% (2080/9442) 2023-02-04T08:56:27.6067259Z Resolving deltas: 23% (2175/9442) 2023-02-04T08:56:27.6074175Z Resolving deltas: 24% (2269/9442) 2023-02-04T08:56:27.6080909Z Resolving deltas: 25% (2369/9442) 2023-02-04T08:56:27.6088139Z Resolving deltas: 26% (2477/9442) 2023-02-04T08:56:27.6093154Z Resolving deltas: 27% (2576/9442) 2023-02-04T08:56:27.6100749Z Resolving deltas: 28% (2646/9442) 2023-02-04T08:56:27.6107303Z Resolving deltas: 29% (2745/9442) 2023-02-04T08:56:27.6120200Z Resolving deltas: 30% (2845/9442) 2023-02-04T08:56:27.6127707Z Resolving deltas: 31% (2928/9442) 2023-02-04T08:56:27.6167612Z Resolving deltas: 32% (3026/9442) 2023-02-04T08:56:27.6168773Z Resolving deltas: 33% (3183/9442) 2023-02-04T08:56:27.6169291Z Resolving deltas: 34% (3217/9442) 2023-02-04T08:56:27.6169609Z Resolving deltas: 35% (3307/9442) 2023-02-04T08:56:27.6169839Z Resolving deltas: 36% (3403/9442) 2023-02-04T08:56:27.6170082Z Resolving deltas: 37% (3504/9442) 2023-02-04T08:56:27.6184039Z Resolving deltas: 38% (3590/9442) 2023-02-04T08:56:27.6192056Z Resolving deltas: 39% (3688/9442) 2023-02-04T08:56:27.6199037Z Resolving deltas: 40% (3786/9442) 2023-02-04T08:56:27.6207025Z Resolving deltas: 41% (3872/9442) 2023-02-04T08:56:27.6212603Z Resolving deltas: 42% (3981/9442) 2023-02-04T08:56:27.6218615Z Resolving deltas: 43% (4067/9442) 2023-02-04T08:56:27.6225106Z Resolving deltas: 44% (4156/9442) 2023-02-04T08:56:27.6238351Z Resolving deltas: 45% (4255/9442) 2023-02-04T08:56:27.6238883Z Resolving deltas: 46% (4423/9442) 2023-02-04T08:56:27.6246769Z Resolving deltas: 47% (4440/9442) 2023-02-04T08:56:27.6253392Z Resolving deltas: 48% (4547/9442) 2023-02-04T08:56:27.6257711Z Resolving deltas: 49% (4659/9442) 2023-02-04T08:56:27.6263948Z Resolving deltas: 50% (4727/9442) 2023-02-04T08:56:27.6276363Z Resolving deltas: 51% (4827/9442) 2023-02-04T08:56:27.6295101Z Resolving deltas: 52% (4911/9442) 2023-02-04T08:56:27.6304039Z Resolving deltas: 53% (5013/9442) 2023-02-04T08:56:27.6312377Z Resolving deltas: 54% (5100/9442) 2023-02-04T08:56:27.6318245Z Resolving deltas: 55% (5208/9442) 2023-02-04T08:56:27.6323686Z Resolving deltas: 56% (5291/9442) 2023-02-04T08:56:27.6335749Z Resolving deltas: 57% (5389/9442) 2023-02-04T08:56:27.6349547Z Resolving deltas: 58% (5487/9442) 2023-02-04T08:56:27.6358627Z Resolving deltas: 59% (5573/9442) 2023-02-04T08:56:27.6365598Z Resolving deltas: 60% (5667/9442) 2023-02-04T08:56:27.6372865Z Resolving deltas: 61% (5760/9442) 2023-02-04T08:56:27.6381547Z Resolving deltas: 62% (5861/9442) 2023-02-04T08:56:27.6386864Z Resolving deltas: 63% (5976/9442) 2023-02-04T08:56:27.6391258Z Resolving deltas: 64% (6066/9442) 2023-02-04T08:56:27.6396979Z Resolving deltas: 65% (6145/9442) 2023-02-04T08:56:27.6402268Z Resolving deltas: 66% (6235/9442) 2023-02-04T08:56:27.6408047Z Resolving deltas: 67% (6336/9442) 2023-02-04T08:56:27.6413495Z Resolving deltas: 68% (6435/9442) 2023-02-04T08:56:27.6423116Z Resolving deltas: 69% (6516/9442) 2023-02-04T08:56:27.6430114Z Resolving deltas: 70% (6618/9442) 2023-02-04T08:56:27.6435943Z Resolving deltas: 71% (6730/9442) 2023-02-04T08:56:27.6441911Z Resolving deltas: 72% (6824/9442) 2023-02-04T08:56:27.6446292Z Resolving deltas: 73% (6921/9442) 2023-02-04T08:56:27.6453140Z Resolving deltas: 74% (6990/9442) 2023-02-04T08:56:27.6459719Z Resolving deltas: 75% (7089/9442) 2023-02-04T08:56:27.6471111Z Resolving deltas: 76% (7177/9442) 2023-02-04T08:56:27.6476238Z Resolving deltas: 77% (7317/9442) 2023-02-04T08:56:27.6482405Z Resolving deltas: 78% (7389/9442) 2023-02-04T08:56:27.6490392Z Resolving deltas: 79% (7467/9442) 2023-02-04T08:56:27.6495245Z Resolving deltas: 80% (7586/9442) 2023-02-04T08:56:27.6502586Z Resolving deltas: 81% (7657/9442) 2023-02-04T08:56:27.6514627Z Resolving deltas: 82% (7759/9442) 2023-02-04T08:56:27.6528557Z Resolving deltas: 83% (7839/9442) 2023-02-04T08:56:27.6529012Z Resolving deltas: 84% (8010/9442) 2023-02-04T08:56:27.6538759Z Resolving deltas: 85% (8031/9442) 2023-02-04T08:56:27.6548195Z Resolving deltas: 86% (8175/9442) 2023-02-04T08:56:27.6560437Z Resolving deltas: 88% (8320/9442) 2023-02-04T08:56:27.6565841Z Resolving deltas: 90% (8507/9442) 2023-02-04T08:56:27.6572583Z Resolving deltas: 91% (8598/9442) 2023-02-04T08:56:27.6578645Z Resolving deltas: 92% (8693/9442) 2023-02-04T08:56:27.6584403Z Resolving deltas: 93% (8782/9442) 2023-02-04T08:56:27.6591585Z Resolving deltas: 94% (8876/9442) 2023-02-04T08:56:27.6597280Z Resolving deltas: 95% (8973/9442) 2023-02-04T08:56:27.6602328Z Resolving deltas: 96% (9069/9442) 2023-02-04T08:56:27.6608716Z Resolving deltas: 97% (9159/9442) 2023-02-04T08:56:27.6615120Z Resolving deltas: 98% (9255/9442) 2023-02-04T08:56:27.6625349Z Resolving deltas: 99% (9356/9442) 2023-02-04T08:56:27.6625812Z Resolving deltas: 100% (9442/9442) 2023-02-04T08:56:27.6626281Z Resolving deltas: 100% (9442/9442), done. 2023-02-04T08:56:28.3035443Z + pushd torchbench 2023-02-04T08:56:28.3035890Z ~/workspace/torchbench ~/workspace 2023-02-04T08:56:28.3036222Z + git checkout no_torchaudio 2023-02-04T08:56:28.3752776Z Branch 'no_torchaudio' set up to track remote branch 'no_torchaudio' from 'origin'. 2023-02-04T08:56:28.3753294Z Switched to a new branch 'no_torchaudio' 2023-02-04T08:56:28.3762115Z + python install.py --continue_on_fail 2023-02-04T08:56:30.1442089Z checking packages torch, torchvision, torchtext are installed...OK 2023-02-04T08:56:30.1481764Z checking out Git LFS files...FAIL 2023-02-04T08:56:30.6973054Z git lfs failed. checking out input files from S3...Checking out https://ossci-datasets.s3.amazonaws.com/torchbench/data/Background_Matting_inputs.tar.gz to /var/lib/jenkins/workspace/torchbench/torchbenchmark/data/Background_Matting_inputs.tar.gz 2023-02-04T08:56:31.3164738Z Checking out https://ossci-datasets.s3.amazonaws.com/torchbench/data/coco128.tar.gz to /var/lib/jenkins/workspace/torchbench/torchbenchmark/data/coco128.tar.gz 2023-02-04T08:56:31.6549369Z Checking out https://ossci-datasets.s3.amazonaws.com/torchbench/data/multi30k.tar.gz to /var/lib/jenkins/workspace/torchbench/torchbenchmark/data/multi30k.tar.gz 2023-02-04T08:56:32.4709928Z Checking out https://ossci-datasets.s3.amazonaws.com/torchbench/data/tacotron2-minimal.tar.gz to /var/lib/jenkins/workspace/torchbench/torchbenchmark/data/tacotron2-minimal.tar.gz 2023-02-04T08:56:33.0239258Z Checking out https://ossci-datasets.s3.amazonaws.com/torchbench/data/coco2017-minimal.tar.gz to /var/lib/jenkins/workspace/torchbench/torchbenchmark/data/coco2017-minimal.tar.gz 2023-02-04T08:56:33.2673105Z Checking out https://ossci-datasets.s3.amazonaws.com/torchbench/data/pytorch_stargan_inputs.tar.gz to /var/lib/jenkins/workspace/torchbench/torchbenchmark/data/pytorch_stargan_inputs.tar.gz 2023-02-04T08:56:33.7190108Z Checking out https://ossci-datasets.s3.amazonaws.com/torchbench/data/LearningToPaint_inputs.tar.gz to /var/lib/jenkins/workspace/torchbench/torchbenchmark/data/LearningToPaint_inputs.tar.gz 2023-02-04T08:56:34.1100994Z Checking out https://ossci-datasets.s3.amazonaws.com/torchbench/data/pytorch_CycleGAN_and_pix2pix_inputs.tar.gz to /var/lib/jenkins/workspace/torchbench/torchbenchmark/data/pytorch_CycleGAN_and_pix2pix_inputs.tar.gz 2023-02-04T08:56:34.8496224Z Checking out https://ossci-datasets.s3.amazonaws.com/torchbench/data/Super_SloMo_inputs.tar.gz to /var/lib/jenkins/workspace/torchbench/torchbenchmark/data/Super_SloMo_inputs.tar.gz 2023-02-04T08:56:35.2216631Z Checking out https://ossci-datasets.s3.amazonaws.com/torchbench/data/speech_transformer_inputs.tar.gz to /var/lib/jenkins/workspace/torchbench/torchbenchmark/data/speech_transformer_inputs.tar.gz 2023-02-04T08:56:35.4796736Z Checking out https://ossci-datasets.s3.amazonaws.com/torchbench/models/drq/obs.pkl to /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/drq/obs.pkl 2023-02-04T08:56:35.8932971Z Checking out https://ossci-datasets.s3.amazonaws.com/torchbench/models/maml_omniglot/batch.pt to /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/maml_omniglot/batch.pt 2023-02-04T08:56:35.9015272Z OK 2023-02-04T08:56:35.9638215Z decompressing input tarball: pytorch_CycleGAN_and_pix2pix_inputs.tar.gz...OK 2023-02-04T08:56:36.2330880Z decompressing input tarball: Super_SloMo_inputs.tar.gz...OK 2023-02-04T08:56:36.2448260Z decompressing input tarball: speech_transformer_inputs.tar.gz...OK 2023-02-04T08:56:36.3508799Z decompressing input tarball: Background_Matting_inputs.tar.gz...OK 2023-02-04T08:56:36.4309860Z decompressing input tarball: LearningToPaint_inputs.tar.gz...OK 2023-02-04T08:56:36.5113176Z decompressing input tarball: coco2017-minimal.tar.gz...OK 2023-02-04T08:56:36.6571677Z decompressing input tarball: coco128.tar.gz...OK 2023-02-04T08:56:37.1462882Z decompressing input tarball: tacotron2-minimal.tar.gz...OK 2023-02-04T08:56:37.1497396Z decompressing input tarball: pytorch_stargan_inputs.tar.gz...OK 2023-02-04T08:56:37.1801990Z decompressing input tarball: multi30k.tar.gz...OK 2023-02-04T08:57:03.0287600Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/BERT_pytorch...OK 2023-02-04T08:57:12.3222804Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/Background_Matting...OK 2023-02-04T08:57:24.6230949Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/DALLE2_pytorch...OK 2023-02-04T08:57:26.5651410Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/LearningToPaint...OK 2023-02-04T08:57:28.4960224Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/Super_SloMo...OK 2023-02-04T08:57:28.5175300Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/alexnet...OK 2023-02-04T08:58:01.9637188Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/attention_is_all_you_need_pytorch...OK 2023-02-04T08:58:04.0853448Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/dcgan...OK 2023-02-04T08:58:08.1786685Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/demucs...OK 2023-02-04T08:58:08.2011554Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/densenet121...OK 2023-02-04T08:59:30.6626855Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_fasterrcnn_r_101_c4...OK 2023-02-04T08:59:55.5527838Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_fasterrcnn_r_101_dc5...OK 2023-02-04T09:00:09.4006303Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_fasterrcnn_r_101_fpn...OK 2023-02-04T09:00:22.0666550Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_fasterrcnn_r_50_c4...OK 2023-02-04T09:00:42.1184162Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_fasterrcnn_r_50_dc5...OK 2023-02-04T09:00:54.3464822Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_fasterrcnn_r_50_fpn...OK 2023-02-04T09:01:03.1642989Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_fcos_r_50_fpn...OK 2023-02-04T09:01:15.7143853Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_maskrcnn...OK 2023-02-04T09:01:28.9927359Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_maskrcnn_r_101_c4...OK 2023-02-04T09:01:47.8874875Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_maskrcnn_r_101_fpn...OK 2023-02-04T09:01:59.3843363Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_maskrcnn_r_50_c4...OK 2023-02-04T09:02:11.4832673Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_maskrcnn_r_50_fpn...OK 2023-02-04T09:02:23.0361826Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/dlrm...OK 2023-02-04T09:02:25.2876715Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/drq...OK 2023-02-04T09:02:31.3068724Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/fastNLP_Bert...OK 2023-02-04T09:02:33.5520924Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/functorch_dp_cifar10...OK 2023-02-04T09:02:35.7748833Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/functorch_maml_omniglot...OK 2023-02-04T09:02:44.2345635Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_Albert...OK 2023-02-04T09:02:55.3565524Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_Bart...OK 2023-02-04T09:03:03.1707842Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_Bert...OK 2023-02-04T09:03:11.5375269Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_BigBird...OK 2023-02-04T09:03:18.6330956Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_DistilBert...OK 2023-02-04T09:03:29.3154875Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_GPT2...OK 2023-02-04T09:04:10.2387034Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_GPT2_large...OK 2023-02-04T09:04:19.4045174Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_Longformer...OK 2023-02-04T09:04:24.5301639Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_Reformer...OK 2023-02-04T09:04:31.1337832Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_T5...OK 2023-02-04T09:04:41.2855789Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_T5_base...OK 2023-02-04T09:05:02.6922638Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_T5_large...OK 2023-02-04T09:05:05.0396818Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/lennard_jones...OK 2023-02-04T09:05:05.0664847Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/maml...OK 2023-02-04T09:05:07.5580368Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/maml_omniglot...OK 2023-02-04T09:05:07.5812546Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/mnasnet1_0...OK 2023-02-04T09:05:07.6034306Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/mobilenet_v2...OK 2023-02-04T09:05:07.6251513Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/mobilenet_v2_quantized_qat...OK 2023-02-04T09:05:07.6470588Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/mobilenet_v3_large...OK 2023-02-04T09:05:07.6686666Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/moco...OK 2023-02-04T09:05:09.9891272Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/nvidia_deeprecommender...OK 2023-02-04T09:05:14.5108261Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/opacus_cifar10...OK 2023-02-04T09:05:14.5329003Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/pyhpc_equation_of_state...OK 2023-02-04T09:05:14.5549863Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/pyhpc_isoneutral_mixing...OK 2023-02-04T09:05:14.5768474Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/pyhpc_turbulent_kinetic_energy...OK 2023-02-04T09:05:22.7775357Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/pytorch_CycleGAN_and_pix2pix...OK 2023-02-04T09:05:25.1183362Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/pytorch_stargan...OK 2023-02-04T09:05:36.0184210Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/pytorch_struct...OK 2023-02-04T09:05:38.5163207Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/pytorch_unet...OK 2023-02-04T09:05:38.5389547Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/resnet152...OK 2023-02-04T09:05:38.5608530Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/resnet18...OK 2023-02-04T09:05:38.5829491Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/resnet50...OK 2023-02-04T09:05:38.6047390Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/resnet50_quantized_qat...OK 2023-02-04T09:05:38.6262593Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/resnext50_32x4d...OK 2023-02-04T09:05:38.6477788Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/shufflenet_v2_x1_0...OK 2023-02-04T09:05:47.3503346Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/soft_actor_critic...OK 2023-02-04T09:05:50.0095518Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/speech_transformer...OK 2023-02-04T09:05:50.0320378Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/squeezenet1_1...OK 2023-02-04T09:05:53.0142271Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/tacotron2...OK 2023-02-04T09:06:09.3288575Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_efficientdet...OK 2023-02-04T09:06:09.3511578Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_efficientnet...OK 2023-02-04T09:06:09.3737448Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_nfnet...OK 2023-02-04T09:06:09.3958975Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_regnet...OK 2023-02-04T09:06:09.4191756Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_resnest...OK 2023-02-04T09:06:09.4580281Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_vision_transformer...OK 2023-02-04T09:06:09.4809692Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_vision_transformer_large...OK 2023-02-04T09:06:09.5037330Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_vovnet...OK 2023-02-04T09:06:30.6406661Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/tts_angular...OK 2023-02-04T09:06:30.6629127Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/vgg16...OK 2023-02-04T09:06:33.3154149Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/vision_maskrcnn...OK 2023-02-04T09:06:36.0417731Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/yolov3...OK 2023-02-04T09:06:36.4124300Z + popd 2023-02-04T09:06:36.4129180Z ~/workspace 2023-02-04T09:06:36.4129534Z + [[ inductor_torchbench_smoketest_perf == *inductor_torchbench_perf* ]] 2023-02-04T09:06:36.4132991Z + [[ inductor_torchbench_smoketest_perf == *inductor_torchbench_smoketest_perf* ]] 2023-02-04T09:06:36.4133381Z + test_inductor_torchbench_smoketest_perf 2023-02-04T09:06:36.4139474Z ++ pwd 2023-02-04T09:06:36.4144090Z + PYTHONPATH=/var/lib/jenkins/workspace/torchbench 2023-02-04T09:06:36.4144393Z + test_inductor_benchmark_perf smoketest 2023-02-04T09:06:36.4150988Z ++ pwd 2023-02-04T09:06:36.4156004Z + TEST_REPORTS_DIR=/var/lib/jenkins/workspace/test/test-reports 2023-02-04T09:06:36.4156297Z + PARTITION_FLAGS= 2023-02-04T09:06:36.4156555Z + [[ -n 1 ]] 2023-02-04T09:06:36.4156810Z + [[ -n '' ]] 2023-02-04T09:06:36.4157644Z + mkdir -p /var/lib/jenkins/workspace/test/test-reports 2023-02-04T09:06:36.4179030Z + [[ smoketest == *smoketest* ]] 2023-02-04T09:06:36.4182914Z ++ realpath benchmarks/dynamo/torchbench_models_list.txt 2023-02-04T09:06:36.4197660Z + python benchmarks/dynamo/torchbench.py --device cuda --performance --backend inductor --float16 --training --batch-size-file /var/lib/jenkins/workspace/benchmarks/dynamo/torchbench_models_list.txt --only hf_Bert --output /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest.csv 2023-02-04T09:06:39.7051759Z batch size: 16 2023-02-04T09:07:00.9076049Z cuda train hf_Bert [2023-02-04 09:07:00,905] torch._inductor.lowering: [WARNING] using triton random, expect difference from eager 2023-02-04T09:07:30.8032411Z 1.218x p=0.00 2023-02-04T09:07:32.4631433Z + python benchmarks/dynamo/check_hf_bert_perf_csv.py -f /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest.csv 2023-02-04T09:07:32.8667463Z hf_Bert 1.2181 2023-02-04T09:07:32.9300650Z + for test in hf_Albert timm_efficientdet timm_vision_transformer 2023-02-04T09:07:32.9307246Z ++ realpath benchmarks/dynamo/torchbench_models_list.txt 2023-02-04T09:07:32.9322878Z + python benchmarks/dynamo/torchbench.py --device cuda --performance --backend inductor --amp --training --disable-cudagraphs --batch-size-file /var/lib/jenkins/workspace/benchmarks/dynamo/torchbench_models_list.txt --only hf_Albert --output /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest_hf_Albert.csv 2023-02-04T09:07:36.1884455Z batch size: 32 2023-02-04T09:08:24.8679963Z cuda train hf_Albert 2.394x p=0.00 2023-02-04T09:08:26.6869742Z + cat /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest_hf_Albert.csv 2023-02-04T09:08:26.6885117Z dev,name,batch_size,speedup,abs_latency,compilation_latency,compression_ratio 2023-02-04T09:08:26.6885505Z cuda,hf_Albert,32,2.3936,103.4891,30.9332,1.2586 2023-02-04T09:08:26.6887997Z + python benchmarks/dynamo/check_memory_compression_ratio.py --actual /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest_hf_Albert.csv --expected benchmarks/dynamo/expected_ci_perf_inductor_torchbench.csv 2023-02-04T09:08:27.0977755Z 2023-02-04T09:08:27.0978149Z hf_Albert : 2023-02-04T09:08:27.0978500Z actual_memory_compression=1.26, 2023-02-04T09:08:27.0982628Z expected_memory_compression=1.26, 2023-02-04T09:08:27.0983177Z PASS 2023-02-04T09:08:27.0983373Z 2023-02-04T09:08:27.1590066Z + for test in hf_Albert timm_efficientdet timm_vision_transformer 2023-02-04T09:08:27.1596455Z ++ realpath benchmarks/dynamo/torchbench_models_list.txt 2023-02-04T09:08:27.1610641Z + python benchmarks/dynamo/torchbench.py --device cuda --performance --backend inductor --amp --training --disable-cudagraphs --batch-size-file /var/lib/jenkins/workspace/benchmarks/dynamo/torchbench_models_list.txt --only timm_efficientdet --output /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest_timm_efficientdet.csv 2023-02-04T09:08:30.4534327Z WARNING:common:Could not find batch size for timm_efficientdet 2023-02-04T09:08:30.4534654Z batch size: None 2023-02-04T09:08:31.3595104Z Downloading: "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/tf_efficientnet_b1_aa-ea7a6ee0.pth" to /var/lib/jenkins/.cache/torch/hub/checkpoints/tf_efficientnet_b1_aa-ea7a6ee0.pth 2023-02-04T09:09:38.1453309Z cuda train timm_efficientdet [2023-02-04 09:09:38,142] torch._inductor.lowering: [WARNING] using triton random, expect difference from eager 2023-02-04T09:12:27.6525645Z 1.334x p=0.00 2023-02-04T09:12:31.4084077Z + cat /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest_timm_efficientdet.csv 2023-02-04T09:12:31.4096296Z dev,name,batch_size,speedup,abs_latency,compilation_latency,compression_ratio 2023-02-04T09:12:31.4097087Z cuda,timm_efficientdet,1,1.3344,121.6120,218.2262,0.9881 2023-02-04T09:12:31.4099112Z + python benchmarks/dynamo/check_memory_compression_ratio.py --actual /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest_timm_efficientdet.csv --expected benchmarks/dynamo/expected_ci_perf_inductor_torchbench.csv 2023-02-04T09:12:31.8143779Z 2023-02-04T09:12:31.8144445Z timm_efficientdet : 2023-02-04T09:12:31.8144770Z actual_memory_compression=0.99, 2023-02-04T09:12:31.8145063Z expected_memory_compression=0.99, 2023-02-04T09:12:31.8145300Z PASS 2023-02-04T09:12:31.8151652Z 2023-02-04T09:12:31.8749122Z + for test in hf_Albert timm_efficientdet timm_vision_transformer 2023-02-04T09:12:31.8755385Z ++ realpath benchmarks/dynamo/torchbench_models_list.txt 2023-02-04T09:12:31.8770272Z + python benchmarks/dynamo/torchbench.py --device cuda --performance --backend inductor --amp --training --disable-cudagraphs --batch-size-file /var/lib/jenkins/workspace/benchmarks/dynamo/torchbench_models_list.txt --only timm_vision_transformer --output /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest_timm_vision_transformer.csv 2023-02-04T09:12:35.1883247Z batch size: 256 2023-02-04T09:13:26.3658939Z cuda train timm_vision_transformer 1.361x p=0.00 2023-02-04T09:13:28.5040362Z + cat /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest_timm_vision_transformer.csv 2023-02-04T09:13:28.5053666Z dev,name,batch_size,speedup,abs_latency,compilation_latency,compression_ratio 2023-02-04T09:13:28.5054474Z cuda,timm_vision_transformer,256,1.3605,108.4748,36.8760,0.9634 2023-02-04T09:13:28.5056200Z + python benchmarks/dynamo/check_memory_compression_ratio.py --actual /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest_timm_vision_transformer.csv --expected benchmarks/dynamo/expected_ci_perf_inductor_torchbench.csv 2023-02-04T09:13:28.9406070Z 2023-02-04T09:13:28.9406502Z timm_vision_transformer : 2023-02-04T09:13:28.9406826Z actual_memory_compression=0.96, 2023-02-04T09:13:28.9407114Z expected_memory_compression=0.73, 2023-02-04T09:13:28.9409723Z PASS 2023-02-04T09:13:29.0064023Z 2023-02-04T09:13:29.0113359Z ##[group]Run cat test/**/*.log || true 2023-02-04T09:13:29.0113640Z cat test/**/*.log || true 2023-02-04T09:13:29.0132637Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T09:13:29.0132907Z env: 2023-02-04T09:13:29.0133119Z GIT_DEFAULT_BRANCH: master 2023-02-04T09:13:29.0133343Z GPU_FLAG: --gpus all 2023-02-04T09:13:29.0133696Z DOCKER_CONTAINER_ID: 1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T09:13:29.0134037Z ##[endgroup] 2023-02-04T09:13:29.0193488Z cat: 'test/**/*.log': No such file or directory 2023-02-04T09:13:29.0232835Z Prepare all required actions 2023-02-04T09:13:29.0256961Z ##[group]Run ./.github/actions/get-workflow-job-id 2023-02-04T09:13:29.0257331Z with: 2023-02-04T09:13:29.0258140Z github-token: *** 2023-02-04T09:13:29.0258347Z env: 2023-02-04T09:13:29.0258561Z GIT_DEFAULT_BRANCH: master 2023-02-04T09:13:29.0258799Z GPU_FLAG: --gpus all 2023-02-04T09:13:29.0259150Z DOCKER_CONTAINER_ID: 1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T09:13:29.0259473Z ##[endgroup] 2023-02-04T09:13:29.0275953Z ##[group]Run set -eux 2023-02-04T09:13:29.0276196Z set -eux 2023-02-04T09:13:29.0276544Z GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") 2023-02-04T09:13:29.0276944Z echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2023-02-04T09:13:29.0293397Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T09:13:29.0293666Z env: 2023-02-04T09:13:29.0293929Z GIT_DEFAULT_BRANCH: master 2023-02-04T09:13:29.0294154Z GPU_FLAG: --gpus all 2023-02-04T09:13:29.0294539Z DOCKER_CONTAINER_ID: 1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T09:13:29.0295049Z GITHUB_TOKEN: *** 2023-02-04T09:13:29.0295249Z ##[endgroup] 2023-02-04T09:13:29.0333665Z ++ python3 .github/scripts/get_workflow_job_id.py 4090742663 gh-ci-gcp-a100-6 2023-02-04T09:13:29.7961259Z + GHA_WORKFLOW_JOB_ID=11107038595 2023-02-04T09:13:29.7962890Z + echo job-id=11107038595 2023-02-04T09:13:29.8078918Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2023-02-04T09:13:29.8079228Z kill "$MONITOR_SCRIPT_PID" 2023-02-04T09:13:29.8097852Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T09:13:29.8098135Z env: 2023-02-04T09:13:29.8098354Z GIT_DEFAULT_BRANCH: master 2023-02-04T09:13:29.8098580Z GPU_FLAG: --gpus all 2023-02-04T09:13:29.8098938Z DOCKER_CONTAINER_ID: 1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T09:13:29.8099300Z MONITOR_SCRIPT_PID: 1947000 2023-02-04T09:13:29.8099515Z ##[endgroup] 2023-02-04T09:13:29.8220433Z Prepare all required actions 2023-02-04T09:13:29.8220844Z Getting action download info 2023-02-04T09:13:30.1044590Z Download action repository 'actions/upload-artifact@v3' (SHA:0b7f8abb1508181956e8e162db84b466c27e18ce) 2023-02-04T09:13:30.4922643Z ##[group]Run ./.github/actions/upload-test-artifacts 2023-02-04T09:13:30.4922903Z with: 2023-02-04T09:13:30.4923212Z file-suffix: test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11107038595 2023-02-04T09:13:30.4923580Z use-gha: anything-non-empty-to-use-gha 2023-02-04T09:13:30.4923810Z env: 2023-02-04T09:13:30.4924018Z GIT_DEFAULT_BRANCH: master 2023-02-04T09:13:30.4924252Z GPU_FLAG: --gpus all 2023-02-04T09:13:30.4924598Z DOCKER_CONTAINER_ID: 1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T09:13:30.4924924Z ##[endgroup] 2023-02-04T09:13:30.5077080Z ##[group]Run actions/upload-artifact@v3 2023-02-04T09:13:30.5077336Z with: 2023-02-04T09:13:30.5077742Z name: test-jsons-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11107038595.zip 2023-02-04T09:13:30.5078104Z retention-days: 14 2023-02-04T09:13:30.5078343Z if-no-files-found: warn 2023-02-04T09:13:30.5078574Z path: test/**/*.json 2023-02-04T09:13:30.5078764Z env: 2023-02-04T09:13:30.5078971Z GIT_DEFAULT_BRANCH: master 2023-02-04T09:13:30.5079233Z GPU_FLAG: --gpus all 2023-02-04T09:13:30.5079567Z DOCKER_CONTAINER_ID: 1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T09:13:30.5079891Z ##[endgroup] 2023-02-04T09:13:30.7182003Z With the provided path, there will be 3 files uploaded 2023-02-04T09:13:30.7184485Z Starting artifact upload 2023-02-04T09:13:30.7185772Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2023-02-04T09:13:30.7186323Z Artifact name is valid! 2023-02-04T09:13:30.9757948Z Container for artifact "test-jsons-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11107038595.zip" successfully created. Starting upload of file(s) 2023-02-04T09:13:31.3154841Z Total size of all the files uploaded is 29096 bytes 2023-02-04T09:13:31.3155403Z File upload process has finished. Finalizing the artifact upload 2023-02-04T09:13:31.5142869Z Artifact has been finalized. All files have been successfully uploaded! 2023-02-04T09:13:31.5143218Z 2023-02-04T09:13:31.5143494Z The raw size of all the files that were specified for upload is 300245 bytes 2023-02-04T09:13:31.5144148Z The size of all the files that were uploaded is 29096 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2023-02-04T09:13:31.5144580Z 2023-02-04T09:13:31.5145540Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2023-02-04T09:13:31.5146080Z 2023-02-04T09:13:31.5146934Z Artifact test-jsons-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11107038595.zip has been successfully uploaded! 2023-02-04T09:13:31.5259177Z ##[group]Run actions/upload-artifact@v3 2023-02-04T09:13:31.5259435Z with: 2023-02-04T09:13:31.5259807Z name: test-reports-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11107038595.zip 2023-02-04T09:13:31.5260171Z retention-days: 14 2023-02-04T09:13:31.5260406Z if-no-files-found: ignore 2023-02-04T09:13:31.5260656Z path: test/**/*.xml test/**/*.csv 2023-02-04T09:13:31.5260862Z env: 2023-02-04T09:13:31.5261067Z GIT_DEFAULT_BRANCH: master 2023-02-04T09:13:31.5261299Z GPU_FLAG: --gpus all 2023-02-04T09:13:31.5261633Z DOCKER_CONTAINER_ID: 1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T09:13:31.5261970Z ##[endgroup] 2023-02-04T09:13:31.7403424Z With the provided path, there will be 8 files uploaded 2023-02-04T09:13:31.7406451Z Starting artifact upload 2023-02-04T09:13:31.7407669Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2023-02-04T09:13:31.7408245Z Artifact name is valid! 2023-02-04T09:13:31.8978259Z Container for artifact "test-reports-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11107038595.zip" successfully created. Starting upload of file(s) 2023-02-04T09:13:32.5812365Z Total size of all the files uploaded is 1661 bytes 2023-02-04T09:13:32.5813039Z File upload process has finished. Finalizing the artifact upload 2023-02-04T09:13:32.7493759Z Artifact has been finalized. All files have been successfully uploaded! 2023-02-04T09:13:32.7494029Z 2023-02-04T09:13:32.7494205Z The raw size of all the files that were specified for upload is 2266 bytes 2023-02-04T09:13:32.7494701Z The size of all the files that were uploaded is 1661 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2023-02-04T09:13:32.7495005Z 2023-02-04T09:13:32.7495582Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2023-02-04T09:13:32.7495940Z 2023-02-04T09:13:32.7496417Z Artifact test-reports-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11107038595.zip has been successfully uploaded! 2023-02-04T09:13:32.7584257Z ##[group]Run actions/upload-artifact@v3 2023-02-04T09:13:32.7584508Z with: 2023-02-04T09:13:32.7584869Z name: usage-log-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11107038595.zip 2023-02-04T09:13:32.7585219Z retention-days: 14 2023-02-04T09:13:32.7585458Z if-no-files-found: ignore 2023-02-04T09:13:32.7585715Z path: usage_log.txt test/**/*.log 2023-02-04T09:13:32.7585932Z env: 2023-02-04T09:13:32.7586204Z GIT_DEFAULT_BRANCH: master 2023-02-04T09:13:32.7586436Z GPU_FLAG: --gpus all 2023-02-04T09:13:32.7586784Z DOCKER_CONTAINER_ID: 1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T09:13:32.7587254Z ##[endgroup] 2023-02-04T09:13:33.0064336Z Multiple search paths detected. Calculating the least common ancestor of all paths 2023-02-04T09:13:33.0068712Z The least common ancestor is /home/ubuntu/actions-runner/_work/pytorch/pytorch. This will be the root directory of the artifact 2023-02-04T09:13:33.0069172Z With the provided path, there will be 1 file uploaded 2023-02-04T09:13:33.0071866Z Starting artifact upload 2023-02-04T09:13:33.0072946Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2023-02-04T09:13:33.0074092Z Artifact name is valid! 2023-02-04T09:13:33.1143344Z Container for artifact "usage-log-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11107038595.zip" successfully created. Starting upload of file(s) 2023-02-04T09:13:33.3544203Z Total size of all the files uploaded is 61853 bytes 2023-02-04T09:13:33.3544618Z File upload process has finished. Finalizing the artifact upload 2023-02-04T09:13:33.4227888Z Artifact has been finalized. All files have been successfully uploaded! 2023-02-04T09:13:33.4228277Z 2023-02-04T09:13:33.4228440Z The raw size of all the files that were specified for upload is 2207576 bytes 2023-02-04T09:13:33.4228918Z The size of all the files that were uploaded is 61853 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2023-02-04T09:13:33.4229212Z 2023-02-04T09:13:33.4229805Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2023-02-04T09:13:33.4230171Z 2023-02-04T09:13:33.4230883Z Artifact usage-log-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11107038595.zip has been successfully uploaded! 2023-02-04T09:13:33.4311759Z ##[group]Run # shellcheck disable=SC2156 2023-02-04T09:13:33.4312066Z # shellcheck disable=SC2156 2023-02-04T09:13:33.4312441Z find . -iname "core.[1-9]*" -exec docker exec "${DOCKER_CONTAINER_ID}" sh -c "gdb python {} -ex 'bt' -ex 'q'" \; 2023-02-04T09:13:33.4333491Z shell: /usr/bin/bash -e {0} 2023-02-04T09:13:33.4333718Z env: 2023-02-04T09:13:33.4333935Z GIT_DEFAULT_BRANCH: master 2023-02-04T09:13:33.4334157Z GPU_FLAG: --gpus all 2023-02-04T09:13:33.4334514Z DOCKER_CONTAINER_ID: 1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T09:13:33.4334855Z ##[endgroup] 2023-02-04T09:13:33.7640557Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2023-02-04T09:13:33.7640848Z with: 2023-02-04T09:13:33.7641036Z env: 2023-02-04T09:13:33.7641248Z GIT_DEFAULT_BRANCH: master 2023-02-04T09:13:33.7641468Z GPU_FLAG: --gpus all 2023-02-04T09:13:33.7641818Z DOCKER_CONTAINER_ID: 1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T09:13:33.7642167Z ##[endgroup] 2023-02-04T09:13:33.7659463Z ##[group]Run set -eou pipefail 2023-02-04T09:13:33.7659729Z set -eou pipefail 2023-02-04T09:13:33.7660026Z  2023-02-04T09:13:33.7660312Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2023-02-04T09:13:33.7660604Z for _ in $(seq 1440); do 2023-02-04T09:13:33.7660871Z  # Break if no ssh session exists anymore 2023-02-04T09:13:33.7661135Z  if [ "$(who)" = "" ]; then 2023-02-04T09:13:33.7661355Z  break 2023-02-04T09:13:33.7661585Z  fi 2023-02-04T09:13:33.7661786Z  echo "." 2023-02-04T09:13:33.7661978Z  sleep 5 2023-02-04T09:13:33.7662181Z done 2023-02-04T09:13:33.7680636Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T09:13:33.7680893Z env: 2023-02-04T09:13:33.7681106Z GIT_DEFAULT_BRANCH: master 2023-02-04T09:13:33.7681346Z GPU_FLAG: --gpus all 2023-02-04T09:13:33.7681824Z DOCKER_CONTAINER_ID: 1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T09:13:33.7682167Z ##[endgroup] 2023-02-04T09:13:33.7720394Z Holding runner for 2 hours until all ssh sessions have logged out 2023-02-04T09:13:33.7769406Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-02-04T09:13:33.7769778Z # ignore expansion of "docker ps -q" since it could be empty 2023-02-04T09:13:33.7770084Z # shellcheck disable=SC2046 2023-02-04T09:13:33.7770356Z docker stop $(docker ps -q) || true 2023-02-04T09:13:33.7770623Z # Prune all of the docker images 2023-02-04T09:13:33.7770889Z docker system prune -af 2023-02-04T09:13:33.7787702Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T09:13:33.7788165Z env: 2023-02-04T09:13:33.7788366Z GIT_DEFAULT_BRANCH: master 2023-02-04T09:13:33.7788602Z GPU_FLAG: --gpus all 2023-02-04T09:13:33.7788958Z DOCKER_CONTAINER_ID: 1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T09:13:33.7789294Z ##[endgroup] 2023-02-04T09:13:34.2634198Z 1aa70fcbbcc0 2023-02-04T09:13:36.9688142Z Deleted Containers: 2023-02-04T09:13:36.9688948Z 1aa70fcbbcc0df2487414a3adfed26082feaf5380cb8e0ecebb42c2c7c3e9cd6 2023-02-04T09:13:36.9689303Z 2023-02-04T09:13:41.9161661Z Deleted Images: 2023-02-04T09:13:41.9164215Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:34842e6fbb02ca4c9247dac033ee8d3563b9117d 2023-02-04T09:13:41.9165807Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7@sha256:870d7f2b93080c6e224db0040513898899b129d528fa4ef26b4f5a25353b51d6 2023-02-04T09:13:41.9166891Z deleted: sha256:4728b2c0dadb28b6d9ae095a53632c4600ecb4de9cfcfa88c2a0c3bbe6d23e88 2023-02-04T09:13:41.9167518Z deleted: sha256:98a95310804f309898de52d982eef20754461bf37ef2aebd6e1871f9573acee9 2023-02-04T09:13:41.9168246Z deleted: sha256:bffe51c29694b09d31fb0e3e7fdd56327225c1123644c0c3e1c963d25e526946 2023-02-04T09:13:41.9168890Z deleted: sha256:037cc6f27f45729b1e541f8a3123ab195c3bbf2977a98b683ff123d4675d0ab0 2023-02-04T09:13:41.9169267Z deleted: sha256:d4744c60c03a9736e15ab264daa5e90c8645205010513721b3395455fdb68051 2023-02-04T09:13:41.9169699Z deleted: sha256:fd107e34255ee162d65248d349adbbf4fa0a75f7fa6b074cd73d042eed101805 2023-02-04T09:13:41.9170109Z deleted: sha256:7cccdc66714d7a773f87c9dcd55a78f8a495d5c9e137bb5aa306c65eccc72a1b 2023-02-04T09:13:41.9170527Z deleted: sha256:46ff656f380ff69e5a7ff7b46fecbd67347b5d987c4c8a2f6b057f369049b37e 2023-02-04T09:13:41.9171503Z deleted: sha256:3fafe15c094345c9a2ec1037a45059bd25060ce75a07e0b520a6f4442842c3d9 2023-02-04T09:13:41.9172093Z deleted: sha256:d018832406561810195e2a2cb0fb406359767cde7e69db997f195eed6389c8fb 2023-02-04T09:13:41.9172596Z deleted: sha256:deac8ffbed59006062d66eae27a23e7df0d692d6c5583edc658a01f3f831c7f8 2023-02-04T09:13:41.9173063Z deleted: sha256:b0892528f7c4a394d070ada390dbf6b237bee640536dd32c97924632f8031fd7 2023-02-04T09:13:41.9173465Z deleted: sha256:fa57ab677c9099484c296f1e6c555ff20bfc782eb41ed38f16e45497df50d826 2023-02-04T09:13:41.9173855Z deleted: sha256:80aa5852aeb29f53c9a0b362a7931860dc3aeadc4709fa17d5d6f59dbbe777db 2023-02-04T09:13:41.9174249Z deleted: sha256:81c4cbde3f5132d20732216a96fe13a5576f80a14b65cfb866927b48893f63ef 2023-02-04T09:13:41.9174646Z deleted: sha256:de78706f3f718af5f87618cc196cedc42a8a14426ae9c2bf14adc42e43c8c071 2023-02-04T09:13:41.9175051Z deleted: sha256:f5d13747ac517ffb3fd70db8749f54629b51df8feaa1e33f0d1cd9c0fe279d63 2023-02-04T09:13:41.9175450Z deleted: sha256:bf0885e582ceca63de7cb22ec1af01460ad4093d6367926614ce4b59ea2d4bfc 2023-02-04T09:13:41.9175860Z deleted: sha256:5a26f7cc7bde66262ffadcf634733b139ef813adfd22b53ad17182562b5fb17a 2023-02-04T09:13:41.9176247Z deleted: sha256:78b7d24a19415b01cf7910c76b20f7930214446dd52f0882d1fff8598b9758ab 2023-02-04T09:13:41.9176617Z deleted: sha256:4e4795c51bc71f1b3582d7dc97a2645eabe3ba9a3b7d69970eb9c6c2815ade7c 2023-02-04T09:13:41.9177169Z deleted: sha256:5b65c83d5bef79ea69cda206b9020ca2b588af08462bf1c73d14b59c06594bb2 2023-02-04T09:13:41.9177582Z deleted: sha256:277de0dd34c96db87525e6cc2398204b37dccbe0c8655ac0fceffad273a47866 2023-02-04T09:13:41.9177991Z deleted: sha256:683dcbf3e3672d31daa95d104ab4336336a70d8e593935fe8cc24f97bf46232d 2023-02-04T09:13:41.9178389Z deleted: sha256:5e24d52e7e9a8dca4f83ef5e87eb7dd2ddeadf198b1161861516871d2137a053 2023-02-04T09:13:41.9178950Z deleted: sha256:174d83bb5661a54148cca69c4d527b2d508b8dfb352a0d009c0276b5b9dafb65 2023-02-04T09:13:41.9179523Z deleted: sha256:30acd6b96ccd4db794f56f445b0126562717561b030cf123cf07f9cb3c2e375a 2023-02-04T09:13:41.9180093Z deleted: sha256:c2117cb768dd74f97b4d1e500dd509697d27cb9623f8cbe6e8b01cc3ae8d478d 2023-02-04T09:13:41.9180711Z deleted: sha256:209cb53873c8220b16e3a04cd8ea88146244fb34d0eee72d449154c4fc199984 2023-02-04T09:13:41.9181226Z deleted: sha256:5d2b37bb5168cde78808cc641b1080fc2801b842d14e2151e752f4f6a3ca8ef5 2023-02-04T09:13:41.9181979Z deleted: sha256:5c0499a8cc0ed42a5568566bf11d745b6f709ca8aea8a3fb7b4b1d7da9d69d36 2023-02-04T09:13:41.9182606Z deleted: sha256:6b19ab23071d2b2bcc19ec6da30fff350c97ab5d91af00dca54541039f742f54 2023-02-04T09:13:41.9183243Z deleted: sha256:a6e50ac7cc1d3b5415e39ddd4af4adf56e85d793707687856f856c5a393f802f 2023-02-04T09:13:41.9183898Z deleted: sha256:c7ccaec76fd0c9d2163386d3e0ddf473aa71a9eade2a09bf8a09b3b0e37fd699 2023-02-04T09:13:41.9184522Z deleted: sha256:b136903799793987213b4d22f8d73a192c7b5c5fde4b687e35275831c43fabd8 2023-02-04T09:13:41.9185158Z deleted: sha256:b6a12100f31ecbdcf21ce5122d57446f21b314c4507794c8bd79a41c734ec531 2023-02-04T09:13:41.9185891Z deleted: sha256:0f30df828dc571c2d80cae27a71c5fa55de752b88eb9f49ee2e2c4efa596f81c 2023-02-04T09:13:41.9186634Z deleted: sha256:c707a4c67e737cfd2c8bf766fa8e988bdb22784722af7cea50453192c3277efb 2023-02-04T09:13:41.9187358Z deleted: sha256:a1f13df310339a8436bbba0f6482eaf1d59c489da89bf32007f214b2708952e6 2023-02-04T09:13:41.9188248Z deleted: sha256:b6deebe5214c8528be6b48313ecc81764ee852642d38a3d437beef57c5701510 2023-02-04T09:13:41.9188960Z deleted: sha256:ab6110d43aa07947af77ca81438862f5f9284326ad8b1354b78747d5d0aaad5e 2023-02-04T09:13:41.9189652Z deleted: sha256:4808db960be994d5ad855919afb8d469181dcfba1a7ca774378e3dd3a7272e33 2023-02-04T09:13:41.9190343Z deleted: sha256:7984f3164631f1dd683e5d83d0a9a29260fb517f15c1ce369d9e16129fc18179 2023-02-04T09:13:41.9190999Z deleted: sha256:11baab5db3ca6e33b18703239e5d8c142fba6e13e5e71e4e69b3bf7e0932cfb4 2023-02-04T09:13:41.9191735Z deleted: sha256:24ac908f9f592af03d6a51011147428f9e682c79b8ca2ad5afd2b1a44aeed617 2023-02-04T09:13:41.9192589Z deleted: sha256:50cc7186fda7f64aa964824a32c139a1085ce030491c0da5fab99fdecae66fdf 2023-02-04T09:13:41.9193276Z deleted: sha256:6e9c802974cfa887b7300715840ef7aaf5765df415d8d4680f72c6034a10292b 2023-02-04T09:13:41.9193848Z deleted: sha256:30109e8b967541225d66d116256e57334c2b63c25b456f9f7cd72d14d46d8da3 2023-02-04T09:13:41.9194396Z deleted: sha256:18ce8ec73f72efbc789a00688f5d57c798690e22048389f236dbc593cec31d6e 2023-02-04T09:13:41.9194985Z deleted: sha256:195741932e0b070b4fed22eee8d97719dc71f1f569594b418d777b87dbe76a6d 2023-02-04T09:13:41.9195661Z deleted: sha256:6f099faae794c47a468400004f89aed66ec84fa1bd6c606a9877ab09c84a5289 2023-02-04T09:13:41.9196292Z deleted: sha256:5bddaa98761511a0e16047132a49704d0cf176bec84f42b91644b8e7adb3cb88 2023-02-04T09:13:41.9196879Z deleted: sha256:5089072a88c6788d2594696a16346c495f97fd117430602f033541a0f333de5f 2023-02-04T09:13:41.9197418Z deleted: sha256:9bc67bb187c368480f186819831faa7998ba6d4f2e4ab8bd5b5fbc8a5aada045 2023-02-04T09:13:41.9197997Z deleted: sha256:45bbe3d22998589317c7f6c4dd591475423bb37ca9b922529c5878653483b18d 2023-02-04T09:13:41.9198304Z 2023-02-04T09:13:41.9198438Z Total reclaimed space: 21.96GB 2023-02-04T09:13:41.9283510Z Post job cleanup. 2023-02-04T09:13:41.9321571Z Post job cleanup. 2023-02-04T09:13:42.0879785Z [command]/usr/bin/git version 2023-02-04T09:13:42.0936967Z git version 2.25.1 2023-02-04T09:13:42.0990596Z Temporarily overriding HOME='/home/ubuntu/actions-runner/_work/_temp/20390c10-c8ff-4828-81a3-40a4501f7c5a' before making global git config changes 2023-02-04T09:13:42.0992189Z Adding repository directory to the temporary git global config as a safe directory 2023-02-04T09:13:42.0996601Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner/_work/pytorch/pytorch 2023-02-04T09:13:42.1045896Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-02-04T09:13:42.1086827Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2023-02-04T09:13:42.1371979Z Entering 'android/libs/fbjni' 2023-02-04T09:13:42.1411997Z Entering 'third_party/FP16' 2023-02-04T09:13:42.1451295Z Entering 'third_party/FXdiv' 2023-02-04T09:13:42.1489287Z Entering 'third_party/NNPACK' 2023-02-04T09:13:42.1529301Z Entering 'third_party/QNNPACK' 2023-02-04T09:13:42.1565733Z Entering 'third_party/VulkanMemoryAllocator' 2023-02-04T09:13:42.1604261Z Entering 'third_party/XNNPACK' 2023-02-04T09:13:42.1655002Z Entering 'third_party/benchmark' 2023-02-04T09:13:42.1693370Z Entering 'third_party/cpuinfo' 2023-02-04T09:13:42.1732574Z Entering 'third_party/cub' 2023-02-04T09:13:42.1771259Z Entering 'third_party/cudnn_frontend' 2023-02-04T09:13:42.1817223Z Entering 'third_party/cutlass' 2023-02-04T09:13:42.1863884Z Entering 'third_party/eigen' 2023-02-04T09:13:42.1905772Z Entering 'third_party/fbgemm' 2023-02-04T09:13:42.1943538Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-02-04T09:13:42.1981614Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T09:13:42.2019167Z Entering 'third_party/fbgemm/third_party/googletest' 2023-02-04T09:13:42.2059604Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T09:13:42.2098456Z Entering 'third_party/flatbuffers' 2023-02-04T09:13:42.2139021Z Entering 'third_party/fmt' 2023-02-04T09:13:42.2177862Z Entering 'third_party/foxi' 2023-02-04T09:13:42.2215819Z Entering 'third_party/gemmlowp/gemmlowp' 2023-02-04T09:13:42.2254851Z Entering 'third_party/gloo' 2023-02-04T09:13:42.2293717Z Entering 'third_party/googletest' 2023-02-04T09:13:42.2332410Z Entering 'third_party/ideep' 2023-02-04T09:13:42.2369100Z Entering 'third_party/ideep/mkl-dnn' 2023-02-04T09:13:42.2416020Z Entering 'third_party/ios-cmake' 2023-02-04T09:13:42.2453693Z Entering 'third_party/ittapi' 2023-02-04T09:13:42.2493194Z Entering 'third_party/kineto' 2023-02-04T09:13:42.2532512Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T09:13:42.2569943Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T09:13:42.2609381Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T09:13:42.2647685Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T09:13:42.2686253Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T09:13:42.2724313Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T09:13:42.2764391Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T09:13:42.2803358Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T09:13:42.2841538Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T09:13:42.2880856Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T09:13:42.2920351Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T09:13:42.2958745Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T09:13:42.2999287Z Entering 'third_party/nccl/nccl' 2023-02-04T09:13:42.3040098Z Entering 'third_party/neon2sse' 2023-02-04T09:13:42.3077562Z Entering 'third_party/nlohmann' 2023-02-04T09:13:42.3117926Z Entering 'third_party/onnx' 2023-02-04T09:13:42.3169681Z Entering 'third_party/onnx/third_party/benchmark' 2023-02-04T09:13:42.3209294Z Entering 'third_party/onnx/third_party/pybind11' 2023-02-04T09:13:42.3250957Z Entering 'third_party/onnx-tensorrt' 2023-02-04T09:13:42.3288206Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T09:13:42.3332377Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T09:13:42.3370912Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T09:13:42.3409527Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-02-04T09:13:42.3453167Z Entering 'third_party/pocketfft' 2023-02-04T09:13:42.3492761Z Entering 'third_party/protobuf' 2023-02-04T09:13:42.3535576Z Entering 'third_party/protobuf/third_party/benchmark' 2023-02-04T09:13:42.3572891Z Entering 'third_party/protobuf/third_party/googletest' 2023-02-04T09:13:42.3615336Z Entering 'third_party/psimd' 2023-02-04T09:13:42.3656385Z Entering 'third_party/pthreadpool' 2023-02-04T09:13:42.3696276Z Entering 'third_party/pybind11' 2023-02-04T09:13:42.3735706Z Entering 'third_party/python-enum' 2023-02-04T09:13:42.3774582Z Entering 'third_party/python-peachpy' 2023-02-04T09:13:42.3813957Z Entering 'third_party/python-six' 2023-02-04T09:13:42.3853367Z Entering 'third_party/sleef' 2023-02-04T09:13:42.3892306Z Entering 'third_party/tbb' 2023-02-04T09:13:42.3934505Z Entering 'third_party/tensorpipe' 2023-02-04T09:13:42.3974259Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-02-04T09:13:42.4011269Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-02-04T09:13:42.4050635Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-02-04T09:13:42.4088848Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T09:13:42.4125484Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T09:13:42.4166981Z Entering 'third_party/zstd' 2023-02-04T09:13:42.4223738Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-02-04T09:13:42.4259980Z http.https://github.com/.extraheader 2023-02-04T09:13:42.4270499Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-02-04T09:13:42.4646288Z [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' || : 2023-02-04T09:13:42.4928254Z Entering 'android/libs/fbjni' 2023-02-04T09:13:42.4948556Z http.https://github.com/.extraheader 2023-02-04T09:13:42.4983489Z Entering 'third_party/FP16' 2023-02-04T09:13:42.5002948Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5038873Z Entering 'third_party/FXdiv' 2023-02-04T09:13:42.5059898Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5094676Z Entering 'third_party/NNPACK' 2023-02-04T09:13:42.5116334Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5150148Z Entering 'third_party/QNNPACK' 2023-02-04T09:13:42.5170486Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5205992Z Entering 'third_party/VulkanMemoryAllocator' 2023-02-04T09:13:42.5226271Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5262871Z Entering 'third_party/XNNPACK' 2023-02-04T09:13:42.5283189Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5329907Z Entering 'third_party/benchmark' 2023-02-04T09:13:42.5350130Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5383872Z Entering 'third_party/cpuinfo' 2023-02-04T09:13:42.5404128Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5440405Z Entering 'third_party/cub' 2023-02-04T09:13:42.5460113Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5494632Z Entering 'third_party/cudnn_frontend' 2023-02-04T09:13:42.5514458Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5556028Z Entering 'third_party/cutlass' 2023-02-04T09:13:42.5575853Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5617075Z Entering 'third_party/eigen' 2023-02-04T09:13:42.5637161Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5674749Z Entering 'third_party/fbgemm' 2023-02-04T09:13:42.5695799Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5729600Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-02-04T09:13:42.5749082Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5784528Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T09:13:42.5805869Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5841214Z Entering 'third_party/fbgemm/third_party/googletest' 2023-02-04T09:13:42.5861722Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5895184Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T09:13:42.5914416Z http.https://github.com/.extraheader 2023-02-04T09:13:42.5950100Z Entering 'third_party/flatbuffers' 2023-02-04T09:13:42.5970123Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6007075Z Entering 'third_party/fmt' 2023-02-04T09:13:42.6027062Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6061227Z Entering 'third_party/foxi' 2023-02-04T09:13:42.6081699Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6116465Z Entering 'third_party/gemmlowp/gemmlowp' 2023-02-04T09:13:42.6137120Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6173277Z Entering 'third_party/gloo' 2023-02-04T09:13:42.6192989Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6227511Z Entering 'third_party/googletest' 2023-02-04T09:13:42.6248723Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6284398Z Entering 'third_party/ideep' 2023-02-04T09:13:42.6303979Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6337035Z Entering 'third_party/ideep/mkl-dnn' 2023-02-04T09:13:42.6357190Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6402728Z Entering 'third_party/ios-cmake' 2023-02-04T09:13:42.6422146Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6456872Z Entering 'third_party/ittapi' 2023-02-04T09:13:42.6477162Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6511998Z Entering 'third_party/kineto' 2023-02-04T09:13:42.6533216Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6566940Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T09:13:42.6586398Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6620621Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T09:13:42.6640573Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6676677Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T09:13:42.6695848Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6731454Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T09:13:42.6752260Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6786494Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T09:13:42.6806694Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6840603Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T09:13:42.6860678Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6898956Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T09:13:42.6918039Z http.https://github.com/.extraheader 2023-02-04T09:13:42.6953618Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T09:13:42.6973833Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7011111Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T09:13:42.7030526Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7066586Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T09:13:42.7086286Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7123415Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T09:13:42.7142009Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7176797Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T09:13:42.7198067Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7234566Z Entering 'third_party/nccl/nccl' 2023-02-04T09:13:42.7254770Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7290588Z Entering 'third_party/neon2sse' 2023-02-04T09:13:42.7312188Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7347731Z Entering 'third_party/nlohmann' 2023-02-04T09:13:42.7368778Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7404888Z Entering 'third_party/onnx' 2023-02-04T09:13:42.7425518Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7473735Z Entering 'third_party/onnx/third_party/benchmark' 2023-02-04T09:13:42.7494205Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7530488Z Entering 'third_party/onnx/third_party/pybind11' 2023-02-04T09:13:42.7550968Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7588674Z Entering 'third_party/onnx-tensorrt' 2023-02-04T09:13:42.7608932Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7641993Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T09:13:42.7661676Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7702043Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T09:13:42.7722329Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7759066Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T09:13:42.7779328Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7817397Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-02-04T09:13:42.7839517Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7882723Z Entering 'third_party/pocketfft' 2023-02-04T09:13:42.7903820Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7939650Z Entering 'third_party/protobuf' 2023-02-04T09:13:42.7960461Z http.https://github.com/.extraheader 2023-02-04T09:13:42.7999146Z Entering 'third_party/protobuf/third_party/benchmark' 2023-02-04T09:13:42.8018346Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8052179Z Entering 'third_party/protobuf/third_party/googletest' 2023-02-04T09:13:42.8073161Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8111301Z Entering 'third_party/psimd' 2023-02-04T09:13:42.8131638Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8166017Z Entering 'third_party/pthreadpool' 2023-02-04T09:13:42.8186357Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8220626Z Entering 'third_party/pybind11' 2023-02-04T09:13:42.8242003Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8277494Z Entering 'third_party/python-enum' 2023-02-04T09:13:42.8298490Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8333333Z Entering 'third_party/python-peachpy' 2023-02-04T09:13:42.8353784Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8388143Z Entering 'third_party/python-six' 2023-02-04T09:13:42.8408210Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8442533Z Entering 'third_party/sleef' 2023-02-04T09:13:42.8462910Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8497147Z Entering 'third_party/tbb' 2023-02-04T09:13:42.8519770Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8556538Z Entering 'third_party/tensorpipe' 2023-02-04T09:13:42.8576359Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8610138Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-02-04T09:13:42.8630046Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8664139Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-02-04T09:13:42.8683721Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8716908Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-02-04T09:13:42.8736308Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8770920Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T09:13:42.8791911Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8824571Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T09:13:42.8846034Z http.https://github.com/.extraheader 2023-02-04T09:13:42.8885289Z Entering 'third_party/zstd' 2023-02-04T09:13:42.8905546Z http.https://github.com/.extraheader 2023-02-04T09:13:42.9216569Z Cleaning up orphan processes