2023-02-04T08:32:11.2052890Z Requested labels: linux.gcp.a100 2023-02-04T08:32:11.2052970Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/heads/master 2023-02-04T08:32:11.2053114Z Reusable workflow chain: 2023-02-04T08:32:11.2053152Z pytorch/pytorch/.github/workflows/inductor.yml@refs/heads/master (7fb2ac2bd56e60529977e023a11dbfd6437fbae6) 2023-02-04T08:32:11.2053186Z -> pytorch/pytorch/.github/workflows/_linux-test.yml@refs/heads/master (7fb2ac2bd56e60529977e023a11dbfd6437fbae6) 2023-02-04T08:32:11.2053208Z Waiting for a runner to pick up this job... 2023-02-04T08:32:11.3483384Z Job is about to start running on the runner: gh-ci-gcp-a100-1 (repository) 2023-02-04T08:32:15.5462804Z Current runner version: '2.301.1' 2023-02-04T08:32:15.5469596Z Runner name: 'gh-ci-gcp-a100-1' 2023-02-04T08:32:15.5470149Z Runner group name: 'Default' 2023-02-04T08:32:15.5470865Z Machine name: 'gh-ci-gcp-a100-1' 2023-02-04T08:32:15.5473374Z ##[group]GITHUB_TOKEN Permissions 2023-02-04T08:32:15.5474144Z Actions: write 2023-02-04T08:32:15.5474525Z Checks: write 2023-02-04T08:32:15.5474874Z Contents: write 2023-02-04T08:32:15.5475234Z Deployments: write 2023-02-04T08:32:15.5475602Z Discussions: write 2023-02-04T08:32:15.5475975Z Issues: write 2023-02-04T08:32:15.5476322Z Metadata: read 2023-02-04T08:32:15.5476626Z Packages: write 2023-02-04T08:32:15.5477020Z Pages: write 2023-02-04T08:32:15.5477443Z PullRequests: write 2023-02-04T08:32:15.5477811Z RepositoryProjects: write 2023-02-04T08:32:15.5478214Z SecurityEvents: write 2023-02-04T08:32:15.5478612Z Statuses: write 2023-02-04T08:32:15.5478997Z ##[endgroup] 2023-02-04T08:32:15.5482719Z Secret source: Actions 2023-02-04T08:32:15.5483378Z Prepare workflow directory 2023-02-04T08:32:15.8230429Z Prepare all required actions 2023-02-04T08:32:15.8463436Z Getting action download info 2023-02-04T08:32:16.0526545Z Download action repository 'pytorch/test-infra@main' (SHA:eb38d1bc2c76c7ee4783c8e068caa68b0f2ea64d) 2023-02-04T08:32:16.6457088Z Download action repository 'pytorch/pytorch@master' (SHA:996cc1c0d09a7bc6ad33441c08961226005c69bf) 2023-02-04T08:32:21.0786153Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2023-02-04T08:32:21.6472978Z Getting action download info 2023-02-04T08:32:21.8157596Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2023-02-04T08:32:22.2646162Z Getting action download info 2023-02-04T08:32:22.4327403Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-02-04T08:32:22.8074251Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/heads/master (7fb2ac2bd56e60529977e023a11dbfd6437fbae6) 2023-02-04T08:32:22.8076210Z ##[group] Inputs 2023-02-04T08:32:22.8076573Z build-environment: linux-bionic-cuda11.7-py3.10-gcc7-sm80 2023-02-04T08:32:22.8077016Z test-matrix: { include: [ { config: "inductor_torchbench_smoketest_perf", shard: 1, num_shards: 1, runner: "linux.gcp.a100" }, ]} 2023-02-04T08:32:22.8077613Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:34842e6fbb02ca4c9247dac033ee8d3563b9117d 2023-02-04T08:32:22.8078055Z sync-tag: 2023-02-04T08:32:22.8078843Z timeout-minutes: 240 2023-02-04T08:32:22.8079119Z use-gha: anything-non-empty-to-use-gha 2023-02-04T08:32:22.8079408Z ##[endgroup] 2023-02-04T08:32:22.8079761Z Complete job name: cuda11.7-py3.10-gcc7-sm80 / test (inductor_torchbench_smoketest_perf, 1, 1, linux.gcp.a100) 2023-02-04T08:32:22.8922576Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2023-02-04T08:32:22.8922923Z with: 2023-02-04T08:32:22.8923536Z github-secret: *** 2023-02-04T08:32:22.8923946Z 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:32:22.8924362Z activate-with-label: false 2023-02-04T08:32:22.8924598Z label: with-ssh 2023-02-04T08:32:22.8924896Z remove-existing-keys: true 2023-02-04T08:32:22.8925200Z env: 2023-02-04T08:32:22.8925511Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:32:22.8925765Z ##[endgroup] 2023-02-04T08:32:22.9908458Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2023-02-04T08:32:23.0172983Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2023-02-04T08:32:23.0173409Z with: 2023-02-04T08:32:23.0173611Z submodules: recursive 2023-02-04T08:32:23.0173851Z fetch-depth: 0 2023-02-04T08:32:23.0174097Z env: 2023-02-04T08:32:23.0174291Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:32:23.0174518Z ##[endgroup] 2023-02-04T08:32:23.0426864Z ##[group]Run retry () { 2023-02-04T08:32:23.0427175Z retry () { 2023-02-04T08:32:23.0427453Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2023-02-04T08:32:23.0427698Z } 2023-02-04T08:32:23.0427925Z echo "${GITHUB_WORKSPACE}" 2023-02-04T08:32:23.0428198Z if [ -z "${NO_SUDO}" ]; then 2023-02-04T08:32:23.0428461Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2023-02-04T08:32:23.0428707Z else 2023-02-04T08:32:23.0428946Z  retry rm -rf "${GITHUB_WORKSPACE}" 2023-02-04T08:32:23.0429168Z fi 2023-02-04T08:32:23.0429437Z mkdir "${GITHUB_WORKSPACE}" 2023-02-04T08:32:23.0452944Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:32:23.0453317Z env: 2023-02-04T08:32:23.0453537Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:32:23.0453762Z NO_SUDO: 2023-02-04T08:32:23.0454125Z ##[endgroup] 2023-02-04T08:32:23.0577014Z /home/weiwangmeta/actions-runner/_work/pytorch/pytorch 2023-02-04T08:32:26.0742107Z ##[group]Run malfet/checkout@silent-checkout 2023-02-04T08:32:26.0742412Z with: 2023-02-04T08:32:26.0742718Z ref: 7fb2ac2bd56e60529977e023a11dbfd6437fbae6 2023-02-04T08:32:26.0742958Z fetch-depth: 0 2023-02-04T08:32:26.0743179Z submodules: recursive 2023-02-04T08:32:26.0743405Z quiet-checkout: true 2023-02-04T08:32:26.0743630Z repository: pytorch/pytorch 2023-02-04T08:32:26.0744045Z token: *** 2023-02-04T08:32:26.0744249Z ssh-strict: true 2023-02-04T08:32:26.0744483Z persist-credentials: true 2023-02-04T08:32:26.0744700Z clean: true 2023-02-04T08:32:26.0744906Z lfs: false 2023-02-04T08:32:26.0745124Z set-safe-directory: true 2023-02-04T08:32:26.0745325Z env: 2023-02-04T08:32:26.0745531Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:32:26.0745749Z ##[endgroup] 2023-02-04T08:32:26.2121131Z Syncing repository: pytorch/pytorch 2023-02-04T08:32:26.2123238Z ##[group]Getting Git version info 2023-02-04T08:32:26.2123824Z Working directory is '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch' 2023-02-04T08:32:26.2124573Z Unexpected error attempting to determine if executable file exists '/home/weiwangmeta/.local/bin/git': Error: EACCES: permission denied, stat '/home/weiwangmeta/.local/bin/git' 2023-02-04T08:32:26.2125371Z Unexpected error attempting to determine if executable file exists '/home/weiwangmeta/.local/bin/git': Error: EACCES: permission denied, stat '/home/weiwangmeta/.local/bin/git' 2023-02-04T08:32:26.2126015Z [command]/usr/bin/git version 2023-02-04T08:32:26.2126249Z git version 2.25.1 2023-02-04T08:32:26.2130615Z ##[endgroup] 2023-02-04T08:32:26.2147746Z Temporarily overriding HOME='/home/weiwangmeta/actions-runner/_work/_temp/8137b3dc-fc21-4a9a-af7a-3f297ebd1175' before making global git config changes 2023-02-04T08:32:26.2148323Z Adding repository directory to the temporary git global config as a safe directory 2023-02-04T08:32:26.2153334Z [command]/usr/bin/git config --global --add safe.directory /home/weiwangmeta/actions-runner/_work/pytorch/pytorch 2023-02-04T08:32:26.2199645Z Deleting the contents of '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch' 2023-02-04T08:32:26.2204940Z ##[group]Initializing the repository 2023-02-04T08:32:26.2208251Z [command]/usr/bin/git init /home/weiwangmeta/actions-runner/_work/pytorch/pytorch 2023-02-04T08:32:26.2251535Z Initialized empty Git repository in /home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/ 2023-02-04T08:32:26.2259661Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2023-02-04T08:32:26.2298140Z ##[endgroup] 2023-02-04T08:32:26.2299044Z ##[group]Disabling automatic garbage collection 2023-02-04T08:32:26.2302226Z [command]/usr/bin/git config --local gc.auto 0 2023-02-04T08:32:26.2335078Z ##[endgroup] 2023-02-04T08:32:26.2335954Z ##[group]Setting up auth 2023-02-04T08:32:26.2343765Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-02-04T08:32:26.2378545Z [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:32:26.2635128Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-02-04T08:32:26.2667760Z [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:32:26.2909216Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-02-04T08:32:26.2951463Z ##[endgroup] 2023-02-04T08:32:26.2951895Z ##[group]Fetching the repository 2023-02-04T08:32:26.2959399Z [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:33:38.5831250Z [command]/usr/bin/git rev-parse --verify --quiet 7fb2ac2bd56e60529977e023a11dbfd6437fbae6^{object} 2023-02-04T08:33:38.5859585Z 7fb2ac2bd56e60529977e023a11dbfd6437fbae6 2023-02-04T08:33:38.5866759Z ##[endgroup] 2023-02-04T08:33:38.5867222Z ##[group]Determining the checkout info 2023-02-04T08:33:38.5867700Z ##[endgroup] 2023-02-04T08:33:38.5868087Z ##[group]Checking out the ref 2023-02-04T08:33:38.5870012Z [command]/usr/bin/git checkout --quiet --force 7fb2ac2bd56e60529977e023a11dbfd6437fbae6 2023-02-04T08:33:40.1805717Z ##[endgroup] 2023-02-04T08:33:40.1806229Z ##[group]Setting up auth for fetching submodules 2023-02-04T08:33:40.1810806Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-02-04T08:33:40.1865307Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2023-02-04T08:33:40.1899737Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2023-02-04T08:33:40.1934807Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2023-02-04T08:33:40.1966561Z ##[endgroup] 2023-02-04T08:33:40.1967111Z ##[group]Fetching submodules 2023-02-04T08:33:40.1971926Z [command]/usr/bin/git submodule sync --recursive 2023-02-04T08:33:40.2241677Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2023-02-04T08:33:40.2498749Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2023-02-04T08:33:40.2502580Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2023-02-04T08:33:40.2511311Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2023-02-04T08:33:40.2517119Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2023-02-04T08:33:40.2524299Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2023-02-04T08:33:40.2530035Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2023-02-04T08:33:40.2536463Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2023-02-04T08:33:40.2542820Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2023-02-04T08:33:40.2549767Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2023-02-04T08:33:40.2555744Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2023-02-04T08:33:40.2562254Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2023-02-04T08:33:40.2568680Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2023-02-04T08:33:40.2574825Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2023-02-04T08:33:40.2582316Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2023-02-04T08:33:40.2588861Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2023-02-04T08:33:40.2595183Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2023-02-04T08:33:40.2601774Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2023-02-04T08:33:40.2607508Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2023-02-04T08:33:40.2613741Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2023-02-04T08:33:40.2620555Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2023-02-04T08:33:40.2626189Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2023-02-04T08:33:40.2632191Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2023-02-04T08:33:40.2639161Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2023-02-04T08:33:40.2646497Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2023-02-04T08:33:40.2652186Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2023-02-04T08:33:40.2658513Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2023-02-04T08:33:40.2664977Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2023-02-04T08:33:40.2671098Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2023-02-04T08:33:40.2677365Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2023-02-04T08:33:40.2683822Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2023-02-04T08:33:40.2690386Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2023-02-04T08:33:40.2698387Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2023-02-04T08:33:40.2705461Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2023-02-04T08:33:40.2712082Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2023-02-04T08:33:40.2719388Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2023-02-04T08:33:40.2727280Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2023-02-04T08:33:40.2734362Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2023-02-04T08:33:40.2741597Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2023-02-04T08:33:40.2748421Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2023-02-04T08:33:40.2755718Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2023-02-04T08:33:40.2762850Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2023-02-04T08:33:40.2836178Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2023-02-04T08:33:40.7485274Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2023-02-04T08:33:41.1528406Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2023-02-04T08:33:41.5144006Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2023-02-04T08:33:42.0261926Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2023-02-04T08:33:42.5176431Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2023-02-04T08:33:45.7787980Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2023-02-04T08:33:54.2754982Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2023-02-04T08:33:54.9307033Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2023-02-04T08:33:55.7078215Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2023-02-04T08:33:57.5976947Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2023-02-04T08:33:58.9916352Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2023-02-04T08:34:00.8164153Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2023-02-04T08:34:06.2343057Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2023-02-04T08:34:07.1685975Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2023-02-04T08:34:09.2472196Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2023-02-04T08:34:10.7873939Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2023-02-04T08:34:11.1671491Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2023-02-04T08:34:11.8348065Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2023-02-04T08:34:12.3646582Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2023-02-04T08:34:13.9818027Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2023-02-04T08:34:14.7028622Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2023-02-04T08:34:15.1007208Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2023-02-04T08:34:15.5808981Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2023-02-04T08:34:17.2455849Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2023-02-04T08:34:17.8423562Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2023-02-04T08:34:18.4648922Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2023-02-04T08:34:25.6455075Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2023-02-04T08:34:28.1493724Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2023-02-04T08:34:28.8787667Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2023-02-04T08:34:29.3078208Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2023-02-04T08:34:36.3501045Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2023-02-04T08:34:36.6976770Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2023-02-04T08:34:37.2320594Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2023-02-04T08:34:38.2977464Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2023-02-04T08:34:38.6853593Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2023-02-04T08:34:39.2503243Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2023-02-04T08:34:39.7764011Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2023-02-04T08:34:40.6174010Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2023-02-04T08:34:42.9127546Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2023-02-04T08:34:43.6190773Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2023-02-04T08:34:46.5331987Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2023-02-04T08:34:46.5693971Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2023-02-04T08:34:46.6015644Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2023-02-04T08:34:46.6505801Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2023-02-04T08:34:46.6994814Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2023-02-04T08:34:46.7962983Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2023-02-04T08:34:47.4997755Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2023-02-04T08:34:47.5487916Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2023-02-04T08:34:47.6862825Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2023-02-04T08:34:47.7481904Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2023-02-04T08:34:48.0833705Z Submodule path 'third_party/cudnn_frontend': checked out '81a041a68245cd8f871c43bbbbd5b6b627979a30' 2023-02-04T08:34:48.5465770Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2023-02-04T08:34:48.8432258Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2023-02-04T08:34:48.9200408Z Submodule path 'third_party/fbgemm': checked out '80d64206c07879fd4683be66873de7cefa1a0a71' 2023-02-04T08:34:48.9252706Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2023-02-04T08:34:48.9258331Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T08:34:48.9266129Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2023-02-04T08:34:48.9272420Z 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:34:48.9317930Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2023-02-04T08:34:50.2500512Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2023-02-04T08:34:51.0196461Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2023-02-04T08:34:52.6192172Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2023-02-04T08:34:53.1701503Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2023-02-04T08:34:53.3069938Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2023-02-04T08:34:53.3941246Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2023-02-04T08:34:53.4266438Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2023-02-04T08:34:53.5473882Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2023-02-04T08:34:53.6115683Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2023-02-04T08:34:53.6444833Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2023-02-04T08:34:53.7130056Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2023-02-04T08:34:53.7632708Z Submodule path 'third_party/gloo': checked out '10909297fedab0a680799211a299203e53515032' 2023-02-04T08:34:53.8395522Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2023-02-04T08:34:53.8751506Z Submodule path 'third_party/ideep': checked out 'e7925bc7c260e6c4481ccb53b7d29c59a901a05d' 2023-02-04T08:34:53.8798195Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2023-02-04T08:34:53.8840298Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2023-02-04T08:35:03.7453090Z Submodule path 'third_party/ideep/mkl-dnn': checked out '6dbeffbae1f23cbbeae17adb7b5b13f1f37c080e' 2023-02-04T08:35:03.7824184Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2023-02-04T08:35:03.8221260Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2023-02-04T08:35:03.9483314Z Submodule path 'third_party/kineto': checked out 'a2d16d5f3874910be4b500379258ce9b32b1c44f' 2023-02-04T08:35:03.9536743Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T08:35:03.9543179Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T08:35:03.9616878Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T08:35:03.9621748Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2023-02-04T08:35:04.7018611Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2023-02-04T08:35:06.2481240Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2023-02-04T08:35:07.9519618Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2023-02-04T08:35:07.9571454Z 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:35:07.9577513Z 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:35:07.9584327Z 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:35:07.9589997Z 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:35:07.9596052Z 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:35:07.9602201Z 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:35:07.9608835Z 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:35:07.9614400Z 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:35:07.9661767Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2023-02-04T08:35:08.9041801Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2023-02-04T08:35:09.4888054Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2023-02-04T08:35:11.0299155Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2023-02-04T08:35:11.6716058Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2023-02-04T08:35:12.3974470Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2023-02-04T08:35:13.9946001Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2023-02-04T08:35:21.1977947Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2023-02-04T08:35:21.8624287Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2023-02-04T08:35:21.9031401Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2023-02-04T08:35:21.9645452Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2023-02-04T08:35:21.9998260Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2023-02-04T08:35:22.0048399Z 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:35:22.0092861Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2023-02-04T08:35:22.6330900Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2023-02-04T08:35:22.6728119Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2023-02-04T08:35:22.7389899Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2023-02-04T08:35:22.8724861Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2023-02-04T08:35:22.9100958Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2023-02-04T08:35:22.9910722Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2023-02-04T08:35:23.0732833Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2023-02-04T08:35:23.1213305Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2023-02-04T08:35:23.1594807Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2023-02-04T08:35:23.2971107Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2023-02-04T08:35:23.5838891Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2023-02-04T08:35:23.5904966Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2023-02-04T08:35:23.5910748Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2023-02-04T08:35:23.5971934Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2023-02-04T08:35:24.2848276Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2023-02-04T08:35:25.4175967Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2023-02-04T08:35:25.4751786Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2023-02-04T08:35:25.5139238Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2023-02-04T08:35:25.5189136Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T08:35:25.5233220Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2023-02-04T08:35:28.1447496Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2023-02-04T08:35:28.1506129Z 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:35:28.1512813Z 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:35:28.1565907Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2023-02-04T08:35:28.8123640Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2023-02-04T08:35:29.9298345Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2023-02-04T08:35:30.0248463Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2023-02-04T08:35:30.0298246Z 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:35:30.0345581Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2023-02-04T08:35:30.4841602Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2023-02-04T08:35:30.5185061Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2023-02-04T08:35:30.8303724Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2023-02-04T08:35:30.8363497Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2023-02-04T08:35:30.8370207Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2023-02-04T08:35:30.8419725Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2023-02-04T08:35:31.4834464Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2023-02-04T08:35:33.1124362Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2023-02-04T08:35:33.2104123Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2023-02-04T08:35:33.2436026Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2023-02-04T08:35:33.2793437Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2023-02-04T08:35:33.3397996Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2023-02-04T08:35:33.3725884Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2023-02-04T08:35:33.4281297Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2023-02-04T08:35:33.4614875Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2023-02-04T08:35:33.5340867Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2023-02-04T08:35:33.6816985Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2023-02-04T08:35:33.7339626Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2023-02-04T08:35:33.7388278Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2023-02-04T08:35:33.7394004Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2023-02-04T08:35:33.7399791Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2023-02-04T08:35:33.7405441Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T08:35:33.7451437Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2023-02-04T08:35:35.3397254Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2023-02-04T08:35:35.8085804Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2023-02-04T08:35:37.2225680Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2023-02-04T08:35:38.3811927Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2023-02-04T08:35:38.4200299Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2023-02-04T08:35:38.5117452Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2023-02-04T08:35:38.5637419Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2023-02-04T08:35:38.5684484Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T08:35:38.5728241Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2023-02-04T08:35:39.0165061Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2023-02-04T08:35:39.1906793Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2023-02-04T08:35:39.1992086Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2023-02-04T08:35:39.2263316Z Entering 'android/libs/fbjni' 2023-02-04T08:35:39.2301894Z Entering 'third_party/FP16' 2023-02-04T08:35:39.2341378Z Entering 'third_party/FXdiv' 2023-02-04T08:35:39.2379731Z Entering 'third_party/NNPACK' 2023-02-04T08:35:39.2418613Z Entering 'third_party/QNNPACK' 2023-02-04T08:35:39.2457439Z Entering 'third_party/VulkanMemoryAllocator' 2023-02-04T08:35:39.2495393Z Entering 'third_party/XNNPACK' 2023-02-04T08:35:39.2547122Z Entering 'third_party/benchmark' 2023-02-04T08:35:39.2588532Z Entering 'third_party/cpuinfo' 2023-02-04T08:35:39.2629296Z Entering 'third_party/cub' 2023-02-04T08:35:39.2668502Z Entering 'third_party/cudnn_frontend' 2023-02-04T08:35:39.2713959Z Entering 'third_party/cutlass' 2023-02-04T08:35:39.2760404Z Entering 'third_party/eigen' 2023-02-04T08:35:39.2802004Z Entering 'third_party/fbgemm' 2023-02-04T08:35:39.2840691Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-02-04T08:35:39.2878441Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T08:35:39.2916668Z Entering 'third_party/fbgemm/third_party/googletest' 2023-02-04T08:35:39.2954768Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T08:35:39.2993662Z Entering 'third_party/flatbuffers' 2023-02-04T08:35:39.3035483Z Entering 'third_party/fmt' 2023-02-04T08:35:39.3073962Z Entering 'third_party/foxi' 2023-02-04T08:35:39.3111774Z Entering 'third_party/gemmlowp/gemmlowp' 2023-02-04T08:35:39.3150894Z Entering 'third_party/gloo' 2023-02-04T08:35:39.3189815Z Entering 'third_party/googletest' 2023-02-04T08:35:39.3228868Z Entering 'third_party/ideep' 2023-02-04T08:35:39.3266545Z Entering 'third_party/ideep/mkl-dnn' 2023-02-04T08:35:39.3313373Z Entering 'third_party/ios-cmake' 2023-02-04T08:35:39.3351123Z Entering 'third_party/ittapi' 2023-02-04T08:35:39.3389789Z Entering 'third_party/kineto' 2023-02-04T08:35:39.3427626Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T08:35:39.3466557Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T08:35:39.3506467Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T08:35:39.3544052Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T08:35:39.3582553Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T08:35:39.3619089Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T08:35:39.3658665Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T08:35:39.3696326Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T08:35:39.3733971Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T08:35:39.3773317Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T08:35:39.3813641Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T08:35:39.3851311Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T08:35:39.3891420Z Entering 'third_party/nccl/nccl' 2023-02-04T08:35:39.3930108Z Entering 'third_party/neon2sse' 2023-02-04T08:35:39.3967831Z Entering 'third_party/nlohmann' 2023-02-04T08:35:39.4007215Z Entering 'third_party/onnx' 2023-02-04T08:35:39.4058607Z Entering 'third_party/onnx/third_party/benchmark' 2023-02-04T08:35:39.4096759Z Entering 'third_party/onnx/third_party/pybind11' 2023-02-04T08:35:39.4136373Z Entering 'third_party/onnx-tensorrt' 2023-02-04T08:35:39.4173645Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T08:35:39.4216425Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T08:35:39.4255310Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T08:35:39.4294036Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-02-04T08:35:39.4337197Z Entering 'third_party/pocketfft' 2023-02-04T08:35:39.4374686Z Entering 'third_party/protobuf' 2023-02-04T08:35:39.4416847Z Entering 'third_party/protobuf/third_party/benchmark' 2023-02-04T08:35:39.4453813Z Entering 'third_party/protobuf/third_party/googletest' 2023-02-04T08:35:39.4493784Z Entering 'third_party/psimd' 2023-02-04T08:35:39.4531527Z Entering 'third_party/pthreadpool' 2023-02-04T08:35:39.4570038Z Entering 'third_party/pybind11' 2023-02-04T08:35:39.4608501Z Entering 'third_party/python-enum' 2023-02-04T08:35:39.4647004Z Entering 'third_party/python-peachpy' 2023-02-04T08:35:39.4685010Z Entering 'third_party/python-six' 2023-02-04T08:35:39.4723404Z Entering 'third_party/sleef' 2023-02-04T08:35:39.4761842Z Entering 'third_party/tbb' 2023-02-04T08:35:39.4801671Z Entering 'third_party/tensorpipe' 2023-02-04T08:35:39.4839271Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-02-04T08:35:39.4878658Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-02-04T08:35:39.4917945Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-02-04T08:35:39.4957364Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T08:35:39.4994717Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T08:35:39.5037715Z Entering 'third_party/zstd' 2023-02-04T08:35:39.5088387Z ##[endgroup] 2023-02-04T08:35:39.5088889Z ##[group]Persisting credentials for submodules 2023-02-04T08:35:39.5094783Z [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:35:39.5370773Z Entering 'android/libs/fbjni' 2023-02-04T08:35:39.5407984Z Entering 'third_party/FP16' 2023-02-04T08:35:39.5444202Z Entering 'third_party/FXdiv' 2023-02-04T08:35:39.5481401Z Entering 'third_party/NNPACK' 2023-02-04T08:35:39.5519124Z Entering 'third_party/QNNPACK' 2023-02-04T08:35:39.5556358Z Entering 'third_party/VulkanMemoryAllocator' 2023-02-04T08:35:39.5593527Z Entering 'third_party/XNNPACK' 2023-02-04T08:35:39.5641501Z Entering 'third_party/benchmark' 2023-02-04T08:35:39.5678635Z Entering 'third_party/cpuinfo' 2023-02-04T08:35:39.5715535Z Entering 'third_party/cub' 2023-02-04T08:35:39.5752664Z Entering 'third_party/cudnn_frontend' 2023-02-04T08:35:39.5795756Z Entering 'third_party/cutlass' 2023-02-04T08:35:39.5840511Z Entering 'third_party/eigen' 2023-02-04T08:35:39.5880356Z Entering 'third_party/fbgemm' 2023-02-04T08:35:39.5916878Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-02-04T08:35:39.5952771Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T08:35:39.5991223Z Entering 'third_party/fbgemm/third_party/googletest' 2023-02-04T08:35:39.6026870Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T08:35:39.6063851Z Entering 'third_party/flatbuffers' 2023-02-04T08:35:39.6103198Z Entering 'third_party/fmt' 2023-02-04T08:35:39.6140131Z Entering 'third_party/foxi' 2023-02-04T08:35:39.6176448Z Entering 'third_party/gemmlowp/gemmlowp' 2023-02-04T08:35:39.6213198Z Entering 'third_party/gloo' 2023-02-04T08:35:39.6249457Z Entering 'third_party/googletest' 2023-02-04T08:35:39.6285752Z Entering 'third_party/ideep' 2023-02-04T08:35:39.6321229Z Entering 'third_party/ideep/mkl-dnn' 2023-02-04T08:35:39.6365758Z Entering 'third_party/ios-cmake' 2023-02-04T08:35:39.6403035Z Entering 'third_party/ittapi' 2023-02-04T08:35:39.6441173Z Entering 'third_party/kineto' 2023-02-04T08:35:39.6478300Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T08:35:39.6514380Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T08:35:39.6552814Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T08:35:39.6589360Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T08:35:39.6625692Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T08:35:39.6661091Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T08:35:39.6698826Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T08:35:39.6736518Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T08:35:39.6772816Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T08:35:39.6810376Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T08:35:39.6847537Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T08:35:39.6883503Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T08:35:39.6921767Z Entering 'third_party/nccl/nccl' 2023-02-04T08:35:39.6959626Z Entering 'third_party/neon2sse' 2023-02-04T08:35:39.6996941Z Entering 'third_party/nlohmann' 2023-02-04T08:35:39.7034458Z Entering 'third_party/onnx' 2023-02-04T08:35:39.7084072Z Entering 'third_party/onnx/third_party/benchmark' 2023-02-04T08:35:39.7120831Z Entering 'third_party/onnx/third_party/pybind11' 2023-02-04T08:35:39.7160163Z Entering 'third_party/onnx-tensorrt' 2023-02-04T08:35:39.7195758Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T08:35:39.7237029Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T08:35:39.7274804Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T08:35:39.7310703Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-02-04T08:35:39.7352353Z Entering 'third_party/pocketfft' 2023-02-04T08:35:39.7389819Z Entering 'third_party/protobuf' 2023-02-04T08:35:39.7430215Z Entering 'third_party/protobuf/third_party/benchmark' 2023-02-04T08:35:39.7466913Z Entering 'third_party/protobuf/third_party/googletest' 2023-02-04T08:35:39.7505443Z Entering 'third_party/psimd' 2023-02-04T08:35:39.7542561Z Entering 'third_party/pthreadpool' 2023-02-04T08:35:39.7579676Z Entering 'third_party/pybind11' 2023-02-04T08:35:39.7616360Z Entering 'third_party/python-enum' 2023-02-04T08:35:39.7652802Z Entering 'third_party/python-peachpy' 2023-02-04T08:35:39.7689646Z Entering 'third_party/python-six' 2023-02-04T08:35:39.7727021Z Entering 'third_party/sleef' 2023-02-04T08:35:39.7764505Z Entering 'third_party/tbb' 2023-02-04T08:35:39.7803805Z Entering 'third_party/tensorpipe' 2023-02-04T08:35:39.7839763Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-02-04T08:35:39.7876588Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-02-04T08:35:39.7912203Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-02-04T08:35:39.7959793Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T08:35:39.7990509Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T08:35:39.8029801Z Entering 'third_party/zstd' 2023-02-04T08:35:39.8081029Z [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:35:39.8350518Z Entering 'android/libs/fbjni' 2023-02-04T08:35:39.8384803Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2023-02-04T08:35:39.8403301Z Entering 'third_party/FP16' 2023-02-04T08:35:39.8439472Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2023-02-04T08:35:39.8458230Z Entering 'third_party/FXdiv' 2023-02-04T08:35:39.8493786Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2023-02-04T08:35:39.8511331Z Entering 'third_party/NNPACK' 2023-02-04T08:35:39.8545938Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2023-02-04T08:35:39.8564772Z Entering 'third_party/QNNPACK' 2023-02-04T08:35:39.8600166Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2023-02-04T08:35:39.8618047Z Entering 'third_party/VulkanMemoryAllocator' 2023-02-04T08:35:39.8652512Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2023-02-04T08:35:39.8670571Z Entering 'third_party/XNNPACK' 2023-02-04T08:35:39.8704489Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2023-02-04T08:35:39.8733214Z Entering 'third_party/benchmark' 2023-02-04T08:35:39.8768326Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2023-02-04T08:35:39.8786669Z Entering 'third_party/cpuinfo' 2023-02-04T08:35:39.8820799Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2023-02-04T08:35:39.8839337Z Entering 'third_party/cub' 2023-02-04T08:35:39.8873575Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2023-02-04T08:35:39.8891518Z Entering 'third_party/cudnn_frontend' 2023-02-04T08:35:39.8926097Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2023-02-04T08:35:39.8949708Z Entering 'third_party/cutlass' 2023-02-04T08:35:39.8984761Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2023-02-04T08:35:39.9010113Z Entering 'third_party/eigen' 2023-02-04T08:35:39.9044970Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2023-02-04T08:35:39.9066650Z Entering 'third_party/fbgemm' 2023-02-04T08:35:39.9103923Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2023-02-04T08:35:39.9121724Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-02-04T08:35:39.9154864Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2023-02-04T08:35:39.9172570Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T08:35:39.9205911Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2023-02-04T08:35:39.9224473Z Entering 'third_party/fbgemm/third_party/googletest' 2023-02-04T08:35:39.9260132Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2023-02-04T08:35:39.9278722Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T08:35:39.9313615Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2023-02-04T08:35:39.9333117Z Entering 'third_party/flatbuffers' 2023-02-04T08:35:39.9368383Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2023-02-04T08:35:39.9388467Z Entering 'third_party/fmt' 2023-02-04T08:35:39.9424317Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2023-02-04T08:35:39.9442244Z Entering 'third_party/foxi' 2023-02-04T08:35:39.9478438Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2023-02-04T08:35:39.9496720Z Entering 'third_party/gemmlowp/gemmlowp' 2023-02-04T08:35:39.9531324Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2023-02-04T08:35:39.9549421Z Entering 'third_party/gloo' 2023-02-04T08:35:39.9585072Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2023-02-04T08:35:39.9602502Z Entering 'third_party/googletest' 2023-02-04T08:35:39.9637876Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2023-02-04T08:35:39.9655955Z Entering 'third_party/ideep' 2023-02-04T08:35:39.9690766Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2023-02-04T08:35:39.9707278Z Entering 'third_party/ideep/mkl-dnn' 2023-02-04T08:35:39.9741425Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2023-02-04T08:35:39.9768116Z Entering 'third_party/ios-cmake' 2023-02-04T08:35:39.9801397Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2023-02-04T08:35:39.9818959Z Entering 'third_party/ittapi' 2023-02-04T08:35:39.9853029Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2023-02-04T08:35:39.9869880Z Entering 'third_party/kineto' 2023-02-04T08:35:39.9904901Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2023-02-04T08:35:39.9921813Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T08:35:39.9958652Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2023-02-04T08:35:39.9975455Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T08:35:40.0010293Z file:/home/weiwangmeta/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:35:40.0029857Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T08:35:40.0065428Z file:/home/weiwangmeta/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:35:40.0083907Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T08:35:40.0120938Z file:/home/weiwangmeta/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:35:40.0137702Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T08:35:40.0172785Z file:/home/weiwangmeta/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:35:40.0189212Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T08:35:40.0224622Z file:/home/weiwangmeta/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:35:40.0243519Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T08:35:40.0277392Z file:/home/weiwangmeta/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:35:40.0295034Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T08:35:40.0329005Z file:/home/weiwangmeta/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:35:40.0347491Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T08:35:40.0382457Z file:/home/weiwangmeta/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:35:40.0400972Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T08:35:40.0436447Z file:/home/weiwangmeta/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:35:40.0455073Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T08:35:40.0488885Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2023-02-04T08:35:40.0505769Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T08:35:40.0539277Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2023-02-04T08:35:40.0558815Z Entering 'third_party/nccl/nccl' 2023-02-04T08:35:40.0593402Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2023-02-04T08:35:40.0611741Z Entering 'third_party/neon2sse' 2023-02-04T08:35:40.0645863Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2023-02-04T08:35:40.0664465Z Entering 'third_party/nlohmann' 2023-02-04T08:35:40.0698021Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2023-02-04T08:35:40.0717223Z Entering 'third_party/onnx' 2023-02-04T08:35:40.0751649Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2023-02-04T08:35:40.0782242Z Entering 'third_party/onnx/third_party/benchmark' 2023-02-04T08:35:40.0815678Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2023-02-04T08:35:40.0833087Z Entering 'third_party/onnx/third_party/pybind11' 2023-02-04T08:35:40.0867466Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2023-02-04T08:35:40.0887964Z Entering 'third_party/onnx-tensorrt' 2023-02-04T08:35:40.0923214Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2023-02-04T08:35:40.0940446Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T08:35:40.0975437Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2023-02-04T08:35:40.0997632Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T08:35:40.1033263Z file:/home/weiwangmeta/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:35:40.1050765Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T08:35:40.1087472Z file:/home/weiwangmeta/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:35:40.1104363Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-02-04T08:35:40.1140142Z file:/home/weiwangmeta/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:35:40.1162983Z Entering 'third_party/pocketfft' 2023-02-04T08:35:40.1196921Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2023-02-04T08:35:40.1214495Z Entering 'third_party/protobuf' 2023-02-04T08:35:40.1250700Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2023-02-04T08:35:40.1271540Z Entering 'third_party/protobuf/third_party/benchmark' 2023-02-04T08:35:40.1305634Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2023-02-04T08:35:40.1322838Z Entering 'third_party/protobuf/third_party/googletest' 2023-02-04T08:35:40.1357077Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2023-02-04T08:35:40.1376072Z Entering 'third_party/psimd' 2023-02-04T08:35:40.1409514Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2023-02-04T08:35:40.1428452Z Entering 'third_party/pthreadpool' 2023-02-04T08:35:40.1462672Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2023-02-04T08:35:40.1480876Z Entering 'third_party/pybind11' 2023-02-04T08:35:40.1515498Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2023-02-04T08:35:40.1533468Z Entering 'third_party/python-enum' 2023-02-04T08:35:40.1567168Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2023-02-04T08:35:40.1585268Z Entering 'third_party/python-peachpy' 2023-02-04T08:35:40.1619262Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2023-02-04T08:35:40.1637171Z Entering 'third_party/python-six' 2023-02-04T08:35:40.1688423Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2023-02-04T08:35:40.1706064Z Entering 'third_party/sleef' 2023-02-04T08:35:40.1740974Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2023-02-04T08:35:40.1758812Z Entering 'third_party/tbb' 2023-02-04T08:35:40.1793111Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2023-02-04T08:35:40.1813090Z Entering 'third_party/tensorpipe' 2023-02-04T08:35:40.1848453Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2023-02-04T08:35:40.1868615Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-02-04T08:35:40.1902962Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2023-02-04T08:35:40.1920331Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-02-04T08:35:40.1955426Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2023-02-04T08:35:40.1972200Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-02-04T08:35:40.2005749Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2023-02-04T08:35:40.2023329Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T08:35:40.2056619Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2023-02-04T08:35:40.2072765Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T08:35:40.2107913Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2023-02-04T08:35:40.2128674Z Entering 'third_party/zstd' 2023-02-04T08:35:40.2163097Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2023-02-04T08:35:40.2487509Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2023-02-04T08:35:40.2763125Z Entering 'android/libs/fbjni' 2023-02-04T08:35:40.2803170Z Entering 'third_party/FP16' 2023-02-04T08:35:40.2842019Z Entering 'third_party/FXdiv' 2023-02-04T08:35:40.2881785Z Entering 'third_party/NNPACK' 2023-02-04T08:35:40.2920243Z Entering 'third_party/QNNPACK' 2023-02-04T08:35:40.2959710Z Entering 'third_party/VulkanMemoryAllocator' 2023-02-04T08:35:40.2997858Z Entering 'third_party/XNNPACK' 2023-02-04T08:35:40.3047849Z Entering 'third_party/benchmark' 2023-02-04T08:35:40.3086233Z Entering 'third_party/cpuinfo' 2023-02-04T08:35:40.3125372Z Entering 'third_party/cub' 2023-02-04T08:35:40.3165900Z Entering 'third_party/cudnn_frontend' 2023-02-04T08:35:40.3210464Z Entering 'third_party/cutlass' 2023-02-04T08:35:40.3258641Z Entering 'third_party/eigen' 2023-02-04T08:35:40.3299519Z Entering 'third_party/fbgemm' 2023-02-04T08:35:40.3339821Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-02-04T08:35:40.3378594Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T08:35:40.3417539Z Entering 'third_party/fbgemm/third_party/googletest' 2023-02-04T08:35:40.3456208Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T08:35:40.3496074Z Entering 'third_party/flatbuffers' 2023-02-04T08:35:40.3535667Z Entering 'third_party/fmt' 2023-02-04T08:35:40.3574572Z Entering 'third_party/foxi' 2023-02-04T08:35:40.3614193Z Entering 'third_party/gemmlowp/gemmlowp' 2023-02-04T08:35:40.3652704Z Entering 'third_party/gloo' 2023-02-04T08:35:40.3691374Z Entering 'third_party/googletest' 2023-02-04T08:35:40.3729918Z Entering 'third_party/ideep' 2023-02-04T08:35:40.3767458Z Entering 'third_party/ideep/mkl-dnn' 2023-02-04T08:35:40.3814098Z Entering 'third_party/ios-cmake' 2023-02-04T08:35:40.3852575Z Entering 'third_party/ittapi' 2023-02-04T08:35:40.3891385Z Entering 'third_party/kineto' 2023-02-04T08:35:40.3930837Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T08:35:40.3968813Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T08:35:40.4008181Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T08:35:40.4045978Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T08:35:40.4084840Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T08:35:40.4121254Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T08:35:40.4161026Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T08:35:40.4198285Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T08:35:40.4237529Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T08:35:40.4276469Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T08:35:40.4316473Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T08:35:40.4354566Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T08:35:40.4394972Z Entering 'third_party/nccl/nccl' 2023-02-04T08:35:40.4437520Z Entering 'third_party/neon2sse' 2023-02-04T08:35:40.4477061Z Entering 'third_party/nlohmann' 2023-02-04T08:35:40.4517870Z Entering 'third_party/onnx' 2023-02-04T08:35:40.4570687Z Entering 'third_party/onnx/third_party/benchmark' 2023-02-04T08:35:40.4608932Z Entering 'third_party/onnx/third_party/pybind11' 2023-02-04T08:35:40.4649591Z Entering 'third_party/onnx-tensorrt' 2023-02-04T08:35:40.4688132Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T08:35:40.4731892Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T08:35:40.4770193Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T08:35:40.4808289Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-02-04T08:35:40.4852429Z Entering 'third_party/pocketfft' 2023-02-04T08:35:40.4890308Z Entering 'third_party/protobuf' 2023-02-04T08:35:40.4932150Z Entering 'third_party/protobuf/third_party/benchmark' 2023-02-04T08:35:40.4970295Z Entering 'third_party/protobuf/third_party/googletest' 2023-02-04T08:35:40.5010753Z Entering 'third_party/psimd' 2023-02-04T08:35:40.5048476Z Entering 'third_party/pthreadpool' 2023-02-04T08:35:40.5086744Z Entering 'third_party/pybind11' 2023-02-04T08:35:40.5124627Z Entering 'third_party/python-enum' 2023-02-04T08:35:40.5162972Z Entering 'third_party/python-peachpy' 2023-02-04T08:35:40.5202042Z Entering 'third_party/python-six' 2023-02-04T08:35:40.5242459Z Entering 'third_party/sleef' 2023-02-04T08:35:40.5280814Z Entering 'third_party/tbb' 2023-02-04T08:35:40.5322014Z Entering 'third_party/tensorpipe' 2023-02-04T08:35:40.5360448Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-02-04T08:35:40.5398630Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-02-04T08:35:40.5437753Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-02-04T08:35:40.5476659Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T08:35:40.5514095Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T08:35:40.5555264Z Entering 'third_party/zstd' 2023-02-04T08:35:40.5606736Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2023-02-04T08:35:40.5875476Z Entering 'android/libs/fbjni' 2023-02-04T08:35:40.5913766Z Entering 'third_party/FP16' 2023-02-04T08:35:40.5953055Z Entering 'third_party/FXdiv' 2023-02-04T08:35:40.5991589Z Entering 'third_party/NNPACK' 2023-02-04T08:35:40.6029948Z Entering 'third_party/QNNPACK' 2023-02-04T08:35:40.6068445Z Entering 'third_party/VulkanMemoryAllocator' 2023-02-04T08:35:40.6107781Z Entering 'third_party/XNNPACK' 2023-02-04T08:35:40.6157157Z Entering 'third_party/benchmark' 2023-02-04T08:35:40.6196323Z Entering 'third_party/cpuinfo' 2023-02-04T08:35:40.6236019Z Entering 'third_party/cub' 2023-02-04T08:35:40.6275490Z Entering 'third_party/cudnn_frontend' 2023-02-04T08:35:40.6320164Z Entering 'third_party/cutlass' 2023-02-04T08:35:40.6369177Z Entering 'third_party/eigen' 2023-02-04T08:35:40.6411074Z Entering 'third_party/fbgemm' 2023-02-04T08:35:40.6450932Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-02-04T08:35:40.6489575Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T08:35:40.6527739Z Entering 'third_party/fbgemm/third_party/googletest' 2023-02-04T08:35:40.6565600Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T08:35:40.6604601Z Entering 'third_party/flatbuffers' 2023-02-04T08:35:40.6646939Z Entering 'third_party/fmt' 2023-02-04T08:35:40.6685019Z Entering 'third_party/foxi' 2023-02-04T08:35:40.6723622Z Entering 'third_party/gemmlowp/gemmlowp' 2023-02-04T08:35:40.6762897Z Entering 'third_party/gloo' 2023-02-04T08:35:40.6801131Z Entering 'third_party/googletest' 2023-02-04T08:35:40.6839674Z Entering 'third_party/ideep' 2023-02-04T08:35:40.6877109Z Entering 'third_party/ideep/mkl-dnn' 2023-02-04T08:35:40.6924294Z Entering 'third_party/ios-cmake' 2023-02-04T08:35:40.6962601Z Entering 'third_party/ittapi' 2023-02-04T08:35:40.7001476Z Entering 'third_party/kineto' 2023-02-04T08:35:40.7039698Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T08:35:40.7077594Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T08:35:40.7117206Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T08:35:40.7155252Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T08:35:40.7193005Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T08:35:40.7231201Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T08:35:40.7271847Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T08:35:40.7309139Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T08:35:40.7347246Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T08:35:40.7385564Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T08:35:40.7425519Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T08:35:40.7463895Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T08:35:40.7504905Z Entering 'third_party/nccl/nccl' 2023-02-04T08:35:40.7544098Z Entering 'third_party/neon2sse' 2023-02-04T08:35:40.7584062Z Entering 'third_party/nlohmann' 2023-02-04T08:35:40.7624027Z Entering 'third_party/onnx' 2023-02-04T08:35:40.7676269Z Entering 'third_party/onnx/third_party/benchmark' 2023-02-04T08:35:40.7715607Z Entering 'third_party/onnx/third_party/pybind11' 2023-02-04T08:35:40.7756371Z Entering 'third_party/onnx-tensorrt' 2023-02-04T08:35:40.7794337Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T08:35:40.7836717Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T08:35:40.7877738Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T08:35:40.7916838Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-02-04T08:35:40.7961604Z Entering 'third_party/pocketfft' 2023-02-04T08:35:40.7999571Z Entering 'third_party/protobuf' 2023-02-04T08:35:40.8041902Z Entering 'third_party/protobuf/third_party/benchmark' 2023-02-04T08:35:40.8078786Z Entering 'third_party/protobuf/third_party/googletest' 2023-02-04T08:35:40.8119012Z Entering 'third_party/psimd' 2023-02-04T08:35:40.8157787Z Entering 'third_party/pthreadpool' 2023-02-04T08:35:40.8201382Z Entering 'third_party/pybind11' 2023-02-04T08:35:40.8239039Z Entering 'third_party/python-enum' 2023-02-04T08:35:40.8277711Z Entering 'third_party/python-peachpy' 2023-02-04T08:35:40.8316417Z Entering 'third_party/python-six' 2023-02-04T08:35:40.8355069Z Entering 'third_party/sleef' 2023-02-04T08:35:40.8394692Z Entering 'third_party/tbb' 2023-02-04T08:35:40.8435747Z Entering 'third_party/tensorpipe' 2023-02-04T08:35:40.8474520Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-02-04T08:35:40.8513474Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-02-04T08:35:40.8551099Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-02-04T08:35:40.8589929Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T08:35:40.8625853Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T08:35:40.8669889Z Entering 'third_party/zstd' 2023-02-04T08:35:40.8718375Z ##[endgroup] 2023-02-04T08:35:40.8767506Z [command]/usr/bin/git log -1 --format='%H' 2023-02-04T08:35:40.8799047Z '7fb2ac2bd56e60529977e023a11dbfd6437fbae6' 2023-02-04T08:35:40.8985788Z Prepare all required actions 2023-02-04T08:35:40.9049242Z ##[group]Run ./.github/actions/setup-linux 2023-02-04T08:35:40.9049473Z env: 2023-02-04T08:35:40.9049695Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:35:40.9049915Z ##[endgroup] 2023-02-04T08:35:40.9067800Z ##[group]Run set -euo pipefail 2023-02-04T08:35:40.9068086Z set -euo pipefail 2023-02-04T08:35:40.9068347Z function get_ec2_metadata() { 2023-02-04T08:35:40.9068703Z  # Pulled from instance metadata endpoint for EC2 2023-02-04T08:35:40.9069145Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2023-02-04T08:35:40.9069503Z  category=$1 2023-02-04T08:35:40.9069799Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2023-02-04T08:35:40.9070070Z } 2023-02-04T08:35:40.9070292Z echo "ami-id: $(get_ec2_metadata ami-id)" 2023-02-04T08:35:40.9070612Z echo "instance-id: $(get_ec2_metadata instance-id)" 2023-02-04T08:35:40.9070943Z echo "instance-type: $(get_ec2_metadata instance-type)" 2023-02-04T08:35:40.9071228Z echo "system info $(uname -a)" 2023-02-04T08:35:40.9089861Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:35:40.9090119Z env: 2023-02-04T08:35:40.9090309Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:35:40.9090531Z ##[endgroup] 2023-02-04T08:35:40.9217445Z curl: (22) The requested URL returned error: 404 Not Found 2023-02-04T08:35:40.9227004Z ami-id: 2023-02-04T08:35:40.9307161Z curl: (22) The requested URL returned error: 404 Not Found 2023-02-04T08:35:40.9315777Z instance-id: 2023-02-04T08:35:40.9391382Z curl: (22) The requested URL returned error: 404 Not Found 2023-02-04T08:35:40.9399360Z instance-type: 2023-02-04T08:35:40.9410613Z system info Linux gh-ci-gcp-a100-1 5.15.0-1027-gcp #34~20.04.1-Ubuntu SMP Mon Jan 9 18:40:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 2023-02-04T08:35:40.9429309Z ##[group]Run if systemctl is-active --quiet docker; then 2023-02-04T08:35:40.9429661Z if systemctl is-active --quiet docker; then 2023-02-04T08:35:40.9429962Z  echo "Docker daemon is running..."; 2023-02-04T08:35:40.9430215Z else 2023-02-04T08:35:40.9430485Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2023-02-04T08:35:40.9430760Z fi 2023-02-04T08:35:40.9447545Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:35:40.9447802Z env: 2023-02-04T08:35:40.9448030Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:35:40.9448259Z ##[endgroup] 2023-02-04T08:35:40.9512836Z Docker daemon is running... 2023-02-04T08:35:40.9530690Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-02-04T08:35:40.9531127Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-02-04T08:35:40.9531472Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-02-04T08:35:40.9531950Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2023-02-04T08:35:40.9532375Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2023-02-04T08:35:40.9548577Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:35:40.9548830Z env: 2023-02-04T08:35:40.9549043Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:35:40.9549283Z AWS_RETRY_MODE: standard 2023-02-04T08:35:40.9549496Z AWS_MAX_ATTEMPTS: 5 2023-02-04T08:35:40.9549735Z AWS_DEFAULT_REGION: us-east-1 2023-02-04T08:35:40.9549966Z ##[endgroup] 2023-02-04T08:35:43.0944439Z WARNING! Your password will be stored unencrypted in /home/ubuntu/.docker/config.json. 2023-02-04T08:35:43.0944873Z Configure a credential helper to remove this warning. See 2023-02-04T08:35:43.0945591Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2023-02-04T08:35:43.0945832Z 2023-02-04T08:35:43.0946494Z Login Succeeded 2023-02-04T08:35:43.0996614Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2023-02-04T08:35:43.0997010Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2023-02-04T08:35:43.0997348Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2023-02-04T08:35:43.1015013Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:35:43.1015564Z env: 2023-02-04T08:35:43.1015799Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:35:43.1016035Z ##[endgroup] 2023-02-04T08:35:43.1120400Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2023-02-04T08:35:43.1120707Z with: 2023-02-04T08:35:43.1121142Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:34842e6fbb02ca4c9247dac033ee8d3563b9117d 2023-02-04T08:35:43.1121574Z env: 2023-02-04T08:35:43.1121785Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:35:43.1122008Z ##[endgroup] 2023-02-04T08:35:43.1136788Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-02-04T08:35:43.1137128Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-02-04T08:35:43.1137451Z # ignore output since only exit code is used for conditional 2023-02-04T08:35:43.1137972Z # only pull docker image if it's not available locally 2023-02-04T08:35:43.1138332Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2023-02-04T08:35:43.1138689Z  retry docker pull "${DOCKER_IMAGE}" 2023-02-04T08:35:43.1138928Z fi 2023-02-04T08:35:43.1155842Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:35:43.1156108Z env: 2023-02-04T08:35:43.1156320Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:35:43.1156780Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:34842e6fbb02ca4c9247dac033ee8d3563b9117d 2023-02-04T08:35:43.1157216Z ##[endgroup] 2023-02-04T08:35:43.7063637Z 34842e6fbb02ca4c9247dac033ee8d3563b9117d: Pulling from pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7 2023-02-04T08:35:43.7064452Z fb668870d8a7: Pulling fs layer 2023-02-04T08:35:43.7064893Z 4542784317be: Pulling fs layer 2023-02-04T08:35:43.7065357Z e0bec5df5af5: Pulling fs layer 2023-02-04T08:35:43.7065785Z 4053f75740ab: Pulling fs layer 2023-02-04T08:35:43.7066125Z 57e09105cdfd: Pulling fs layer 2023-02-04T08:35:43.7066355Z 606761d225e5: Pulling fs layer 2023-02-04T08:35:43.7066585Z 69473a703fb4: Pulling fs layer 2023-02-04T08:35:43.7066825Z a08ab4e0594b: Pulling fs layer 2023-02-04T08:35:43.7067058Z 4cd507bccac2: Pulling fs layer 2023-02-04T08:35:43.7069941Z fa92f16621a4: Pulling fs layer 2023-02-04T08:35:43.7070630Z 6dc2b05bd224: Pulling fs layer 2023-02-04T08:35:43.7070947Z 8f258de3715c: Pulling fs layer 2023-02-04T08:35:43.7071295Z 606761d225e5: Waiting 2023-02-04T08:35:43.7071705Z 57e09105cdfd: Waiting 2023-02-04T08:35:43.7072090Z 69473a703fb4: Waiting 2023-02-04T08:35:43.7072348Z a08ab4e0594b: Waiting 2023-02-04T08:35:43.7072545Z 4cd507bccac2: Waiting 2023-02-04T08:35:43.7072798Z 4053f75740ab: Waiting 2023-02-04T08:35:43.7073149Z 439c3484160b: Pulling fs layer 2023-02-04T08:35:43.7076300Z 5b14f9832187: Pulling fs layer 2023-02-04T08:35:43.7076831Z 835504f15bfd: Pulling fs layer 2023-02-04T08:35:43.7079375Z fa92f16621a4: Waiting 2023-02-04T08:35:43.7079648Z 8f258de3715c: Waiting 2023-02-04T08:35:43.7079863Z ee4496f3140b: Pulling fs layer 2023-02-04T08:35:43.7080094Z 6dc2b05bd224: Waiting 2023-02-04T08:35:43.7080320Z 835504f15bfd: Waiting 2023-02-04T08:35:43.7080523Z 439c3484160b: Waiting 2023-02-04T08:35:43.7080729Z 556aa2fcfca3: Pulling fs layer 2023-02-04T08:35:43.7080976Z 627639ed179f: Pulling fs layer 2023-02-04T08:35:43.7081216Z 6d1abbf47f82: Pulling fs layer 2023-02-04T08:35:43.7081445Z f923dfb28e1f: Pulling fs layer 2023-02-04T08:35:43.7081683Z 9c6538e1e44c: Pulling fs layer 2023-02-04T08:35:43.7081904Z ee4496f3140b: Waiting 2023-02-04T08:35:43.7082098Z 627639ed179f: Waiting 2023-02-04T08:35:43.7082308Z 6d1abbf47f82: Waiting 2023-02-04T08:35:43.7082534Z d1dd060e09bd: Pulling fs layer 2023-02-04T08:35:43.7082757Z 1ab3576f383a: Pulling fs layer 2023-02-04T08:35:43.7082976Z f923dfb28e1f: Waiting 2023-02-04T08:35:43.7083202Z 7d250f015c7f: Pulling fs layer 2023-02-04T08:35:43.7083412Z d1dd060e09bd: Waiting 2023-02-04T08:35:43.7083620Z 9c6538e1e44c: Waiting 2023-02-04T08:35:43.7083823Z 1ab3576f383a: Waiting 2023-02-04T08:35:43.7084029Z 55260ffbcbb9: Pulling fs layer 2023-02-04T08:35:43.7084507Z 83e51a461bd3: Pulling fs layer 2023-02-04T08:35:43.7084755Z 7f32db78bae9: Pulling fs layer 2023-02-04T08:35:43.7084980Z 1c91f83c51a2: Pulling fs layer 2023-02-04T08:35:43.7085200Z 7d250f015c7f: Waiting 2023-02-04T08:35:43.7085412Z 7f32db78bae9: Waiting 2023-02-04T08:35:43.7085622Z e39b968f6350: Pulling fs layer 2023-02-04T08:35:43.7085861Z e2a6d68bf88f: Pulling fs layer 2023-02-04T08:35:43.7086110Z 7c0dff09b0d6: Pulling fs layer 2023-02-04T08:35:43.7086318Z 1c91f83c51a2: Waiting 2023-02-04T08:35:43.7086537Z 926004c4af06: Pulling fs layer 2023-02-04T08:35:43.7086769Z 21ed4d45fad4: Pulling fs layer 2023-02-04T08:35:43.7086979Z e39b968f6350: Waiting 2023-02-04T08:35:43.7087188Z e2a6d68bf88f: Waiting 2023-02-04T08:35:43.7087412Z 521a0db04f0e: Pulling fs layer 2023-02-04T08:35:43.7087795Z 926004c4af06: Waiting 2023-02-04T08:35:43.7088007Z 21ed4d45fad4: Waiting 2023-02-04T08:35:43.7088231Z 04bd895ada58: Pulling fs layer 2023-02-04T08:35:43.7088451Z e802043def06: Pulling fs layer 2023-02-04T08:35:43.7088675Z 04bd895ada58: Waiting 2023-02-04T08:35:43.7088905Z be1ac7f1dafd: Pulling fs layer 2023-02-04T08:35:43.7089115Z e802043def06: Waiting 2023-02-04T08:35:43.7089336Z e86af6d3a144: Pulling fs layer 2023-02-04T08:35:43.7089561Z be1ac7f1dafd: Waiting 2023-02-04T08:35:43.7089774Z 2ac5a718dab1: Pulling fs layer 2023-02-04T08:35:43.7090012Z b7467377752a: Pulling fs layer 2023-02-04T08:35:43.7090241Z 560edd49694b: Pulling fs layer 2023-02-04T08:35:43.7090463Z e86af6d3a144: Waiting 2023-02-04T08:35:43.7090655Z b7467377752a: Waiting 2023-02-04T08:35:43.7090875Z d19388e1ec33: Pulling fs layer 2023-02-04T08:35:43.7091096Z 2ac5a718dab1: Waiting 2023-02-04T08:35:43.7091306Z cacd5d7a42ca: Pulling fs layer 2023-02-04T08:35:43.7091529Z 560edd49694b: Waiting 2023-02-04T08:35:43.7091738Z d19388e1ec33: Waiting 2023-02-04T08:35:43.7091938Z 70b8fd042116: Pulling fs layer 2023-02-04T08:35:43.7092165Z 36579528103f: Pulling fs layer 2023-02-04T08:35:43.7092395Z b6eb4171e71d: Pulling fs layer 2023-02-04T08:35:43.7092614Z 779b30b0bcb8: Pulling fs layer 2023-02-04T08:35:43.7092847Z ce97673ba328: Pulling fs layer 2023-02-04T08:35:43.7093080Z 3a7a3f67019f: Pulling fs layer 2023-02-04T08:35:43.7093298Z 7b39ad8b00cd: Pulling fs layer 2023-02-04T08:35:43.7093533Z 5eda5ebe40e1: Pulling fs layer 2023-02-04T08:35:43.7093762Z cacd5d7a42ca: Waiting 2023-02-04T08:35:43.7093959Z 70b8fd042116: Waiting 2023-02-04T08:35:43.7094182Z fbb107d1febc: Pulling fs layer 2023-02-04T08:35:43.7094405Z 36579528103f: Waiting 2023-02-04T08:35:43.7094594Z ce97673ba328: Waiting 2023-02-04T08:35:43.7094813Z 93bf91ad08f3: Pulling fs layer 2023-02-04T08:35:43.7095036Z 779b30b0bcb8: Waiting 2023-02-04T08:35:43.7095372Z 3a7a3f67019f: Waiting 2023-02-04T08:35:43.7095595Z 56573b537ed3: Pulling fs layer 2023-02-04T08:35:43.7095822Z 5eda5ebe40e1: Waiting 2023-02-04T08:35:43.7096024Z fbb107d1febc: Waiting 2023-02-04T08:35:43.7096239Z b6eb4171e71d: Waiting 2023-02-04T08:35:44.4984086Z fb668870d8a7: Verifying Checksum 2023-02-04T08:35:44.4984463Z fb668870d8a7: Download complete 2023-02-04T08:35:44.7666146Z e0bec5df5af5: Verifying Checksum 2023-02-04T08:35:44.7666762Z e0bec5df5af5: Download complete 2023-02-04T08:35:44.7947679Z 4053f75740ab: Download complete 2023-02-04T08:35:45.0573942Z 57e09105cdfd: Verifying Checksum 2023-02-04T08:35:45.0574363Z 57e09105cdfd: Download complete 2023-02-04T08:35:45.1864774Z fb668870d8a7: Pull complete 2023-02-04T08:35:45.3927383Z 69473a703fb4: Verifying Checksum 2023-02-04T08:35:45.3927793Z 69473a703fb4: Download complete 2023-02-04T08:35:45.4336306Z 4542784317be: Verifying Checksum 2023-02-04T08:35:45.4336615Z 4542784317be: Download complete 2023-02-04T08:35:45.6449533Z 4542784317be: Pull complete 2023-02-04T08:35:45.6781606Z a08ab4e0594b: Verifying Checksum 2023-02-04T08:35:45.6782151Z a08ab4e0594b: Download complete 2023-02-04T08:35:45.7249570Z 4cd507bccac2: Verifying Checksum 2023-02-04T08:35:45.7250089Z 4cd507bccac2: Download complete 2023-02-04T08:35:46.0540850Z 6dc2b05bd224: Verifying Checksum 2023-02-04T08:35:46.0541292Z 6dc2b05bd224: Download complete 2023-02-04T08:35:46.3561668Z 8f258de3715c: Download complete 2023-02-04T08:35:46.4674087Z e0bec5df5af5: Pull complete 2023-02-04T08:35:46.5255880Z 4053f75740ab: Pull complete 2023-02-04T08:35:46.5847997Z 57e09105cdfd: Pull complete 2023-02-04T08:35:48.7803159Z 439c3484160b: Verifying Checksum 2023-02-04T08:35:48.7803481Z 439c3484160b: Download complete 2023-02-04T08:35:49.0776390Z 5b14f9832187: Verifying Checksum 2023-02-04T08:35:49.0776964Z 5b14f9832187: Download complete 2023-02-04T08:35:49.3603530Z 835504f15bfd: Verifying Checksum 2023-02-04T08:35:49.3604104Z 835504f15bfd: Download complete 2023-02-04T08:35:49.6393947Z ee4496f3140b: Verifying Checksum 2023-02-04T08:35:49.6394440Z ee4496f3140b: Download complete 2023-02-04T08:35:50.8124488Z 556aa2fcfca3: Verifying Checksum 2023-02-04T08:35:50.8125025Z 556aa2fcfca3: Download complete 2023-02-04T08:35:51.1075938Z 627639ed179f: Verifying Checksum 2023-02-04T08:35:51.1076303Z 627639ed179f: Download complete 2023-02-04T08:35:51.3961287Z 6d1abbf47f82: Verifying Checksum 2023-02-04T08:35:51.3961631Z 6d1abbf47f82: Download complete 2023-02-04T08:35:55.9155758Z 606761d225e5: Verifying Checksum 2023-02-04T08:35:55.9156100Z 606761d225e5: Download complete 2023-02-04T08:35:56.2002940Z 9c6538e1e44c: Verifying Checksum 2023-02-04T08:35:56.2003394Z 9c6538e1e44c: Download complete 2023-02-04T08:35:56.4995476Z d1dd060e09bd: Download complete 2023-02-04T08:35:56.7867830Z 1ab3576f383a: Verifying Checksum 2023-02-04T08:35:56.7868309Z 1ab3576f383a: Download complete 2023-02-04T08:35:57.0845782Z 7d250f015c7f: Download complete 2023-02-04T08:35:57.3636586Z 55260ffbcbb9: Verifying Checksum 2023-02-04T08:35:57.3637140Z 55260ffbcbb9: Download complete 2023-02-04T08:35:57.6512924Z 83e51a461bd3: Download complete 2023-02-04T08:35:58.9470688Z 7f32db78bae9: Verifying Checksum 2023-02-04T08:35:58.9471152Z 7f32db78bae9: Download complete 2023-02-04T08:35:59.2303203Z 1c91f83c51a2: Verifying Checksum 2023-02-04T08:35:59.2303835Z 1c91f83c51a2: Download complete 2023-02-04T08:35:59.5079106Z e39b968f6350: Download complete 2023-02-04T08:35:59.9423143Z e2a6d68bf88f: Verifying Checksum 2023-02-04T08:35:59.9423736Z e2a6d68bf88f: Download complete 2023-02-04T08:36:00.2110416Z 7c0dff09b0d6: Verifying Checksum 2023-02-04T08:36:00.2110921Z 7c0dff09b0d6: Download complete 2023-02-04T08:36:00.4887151Z 926004c4af06: Verifying Checksum 2023-02-04T08:36:00.4887661Z 926004c4af06: Download complete 2023-02-04T08:36:01.3275713Z fa92f16621a4: Verifying Checksum 2023-02-04T08:36:01.3276226Z fa92f16621a4: Download complete 2023-02-04T08:36:01.6060015Z 521a0db04f0e: Verifying Checksum 2023-02-04T08:36:01.6060513Z 521a0db04f0e: Download complete 2023-02-04T08:36:01.9013690Z 04bd895ada58: Verifying Checksum 2023-02-04T08:36:01.9014228Z 04bd895ada58: Download complete 2023-02-04T08:36:02.8041201Z e802043def06: Verifying Checksum 2023-02-04T08:36:02.8041735Z e802043def06: Download complete 2023-02-04T08:36:02.9399213Z 21ed4d45fad4: Verifying Checksum 2023-02-04T08:36:02.9399692Z 21ed4d45fad4: Download complete 2023-02-04T08:36:03.1087703Z be1ac7f1dafd: Verifying Checksum 2023-02-04T08:36:03.1088336Z be1ac7f1dafd: Download complete 2023-02-04T08:36:03.2184056Z e86af6d3a144: Verifying Checksum 2023-02-04T08:36:03.2184572Z e86af6d3a144: Download complete 2023-02-04T08:36:03.5060200Z b7467377752a: Verifying Checksum 2023-02-04T08:36:03.5060651Z b7467377752a: Download complete 2023-02-04T08:36:03.7899164Z 2ac5a718dab1: Verifying Checksum 2023-02-04T08:36:03.7899792Z 2ac5a718dab1: Download complete 2023-02-04T08:36:04.0708045Z d19388e1ec33: Verifying Checksum 2023-02-04T08:36:04.0708578Z d19388e1ec33: Download complete 2023-02-04T08:36:04.3511774Z cacd5d7a42ca: Download complete 2023-02-04T08:36:04.5023695Z 560edd49694b: Verifying Checksum 2023-02-04T08:36:04.5024263Z 560edd49694b: Download complete 2023-02-04T08:36:04.8003438Z 36579528103f: Verifying Checksum 2023-02-04T08:36:04.8003861Z 36579528103f: Download complete 2023-02-04T08:36:05.0888608Z b6eb4171e71d: Verifying Checksum 2023-02-04T08:36:05.0889070Z b6eb4171e71d: Download complete 2023-02-04T08:36:05.3718049Z 779b30b0bcb8: Verifying Checksum 2023-02-04T08:36:05.3718377Z 779b30b0bcb8: Download complete 2023-02-04T08:36:05.6543271Z ce97673ba328: Verifying Checksum 2023-02-04T08:36:05.6543854Z ce97673ba328: Download complete 2023-02-04T08:36:06.3142216Z 3a7a3f67019f: Verifying Checksum 2023-02-04T08:36:06.3142823Z 3a7a3f67019f: Download complete 2023-02-04T08:36:06.5973610Z 7b39ad8b00cd: Verifying Checksum 2023-02-04T08:36:06.5974206Z 7b39ad8b00cd: Download complete 2023-02-04T08:36:07.6511073Z 5eda5ebe40e1: Verifying Checksum 2023-02-04T08:36:07.6511593Z 5eda5ebe40e1: Download complete 2023-02-04T08:36:07.9662348Z fbb107d1febc: Download complete 2023-02-04T08:36:08.0638925Z 70b8fd042116: Verifying Checksum 2023-02-04T08:36:08.0639799Z 70b8fd042116: Download complete 2023-02-04T08:36:08.3427302Z 56573b537ed3: Verifying Checksum 2023-02-04T08:36:08.3427848Z 56573b537ed3: Download complete 2023-02-04T08:36:09.4608412Z 606761d225e5: Pull complete 2023-02-04T08:36:09.5274355Z 69473a703fb4: Pull complete 2023-02-04T08:36:09.5970227Z a08ab4e0594b: Pull complete 2023-02-04T08:36:09.6623290Z 4cd507bccac2: Pull complete 2023-02-04T08:36:11.1115348Z f923dfb28e1f: Verifying Checksum 2023-02-04T08:36:11.1115683Z f923dfb28e1f: Download complete 2023-02-04T08:36:29.9629564Z fa92f16621a4: Pull complete 2023-02-04T08:36:30.4514085Z 6dc2b05bd224: Pull complete 2023-02-04T08:36:30.8640631Z 8f258de3715c: Pull complete 2023-02-04T08:36:31.9378547Z 93bf91ad08f3: Verifying Checksum 2023-02-04T08:36:31.9379067Z 93bf91ad08f3: Download complete 2023-02-04T08:36:36.0469626Z 439c3484160b: Pull complete 2023-02-04T08:36:36.1046246Z 5b14f9832187: Pull complete 2023-02-04T08:36:36.1623456Z 835504f15bfd: Pull complete 2023-02-04T08:36:36.2178164Z ee4496f3140b: Pull complete 2023-02-04T08:36:37.9088272Z 556aa2fcfca3: Pull complete 2023-02-04T08:36:37.9648829Z 627639ed179f: Pull complete 2023-02-04T08:36:38.0195947Z 6d1abbf47f82: Pull complete 2023-02-04T08:37:10.4884186Z f923dfb28e1f: Pull complete 2023-02-04T08:37:10.9089582Z 9c6538e1e44c: Pull complete 2023-02-04T08:37:11.3679808Z d1dd060e09bd: Pull complete 2023-02-04T08:37:11.5368525Z 1ab3576f383a: Pull complete 2023-02-04T08:37:11.5933244Z 7d250f015c7f: Pull complete 2023-02-04T08:37:11.6494174Z 55260ffbcbb9: Pull complete 2023-02-04T08:37:11.7062210Z 83e51a461bd3: Pull complete 2023-02-04T08:37:14.0299831Z 7f32db78bae9: Pull complete 2023-02-04T08:37:14.0864048Z 1c91f83c51a2: Pull complete 2023-02-04T08:37:14.1432830Z e39b968f6350: Pull complete 2023-02-04T08:37:14.2334881Z e2a6d68bf88f: Pull complete 2023-02-04T08:37:14.2897400Z 7c0dff09b0d6: Pull complete 2023-02-04T08:37:14.3448998Z 926004c4af06: Pull complete 2023-02-04T08:37:19.2803581Z 21ed4d45fad4: Pull complete 2023-02-04T08:37:19.3364852Z 521a0db04f0e: Pull complete 2023-02-04T08:37:19.3926287Z 04bd895ada58: Pull complete 2023-02-04T08:37:20.2918498Z e802043def06: Pull complete 2023-02-04T08:37:20.3464884Z be1ac7f1dafd: Pull complete 2023-02-04T08:37:20.4024418Z e86af6d3a144: Pull complete 2023-02-04T08:37:20.7253888Z 2ac5a718dab1: Pull complete 2023-02-04T08:37:20.7808463Z b7467377752a: Pull complete 2023-02-04T08:37:22.0356305Z 560edd49694b: Pull complete 2023-02-04T08:37:22.1029847Z d19388e1ec33: Pull complete 2023-02-04T08:37:22.1577806Z cacd5d7a42ca: Pull complete 2023-02-04T08:37:26.9606626Z 70b8fd042116: Pull complete 2023-02-04T08:37:27.0167659Z 36579528103f: Pull complete 2023-02-04T08:37:27.0721171Z b6eb4171e71d: Pull complete 2023-02-04T08:37:27.1287826Z 779b30b0bcb8: Pull complete 2023-02-04T08:37:27.1843121Z ce97673ba328: Pull complete 2023-02-04T08:37:27.8600224Z 3a7a3f67019f: Pull complete 2023-02-04T08:37:27.9158407Z 7b39ad8b00cd: Pull complete 2023-02-04T08:37:29.7322197Z 5eda5ebe40e1: Pull complete 2023-02-04T08:37:29.7908644Z fbb107d1febc: Pull complete 2023-02-04T08:37:57.1953072Z 93bf91ad08f3: Pull complete 2023-02-04T08:37:57.2511556Z 56573b537ed3: Pull complete 2023-02-04T08:37:57.2598444Z Digest: sha256:870d7f2b93080c6e224db0040513898899b129d528fa4ef26b4f5a25353b51d6 2023-02-04T08:37:57.2630727Z 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:37:57.2651492Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:34842e6fbb02ca4c9247dac033ee8d3563b9117d 2023-02-04T08:37:57.2811129Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2023-02-04T08:37:57.2811406Z with: 2023-02-04T08:37:57.2811617Z driver-version: 515.76 2023-02-04T08:37:57.2811829Z env: 2023-02-04T08:37:57.2812022Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:37:57.2812250Z ##[endgroup] 2023-02-04T08:37:57.2844785Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2023-02-04T08:37:57.2845168Z with: 2023-02-04T08:37:57.2845351Z timeout_minutes: 10 2023-02-04T08:37:57.2845572Z max_attempts: 3 2023-02-04T08:37:57.2852378Z 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:37:57.2859585Z retry_wait_seconds: 10 2023-02-04T08:37:57.2859841Z polling_interval_seconds: 1 2023-02-04T08:37:57.2860085Z warning_on_retry: true 2023-02-04T08:37:57.2860306Z continue_on_error: false 2023-02-04T08:37:57.2860518Z env: 2023-02-04T08:37:57.2860728Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:37:57.2860949Z DRIVER_VERSION: 515.76 2023-02-04T08:37:57.2861164Z ##[endgroup] 2023-02-04T08:37:57.3492140Z == Installing nvidia driver NVIDIA-Linux-x86_64-515.76.run == 2023-02-04T08:37:57.3492818Z + install_nvidia_driver_common 2023-02-04T08:37:57.3494645Z + echo 'Before installing NVIDIA driver' 2023-02-04T08:37:57.3495030Z + lspci 2023-02-04T08:37:57.3497456Z Before installing NVIDIA driver 2023-02-04T08:37:57.3611186Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 2023-02-04T08:37:57.3611578Z 00:01.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 03) 2023-02-04T08:37:57.3611911Z 00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03) 2023-02-04T08:37:57.3612335Z 00:03.0 Non-VGA unclassified device: Red Hat, Inc. Virtio SCSI 2023-02-04T08:37:57.3615026Z 00:04.0 3D controller: NVIDIA Corporation Device 20b0 (rev a1) 2023-02-04T08:37:57.3615796Z 00:05.0 Ethernet controller: Red Hat, Inc. Virtio network device 2023-02-04T08:37:57.3616180Z 00:06.0 Unclassified device [00ff]: Red Hat, Inc. Virtio RNG 2023-02-04T08:37:57.3616446Z + lsmod 2023-02-04T08:37:57.3635802Z Module Size Used by 2023-02-04T08:37:57.3636392Z nvidia_modeset 1146880 0 2023-02-04T08:37:57.3636744Z nvidia_uvm 1331200 0 2023-02-04T08:37:57.3637048Z veth 32768 0 2023-02-04T08:37:57.3637310Z xt_conntrack 16384 1 2023-02-04T08:37:57.3637753Z xt_MASQUERADE 20480 1 2023-02-04T08:37:57.3638251Z xfrm_user 40960 1 2023-02-04T08:37:57.3638617Z xfrm_algo 16384 1 xfrm_user 2023-02-04T08:37:57.3638926Z xt_addrtype 16384 2 2023-02-04T08:37:57.3639180Z iptable_filter 16384 1 2023-02-04T08:37:57.3639608Z iptable_nat 16384 1 2023-02-04T08:37:57.3640181Z nf_nat 49152 2 iptable_nat,xt_MASQUERADE 2023-02-04T08:37:57.3640662Z bpfilter 16384 0 2023-02-04T08:37:57.3641046Z br_netfilter 28672 0 2023-02-04T08:37:57.3641459Z bridge 307200 1 br_netfilter 2023-02-04T08:37:57.3641926Z stp 16384 1 bridge 2023-02-04T08:37:57.3642677Z llc 16384 2 bridge,stp 2023-02-04T08:37:57.3643056Z aufs 270336 0 2023-02-04T08:37:57.3643424Z overlay 151552 0 2023-02-04T08:37:57.3643800Z nls_iso8859_1 16384 1 2023-02-04T08:37:57.3644177Z dm_multipath 40960 0 2023-02-04T08:37:57.3644528Z scsi_dh_rdac 16384 0 2023-02-04T08:37:57.3644925Z scsi_dh_emc 16384 0 2023-02-04T08:37:57.3645268Z scsi_dh_alua 20480 0 2023-02-04T08:37:57.3645727Z nvidia 40837120 2 nvidia_uvm,nvidia_modeset 2023-02-04T08:37:57.3646129Z binfmt_misc 24576 1 2023-02-04T08:37:57.3646507Z crct10dif_pclmul 16384 1 2023-02-04T08:37:57.3646904Z crc32_pclmul 16384 0 2023-02-04T08:37:57.3647363Z ghash_clmulni_intel 16384 0 2023-02-04T08:37:57.3647724Z psmouse 176128 0 2023-02-04T08:37:57.3648207Z aesni_intel 376832 0 2023-02-04T08:37:57.3648484Z input_leds 16384 0 2023-02-04T08:37:57.3648706Z virtio_net 61440 0 2023-02-04T08:37:57.3648918Z serio_raw 20480 0 2023-02-04T08:37:57.3649151Z net_failover 20480 1 virtio_net 2023-02-04T08:37:57.3649408Z failover 16384 1 net_failover 2023-02-04T08:37:57.3649652Z crypto_simd 16384 1 aesni_intel 2023-02-04T08:37:57.3649940Z cryptd 24576 2 crypto_simd,ghash_clmulni_intel 2023-02-04T08:37:57.3650217Z efi_pstore 16384 0 2023-02-04T08:37:57.3650427Z sch_fq_codel 24576 13 2023-02-04T08:37:57.3650657Z drm 618496 1 nvidia 2023-02-04T08:37:57.3650878Z virtio_rng 16384 0 2023-02-04T08:37:57.3651146Z ip_tables 32768 2 iptable_filter,iptable_nat 2023-02-04T08:37:57.3651517Z x_tables 53248 6 xt_conntrack,iptable_filter,xt_addrtype,ip_tables,iptable_nat,xt_MASQUERADE 2023-02-04T08:37:57.3651845Z autofs4 49152 2 2023-02-04T08:37:57.3652058Z + modinfo nvidia 2023-02-04T08:37:57.3655299Z filename: /lib/modules/5.15.0-1027-gcp/kernel/drivers/video/nvidia.ko 2023-02-04T08:37:57.3655830Z firmware: nvidia/515.76/gsp.bin 2023-02-04T08:37:57.3656355Z alias: char-major-195-* 2023-02-04T08:37:57.3656692Z version: 515.76 2023-02-04T08:37:57.3657045Z supported: external 2023-02-04T08:37:57.3657417Z license: NVIDIA 2023-02-04T08:37:57.3657794Z srcversion: 9B058442E3B98BD738AB1CF 2023-02-04T08:37:57.3658359Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2023-02-04T08:37:57.3658912Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2023-02-04T08:37:57.3659351Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2023-02-04T08:37:57.3659929Z depends: drm 2023-02-04T08:37:57.3660297Z retpoline: Y 2023-02-04T08:37:57.3660605Z name: nvidia 2023-02-04T08:37:57.3661273Z vermagic: 5.15.0-1027-gcp SMP mod_unload modversions 2023-02-04T08:37:57.3661806Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2023-02-04T08:37:57.3662414Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2023-02-04T08:37:57.3663190Z parm: NVreg_ResmanDebugLevel:int 2023-02-04T08:37:57.3663597Z parm: NVreg_RmLogonRC:int 2023-02-04T08:37:57.3664023Z parm: NVreg_ModifyDeviceFiles:int 2023-02-04T08:37:57.3664458Z parm: NVreg_DeviceFileUID:int 2023-02-04T08:37:57.3664864Z parm: NVreg_DeviceFileGID:int 2023-02-04T08:37:57.3665328Z parm: NVreg_DeviceFileMode:int 2023-02-04T08:37:57.3665854Z parm: NVreg_InitializeSystemMemoryAllocations:int 2023-02-04T08:37:57.3666413Z parm: NVreg_UsePageAttributeTable:int 2023-02-04T08:37:57.3666886Z parm: NVreg_EnablePCIeGen3:int 2023-02-04T08:37:57.3667148Z parm: NVreg_EnableMSI:int 2023-02-04T08:37:57.3667390Z parm: NVreg_TCEBypassMode:int 2023-02-04T08:37:57.3667667Z parm: NVreg_EnableStreamMemOPs:int 2023-02-04T08:37:57.3668067Z parm: NVreg_RestrictProfilingToAdminUsers:int 2023-02-04T08:37:57.3668622Z parm: NVreg_PreserveVideoMemoryAllocations:int 2023-02-04T08:37:57.3669194Z parm: NVreg_EnableS0ixPowerManagement:int 2023-02-04T08:37:57.3669794Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2023-02-04T08:37:57.3670368Z parm: NVreg_DynamicPowerManagement:int 2023-02-04T08:37:57.3670988Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2023-02-04T08:37:57.3671572Z parm: NVreg_EnableGpuFirmware:int 2023-02-04T08:37:57.3671868Z parm: NVreg_EnableGpuFirmwareLogs:int 2023-02-04T08:37:57.3672177Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2023-02-04T08:37:57.3672512Z parm: NVreg_EnableUserNUMAManagement:int 2023-02-04T08:37:57.3672829Z parm: NVreg_MemoryPoolSize:int 2023-02-04T08:37:57.3673121Z parm: NVreg_KMallocHeapMaxSize:int 2023-02-04T08:37:57.3673408Z parm: NVreg_VMallocHeapMaxSize:int 2023-02-04T08:37:57.3673682Z parm: NVreg_IgnoreMMIOCheck:int 2023-02-04T08:37:57.3673935Z parm: NVreg_NvLinkDisable:int 2023-02-04T08:37:57.3674248Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2023-02-04T08:37:57.3674560Z parm: NVreg_RegisterPCIDriver:int 2023-02-04T08:37:57.3674846Z parm: NVreg_EnableDbgBreakpoint:int 2023-02-04T08:37:57.3675116Z parm: NVreg_RegistryDwords:charp 2023-02-04T08:37:57.3675415Z parm: NVreg_RegistryDwordsPerDevice:charp 2023-02-04T08:37:57.3675693Z parm: NVreg_RmMsg:charp 2023-02-04T08:37:57.3675932Z parm: NVreg_GpuBlacklist:charp 2023-02-04T08:37:57.3676209Z parm: NVreg_TemporaryFilePath:charp 2023-02-04T08:37:57.3676484Z parm: NVreg_ExcludedGpus:charp 2023-02-04T08:37:57.3676746Z parm: NVreg_DmaRemapPeerMmio:int 2023-02-04T08:37:57.3677015Z parm: rm_firmware_active:charp 2023-02-04T08:37:57.3677254Z + HAS_NVIDIA_DRIVER=0 2023-02-04T08:37:57.3677591Z ++ command -v nvidia-smi 2023-02-04T08:37:57.3677887Z + '[' -x /usr/bin/nvidia-smi ']' 2023-02-04T08:37:57.3678182Z + set +e 2023-02-04T08:37:57.3678548Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2023-02-04T08:38:00.3117894Z + INSTALLED_DRIVER_VERSION=515.76 2023-02-04T08:38:00.3118358Z + NVIDIA_SMI_STATUS=0 2023-02-04T08:38:00.3119022Z + '[' 0 -ne 0 ']' 2023-02-04T08:38:00.3119446Z + '[' 515.76 '!=' 515.76 ']' 2023-02-04T08:38:00.3119953Z + HAS_NVIDIA_DRIVER=1 2023-02-04T08:38:00.3120503Z + echo 'NVIDIA driver (515.76) has already been installed. Skipping NVIDIA driver installation' 2023-02-04T08:38:00.3120857Z + set -e 2023-02-04T08:38:00.3121211Z + '[' 1 -eq 0 ']' 2023-02-04T08:38:00.3121899Z NVIDIA driver (515.76) has already been installed. Skipping NVIDIA driver installation 2023-02-04T08:38:00.3122278Z + post_install_nvidia_driver_common 2023-02-04T08:38:00.3122611Z + sudo modprobe nvidia 2023-02-04T08:38:00.3249108Z + echo 'After installing NVIDIA driver' 2023-02-04T08:38:00.3249437Z + lspci 2023-02-04T08:38:00.3249909Z After installing NVIDIA driver 2023-02-04T08:38:00.3360483Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 2023-02-04T08:38:00.3361186Z 00:01.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 03) 2023-02-04T08:38:00.3361570Z 00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03) 2023-02-04T08:38:00.3362126Z 00:03.0 Non-VGA unclassified device: Red Hat, Inc. Virtio SCSI 2023-02-04T08:38:00.3362638Z 00:04.0 3D controller: NVIDIA Corporation Device 20b0 (rev a1) 2023-02-04T08:38:00.3362993Z 00:05.0 Ethernet controller: Red Hat, Inc. Virtio network device 2023-02-04T08:38:00.3363555Z 00:06.0 Unclassified device [00ff]: Red Hat, Inc. Virtio RNG 2023-02-04T08:38:00.3363895Z + lsmod 2023-02-04T08:38:00.3383346Z Module Size Used by 2023-02-04T08:38:00.3384065Z nvidia_modeset 1146880 0 2023-02-04T08:38:00.3384670Z nvidia_uvm 1331200 0 2023-02-04T08:38:00.3385239Z veth 32768 0 2023-02-04T08:38:00.3385579Z xt_conntrack 16384 1 2023-02-04T08:38:00.3385926Z xt_MASQUERADE 20480 1 2023-02-04T08:38:00.3386331Z xfrm_user 40960 1 2023-02-04T08:38:00.3386816Z xfrm_algo 16384 1 xfrm_user 2023-02-04T08:38:00.3387445Z xt_addrtype 16384 2 2023-02-04T08:38:00.3387964Z iptable_filter 16384 1 2023-02-04T08:38:00.3388226Z iptable_nat 16384 1 2023-02-04T08:38:00.3388565Z nf_nat 49152 2 iptable_nat,xt_MASQUERADE 2023-02-04T08:38:00.3388910Z bpfilter 16384 0 2023-02-04T08:38:00.3389158Z br_netfilter 28672 0 2023-02-04T08:38:00.3389518Z bridge 307200 1 br_netfilter 2023-02-04T08:38:00.3389840Z stp 16384 1 bridge 2023-02-04T08:38:00.3390104Z llc 16384 2 bridge,stp 2023-02-04T08:38:00.3390487Z aufs 270336 0 2023-02-04T08:38:00.3390782Z overlay 151552 0 2023-02-04T08:38:00.3391115Z nls_iso8859_1 16384 1 2023-02-04T08:38:00.3391356Z dm_multipath 40960 0 2023-02-04T08:38:00.3391666Z scsi_dh_rdac 16384 0 2023-02-04T08:38:00.3391961Z scsi_dh_emc 16384 0 2023-02-04T08:38:00.3392204Z scsi_dh_alua 20480 0 2023-02-04T08:38:00.3392560Z nvidia 40837120 2 nvidia_uvm,nvidia_modeset 2023-02-04T08:38:00.3392895Z binfmt_misc 24576 1 2023-02-04T08:38:00.3393206Z crct10dif_pclmul 16384 1 2023-02-04T08:38:00.3393504Z crc32_pclmul 16384 0 2023-02-04T08:38:00.3393833Z ghash_clmulni_intel 16384 0 2023-02-04T08:38:00.3394093Z psmouse 176128 0 2023-02-04T08:38:00.3394399Z aesni_intel 376832 0 2023-02-04T08:38:00.3394693Z input_leds 16384 0 2023-02-04T08:38:00.3395054Z virtio_net 61440 0 2023-02-04T08:38:00.3395556Z serio_raw 20480 0 2023-02-04T08:38:00.3437542Z net_failover 20480 1 virtio_net 2023-02-04T08:38:00.3437812Z failover 16384 1 net_failover 2023-02-04T08:38:00.3438081Z crypto_simd 16384 1 aesni_intel 2023-02-04T08:38:00.3438480Z cryptd 24576 2 crypto_simd,ghash_clmulni_intel 2023-02-04T08:38:00.3438930Z efi_pstore 16384 0 2023-02-04T08:38:00.3439335Z sch_fq_codel 24576 13 2023-02-04T08:38:00.3439762Z drm 618496 1 nvidia 2023-02-04T08:38:00.3440187Z virtio_rng 16384 0 2023-02-04T08:38:00.3440588Z ip_tables 32768 2 iptable_filter,iptable_nat 2023-02-04T08:38:00.3440965Z x_tables 53248 6 xt_conntrack,iptable_filter,xt_addrtype,ip_tables,iptable_nat,xt_MASQUERADE 2023-02-04T08:38:00.3441383Z autofs4 49152 2 2023-02-04T08:38:00.3442068Z + modinfo nvidia 2023-02-04T08:38:00.3443382Z filename: /lib/modules/5.15.0-1027-gcp/kernel/drivers/video/nvidia.ko 2023-02-04T08:38:00.3443685Z firmware: nvidia/515.76/gsp.bin 2023-02-04T08:38:00.3444044Z alias: char-major-195-* 2023-02-04T08:38:00.3444277Z version: 515.76 2023-02-04T08:38:00.3444494Z supported: external 2023-02-04T08:38:00.3444849Z license: NVIDIA 2023-02-04T08:38:00.3445092Z srcversion: 9B058442E3B98BD738AB1CF 2023-02-04T08:38:00.3445360Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2023-02-04T08:38:00.3445645Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2023-02-04T08:38:00.3445914Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2023-02-04T08:38:00.3446141Z depends: drm 2023-02-04T08:38:00.3446358Z retpoline: Y 2023-02-04T08:38:00.3446565Z name: nvidia 2023-02-04T08:38:00.3446911Z vermagic: 5.15.0-1027-gcp SMP mod_unload modversions 2023-02-04T08:38:00.3447243Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2023-02-04T08:38:00.3447598Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2023-02-04T08:38:00.3447925Z parm: NVreg_ResmanDebugLevel:int 2023-02-04T08:38:00.3448175Z parm: NVreg_RmLogonRC:int 2023-02-04T08:38:00.3448443Z parm: NVreg_ModifyDeviceFiles:int 2023-02-04T08:38:00.3448713Z parm: NVreg_DeviceFileUID:int 2023-02-04T08:38:00.3448965Z parm: NVreg_DeviceFileGID:int 2023-02-04T08:38:00.3449230Z parm: NVreg_DeviceFileMode:int 2023-02-04T08:38:00.3449561Z parm: NVreg_InitializeSystemMemoryAllocations:int 2023-02-04T08:38:00.3449884Z parm: NVreg_UsePageAttributeTable:int 2023-02-04T08:38:00.3450172Z parm: NVreg_EnablePCIeGen3:int 2023-02-04T08:38:00.3450432Z parm: NVreg_EnableMSI:int 2023-02-04T08:38:00.3450674Z parm: NVreg_TCEBypassMode:int 2023-02-04T08:38:00.3450950Z parm: NVreg_EnableStreamMemOPs:int 2023-02-04T08:38:00.3451274Z parm: NVreg_RestrictProfilingToAdminUsers:int 2023-02-04T08:38:00.3451615Z parm: NVreg_PreserveVideoMemoryAllocations:int 2023-02-04T08:38:00.3451948Z parm: NVreg_EnableS0ixPowerManagement:int 2023-02-04T08:38:00.3452316Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2023-02-04T08:38:00.3452672Z parm: NVreg_DynamicPowerManagement:int 2023-02-04T08:38:00.3453083Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2023-02-04T08:38:00.3453438Z parm: NVreg_EnableGpuFirmware:int 2023-02-04T08:38:00.3453733Z parm: NVreg_EnableGpuFirmwareLogs:int 2023-02-04T08:38:00.3454041Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2023-02-04T08:38:00.3454368Z parm: NVreg_EnableUserNUMAManagement:int 2023-02-04T08:38:00.3454654Z parm: NVreg_MemoryPoolSize:int 2023-02-04T08:38:00.3454920Z parm: NVreg_KMallocHeapMaxSize:int 2023-02-04T08:38:00.3455383Z parm: NVreg_VMallocHeapMaxSize:int 2023-02-04T08:38:00.3455664Z parm: NVreg_IgnoreMMIOCheck:int 2023-02-04T08:38:00.3455918Z parm: NVreg_NvLinkDisable:int 2023-02-04T08:38:00.3456229Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2023-02-04T08:38:00.3456544Z parm: NVreg_RegisterPCIDriver:int 2023-02-04T08:38:00.3456906Z parm: NVreg_EnableDbgBreakpoint:int 2023-02-04T08:38:00.3457248Z parm: NVreg_RegistryDwords:charp 2023-02-04T08:38:00.3457591Z parm: NVreg_RegistryDwordsPerDevice:charp 2023-02-04T08:38:00.3457876Z parm: NVreg_RmMsg:charp 2023-02-04T08:38:00.3458116Z parm: NVreg_GpuBlacklist:charp 2023-02-04T08:38:00.3458397Z parm: NVreg_TemporaryFilePath:charp 2023-02-04T08:38:00.3458710Z parm: NVreg_ExcludedGpus:charp 2023-02-04T08:38:00.3458972Z parm: NVreg_DmaRemapPeerMmio:int 2023-02-04T08:38:00.3459245Z parm: rm_firmware_active:charp 2023-02-04T08:38:00.3459472Z + set +e 2023-02-04T08:38:00.3459845Z + nvidia-smi 2023-02-04T08:38:02.7416910Z Sat Feb 4 08:38:02 2023 2023-02-04T08:38:02.7417703Z +-----------------------------------------------------------------------------+ 2023-02-04T08:38:02.7418245Z | NVIDIA-SMI 515.76 Driver Version: 515.76 CUDA Version: 11.7 | 2023-02-04T08:38:02.7418709Z |-------------------------------+----------------------+----------------------+ 2023-02-04T08:38:02.7419594Z | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | 2023-02-04T08:38:02.7420077Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2023-02-04T08:38:02.7420390Z | | | MIG M. | 2023-02-04T08:38:02.7420652Z |===============================+======================+======================| 2023-02-04T08:38:02.7996369Z | 0 NVIDIA A100-SXM... Off | 00000000:00:04.0 Off | 0 | 2023-02-04T08:38:02.7997016Z | N/A 33C P0 57W / 400W | 0MiB / 40960MiB | 2% Default | 2023-02-04T08:38:02.7997466Z | | | Disabled | 2023-02-04T08:38:02.7998086Z +-------------------------------+----------------------+----------------------+ 2023-02-04T08:38:02.7998566Z 2023-02-04T08:38:02.7999119Z +-----------------------------------------------------------------------------+ 2023-02-04T08:38:02.7999569Z | Processes: | 2023-02-04T08:38:02.7999983Z | GPU GI CI PID Type Process name GPU Memory | 2023-02-04T08:38:02.8000381Z | ID ID Usage | 2023-02-04T08:38:02.8000736Z |=============================================================================| 2023-02-04T08:38:02.8001125Z | No running processes found | 2023-02-04T08:38:02.8001705Z +-----------------------------------------------------------------------------+ 2023-02-04T08:38:03.4765529Z + NVIDIA_SMI_STATUS=0 2023-02-04T08:38:03.4766066Z + '[' 0 -eq 0 ']' 2023-02-04T08:38:03.4766392Z + echo 'INFO: Ignoring allowed status 0' 2023-02-04T08:38:03.4766654Z + set -e 2023-02-04T08:38:03.4766863Z INFO: Ignoring allowed status 0 2023-02-04T08:38:03.4771372Z == Installing nvidia container toolkit for ubuntu20.04 == 2023-02-04T08:38:03.4775573Z + sudo apt-get install -y nvidia-docker2 2023-02-04T08:38:03.5438010Z Reading package lists... 2023-02-04T08:38:03.7357748Z Building dependency tree... 2023-02-04T08:38:03.7363644Z Reading state information... 2023-02-04T08:38:03.9017052Z nvidia-docker2 is already the newest version (2.12.0-1). 2023-02-04T08:38:03.9017512Z The following packages were automatically installed and are no longer required: 2023-02-04T08:38:03.9018048Z libatasmart4 libblockdev-fs2 libblockdev-loop2 libblockdev-part-err2 2023-02-04T08:38:03.9018571Z libblockdev-part2 libblockdev-swap2 libblockdev-utils2 libblockdev2 2023-02-04T08:38:03.9019165Z libexpat1-dev libmm-glib0 libnspr4 libnss3 libnuma1 libparted-fs-resize0 2023-02-04T08:38:03.9022491Z libpython3-dev libpython3.8-dev libudisks2-0 usb-modeswitch 2023-02-04T08:38:03.9022877Z usb-modeswitch-data 2023-02-04T08:38:03.9023209Z Use 'sudo apt autoremove' to remove them. 2023-02-04T08:38:03.9926351Z 0 upgraded, 0 newly installed, 0 to remove and 38 not upgraded. 2023-02-04T08:38:04.0642410Z + sudo systemctl restart docker 2023-02-04T08:38:13.3871286Z Command completed after 1 attempt(s). 2023-02-04T08:38:13.3943174Z ##[group]Run python3 -m pip install psutil==5.9.1 pynvml==11.4.1 2023-02-04T08:38:13.3943548Z python3 -m pip install psutil==5.9.1 pynvml==11.4.1 2023-02-04T08:38:13.3943864Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2023-02-04T08:38:13.3944201Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2023-02-04T08:38:13.3963835Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:38:13.3964093Z env: 2023-02-04T08:38:13.3964475Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:38:13.3964712Z GPU_FLAG: --gpus all 2023-02-04T08:38:13.3964935Z ##[endgroup] 2023-02-04T08:38:14.5283870Z Requirement already satisfied: psutil==5.9.1 in /home/ubuntu/.local/lib/python3.8/site-packages (5.9.1) 2023-02-04T08:38:14.5365724Z Requirement already satisfied: pynvml==11.4.1 in /home/ubuntu/.local/lib/python3.8/site-packages (11.4.1) 2023-02-04T08:38:14.7443644Z Prepare all required actions 2023-02-04T08:38:14.7444463Z Getting action download info 2023-02-04T08:38:14.9120781Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2023-02-04T08:38:15.4049716Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2023-02-04T08:38:15.7543167Z ##[group]Run ./.github/actions/download-build-artifacts 2023-02-04T08:38:15.7543564Z with: 2023-02-04T08:38:15.7543936Z name: linux-bionic-cuda11.7-py3.10-gcc7-sm80 2023-02-04T08:38:15.7544269Z env: 2023-02-04T08:38:15.7544563Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:38:15.7544852Z GPU_FLAG: --gpus all 2023-02-04T08:38:15.7545118Z ##[endgroup] 2023-02-04T08:38:15.7590886Z ##[group]Run seemethere/download-artifact-s3@v4 2023-02-04T08:38:15.7591243Z with: 2023-02-04T08:38:15.7591603Z name: linux-bionic-cuda11.7-py3.10-gcc7-sm80 2023-02-04T08:38:15.7591957Z s3-bucket: gha-artifacts 2023-02-04T08:38:15.7592395Z region: us-east-1 2023-02-04T08:38:15.7592783Z env: 2023-02-04T08:38:15.7593038Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:38:15.7593353Z GPU_FLAG: --gpus all 2023-02-04T08:38:15.7593653Z ##[endgroup] 2023-02-04T08:38:16.3456866Z Found 1 objects with prefix pytorch/pytorch/4090691188/linux-bionic-cuda11.7-py3.10-gcc7-sm80/ 2023-02-04T08:38:16.3457658Z Starting download (1/1): /home/weiwangmeta/actions-runner/_work/pytorch/pytorch/artifacts.zip 2023-02-04T08:38:29.1556989Z Finished download (1/1): /home/weiwangmeta/actions-runner/_work/pytorch/pytorch/artifacts.zip 2023-02-04T08:38:29.1557297Z 2023-02-04T08:38:29.1578029Z ##[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:38:29.1589270Z Artifact download has finished successfully 2023-02-04T08:38:29.1744072Z ##[group]Run unzip -o artifacts.zip 2023-02-04T08:38:29.1744351Z unzip -o artifacts.zip 2023-02-04T08:38:29.1762270Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:38:29.1762525Z env: 2023-02-04T08:38:29.1762740Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:38:29.1762973Z GPU_FLAG: --gpus all 2023-02-04T08:38:29.1763177Z ##[endgroup] 2023-02-04T08:38:29.1816567Z Archive: artifacts.zip 2023-02-04T08:38:29.1819265Z creating: dist/ 2023-02-04T08:38:31.1033113Z inflating: dist/torch-2.0.0a0+git7fb2ac2-cp310-cp310-linux_x86_64.whl 2023-02-04T08:38:31.1033544Z creating: build/custom_test_artifacts/ 2023-02-04T08:38:31.1034036Z creating: build/custom_test_artifacts/custom-op-build/ 2023-02-04T08:38:31.1034472Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2023-02-04T08:38:31.1039732Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2023-02-04T08:38:31.1040895Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2023-02-04T08:38:31.1041425Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2023-02-04T08:38:31.1041963Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2023-02-04T08:38:31.1042579Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2023-02-04T08:38:31.1043694Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2023-02-04T08:38:31.1044835Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2023-02-04T08:38:31.1045487Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2023-02-04T08:38:31.1046020Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2023-02-04T08:38:31.1047247Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2023-02-04T08:38:31.1049148Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2023-02-04T08:38:31.1050377Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2023-02-04T08:38:31.1051457Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2023-02-04T08:38:31.1052649Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2023-02-04T08:38:31.1053621Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2023-02-04T08:38:31.1054249Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2023-02-04T08:38:31.1054792Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2023-02-04T08:38:31.1105938Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2023-02-04T08:38:31.1107279Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2023-02-04T08:38:31.1108669Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2023-02-04T08:38:31.1109927Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2023-02-04T08:38:31.1110631Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2023-02-04T08:38:31.1111295Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2023-02-04T08:38:31.1111962Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2023-02-04T08:38:31.1112626Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2023-02-04T08:38:31.1113294Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2023-02-04T08:38:31.1150129Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2023-02-04T08:38:31.1189674Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2023-02-04T08:38:31.1190987Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2023-02-04T08:38:31.1192174Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2023-02-04T08:38:31.1193376Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2023-02-04T08:38:31.1194164Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2023-02-04T08:38:31.1195304Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2023-02-04T08:38:31.1195905Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2023-02-04T08:38:31.1196525Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2023-02-04T08:38:31.1265721Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2023-02-04T08:38:31.1336048Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2023-02-04T08:38:31.1337236Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2023-02-04T08:38:31.1338765Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2023-02-04T08:38:31.1339773Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2023-02-04T08:38:31.1340728Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2023-02-04T08:38:31.1341705Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2023-02-04T08:38:31.1342647Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2023-02-04T08:38:31.1343245Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2023-02-04T08:38:31.1343882Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2023-02-04T08:38:31.1344434Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2023-02-04T08:38:31.1344993Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2023-02-04T08:38:31.1345562Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2023-02-04T08:38:31.1346128Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2023-02-04T08:38:31.1346683Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2023-02-04T08:38:31.1347232Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2023-02-04T08:38:31.1365045Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2023-02-04T08:38:31.1480901Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2023-02-04T08:38:31.1481952Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2023-02-04T08:38:31.1483076Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2023-02-04T08:38:31.1484252Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2023-02-04T08:38:31.1485408Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2023-02-04T08:38:31.1486058Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2023-02-04T08:38:31.1486624Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2023-02-04T08:38:31.1487199Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2023-02-04T08:38:31.1487777Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2023-02-04T08:38:31.1488366Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2023-02-04T08:38:31.1488929Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2023-02-04T08:38:31.1508221Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2023-02-04T08:38:31.1592613Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2023-02-04T08:38:31.1593843Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2023-02-04T08:38:31.1594969Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2023-02-04T08:38:31.1595916Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2023-02-04T08:38:31.1596445Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2023-02-04T08:38:31.1596932Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2023-02-04T08:38:31.1597584Z inflating: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc 2023-02-04T08:38:31.1598946Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2023-02-04T08:38:31.1599864Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2023-02-04T08:38:31.1600341Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2023-02-04T08:38:31.1692141Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2023-02-04T08:38:31.1754456Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2023-02-04T08:38:31.1755433Z creating: build/custom_test_artifacts/jit-hook-build/ 2023-02-04T08:38:31.1755864Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2023-02-04T08:38:31.1761720Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2023-02-04T08:38:31.1762685Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2023-02-04T08:38:31.1763272Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2023-02-04T08:38:31.1763841Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2023-02-04T08:38:31.1764376Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2023-02-04T08:38:31.1765469Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2023-02-04T08:38:31.1766521Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2023-02-04T08:38:31.1767275Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2023-02-04T08:38:31.1767801Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2023-02-04T08:38:31.1769206Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2023-02-04T08:38:31.1770479Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2023-02-04T08:38:31.1771704Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2023-02-04T08:38:31.1772818Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2023-02-04T08:38:31.1774070Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2023-02-04T08:38:31.1775391Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2023-02-04T08:38:31.1775932Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2023-02-04T08:38:31.1776462Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2023-02-04T08:38:31.1827398Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2023-02-04T08:38:31.1828736Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2023-02-04T08:38:31.1830070Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2023-02-04T08:38:31.1831418Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2023-02-04T08:38:31.1832280Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2023-02-04T08:38:31.1832938Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2023-02-04T08:38:31.1833585Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2023-02-04T08:38:31.1834313Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2023-02-04T08:38:31.1835237Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2023-02-04T08:38:31.1871633Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2023-02-04T08:38:31.1910947Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2023-02-04T08:38:31.1912243Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2023-02-04T08:38:31.1913439Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2023-02-04T08:38:31.1914736Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2023-02-04T08:38:31.1915398Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2023-02-04T08:38:31.1916531Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2023-02-04T08:38:31.1917191Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2023-02-04T08:38:31.1917797Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2023-02-04T08:38:31.1986994Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2023-02-04T08:38:31.2057401Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2023-02-04T08:38:31.2058426Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2023-02-04T08:38:31.2059415Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2023-02-04T08:38:31.2060430Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2023-02-04T08:38:31.2061433Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2023-02-04T08:38:31.2062364Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2023-02-04T08:38:31.2063464Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2023-02-04T08:38:31.2064277Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2023-02-04T08:38:31.2064855Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2023-02-04T08:38:31.2065416Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2023-02-04T08:38:31.2065976Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2023-02-04T08:38:31.2066517Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2023-02-04T08:38:31.2067093Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2023-02-04T08:38:31.2067654Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2023-02-04T08:38:31.2068216Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2023-02-04T08:38:31.2086189Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2023-02-04T08:38:31.2150866Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2023-02-04T08:38:31.2152030Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2023-02-04T08:38:31.2152952Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2023-02-04T08:38:31.2154020Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2023-02-04T08:38:31.2154845Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2023-02-04T08:38:31.2155461Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2023-02-04T08:38:31.2156190Z inflating: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc 2023-02-04T08:38:31.2157126Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2023-02-04T08:38:31.2158011Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2023-02-04T08:38:31.2158499Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2023-02-04T08:38:31.2206796Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2023-02-04T08:38:31.2207641Z creating: build/custom_test_artifacts/custom-backend-build/ 2023-02-04T08:38:31.2208121Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2023-02-04T08:38:31.2214076Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2023-02-04T08:38:31.2215245Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2023-02-04T08:38:31.2215850Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2023-02-04T08:38:31.2216403Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2023-02-04T08:38:31.2217064Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2023-02-04T08:38:31.2218182Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2023-02-04T08:38:31.2219345Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2023-02-04T08:38:31.2220018Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2023-02-04T08:38:31.2220572Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2023-02-04T08:38:31.2221779Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2023-02-04T08:38:31.2223148Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2023-02-04T08:38:31.2224420Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2023-02-04T08:38:31.2225499Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2023-02-04T08:38:31.2226663Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2023-02-04T08:38:31.2227871Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2023-02-04T08:38:31.2228458Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2023-02-04T08:38:31.2229029Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2023-02-04T08:38:31.2279701Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2023-02-04T08:38:31.2281101Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2023-02-04T08:38:31.2282544Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2023-02-04T08:38:31.2283888Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2023-02-04T08:38:31.2284615Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2023-02-04T08:38:31.2285307Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2023-02-04T08:38:31.2286263Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2023-02-04T08:38:31.2286960Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2023-02-04T08:38:31.2287634Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2023-02-04T08:38:31.2323912Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2023-02-04T08:38:31.2363411Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2023-02-04T08:38:31.2364763Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2023-02-04T08:38:31.2366045Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2023-02-04T08:38:31.2367074Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2023-02-04T08:38:31.2368122Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2023-02-04T08:38:31.2368965Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2023-02-04T08:38:31.2369578Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2023-02-04T08:38:31.2370195Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2023-02-04T08:38:31.2438821Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2023-02-04T08:38:31.2509003Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2023-02-04T08:38:31.2510235Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2023-02-04T08:38:31.2511293Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2023-02-04T08:38:31.2512331Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2023-02-04T08:38:31.2513396Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2023-02-04T08:38:31.2514492Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2023-02-04T08:38:31.2515559Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2023-02-04T08:38:31.2516195Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2023-02-04T08:38:31.2516811Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2023-02-04T08:38:31.2517389Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2023-02-04T08:38:31.2517977Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2023-02-04T08:38:31.2518581Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2023-02-04T08:38:31.2519185Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2023-02-04T08:38:31.2520295Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2023-02-04T08:38:31.2520944Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2023-02-04T08:38:31.2521574Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2023-02-04T08:38:31.2669287Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2023-02-04T08:38:31.2670458Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2023-02-04T08:38:31.2671470Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2023-02-04T08:38:31.2672679Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2023-02-04T08:38:31.2673720Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2023-02-04T08:38:31.2674401Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2023-02-04T08:38:31.2674996Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2023-02-04T08:38:31.2675624Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2023-02-04T08:38:31.2676241Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2023-02-04T08:38:31.2676836Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2023-02-04T08:38:31.2677445Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2023-02-04T08:38:31.2696178Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2023-02-04T08:38:31.2755919Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2023-02-04T08:38:31.2757138Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2023-02-04T08:38:31.2758152Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2023-02-04T08:38:31.2759212Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2023-02-04T08:38:31.2759817Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2023-02-04T08:38:31.2760335Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2023-02-04T08:38:31.2761057Z inflating: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc 2023-02-04T08:38:31.2762086Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2023-02-04T08:38:31.2763017Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2023-02-04T08:38:31.2763599Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2023-02-04T08:38:31.2881065Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2023-02-04T08:38:31.2926751Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2023-02-04T08:38:31.2927360Z creating: build/lib/ 2023-02-04T08:38:31.2927862Z inflating: build/lib/libclog.a 2023-02-04T08:38:31.2994774Z inflating: build/lib/libgtest.a 2023-02-04T08:38:31.3004620Z inflating: build/lib/libpthreadpool.a 2023-02-04T08:38:31.3106722Z inflating: build/lib/libprotobuf-lite.a 2023-02-04T08:38:31.3199341Z inflating: build/lib/libbenchmark.a 2023-02-04T08:38:31.3207910Z inflating: build/lib/libittnotify.a 2023-02-04T08:38:31.3238650Z inflating: build/lib/libtensorpipe_uv.a 2023-02-04T08:38:31.3754406Z inflating: build/lib/libprotobuf.a 2023-02-04T08:38:31.3828329Z inflating: build/lib/libasmjit.a 2023-02-04T08:38:31.3964111Z inflating: build/lib/libgloo.a 2023-02-04T08:38:31.3995634Z inflating: build/lib/libfmt.a 2023-02-04T08:38:31.3996896Z inflating: build/lib/libcaffe2_nvrtc.so 2023-02-04T08:38:31.3997816Z inflating: build/lib/libfoxi_loader.a 2023-02-04T08:38:31.4078469Z inflating: build/lib/libc10.so 2023-02-04T08:38:31.4079271Z inflating: build/lib/libtorch_global_deps.so 2023-02-04T08:38:31.4088315Z inflating: build/lib/libcpuinfo.a 2023-02-04T08:38:31.4096741Z inflating: build/lib/libcpuinfo_internals.a 2023-02-04T08:38:31.4111842Z inflating: build/lib/libqnnpack.a 2023-02-04T08:38:31.4133805Z inflating: build/lib/libpytorch_qnnpack.a 2023-02-04T08:38:31.4136139Z inflating: build/lib/libnnpack_reference_layers.a 2023-02-04T08:38:31.4686684Z inflating: build/lib/libprotoc.a 2023-02-04T08:38:31.4707447Z inflating: build/lib/libnnpack.a 2023-02-04T08:38:31.4724215Z inflating: build/lib/libgmock.a 2023-02-04T08:38:31.4725022Z inflating: build/lib/libgtest_main.a 2023-02-04T08:38:31.4725569Z inflating: build/lib/libbenchmark_main.a 2023-02-04T08:38:32.4326944Z inflating: build/lib/libdnnl.a 2023-02-04T08:38:32.4462449Z inflating: build/lib/libXNNPACK.a 2023-02-04T08:38:32.5096393Z inflating: build/lib/libtensorpipe.a 2023-02-04T08:38:32.5148336Z inflating: build/lib/libc10_cuda.so 2023-02-04T08:38:32.5149059Z inflating: build/lib/libgmock_main.a 2023-02-04T08:38:32.6641122Z inflating: build/lib/libfbgemm.a 2023-02-04T08:38:32.7745286Z inflating: build/lib/libdnnl_graph.a 2023-02-04T08:38:32.8246030Z inflating: build/lib/libkineto.a 2023-02-04T08:38:32.8537682Z inflating: build/lib/libtensorpipe_cuda.a 2023-02-04T08:38:32.8572840Z inflating: build/lib/libcaffe2_protos.a 2023-02-04T08:38:32.8619477Z inflating: build/lib/libonnx_proto.a 2023-02-04T08:38:32.9276101Z inflating: build/lib/libonnx.a 2023-02-04T08:38:32.9694827Z inflating: build/lib/libgloo_cuda.a 2023-02-04T08:38:35.2857571Z inflating: build/lib/libtorch_cpu.so 2023-02-04T08:38:35.2872040Z inflating: build/lib/libunbox_lib.a 2023-02-04T08:38:37.0557035Z inflating: build/lib/libtorch_cuda.so 2023-02-04T08:38:37.0557567Z inflating: build/lib/libtorch.so 2023-02-04T08:38:38.0176615Z inflating: build/lib/libtorch_cuda_linalg.so 2023-02-04T08:38:38.0177025Z inflating: build/lib/libc10d_cuda_test.so 2023-02-04T08:38:38.0199682Z inflating: build/lib/libjitbackend_test.so 2023-02-04T08:38:38.0259181Z inflating: build/lib/libtorchbind_test.so 2023-02-04T08:38:38.0287997Z inflating: build/lib/libbackend_with_compiler.so 2023-02-04T08:38:38.0292347Z inflating: build/lib/libshm.so 2023-02-04T08:38:38.0996444Z inflating: build/lib/libnvfuser_codegen.so 2023-02-04T08:38:38.2723091Z inflating: build/lib/libtorch_python.so 2023-02-04T08:38:38.2761113Z inflating: build/lib/libnnapi_backend.so 2023-02-04T08:38:38.2761681Z creating: build/bin/ 2023-02-04T08:38:38.2813604Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2023-02-04T08:38:38.2868837Z inflating: build/bin/c10_DeviceGuard_test 2023-02-04T08:38:38.2922462Z inflating: build/bin/c10_Device_test 2023-02-04T08:38:38.2985675Z inflating: build/bin/c10_DispatchKeySet_test 2023-02-04T08:38:38.3035964Z inflating: build/bin/c10_StreamGuard_test 2023-02-04T08:38:38.3088038Z inflating: build/bin/c10_SymInt_test 2023-02-04T08:38:38.3147363Z inflating: build/bin/c10_InlineDeviceGuard_test 2023-02-04T08:38:38.3206438Z inflating: build/bin/c10_InlineStreamGuard_test 2023-02-04T08:38:38.3266971Z inflating: build/bin/c10_SizesAndStrides_test 2023-02-04T08:38:38.3317882Z inflating: build/bin/c10_Array_test 2023-02-04T08:38:38.3374410Z inflating: build/bin/c10_Bitset_test 2023-02-04T08:38:38.3428757Z inflating: build/bin/c10_C++17_test 2023-02-04T08:38:38.3479668Z inflating: build/bin/c10_ConstexprCrc_test 2023-02-04T08:38:38.3531758Z inflating: build/bin/c10_DeadlockDetection_test 2023-02-04T08:38:38.3584555Z inflating: build/bin/c10_Half_test 2023-02-04T08:38:38.3644748Z inflating: build/bin/c10_LeftRight_test 2023-02-04T08:38:38.3711126Z inflating: build/bin/c10_Metaprogramming_test 2023-02-04T08:38:38.3865915Z inflating: build/bin/c10_SmallVectorTest 2023-02-04T08:38:38.3919252Z inflating: build/bin/c10_Synchronized_test 2023-02-04T08:38:38.3979579Z inflating: build/bin/c10_ThreadLocal_test 2023-02-04T08:38:38.4036122Z inflating: build/bin/c10_TypeIndex_test 2023-02-04T08:38:38.4089273Z inflating: build/bin/c10_TypeList_test 2023-02-04T08:38:38.4140450Z inflating: build/bin/c10_TypeTraits_test 2023-02-04T08:38:38.4196083Z inflating: build/bin/c10_accumulate_test 2023-02-04T08:38:38.4255579Z inflating: build/bin/c10_bfloat16_test 2023-02-04T08:38:38.4314676Z inflating: build/bin/c10_complex_math_test 2023-02-04T08:38:38.4373948Z inflating: build/bin/c10_complex_test 2023-02-04T08:38:38.4488590Z inflating: build/bin/c10_either_test 2023-02-04T08:38:38.4544841Z inflating: build/bin/c10_exception_test 2023-02-04T08:38:38.4597906Z inflating: build/bin/c10_flags_test 2023-02-04T08:38:38.4776018Z inflating: build/bin/c10_intrusive_ptr_test 2023-02-04T08:38:38.4829637Z inflating: build/bin/c10_irange_test 2023-02-04T08:38:38.4890080Z inflating: build/bin/c10_logging_test 2023-02-04T08:38:38.4968274Z inflating: build/bin/c10_optional_test 2023-02-04T08:38:38.5034271Z inflating: build/bin/c10_ordered_preserving_dict_test 2023-02-04T08:38:38.5093077Z inflating: build/bin/c10_registry_test 2023-02-04T08:38:38.5155272Z inflating: build/bin/c10_string_view_test 2023-02-04T08:38:38.5209887Z inflating: build/bin/c10_tempfile_test 2023-02-04T08:38:38.5268330Z inflating: build/bin/c10_intrusive_ptr_benchmark 2023-02-04T08:38:38.5327503Z inflating: build/bin/c10_typeid_test 2023-02-04T08:38:38.5829843Z inflating: build/bin/protoc-3.13.0.0 2023-02-04T08:38:38.6332897Z inflating: build/bin/protoc 2023-02-04T08:38:38.6390149Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_1_var_test 2023-02-04T08:38:38.6446360Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_catches_stream 2023-02-04T08:38:38.6502795Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device 2023-02-04T08:38:38.6558211Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_from_2_processes 2023-02-04T08:38:38.6614798Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads 2023-02-04T08:38:38.6671437Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks 2023-02-04T08:38:38.6727690Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block 2023-02-04T08:38:38.6779329Z inflating: build/bin/c10_cuda_CUDATest 2023-02-04T08:38:38.7091264Z inflating: build/bin/vec_test_all_types_DEFAULT 2023-02-04T08:38:38.7439404Z inflating: build/bin/vec_test_all_types_AVX2 2023-02-04T08:38:38.7502287Z inflating: build/bin/TCPStoreTest 2023-02-04T08:38:38.7559833Z inflating: build/bin/HashStoreTest 2023-02-04T08:38:38.7616562Z inflating: build/bin/FileStoreTest 2023-02-04T08:38:38.7631827Z inflating: build/bin/ProcessGroupMPITest 2023-02-04T08:38:38.7696790Z inflating: build/bin/test_edge_op_registration 2023-02-04T08:38:38.7699618Z inflating: build/bin/example_allreduce 2023-02-04T08:38:38.7756125Z inflating: build/bin/Dimname_test 2023-02-04T08:38:38.7833340Z inflating: build/bin/Dict_test 2023-02-04T08:38:38.7901173Z inflating: build/bin/MaybeOwned_test 2023-02-04T08:38:38.7961805Z inflating: build/bin/NamedTensor_test 2023-02-04T08:38:38.8024880Z inflating: build/bin/apply_utils_test 2023-02-04T08:38:38.8087026Z inflating: build/bin/atest 2023-02-04T08:38:38.8151913Z inflating: build/bin/basic 2023-02-04T08:38:38.8209455Z inflating: build/bin/broadcast_test 2023-02-04T08:38:38.8270804Z inflating: build/bin/cpu_generator_test 2023-02-04T08:38:38.8326471Z inflating: build/bin/cpu_profiling_allocator_test 2023-02-04T08:38:38.8379527Z inflating: build/bin/dispatch_key_set_test 2023-02-04T08:38:38.8431997Z inflating: build/bin/dlconvertor_test 2023-02-04T08:38:38.8493593Z inflating: build/bin/extension_backend_test 2023-02-04T08:38:38.8587375Z inflating: build/bin/cpu_rng_test 2023-02-04T08:38:38.8645944Z inflating: build/bin/half_test 2023-02-04T08:38:38.8746000Z inflating: build/bin/ivalue_test 2023-02-04T08:38:38.8798130Z inflating: build/bin/lazy_tensor_test 2023-02-04T08:38:38.8856010Z inflating: build/bin/math_kernel_test 2023-02-04T08:38:38.8912944Z inflating: build/bin/memory_format_test 2023-02-04T08:38:38.8969912Z inflating: build/bin/memory_overlapping_test 2023-02-04T08:38:38.9025485Z inflating: build/bin/mobile_memory_cleanup 2023-02-04T08:38:38.9079588Z inflating: build/bin/operator_name_test 2023-02-04T08:38:38.9138782Z inflating: build/bin/native_test 2023-02-04T08:38:38.9192004Z inflating: build/bin/operators_test 2023-02-04T08:38:38.9248132Z inflating: build/bin/packedtensoraccessor_test 2023-02-04T08:38:38.9318153Z inflating: build/bin/pow_test 2023-02-04T08:38:38.9381212Z inflating: build/bin/quantized_test 2023-02-04T08:38:38.9436542Z inflating: build/bin/reportMemoryUsage_test 2023-02-04T08:38:38.9490181Z inflating: build/bin/reduce_ops_test 2023-02-04T08:38:38.9549934Z inflating: build/bin/scalar_tensor_test 2023-02-04T08:38:38.9611239Z inflating: build/bin/scalar_test 2023-02-04T08:38:38.9667722Z inflating: build/bin/stride_properties_test 2023-02-04T08:38:38.9726265Z inflating: build/bin/type_ptr_test 2023-02-04T08:38:38.9729463Z inflating: build/bin/thread_init_test 2023-02-04T08:38:38.9814434Z inflating: build/bin/tensor_iterator_test 2023-02-04T08:38:38.9874573Z inflating: build/bin/test_parallel 2023-02-04T08:38:38.9940326Z inflating: build/bin/type_test 2023-02-04T08:38:38.9998884Z inflating: build/bin/undefined_tensor_test 2023-02-04T08:38:39.0051326Z inflating: build/bin/variant_test 2023-02-04T08:38:39.0052075Z inflating: build/bin/verify_api_visibility 2023-02-04T08:38:39.0107251Z inflating: build/bin/weakref_test 2023-02-04T08:38:39.0181691Z inflating: build/bin/legacy_vmap_test 2023-02-04T08:38:39.0235821Z inflating: build/bin/wrapdim_test 2023-02-04T08:38:39.0299616Z inflating: build/bin/IListRef_test 2023-02-04T08:38:39.0351786Z inflating: build/bin/xla_tensor_test 2023-02-04T08:38:39.0468210Z inflating: build/bin/List_test 2023-02-04T08:38:39.0598343Z inflating: build/bin/kernel_function_legacy_test 2023-02-04T08:38:39.0669358Z inflating: build/bin/KernelFunction_test 2023-02-04T08:38:39.0770996Z inflating: build/bin/kernel_function_test 2023-02-04T08:38:39.0908005Z inflating: build/bin/kernel_lambda_legacy_test 2023-02-04T08:38:39.1019882Z inflating: build/bin/kernel_lambda_test 2023-02-04T08:38:39.1084020Z inflating: build/bin/kernel_stackbased_test 2023-02-04T08:38:39.1185758Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2023-02-04T08:38:39.1239636Z inflating: build/bin/CppSignature_test 2023-02-04T08:38:39.1290663Z inflating: build/bin/op_allowlist_test 2023-02-04T08:38:39.1595257Z inflating: build/bin/op_registration_test 2023-02-04T08:38:39.1654832Z inflating: build/bin/backend_fallback_test 2023-02-04T08:38:39.1712338Z inflating: build/bin/inline_container_test 2023-02-04T08:38:39.1768049Z inflating: build/bin/cuda_apply_test 2023-02-04T08:38:39.1825921Z inflating: build/bin/cuda_caching_host_allocator_test 2023-02-04T08:38:39.1889776Z inflating: build/bin/cuda_atomic_ops_test 2023-02-04T08:38:39.1964528Z inflating: build/bin/cuda_complex_math_test 2023-02-04T08:38:39.2016900Z inflating: build/bin/cuda_device_test 2023-02-04T08:38:39.2078985Z inflating: build/bin/cuda_complex_test 2023-02-04T08:38:39.2141724Z inflating: build/bin/cuda_cub_test 2023-02-04T08:38:39.2194837Z inflating: build/bin/cuda_dlconvertor_test 2023-02-04T08:38:39.2248857Z inflating: build/bin/cuda_integer_divider_test 2023-02-04T08:38:39.2319185Z inflating: build/bin/cuda_distributions_test 2023-02-04T08:38:39.2381746Z inflating: build/bin/cuda_generator_test 2023-02-04T08:38:39.2434005Z inflating: build/bin/cuda_half_test 2023-02-04T08:38:39.2491325Z inflating: build/bin/cuda_reportMemoryUsage_test 2023-02-04T08:38:39.2542989Z inflating: build/bin/cuda_optional_test 2023-02-04T08:38:39.2607093Z inflating: build/bin/cuda_stream_test 2023-02-04T08:38:39.2662073Z inflating: build/bin/cuda_packedtensoraccessor_test 2023-02-04T08:38:39.2713676Z inflating: build/bin/cuda_cudnn_test 2023-02-04T08:38:39.2769976Z inflating: build/bin/cuda_vectorized_test 2023-02-04T08:38:39.2786479Z inflating: build/bin/tutorial_tensorexpr 2023-02-04T08:38:39.2856001Z inflating: build/bin/ProcessGroupGlooTest 2023-02-04T08:38:39.2917629Z inflating: build/bin/ProcessGroupGlooAsyncTest 2023-02-04T08:38:39.2983036Z inflating: build/bin/ProcessGroupNCCLTest 2023-02-04T08:38:39.3044829Z inflating: build/bin/ProcessGroupNCCLErrorsTest 2023-02-04T08:38:39.3101782Z inflating: build/bin/ProcessGroupUCCTest 2023-02-04T08:38:39.3158728Z inflating: build/bin/test_dist_autograd 2023-02-04T08:38:39.3232649Z inflating: build/bin/test_cpp_rpc 2023-02-04T08:38:39.3234882Z inflating: build/bin/parallel_benchmark 2023-02-04T08:38:39.3307362Z inflating: build/bin/test_mobile_nnc 2023-02-04T08:38:39.4182983Z inflating: build/bin/test_tensorexpr 2023-02-04T08:38:39.4193225Z inflating: build/bin/aot_model_compiler_test 2023-02-04T08:38:39.4569931Z inflating: build/bin/test_lazy 2023-02-04T08:38:39.4575546Z inflating: build/bin/torch_shm_manager 2023-02-04T08:38:39.5854945Z inflating: build/bin/test_api 2023-02-04T08:38:39.6462279Z inflating: build/bin/test_jit 2023-02-04T08:38:39.7077813Z inflating: build/bin/nvfuser_tests 2023-02-04T08:38:39.7147708Z ##[group]Run df -H 2023-02-04T08:38:39.7147922Z df -H 2023-02-04T08:38:39.7166182Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:38:39.7166463Z env: 2023-02-04T08:38:39.7166674Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:38:39.7166906Z GPU_FLAG: --gpus all 2023-02-04T08:38:39.7167124Z ##[endgroup] 2023-02-04T08:38:39.7220085Z Filesystem Size Used Avail Use% Mounted on 2023-02-04T08:38:39.7220526Z /dev/root 1.1T 219G 847G 21% / 2023-02-04T08:38:39.7220913Z devtmpfs 45G 0 45G 0% /dev 2023-02-04T08:38:39.7221159Z tmpfs 45G 0 45G 0% /dev/shm 2023-02-04T08:38:39.7221408Z tmpfs 9.0G 1.1M 9.0G 1% /run 2023-02-04T08:38:39.7221662Z tmpfs 5.3M 0 5.3M 0% /run/lock 2023-02-04T08:38:39.7222065Z tmpfs 45G 0 45G 0% /sys/fs/cgroup 2023-02-04T08:38:39.7222694Z /dev/loop0 16M 16M 0 100% /snap/aws-cli/130 2023-02-04T08:38:39.7223157Z /dev/loop1 123M 123M 0 100% /snap/core/14399 2023-02-04T08:38:39.7223536Z /dev/loop2 123M 123M 0 100% /snap/core/14447 2023-02-04T08:38:39.7223832Z /dev/loop3 59M 59M 0 100% /snap/core18/2667 2023-02-04T08:38:39.7224188Z /dev/loop4 67M 67M 0 100% /snap/core20/1738 2023-02-04T08:38:39.7224478Z /dev/loop5 59M 59M 0 100% /snap/core18/2679 2023-02-04T08:38:39.7224737Z /dev/loop6 67M 67M 0 100% /snap/core20/1778 2023-02-04T08:38:39.7225149Z /dev/loop7 354M 354M 0 100% /snap/google-cloud-sdk/312 2023-02-04T08:38:39.7234261Z /dev/loop9 97M 97M 0 100% /snap/lxd/23991 2023-02-04T08:38:39.7235060Z /dev/loop8 352M 352M 0 100% /snap/google-cloud-sdk/310 2023-02-04T08:38:39.7235375Z /dev/loop10 97M 97M 0 100% /snap/lxd/24061 2023-02-04T08:38:39.7235657Z /dev/loop12 53M 53M 0 100% /snap/snapd/17883 2023-02-04T08:38:39.7235927Z /dev/loop11 53M 53M 0 100% /snap/snapd/17950 2023-02-04T08:38:39.7236198Z /dev/sda15 110M 5.5M 104M 5% /boot/efi 2023-02-04T08:38:39.7259204Z ##[group]Run .github/scripts/parse_ref.py 2023-02-04T08:38:39.7259504Z .github/scripts/parse_ref.py 2023-02-04T08:38:39.7275880Z shell: /usr/bin/bash -e {0} 2023-02-04T08:38:39.7276103Z env: 2023-02-04T08:38:39.7276316Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:38:39.7276539Z GPU_FLAG: --gpus all 2023-02-04T08:38:39.7276755Z ##[endgroup] 2023-02-04T08:38:39.7565544Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2023-02-04T08:38:39.7565906Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2023-02-04T08:38:39.7582178Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:38:39.7582448Z env: 2023-02-04T08:38:39.7582665Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:38:39.7582890Z GPU_FLAG: --gpus all 2023-02-04T08:38:39.7583109Z JOB_TIMEOUT: 240 2023-02-04T08:38:39.7583319Z ##[endgroup] 2023-02-04T08:38:39.7670700Z ##[group]Run set -x 2023-02-04T08:38:39.7671025Z set -x 2023-02-04T08:38:39.7671225Z  2023-02-04T08:38:39.7671452Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2023-02-04T08:38:39.7671754Z  TEST_COMMAND=.ci/pytorch/multigpu-test.sh 2023-02-04T08:38:39.7672070Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2023-02-04T08:38:39.7672336Z  TEST_COMMAND=.ci/onnx/test.sh 2023-02-04T08:38:39.7672572Z else 2023-02-04T08:38:39.7672811Z  TEST_COMMAND=.ci/pytorch/test.sh 2023-02-04T08:38:39.7673030Z fi 2023-02-04T08:38:39.7673223Z  2023-02-04T08:38:39.7673509Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2023-02-04T08:38:39.7673790Z  2023-02-04T08:38:39.7674104Z # sanitize the input commit message and PR body here: 2023-02-04T08:38:39.7674366Z # 2023-02-04T08:38:39.7674703Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2023-02-04T08:38:39.7675143Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2023-02-04T08:38:39.7675527Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2023-02-04T08:38:39.7675810Z PR_BODY="${PR_BODY//[$'\n\r']}" 2023-02-04T08:38:39.7676020Z  2023-02-04T08:38:39.7676331Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2023-02-04T08:38:39.7676669Z # wreak havoc internally 2023-02-04T08:38:39.7676955Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2023-02-04T08:38:39.7677231Z export PR_BODY="${PR_BODY//[\'\"]}" 2023-02-04T08:38:39.7677459Z  2023-02-04T08:38:39.7677734Z # detached container should get cleaned up by teardown_ec2_linux 2023-02-04T08:38:39.7678076Z # TODO: Stop building test binaries as part of the build phase 2023-02-04T08:38:39.7678410Z # Used for GPU_FLAG since that doesn't play nice 2023-02-04T08:38:39.7678700Z # shellcheck disable=SC2086,SC2090 2023-02-04T08:38:39.7678956Z container_name=$(docker run \ 2023-02-04T08:38:39.7679197Z  ${GPU_FLAG:-} \ 2023-02-04T08:38:39.7679438Z  -e BUILD_ENVIRONMENT \ 2023-02-04T08:38:39.7679676Z  -e PR_NUMBER \ 2023-02-04T08:38:39.7679896Z  -e GITHUB_ACTIONS \ 2023-02-04T08:38:39.7680125Z  -e BASE_SHA \ 2023-02-04T08:38:39.7680341Z  -e BRANCH \ 2023-02-04T08:38:39.7680538Z  -e SHA1 \ 2023-02-04T08:38:39.7680765Z  -e AWS_DEFAULT_REGION \ 2023-02-04T08:38:39.7681003Z  -e IN_WHEEL_TEST \ 2023-02-04T08:38:39.7681219Z  -e SHARD_NUMBER \ 2023-02-04T08:38:39.7681444Z  -e TEST_CONFIG \ 2023-02-04T08:38:39.7681675Z  -e NUM_TEST_SHARDS \ 2023-02-04T08:38:39.7681888Z  -e PR_BODY \ 2023-02-04T08:38:39.7682118Z  -e COMMIT_MESSAGES \ 2023-02-04T08:38:39.7682368Z  -e CONTINUE_THROUGH_ERROR \ 2023-02-04T08:38:39.7682621Z  -e PYTORCH_RETRY_TEST_CASES \ 2023-02-04T08:38:39.7682897Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2023-02-04T08:38:39.7683150Z  -e PR_LABELS \ 2023-02-04T08:38:39.7683534Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2023-02-04T08:38:39.7683780Z  -e SCCACHE_BUCKET \ 2023-02-04T08:38:39.7684075Z  -e SCCACHE_S3_KEY_PREFIX \ 2023-02-04T08:38:39.7684311Z  -e XLA_CUDA \ 2023-02-04T08:38:39.7684550Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2023-02-04T08:38:39.7684832Z  -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK \ 2023-02-04T08:38:39.7685124Z  -e PYTORCH_TEST_RERUN_DISABLED_TESTS \ 2023-02-04T08:38:39.7685405Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2023-02-04T08:38:39.7685711Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2023-02-04T08:38:39.7686081Z  --ulimit stack=10485760:83886080 \ 2023-02-04T08:38:39.7686367Z  --security-opt seccomp=unconfined \ 2023-02-04T08:38:39.7686627Z  --cap-add=SYS_PTRACE \ 2023-02-04T08:38:39.7686865Z  --ipc=host \ 2023-02-04T08:38:39.7687098Z  --shm-size="${SHM_SIZE}" \ 2023-02-04T08:38:39.7687316Z  --tty \ 2023-02-04T08:38:39.7687528Z  --detach \ 2023-02-04T08:38:39.7687767Z  --name="${container_name}" \ 2023-02-04T08:38:39.7687995Z  --user jenkins \ 2023-02-04T08:38:39.7688282Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2023-02-04T08:38:39.7688586Z  -w /var/lib/jenkins/workspace \ 2023-02-04T08:38:39.7688821Z  "${DOCKER_IMAGE}" 2023-02-04T08:38:39.7689032Z ) 2023-02-04T08:38:39.7689302Z echo "DOCKER_CONTAINER_ID=${container_name}" >> "${GITHUB_ENV}" 2023-02-04T08:38:39.7689708Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2023-02-04T08:38:39.7706461Z shell: /usr/bin/bash -e {0} 2023-02-04T08:38:39.7706688Z env: 2023-02-04T08:38:39.7706896Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:38:39.7707126Z GPU_FLAG: --gpus all 2023-02-04T08:38:39.7707436Z BUILD_ENVIRONMENT: linux-bionic-cuda11.7-py3.10-gcc7-sm80 2023-02-04T08:38:39.7707732Z PR_NUMBER: 2023-02-04T08:38:39.7707925Z BRANCH: master 2023-02-04T08:38:39.7708179Z SHA1: 7fb2ac2bd56e60529977e023a11dbfd6437fbae6 2023-02-04T08:38:39.7708476Z BASE_SHA: 7fb2ac2bd56e60529977e023a11dbfd6437fbae6 2023-02-04T08:38:39.7708736Z PYTORCH_RETRY_TEST_CASES: 1 2023-02-04T08:38:39.7708990Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2023-02-04T08:38:39.7709272Z TEST_CONFIG: inductor_torchbench_smoketest_perf 2023-02-04T08:38:39.7709531Z SHARD_NUMBER: 1 2023-02-04T08:38:39.7709729Z NUM_TEST_SHARDS: 1 2023-02-04T08:38:39.7709935Z PR_BODY: 2023-02-04T08:38:39.7710155Z CONTINUE_THROUGH_ERROR: False 2023-02-04T08:38:39.7710446Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2023-02-04T08:38:39.7710744Z SCCACHE_S3_KEY_PREFIX: inductor 2023-02-04T08:38:39.7710968Z SHM_SIZE: 2g 2023-02-04T08:38:39.7711405Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:34842e6fbb02ca4c9247dac033ee8d3563b9117d 2023-02-04T08:38:39.7711841Z XLA_CUDA: 2023-02-04T08:38:39.7712158Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2023-02-04T08:38:39.7712491Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2023-02-04T08:38:39.7712757Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2023-02-04T08:38:39.7712996Z ##[endgroup] 2023-02-04T08:38:39.7748977Z + [[ inductor_torchbench_smoketest_perf == \m\u\l\t\i\g\p\u ]] 2023-02-04T08:38:39.7749611Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *onnx* ]] 2023-02-04T08:38:39.7749928Z + TEST_COMMAND=.ci/pytorch/test.sh 2023-02-04T08:38:39.7752710Z ++ git cherry -v origin/master 2023-02-04T08:38:39.7782954Z + COMMIT_MESSAGES= 2023-02-04T08:38:39.7784639Z + COMMIT_MESSAGES= 2023-02-04T08:38:39.7785085Z + PR_BODY= 2023-02-04T08:38:39.7785508Z + export COMMIT_MESSAGES= 2023-02-04T08:38:39.7785928Z + COMMIT_MESSAGES= 2023-02-04T08:38:39.7786322Z + export PR_BODY= 2023-02-04T08:38:39.7786699Z + PR_BODY= 2023-02-04T08:38:39.7797721Z +++ nproc --ignore=2 2023-02-04T08:38:39.7809734Z ++ 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_4090691188 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=2g --tty --detach --name= --user jenkins -v /home/weiwangmeta/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:38:44.3689626Z + container_name=1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:38:44.3690136Z + echo DOCKER_CONTAINER_ID=1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:38:44.3695638Z ++ echo dist/torch-2.0.0a0+git7fb2ac2-cp310-cp310-linux_x86_64.whl 2023-02-04T08:38:44.3698849Z + docker exec -t 1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 sh -c 'pip install dist/torch-2.0.0a0+git7fb2ac2-cp310-cp310-linux_x86_64.whl[opt-einsum] && .ci/pytorch/test.sh' 2023-02-04T08:38:44.8852766Z Processing ./dist/torch-2.0.0a0+git7fb2ac2-cp310-cp310-linux_x86_64.whl 2023-02-04T08:38:45.7384951Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.0.0a0+git7fb2ac2) (4.4.0) 2023-02-04T08:38:45.7386703Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.0.0a0+git7fb2ac2) (1.11.1) 2023-02-04T08:38:45.7389868Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.0.0a0+git7fb2ac2) (2.6.3) 2023-02-04T08:38:45.8086780Z Collecting filelock 2023-02-04T08:38:45.8658755Z Downloading filelock-3.9.0-py3-none-any.whl (9.7 kB) 2023-02-04T08:38:45.8716467Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.0.0a0+git7fb2ac2) (3.3.0) 2023-02-04T08:38:45.8781274Z 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+git7fb2ac2) (1.21.2) 2023-02-04T08:38:45.9031254Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy->torch==2.0.0a0+git7fb2ac2) (1.2.1) 2023-02-04T08:38:46.6431129Z Installing collected packages: filelock, torch 2023-02-04T08:38:55.3885653Z Successfully installed filelock-3.9.0 torch-2.0.0a0+git7fb2ac2 2023-02-04T08:38:55.4670601Z + echo 'Environment variables:' 2023-02-04T08:38:55.4671128Z Environment variables: 2023-02-04T08:38:55.4671494Z + env 2023-02-04T08:38:55.4679746Z SHARD_NUMBER=1 2023-02-04T08:38:55.4680315Z NV_LIBCUBLAS_DEV_VERSION=11.10.1.25-1 2023-02-04T08:38:55.4680939Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-7 2023-02-04T08:38:55.4681484Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2023-02-04T08:38:55.4682203Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.13.4-1+cuda11.7 2023-02-04T08:38:55.4682623Z UCC_HOME=/usr 2023-02-04T08:38:55.4683280Z BUILD_ENVIRONMENT=linux-bionic-cuda11.7-py3.10-gcc7-sm80 2023-02-04T08:38:55.4683920Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2023-02-04T08:38:55.4684626Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-7=11.7.3.21-1 2023-02-04T08:38:55.4685074Z INSTALLED_DB=yes 2023-02-04T08:38:55.4685582Z HOSTNAME=1539d303d958 2023-02-04T08:38:55.4686045Z GITHUB_REF_NAME=master 2023-02-04T08:38:55.4686570Z GITHUB_API_URL=https://api.github.com 2023-02-04T08:38:55.4686985Z GITHUB_REPOSITORY_OWNER_ID=21003710 2023-02-04T08:38:55.4687424Z OPENSSL_DIR=/opt/openssl 2023-02-04T08:38:55.4688312Z UCC_COMMIT=1c7a7127186e7836f73aafbd7697bbc274a77eee 2023-02-04T08:38:55.4689542Z GITHUB_STEP_SUMMARY=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/step_summary_537f113f-25dc-4d9d-a202-6e8a2a99eb5d 2023-02-04T08:38:55.4690243Z CUDA_PATH=/usr/local/cuda 2023-02-04T08:38:55.4690744Z GITHUB_ACTION_PATH=/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2023-02-04T08:38:55.4691086Z GITHUB_RUN_ATTEMPT=1 2023-02-04T08:38:55.4691359Z TEST_CONFIG=inductor_torchbench_smoketest_perf 2023-02-04T08:38:55.4691649Z NV_LIBNPP_VERSION=11.7.3.21-1 2023-02-04T08:38:55.4692003Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-7=11.7.50-1 2023-02-04T08:38:55.4692440Z GITHUB_REPOSITORY_OWNER=pytorch 2023-02-04T08:38:55.4692673Z GITHUB_ACTIONS=true 2023-02-04T08:38:55.4692900Z NVIDIA_VISIBLE_DEVICES=all 2023-02-04T08:38:55.4693303Z NV_NVPROF_VERSION=11.7.50-1 2023-02-04T08:38:55.4693582Z NV_LIBCUSPARSE_VERSION=11.7.3.50-1 2023-02-04T08:38:55.4694008Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/inductor.yml@refs/heads/master 2023-02-04T08:38:55.4694316Z NVIDIA_PRODUCT_NAME=CUDA 2023-02-04T08:38:55.4694531Z CI=true 2023-02-04T08:38:55.4694749Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2023-02-04T08:38:55.4695291Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-7=11.10.1.25-1 2023-02-04T08:38:55.4695659Z BRANCH=master 2023-02-04T08:38:55.4695867Z GITHUB_HEAD_REF= 2023-02-04T08:38:55.4696128Z UCX_COMMIT=31e74cac7bee0ef66bef2af72e7d86d9c282e5ab 2023-02-04T08:38:55.4696421Z GITHUB_ACTOR=pytorchmergebot 2023-02-04T08:38:55.4696709Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2023-02-04T08:38:55.4696957Z GITHUB_ACTION_REF= 2023-02-04T08:38:55.4697222Z NCCL_VERSION=2.13.4-1 2023-02-04T08:38:55.4697444Z GITHUB_ACTION=__self 2023-02-04T08:38:55.4697664Z GITHUB_REF_PROTECTED=true 2023-02-04T08:38:55.4698094Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2023-02-04T08:38:55.4698438Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2023-02-04T08:38:55.4701042Z *** 2023-02-04T08:38:55.4701279Z INSTALLED_VISION=yes 2023-02-04T08:38:55.4701496Z NVARCH=x86_64 2023-02-04T08:38:55.4701805Z NV_LIBCUSPARSE_DEV_VERSION=11.7.3.50-1 2023-02-04T08:38:55.4702059Z HOME=/var/lib/jenkins 2023-02-04T08:38:55.4702587Z GITHUB_STATE=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/save_state_537f113f-25dc-4d9d-a202-6e8a2a99eb5d 2023-02-04T08:38:55.4702968Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2023-02-04T08:38:55.4703198Z NVIDIA_CUDA_END_OF_LIFE=1 2023-02-04T08:38:55.4703438Z GITHUB_ACTION_REPOSITORY= 2023-02-04T08:38:55.4703724Z GITHUB_REF_TYPE=branch 2023-02-04T08:38:55.4703989Z NV_LIBNCCL_PACKAGE_VERSION=2.13.4-1 2023-02-04T08:38:55.4704242Z GITHUB_RETENTION_DAYS=90 2023-02-04T08:38:55.4704608Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2023-02-04T08:38:55.4704978Z NV_LIBNCCL_PACKAGE=libnccl2=2.13.4-1+cuda11.7 2023-02-04T08:38:55.4705516Z GITHUB_ENV=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/set_env_537f113f-25dc-4d9d-a202-6e8a2a99eb5d 2023-02-04T08:38:55.4705889Z DEBIAN_FRONTEND=noninteractive 2023-02-04T08:38:55.4706199Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2023-02-04T08:38:55.4706459Z GITHUB_REF=refs/heads/master 2023-02-04T08:38:55.4706729Z NV_CUDA_LIB_VERSION=11.7.0-1 2023-02-04T08:38:55.4706994Z GITHUB_SHA=7fb2ac2bd56e60529977e023a11dbfd6437fbae6 2023-02-04T08:38:55.4707263Z INSTALLED_PROTOBUF=yes 2023-02-04T08:38:55.4707503Z ANACONDA_PYTHON_VERSION=3.10 2023-02-04T08:38:55.4707746Z GITHUB_REPOSITORY_ID=65600975 2023-02-04T08:38:55.4707969Z GITHUB_RUN_ID=4090691188 2023-02-04T08:38:55.4708288Z NV_LIBNPP_PACKAGE=libnpp-11-7=11.7.3.21-1 2023-02-04T08:38:55.4708555Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2023-02-04T08:38:55.4708808Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2023-02-04T08:38:55.4709082Z NV_NVTX_VERSION=11.7.50-1 2023-02-04T08:38:55.4709324Z CONTINUE_THROUGH_ERROR=False 2023-02-04T08:38:55.4709580Z GITHUB_SERVER_URL=https://github.com 2023-02-04T08:38:55.4709823Z MAX_JOBS=10 2023-02-04T08:38:55.4710035Z GITHUB_ACTOR_ID=97764156 2023-02-04T08:38:55.4710473Z NV_LIBCUBLAS_VERSION=11.10.1.25-1 2023-02-04T08:38:55.4710827Z NV_LIBCUBLAS_PACKAGE=libcublas-11-7=11.10.1.25-1 2023-02-04T08:38:55.4711294Z GITHUB_EVENT_PATH=/home/weiwangmeta/actions-runner/_work/_temp/_github_workflow/event.json 2023-02-04T08:38:55.4711593Z UCX_HOME=/usr 2023-02-04T08:38:55.4711818Z PYTORCH_RETRY_TEST_CASES=1 2023-02-04T08:38:55.4712109Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2023-02-04T08:38:55.4712413Z BASE_SHA=7fb2ac2bd56e60529977e023a11dbfd6437fbae6 2023-02-04T08:38:55.4712718Z NV_CUDA_CUDART_DEV_VERSION=11.7.60-1 2023-02-04T08:38:55.4712952Z PR_BODY= 2023-02-04T08:38:55.4713138Z GITHUB_BASE_REF= 2023-02-04T08:38:55.4713339Z TERM=xterm 2023-02-04T08:38:55.4713609Z XLA_CUDA= 2023-02-04T08:38:55.4713899Z NV_NVML_DEV_VERSION=11.7.50-1 2023-02-04T08:38:55.4714141Z TORCH_CUDA_ARCH_LIST=Maxwell 2023-02-04T08:38:55.4714366Z CUDA_VERSION=11.7.0 2023-02-04T08:38:55.4714667Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-7 2023-02-04T08:38:55.4714935Z OPENSSL_ROOT_DIR=/opt/openssl 2023-02-04T08:38:55.4715468Z GITHUB_PATH=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/add_path_537f113f-25dc-4d9d-a202-6e8a2a99eb5d 2023-02-04T08:38:55.4715822Z GITHUB_JOB=test 2023-02-04T08:38:55.4716037Z SCCACHE_S3_KEY_PREFIX=inductor 2023-02-04T08:38:55.4716267Z COMMIT_MESSAGES= 2023-02-04T08:38:55.4716523Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2023-02-04T08:38:55.4716764Z NUM_TEST_SHARDS=1 2023-02-04T08:38:55.4716972Z PR_NUMBER= 2023-02-04T08:38:55.4717475Z GITHUB_OUTPUT=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/set_output_537f113f-25dc-4d9d-a202-6e8a2a99eb5d 2023-02-04T08:38:55.4717800Z SHLVL=1 2023-02-04T08:38:55.4718115Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-7 2023-02-04T08:38:55.4718402Z GITHUB_REPOSITORY=pytorch/pytorch 2023-02-04T08:38:55.4719504Z 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:38:55.4720574Z NV_LIBNPP_DEV_VERSION=11.7.3.21-1 2023-02-04T08:38:55.4720855Z SHA1=7fb2ac2bd56e60529977e023a11dbfd6437fbae6 2023-02-04T08:38:55.4721099Z GITHUB_EVENT_NAME=push 2023-02-04T08:38:55.4721373Z NV_CUDA_CUDART_VERSION=11.7.60-1 2023-02-04T08:38:55.4721696Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2023-02-04T08:38:55.4721938Z GITHUB_RUN_NUMBER=8253 2023-02-04T08:38:55.4722178Z GITHUB_WORKFLOW=inductor 2023-02-04T08:38:55.4722581Z 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:38:55.4723002Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.13.4-1 2023-02-04T08:38:55.4723313Z GITHUB_WORKFLOW_SHA=7fb2ac2bd56e60529977e023a11dbfd6437fbae6 2023-02-04T08:38:55.4723806Z GITHUB_WORKSPACE=/home/weiwangmeta/actions-runner/_work/pytorch/pytorch 2023-02-04T08:38:55.4724127Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2023-02-04T08:38:55.4724398Z SKIP_SCCACHE_INITIALIZATION=1 2023-02-04T08:38:55.4724629Z _=/usr/bin/env 2023-02-04T08:38:55.4724979Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2023-02-04T08:38:55.4886546Z + TORCH_INSTALL_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch 2023-02-04T08:38:55.4887482Z + TORCH_BIN_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2023-02-04T08:38:55.4888382Z + TORCH_LIB_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib 2023-02-04T08:38:55.4889369Z + TORCH_TEST_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/test 2023-02-04T08:38:55.4889665Z + BUILD_DIR=build 2023-02-04T08:38:55.4889907Z + BUILD_RENAMED_DIR=build_renamed 2023-02-04T08:38:55.4890200Z + BUILD_BIN_DIR=build/bin 2023-02-04T08:38:55.4890437Z + export VALGRIND=ON 2023-02-04T08:38:55.4890651Z + VALGRIND=ON 2023-02-04T08:38:55.4890878Z + export TORCH_INDUCTOR_INSTALL_GXX=ON 2023-02-04T08:38:55.4891150Z + TORCH_INDUCTOR_INSTALL_GXX=ON 2023-02-04T08:38:55.4891547Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *clang9* ]] 2023-02-04T08:38:55.4892090Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 != *bazel* ]] 2023-02-04T08:38:55.4894166Z ++ realpath build/custom_test_artifacts 2023-02-04T08:38:55.4904753Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2023-02-04T08:38:55.4909319Z ++ dirname .ci/pytorch/test.sh 2023-02-04T08:38:55.4918123Z + source .ci/pytorch/common.sh 2023-02-04T08:38:55.4922560Z +++ dirname .ci/pytorch/common.sh 2023-02-04T08:38:55.4935982Z ++ source .ci/pytorch/common_utils.sh 2023-02-04T08:38:55.4938858Z +++ declare -f -t trap_add 2023-02-04T08:38:55.4945038Z ++ set -ex 2023-02-04T08:38:55.4945779Z ++ [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *rocm* ]] 2023-02-04T08:38:55.4946361Z ++ BUILD_TEST_LIBTORCH=0 2023-02-04T08:38:55.4946866Z + echo 'Environment variables' 2023-02-04T08:38:55.4947112Z Environment variables 2023-02-04T08:38:55.4947326Z + env 2023-02-04T08:38:55.4955757Z SHARD_NUMBER=1 2023-02-04T08:38:55.4956270Z NV_LIBCUBLAS_DEV_VERSION=11.10.1.25-1 2023-02-04T08:38:55.4956877Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-7 2023-02-04T08:38:55.4957391Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2023-02-04T08:38:55.4958089Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.13.4-1+cuda11.7 2023-02-04T08:38:55.4958542Z UCC_HOME=/usr 2023-02-04T08:38:55.4959256Z BUILD_ENVIRONMENT=linux-bionic-cuda11.7-py3.10-gcc7-sm80 2023-02-04T08:38:55.4959779Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2023-02-04T08:38:55.4960147Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-7=11.7.3.21-1 2023-02-04T08:38:55.4960409Z INSTALLED_DB=yes 2023-02-04T08:38:55.4960614Z HOSTNAME=1539d303d958 2023-02-04T08:38:55.4961043Z GITHUB_REF_NAME=master 2023-02-04T08:38:55.4961583Z GITHUB_API_URL=https://api.github.com 2023-02-04T08:38:55.4962096Z GITHUB_REPOSITORY_OWNER_ID=21003710 2023-02-04T08:38:55.4962405Z OPENSSL_DIR=/opt/openssl 2023-02-04T08:38:55.4962735Z UCC_COMMIT=1c7a7127186e7836f73aafbd7697bbc274a77eee 2023-02-04T08:38:55.4963346Z GITHUB_STEP_SUMMARY=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/step_summary_537f113f-25dc-4d9d-a202-6e8a2a99eb5d 2023-02-04T08:38:55.4963733Z CUDA_PATH=/usr/local/cuda 2023-02-04T08:38:55.4964197Z GITHUB_ACTION_PATH=/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2023-02-04T08:38:55.4964549Z GITHUB_RUN_ATTEMPT=1 2023-02-04T08:38:55.4964957Z TEST_CONFIG=inductor_torchbench_smoketest_perf 2023-02-04T08:38:55.4965465Z NV_LIBNPP_VERSION=11.7.3.21-1 2023-02-04T08:38:55.4966137Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-7=11.7.50-1 2023-02-04T08:38:55.4966706Z GITHUB_REPOSITORY_OWNER=pytorch 2023-02-04T08:38:55.4967169Z GITHUB_ACTIONS=true 2023-02-04T08:38:55.4967575Z NVIDIA_VISIBLE_DEVICES=all 2023-02-04T08:38:55.4967854Z NV_NVPROF_VERSION=11.7.50-1 2023-02-04T08:38:55.4968209Z NV_LIBCUSPARSE_VERSION=11.7.3.50-1 2023-02-04T08:38:55.4968865Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/inductor.yml@refs/heads/master 2023-02-04T08:38:55.4969408Z NVIDIA_PRODUCT_NAME=CUDA 2023-02-04T08:38:55.4969610Z CI=true 2023-02-04T08:38:55.4969826Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2023-02-04T08:38:55.4970217Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-7=11.10.1.25-1 2023-02-04T08:38:55.4970467Z BRANCH=master 2023-02-04T08:38:55.4970674Z GITHUB_HEAD_REF= 2023-02-04T08:38:55.4970955Z UCX_COMMIT=31e74cac7bee0ef66bef2af72e7d86d9c282e5ab 2023-02-04T08:38:55.4971244Z GITHUB_ACTOR=pytorchmergebot 2023-02-04T08:38:55.4971717Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2023-02-04T08:38:55.4971979Z GITHUB_ACTION_REF= 2023-02-04T08:38:55.4972229Z NCCL_VERSION=2.13.4-1 2023-02-04T08:38:55.4972436Z GITHUB_ACTION=__self 2023-02-04T08:38:55.4972650Z VALGRIND=ON 2023-02-04T08:38:55.4972932Z GITHUB_REF_PROTECTED=true 2023-02-04T08:38:55.4973348Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2023-02-04T08:38:55.4973693Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2023-02-04T08:38:55.4974078Z *** 2023-02-04T08:38:55.4974261Z INSTALLED_VISION=yes 2023-02-04T08:38:55.4974480Z NVARCH=x86_64 2023-02-04T08:38:55.4974748Z NV_LIBCUSPARSE_DEV_VERSION=11.7.3.50-1 2023-02-04T08:38:55.4974981Z HOME=/var/lib/jenkins 2023-02-04T08:38:55.4975960Z GITHUB_STATE=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/save_state_537f113f-25dc-4d9d-a202-6e8a2a99eb5d 2023-02-04T08:38:55.4976347Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2023-02-04T08:38:55.4976597Z NVIDIA_CUDA_END_OF_LIFE=1 2023-02-04T08:38:55.4976827Z GITHUB_ACTION_REPOSITORY= 2023-02-04T08:38:55.4977060Z GITHUB_REF_TYPE=branch 2023-02-04T08:38:55.4977345Z NV_LIBNCCL_PACKAGE_VERSION=2.13.4-1 2023-02-04T08:38:55.4977578Z GITHUB_RETENTION_DAYS=90 2023-02-04T08:38:55.4977931Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2023-02-04T08:38:55.4978315Z NV_LIBNCCL_PACKAGE=libnccl2=2.13.4-1+cuda11.7 2023-02-04T08:38:55.4978836Z GITHUB_ENV=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/set_env_537f113f-25dc-4d9d-a202-6e8a2a99eb5d 2023-02-04T08:38:55.4979203Z DEBIAN_FRONTEND=noninteractive 2023-02-04T08:38:55.4979528Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2023-02-04T08:38:55.4979774Z GITHUB_REF=refs/heads/master 2023-02-04T08:38:55.4980044Z NV_CUDA_LIB_VERSION=11.7.0-1 2023-02-04T08:38:55.4980324Z GITHUB_SHA=7fb2ac2bd56e60529977e023a11dbfd6437fbae6 2023-02-04T08:38:55.4980581Z INSTALLED_PROTOBUF=yes 2023-02-04T08:38:55.4980823Z ANACONDA_PYTHON_VERSION=3.10 2023-02-04T08:38:55.4981066Z GITHUB_REPOSITORY_ID=65600975 2023-02-04T08:38:55.4981292Z GITHUB_RUN_ID=4090691188 2023-02-04T08:38:55.4981614Z NV_LIBNPP_PACKAGE=libnpp-11-7=11.7.3.21-1 2023-02-04T08:38:55.4981880Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2023-02-04T08:38:55.4982129Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2023-02-04T08:38:55.4982409Z NV_NVTX_VERSION=11.7.50-1 2023-02-04T08:38:55.4982644Z CONTINUE_THROUGH_ERROR=False 2023-02-04T08:38:55.4982954Z GITHUB_SERVER_URL=https://github.com 2023-02-04T08:38:55.4983201Z MAX_JOBS=10 2023-02-04T08:38:55.4983414Z GITHUB_ACTOR_ID=97764156 2023-02-04T08:38:55.4983681Z NV_LIBCUBLAS_VERSION=11.10.1.25-1 2023-02-04T08:38:55.4984015Z NV_LIBCUBLAS_PACKAGE=libcublas-11-7=11.10.1.25-1 2023-02-04T08:38:55.4984487Z GITHUB_EVENT_PATH=/home/weiwangmeta/actions-runner/_work/_temp/_github_workflow/event.json 2023-02-04T08:38:55.4984794Z UCX_HOME=/usr 2023-02-04T08:38:55.4985001Z PYTORCH_RETRY_TEST_CASES=1 2023-02-04T08:38:55.4985293Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2023-02-04T08:38:55.4985609Z BASE_SHA=7fb2ac2bd56e60529977e023a11dbfd6437fbae6 2023-02-04T08:38:55.4985907Z NV_CUDA_CUDART_DEV_VERSION=11.7.60-1 2023-02-04T08:38:55.4986140Z PR_BODY= 2023-02-04T08:38:55.4986341Z GITHUB_BASE_REF= 2023-02-04T08:38:55.4986532Z TERM=xterm 2023-02-04T08:38:55.4986749Z TORCH_INDUCTOR_INSTALL_GXX=ON 2023-02-04T08:38:55.4986972Z XLA_CUDA= 2023-02-04T08:38:55.4987201Z NV_NVML_DEV_VERSION=11.7.50-1 2023-02-04T08:38:55.4987442Z TORCH_CUDA_ARCH_LIST=Maxwell 2023-02-04T08:38:55.4987672Z CUDA_VERSION=11.7.0 2023-02-04T08:38:55.4987973Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-7 2023-02-04T08:38:55.4988235Z OPENSSL_ROOT_DIR=/opt/openssl 2023-02-04T08:38:55.4988762Z GITHUB_PATH=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/add_path_537f113f-25dc-4d9d-a202-6e8a2a99eb5d 2023-02-04T08:38:55.4989101Z GITHUB_JOB=test 2023-02-04T08:38:55.4989326Z SCCACHE_S3_KEY_PREFIX=inductor 2023-02-04T08:38:55.4989557Z COMMIT_MESSAGES= 2023-02-04T08:38:55.4989801Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2023-02-04T08:38:55.4990052Z NUM_TEST_SHARDS=1 2023-02-04T08:38:55.4990352Z PR_NUMBER= 2023-02-04T08:38:55.4990859Z GITHUB_OUTPUT=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/set_output_537f113f-25dc-4d9d-a202-6e8a2a99eb5d 2023-02-04T08:38:55.4991185Z SHLVL=1 2023-02-04T08:38:55.4991504Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-7 2023-02-04T08:38:55.4991796Z GITHUB_REPOSITORY=pytorch/pytorch 2023-02-04T08:38:55.4992989Z 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:38:55.4994073Z NV_LIBNPP_DEV_VERSION=11.7.3.21-1 2023-02-04T08:38:55.4994375Z SHA1=7fb2ac2bd56e60529977e023a11dbfd6437fbae6 2023-02-04T08:38:55.4994642Z GITHUB_EVENT_NAME=push 2023-02-04T08:38:55.4994915Z NV_CUDA_CUDART_VERSION=11.7.60-1 2023-02-04T08:38:55.4995230Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2023-02-04T08:38:55.4995488Z GITHUB_RUN_NUMBER=8253 2023-02-04T08:38:55.4995724Z GITHUB_WORKFLOW=inductor 2023-02-04T08:38:55.4996122Z 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:38:55.4996566Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.13.4-1 2023-02-04T08:38:55.4996875Z GITHUB_WORKFLOW_SHA=7fb2ac2bd56e60529977e023a11dbfd6437fbae6 2023-02-04T08:38:55.4997306Z GITHUB_WORKSPACE=/home/weiwangmeta/actions-runner/_work/pytorch/pytorch 2023-02-04T08:38:55.4997641Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2023-02-04T08:38:55.4997913Z SKIP_SCCACHE_INITIALIZATION=1 2023-02-04T08:38:55.4998144Z _=/usr/bin/env 2023-02-04T08:38:55.4998391Z + echo 'Testing pytorch' 2023-02-04T08:38:55.4998612Z Testing pytorch 2023-02-04T08:38:55.4998848Z + export LANG=C.UTF-8 2023-02-04T08:38:55.4999067Z + LANG=C.UTF-8 2023-02-04T08:38:55.4999291Z + PR_NUMBER= 2023-02-04T08:38:55.4999557Z + [[ inductor_torchbench_smoketest_perf == \d\e\f\a\u\l\t ]] 2023-02-04T08:38:55.4999879Z + [[ inductor_torchbench_smoketest_perf == \d\i\s\t\r\i\b\u\t\e\d ]] 2023-02-04T08:38:55.5000208Z + [[ inductor_torchbench_smoketest_perf == \s\l\o\w ]] 2023-02-04T08:38:55.5000653Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *slow-gradcheck* ]] 2023-02-04T08:38:55.5001089Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *cuda* ]] 2023-02-04T08:38:55.5001416Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2023-02-04T08:38:55.5001696Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2023-02-04T08:38:55.5001983Z + [[ inductor_torchbench_smoketest_perf == *crossref* ]] 2023-02-04T08:38:55.5002294Z + [[ inductor_torchbench_smoketest_perf == *dynamo* ]] 2023-02-04T08:38:55.5002606Z + [[ inductor_torchbench_smoketest_perf == *inductor* ]] 2023-02-04T08:38:55.5002941Z + export PYTORCH_TEST_WITH_INDUCTOR=1 2023-02-04T08:38:55.5003191Z + PYTORCH_TEST_WITH_INDUCTOR=1 2023-02-04T08:38:55.5003574Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *rocm* ]] 2023-02-04T08:38:55.5004006Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 != *-bazel-* ]] 2023-02-04T08:38:55.5004355Z + pip_install --user ninja==1.10.2 2023-02-04T08:38:55.5004726Z + pip install --progress-bar off --user ninja==1.10.2 2023-02-04T08:38:56.0225276Z Collecting ninja==1.10.2 2023-02-04T08:38:56.0974095Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2023-02-04T08:38:56.8370941Z Installing collected packages: ninja 2023-02-04T08:38:56.8463708Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2023-02-04T08:38:56.8464762Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2023-02-04T08:38:56.8519818Z Successfully installed ninja-1.10.2 2023-02-04T08:38:56.9244081Z + 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:38:56.9245415Z + 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:38:56.9246185Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *asan* ]] 2023-02-04T08:38:56.9246631Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *-tsan* ]] 2023-02-04T08:38:56.9246991Z + [[ inductor_torchbench_smoketest_perf == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2023-02-04T08:38:56.9247358Z + [[ inductor_torchbench_smoketest_perf == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2023-02-04T08:38:56.9256895Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *tbb* ]] 2023-02-04T08:38:56.9272049Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *libtorch* ]] 2023-02-04T08:38:56.9272582Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *-bazel-* ]] 2023-02-04T08:38:56.9273005Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *-tsan* ]] 2023-02-04T08:38:56.9276023Z + cd test 2023-02-04T08:38:56.9276589Z + python -c 'import torch; print(torch.__config__.show())' 2023-02-04T08:38:58.4337418Z PyTorch built with: 2023-02-04T08:38:58.4337931Z - GCC 7.5 2023-02-04T08:38:58.4338197Z - C++ Version: 201703 2023-02-04T08:38:58.4338927Z - Intel(R) oneAPI Math Kernel Library Version 2021.4-Product Build 20210904 for Intel(R) 64 architecture applications 2023-02-04T08:38:58.4339488Z - Intel(R) MKL-DNN v2.7.3 (Git Hash 6dbeffbae1f23cbbeae17adb7b5b13f1f37c080e) 2023-02-04T08:38:58.4339893Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2023-02-04T08:38:58.4340251Z - LAPACK is enabled (usually provided by MKL) 2023-02-04T08:38:58.4340538Z - NNPACK is enabled 2023-02-04T08:38:58.4340830Z - CPU capability usage: AVX2 2023-02-04T08:38:58.4341109Z - CUDA Runtime 11.7 2023-02-04T08:38:58.4341467Z - NVCC architecture flags: -gencode;arch=compute_80,code=sm_80 2023-02-04T08:38:58.4341776Z - CuDNN 8.5 2023-02-04T08:38:58.4342013Z - Magma 2.6.1 2023-02-04T08:38:58.4345350Z - 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:38:58.4347464Z 2023-02-04T08:38:58.7563870Z + cd test 2023-02-04T08:38:58.7564988Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2023-02-04T08:39:00.1405053Z ATen/Parallel: 2023-02-04T08:39:00.1419960Z at::get_num_threads() : 6 2023-02-04T08:39:00.1420608Z at::get_num_interop_threads() : 6 2023-02-04T08:39:00.1420880Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2023-02-04T08:39:00.1421118Z omp_get_max_threads() : 6 2023-02-04T08:39:00.1421854Z Intel(R) oneAPI Math Kernel Library Version 2021.4-Product Build 20210904 for Intel(R) 64 architecture applications 2023-02-04T08:39:00.1422247Z mkl_get_max_threads() : 6 2023-02-04T08:39:00.1422670Z Intel(R) MKL-DNN v2.7.3 (Git Hash 6dbeffbae1f23cbbeae17adb7b5b13f1f37c080e) 2023-02-04T08:39:00.1423024Z std::thread::hardware_concurrency() : 12 2023-02-04T08:39:00.1423288Z Environment variables: 2023-02-04T08:39:00.1423519Z OMP_NUM_THREADS : [not set] 2023-02-04T08:39:00.1423828Z MKL_NUM_THREADS : [not set] 2023-02-04T08:39:00.1424187Z ATen parallel backend: OpenMP 2023-02-04T08:39:00.1424347Z 2023-02-04T08:39:00.4072088Z + [[ inductor_torchbench_smoketest_perf == *backward* ]] 2023-02-04T08:39:00.4072869Z + [[ inductor_torchbench_smoketest_perf == *xla* ]] 2023-02-04T08:39:00.4073284Z + [[ inductor_torchbench_smoketest_perf == \j\i\t\_\l\e\g\a\c\y ]] 2023-02-04T08:39:00.4073993Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-sm80 == *libtorch* ]] 2023-02-04T08:39:00.4074339Z + [[ inductor_torchbench_smoketest_perf == distributed ]] 2023-02-04T08:39:00.4074661Z + [[ inductor_torchbench_smoketest_perf == deploy ]] 2023-02-04T08:39:00.4074998Z + [[ inductor_torchbench_smoketest_perf == *inductor_distributed* ]] 2023-02-04T08:39:00.4075324Z + [[ inductor_torchbench_smoketest_perf == *dynamo* ]] 2023-02-04T08:39:00.4075632Z + [[ inductor_torchbench_smoketest_perf == *dynamo* ]] 2023-02-04T08:39:00.4075951Z + [[ inductor_torchbench_smoketest_perf == *aot_eager_all* ]] 2023-02-04T08:39:00.4076302Z + [[ inductor_torchbench_smoketest_perf == *aot_eager_huggingface* ]] 2023-02-04T08:39:00.4076632Z + [[ inductor_torchbench_smoketest_perf == *aot_eager_timm* ]] 2023-02-04T08:39:00.4076973Z + [[ inductor_torchbench_smoketest_perf == *aot_eager_torchbench* ]] 2023-02-04T08:39:00.4077324Z + [[ inductor_torchbench_smoketest_perf == *inductor_huggingface* ]] 2023-02-04T08:39:00.4077735Z + [[ inductor_torchbench_smoketest_perf == *inductor_timm* ]] 2023-02-04T08:39:00.4078150Z + [[ inductor_torchbench_smoketest_perf == *inductor_torchbench* ]] 2023-02-04T08:39:00.4078511Z + install_torchtext 2023-02-04T08:39:00.4078711Z + local commit 2023-02-04T08:39:00.4078939Z ++ get_pinned_commit text 2023-02-04T08:39:00.4079192Z ++ cat .github/ci_commit_pins/text.txt 2023-02-04T08:39:00.4096922Z + commit=5b78d074bd303eb230d30567646fcf0358ee2dd4 2023-02-04T08:39:00.4097724Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/text.git@5b78d074bd303eb230d30567646fcf0358ee2dd4 2023-02-04T08:39:00.4098473Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/text.git@5b78d074bd303eb230d30567646fcf0358ee2dd4 2023-02-04T08:39:00.8403317Z Collecting git+https://github.com/pytorch/text.git@5b78d074bd303eb230d30567646fcf0358ee2dd4 2023-02-04T08:39:00.8408677Z Cloning https://github.com/pytorch/text.git (to revision 5b78d074bd303eb230d30567646fcf0358ee2dd4) to /tmp/pip-req-build-bq8htky3 2023-02-04T08:39:00.8437985Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/text.git /tmp/pip-req-build-bq8htky3 2023-02-04T08:39:02.5320144Z Running command git rev-parse -q --verify 'sha^5b78d074bd303eb230d30567646fcf0358ee2dd4' 2023-02-04T08:39:02.5345360Z Running command git fetch -q https://github.com/pytorch/text.git 5b78d074bd303eb230d30567646fcf0358ee2dd4 2023-02-04T08:39:03.2696346Z Running command git checkout -q 5b78d074bd303eb230d30567646fcf0358ee2dd4 2023-02-04T08:39:03.7127742Z Resolved https://github.com/pytorch/text.git to commit 5b78d074bd303eb230d30567646fcf0358ee2dd4 2023-02-04T08:39:03.7128521Z Running command git submodule update --init --recursive -q 2023-02-04T08:39:10.6281092Z Preparing metadata (setup.py) ... [?25l- done 2023-02-04T08:39:10.6334475Z [?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:39:10.6339448Z 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:39:10.6345437Z 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+git7fb2ac2) 2023-02-04T08:39:10.6350238Z 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:39:10.6431746Z 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:39:10.6444317Z 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:39:10.6452702Z 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:39:10.6461433Z 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:39:10.6519602Z 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:39:10.6524795Z 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:39:10.6529785Z 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:39:10.6535033Z 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:39:10.7030341Z 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:39:10.7099757Z Building wheels for collected packages: torchtext 2023-02-04T08:40:02.8683426Z Building wheel for torchtext (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | done 2023-02-04T08:40:02.8755821Z [?25h Created wheel for torchtext: filename=torchtext-0.14.0a0+5b78d07-cp310-cp310-linux_x86_64.whl size=2050009 sha256=0cc6afea29cddfdc9c792411988af7750299fbd026497df25f5bed6c439ef6ee 2023-02-04T08:40:02.8757186Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/32/8c/8c/c80fd49c228ca47afb83b30e482dfd8079c17702efc9669f33 2023-02-04T08:40:02.8792001Z Successfully built torchtext 2023-02-04T08:40:03.5285800Z Installing collected packages: torchtext 2023-02-04T08:40:03.6583889Z Successfully installed torchtext-0.14.0a0+5b78d07 2023-02-04T08:40:03.7915942Z + install_torchvision 2023-02-04T08:40:03.7916209Z + local commit 2023-02-04T08:40:03.7921918Z ++ get_pinned_commit vision 2023-02-04T08:40:03.7922207Z ++ cat .github/ci_commit_pins/vision.txt 2023-02-04T08:40:03.7941901Z + commit=135a0f9ea9841b6324b4fe8974e2543cbb95709a 2023-02-04T08:40:03.7943022Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@135a0f9ea9841b6324b4fe8974e2543cbb95709a 2023-02-04T08:40:03.7943775Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@135a0f9ea9841b6324b4fe8974e2543cbb95709a 2023-02-04T08:40:04.2248440Z Collecting git+https://github.com/pytorch/vision.git@135a0f9ea9841b6324b4fe8974e2543cbb95709a 2023-02-04T08:40:04.2253561Z Cloning https://github.com/pytorch/vision.git (to revision 135a0f9ea9841b6324b4fe8974e2543cbb95709a) to /tmp/pip-req-build-fm986n8k 2023-02-04T08:40:04.2277215Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-fm986n8k 2023-02-04T08:40:06.4381845Z Running command git rev-parse -q --verify 'sha^135a0f9ea9841b6324b4fe8974e2543cbb95709a' 2023-02-04T08:40:06.4404420Z Running command git fetch -q https://github.com/pytorch/vision.git 135a0f9ea9841b6324b4fe8974e2543cbb95709a 2023-02-04T08:40:07.8109376Z Resolved https://github.com/pytorch/vision.git to commit 135a0f9ea9841b6324b4fe8974e2543cbb95709a 2023-02-04T08:40:10.2922585Z Preparing metadata (setup.py) ... [?25l- done 2023-02-04T08:40:10.2984355Z [?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:40:10.2988175Z 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:40:10.2992407Z 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+git7fb2ac2) 2023-02-04T08:40:10.3000139Z 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:40:10.3206219Z 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:40:10.3214670Z 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:40:10.3221995Z 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:40:10.3229173Z 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:40:10.3287382Z 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:40:10.3291258Z 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:40:10.3295915Z 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:40:10.3300965Z 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:40:10.3712536Z 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:40:10.3784625Z Building wheels for collected packages: torchvision 2023-02-04T08:41:40.9212365Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | done 2023-02-04T08:41:40.9279107Z [?25h Created wheel for torchvision: filename=torchvision-0.15.0a0+135a0f9-cp310-cp310-linux_x86_64.whl size=1863213 sha256=1247a9d3dc68e9f7ee415972d19a32bf1c7aa6b8807688ccb2f23c39e4fedd3a 2023-02-04T08:41:40.9279761Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/55/01/9e/7bb36cc7d92d1a811911512f8829ff3907fd20a93a215c802d 2023-02-04T08:41:40.9321925Z Successfully built torchvision 2023-02-04T08:41:41.5708913Z Installing collected packages: torchvision 2023-02-04T08:41:42.0501496Z Successfully installed torchvision-0.15.0a0+135a0f9 2023-02-04T08:41:42.1738548Z + install_filelock 2023-02-04T08:41:42.1738849Z + pip_install filelock 2023-02-04T08:41:42.1739387Z + pip install --progress-bar off filelock 2023-02-04T08:41:42.5956655Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (3.9.0) 2023-02-04T08:41:43.3947651Z + install_triton 2023-02-04T08:41:43.3947947Z + local commit 2023-02-04T08:41:43.3948231Z + [[ inductor_torchbench_smoketest_perf == *rocm* ]] 2023-02-04T08:41:43.3952085Z ++ get_pinned_commit triton 2023-02-04T08:41:43.3952376Z ++ cat .github/ci_commit_pins/triton.txt 2023-02-04T08:41:43.3971249Z + commit=0d7e7532279e45672555e344646f5c19c3972331 2023-02-04T08:41:43.3972238Z + pip_install --user git+https://github.com/openai/triton@0d7e7532279e45672555e344646f5c19c3972331#subdirectory=python 2023-02-04T08:41:43.3973211Z + pip install --progress-bar off --user git+https://github.com/openai/triton@0d7e7532279e45672555e344646f5c19c3972331#subdirectory=python 2023-02-04T08:41:43.8114450Z Collecting git+https://github.com/openai/triton@0d7e7532279e45672555e344646f5c19c3972331#subdirectory=python 2023-02-04T08:41:43.8119965Z Cloning https://github.com/openai/triton (to revision 0d7e7532279e45672555e344646f5c19c3972331) to /tmp/pip-req-build-46i0n6sr 2023-02-04T08:41:43.8143986Z Running command git clone --filter=blob:none --quiet https://github.com/openai/triton /tmp/pip-req-build-46i0n6sr 2023-02-04T08:41:45.0964599Z Running command git rev-parse -q --verify 'sha^0d7e7532279e45672555e344646f5c19c3972331' 2023-02-04T08:41:45.0990070Z Running command git fetch -q https://github.com/openai/triton 0d7e7532279e45672555e344646f5c19c3972331 2023-02-04T08:41:45.6562507Z Running command git checkout -q 0d7e7532279e45672555e344646f5c19c3972331 2023-02-04T08:41:46.2010788Z Resolved https://github.com/openai/triton to commit 0d7e7532279e45672555e344646f5c19c3972331 2023-02-04T08:41:46.2012321Z Running command git submodule update --init --recursive -q 2023-02-04T08:41:46.9511750Z Preparing metadata (setup.py) ... [?25l- done 2023-02-04T08:41:47.1759441Z [?25hCollecting cmake 2023-02-04T08:41:47.2337397Z Downloading cmake-3.25.2-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.7 MB) 2023-02-04T08:41:47.5540319Z 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:41:47.5543265Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from triton==2.0.0) (2.0.0a0+git7fb2ac2) 2023-02-04T08:41:47.5760566Z 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:41:47.5764007Z 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:41:47.5768105Z 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:41:47.5945512Z 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:41:47.6007113Z Building wheels for collected packages: triton 2023-02-04T08:42:38.8939946Z Building wheel for triton (setup.py) ... [?25l- \ | / - \ | / - \ | / - done 2023-02-04T08:42:38.9383437Z [?25h Created wheel for triton: filename=triton-2.0.0-cp310-cp310-linux_x86_64.whl size=15377935 sha256=c88f28ae3afce293699d006ddf33ff816d361922acd886c47d5778a602e01e8c 2023-02-04T08:42:38.9384061Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/3f/1d/23/1c2bc47d618a44f9c949aea4b7e355e737a1f1ed208f009295 2023-02-04T08:42:38.9414687Z Successfully built triton 2023-02-04T08:42:39.6319445Z Installing collected packages: cmake, triton 2023-02-04T08:42:40.9346423Z Successfully installed cmake-3.25.2 triton-2.0.0 2023-02-04T08:42:41.0466578Z + pip_install --user jinja2 2023-02-04T08:42:41.0466981Z + pip install --progress-bar off --user jinja2 2023-02-04T08:42:41.5549355Z Collecting jinja2 2023-02-04T08:42:41.6269509Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2023-02-04T08:42:41.6618039Z 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:42:42.3688013Z Installing collected packages: jinja2 2023-02-04T08:42:42.4604336Z Successfully installed jinja2-3.1.2 2023-02-04T08:42:42.5357709Z + checkout_install_torchbench 2023-02-04T08:42:42.5358104Z + git clone https://github.com/pytorch/benchmark torchbench 2023-02-04T08:42:42.5375600Z Cloning into 'torchbench'... 2023-02-04T08:42:43.1230240Z remote: Enumerating objects: 20214, done. 2023-02-04T08:42:43.1230650Z remote: Counting objects: 0% (1/253) 2023-02-04T08:42:43.1231328Z remote: Counting objects: 1% (3/253) 2023-02-04T08:42:43.1235300Z remote: Counting objects: 2% (6/253) 2023-02-04T08:42:43.1235910Z remote: Counting objects: 3% (8/253) 2023-02-04T08:42:43.1236436Z remote: Counting objects: 4% (11/253) 2023-02-04T08:42:43.1236855Z remote: Counting objects: 5% (13/253) 2023-02-04T08:42:43.1237416Z remote: Counting objects: 6% (16/253) 2023-02-04T08:42:43.1238109Z remote: Counting objects: 7% (18/253) 2023-02-04T08:42:43.1239032Z remote: Counting objects: 8% (21/253) 2023-02-04T08:42:43.1239561Z remote: Counting objects: 9% (23/253) 2023-02-04T08:42:43.1240147Z remote: Counting objects: 10% (26/253) 2023-02-04T08:42:43.1240818Z remote: Counting objects: 11% (28/253) 2023-02-04T08:42:43.1241399Z remote: Counting objects: 12% (31/253) 2023-02-04T08:42:43.1241901Z remote: Counting objects: 13% (33/253) 2023-02-04T08:42:43.1242470Z remote: Counting objects: 14% (36/253) 2023-02-04T08:42:43.1243048Z remote: Counting objects: 15% (38/253) 2023-02-04T08:42:43.1243647Z remote: Counting objects: 16% (41/253) 2023-02-04T08:42:43.1243980Z remote: Counting objects: 17% (44/253) 2023-02-04T08:42:43.1244310Z remote: Counting objects: 18% (46/253) 2023-02-04T08:42:43.1244755Z remote: Counting objects: 19% (49/253) 2023-02-04T08:42:43.1245351Z remote: Counting objects: 20% (51/253) 2023-02-04T08:42:43.1245824Z remote: Counting objects: 21% (54/253) 2023-02-04T08:42:43.1246150Z remote: Counting objects: 22% (56/253) 2023-02-04T08:42:43.1246460Z remote: Counting objects: 23% (59/253) 2023-02-04T08:42:43.1246939Z remote: Counting objects: 24% (61/253) 2023-02-04T08:42:43.1247480Z remote: Counting objects: 25% (64/253) 2023-02-04T08:42:43.1248200Z remote: Counting objects: 26% (66/253) 2023-02-04T08:42:43.1248742Z remote: Counting objects: 27% (69/253) 2023-02-04T08:42:43.1249322Z remote: Counting objects: 28% (71/253) 2023-02-04T08:42:43.1249936Z remote: Counting objects: 29% (74/253) 2023-02-04T08:42:43.1250448Z remote: Counting objects: 30% (76/253) 2023-02-04T08:42:43.1251057Z remote: Counting objects: 31% (79/253) 2023-02-04T08:42:43.1251427Z remote: Counting objects: 32% (81/253) 2023-02-04T08:42:43.1251738Z remote: Counting objects: 33% (84/253) 2023-02-04T08:42:43.1252078Z remote: Counting objects: 34% (87/253) 2023-02-04T08:42:43.1252399Z remote: Counting objects: 35% (89/253) 2023-02-04T08:42:43.1252710Z remote: Counting objects: 36% (92/253) 2023-02-04T08:42:43.1253043Z remote: Counting objects: 37% (94/253) 2023-02-04T08:42:43.1253366Z remote: Counting objects: 38% (97/253) 2023-02-04T08:42:43.1253672Z remote: Counting objects: 39% (99/253) 2023-02-04T08:42:43.1254010Z remote: Counting objects: 40% (102/253) 2023-02-04T08:42:43.1254345Z remote: Counting objects: 41% (104/253) 2023-02-04T08:42:43.1254665Z remote: Counting objects: 42% (107/253) 2023-02-04T08:42:43.1254993Z remote: Counting objects: 43% (109/253) 2023-02-04T08:42:43.1260210Z remote: Counting objects: 44% (112/253) 2023-02-04T08:42:43.1260820Z remote: Counting objects: 45% (114/253) 2023-02-04T08:42:43.1261398Z remote: Counting objects: 46% (117/253) 2023-02-04T08:42:43.1262009Z remote: Counting objects: 47% (119/253) 2023-02-04T08:42:43.1262541Z remote: Counting objects: 48% (122/253) 2023-02-04T08:42:43.1263434Z remote: Counting objects: 49% (124/253) 2023-02-04T08:42:43.1263959Z remote: Counting objects: 50% (127/253) 2023-02-04T08:42:43.1264395Z remote: Counting objects: 51% (130/253) 2023-02-04T08:42:43.1264857Z remote: Counting objects: 52% (132/253) 2023-02-04T08:42:43.1265292Z remote: Counting objects: 53% (135/253) 2023-02-04T08:42:43.1265836Z remote: Counting objects: 54% (137/253) 2023-02-04T08:42:43.1266162Z remote: Counting objects: 55% (140/253) 2023-02-04T08:42:43.1266489Z remote: Counting objects: 56% (142/253) 2023-02-04T08:42:43.1266816Z remote: Counting objects: 57% (145/253) 2023-02-04T08:42:43.1267293Z remote: Counting objects: 58% (147/253) 2023-02-04T08:42:43.1267640Z remote: Counting objects: 59% (150/253) 2023-02-04T08:42:43.1267966Z remote: Counting objects: 60% (152/253) 2023-02-04T08:42:43.1268274Z remote: Counting objects: 61% (155/253) 2023-02-04T08:42:43.1268640Z remote: Counting objects: 62% (157/253) 2023-02-04T08:42:43.1268971Z remote: Counting objects: 63% (160/253) 2023-02-04T08:42:43.1269295Z remote: Counting objects: 64% (162/253) 2023-02-04T08:42:43.1269606Z remote: Counting objects: 65% (165/253) 2023-02-04T08:42:43.1269933Z remote: Counting objects: 66% (167/253) 2023-02-04T08:42:43.1270259Z remote: Counting objects: 67% (170/253) 2023-02-04T08:42:43.1270566Z remote: Counting objects: 68% (173/253) 2023-02-04T08:42:43.1270891Z remote: Counting objects: 69% (175/253) 2023-02-04T08:42:43.1271217Z remote: Counting objects: 70% (178/253) 2023-02-04T08:42:43.1271526Z remote: Counting objects: 71% (180/253) 2023-02-04T08:42:43.1271851Z remote: Counting objects: 72% (183/253) 2023-02-04T08:42:43.1272171Z remote: Counting objects: 73% (185/253) 2023-02-04T08:42:43.1272479Z remote: Counting objects: 74% (188/253) 2023-02-04T08:42:43.1272801Z remote: Counting objects: 75% (190/253) 2023-02-04T08:42:43.1273123Z remote: Counting objects: 76% (193/253) 2023-02-04T08:42:43.1273455Z remote: Counting objects: 77% (195/253) 2023-02-04T08:42:43.1273836Z remote: Counting objects: 78% (198/253) 2023-02-04T08:42:43.1274163Z remote: Counting objects: 79% (200/253) 2023-02-04T08:42:43.1274487Z remote: Counting objects: 80% (203/253) 2023-02-04T08:42:43.1274848Z remote: Counting objects: 81% (205/253) 2023-02-04T08:42:43.1275367Z remote: Counting objects: 82% (208/253) 2023-02-04T08:42:43.1275767Z remote: Counting objects: 83% (210/253) 2023-02-04T08:42:43.1276146Z remote: Counting objects: 84% (213/253) 2023-02-04T08:42:43.1276539Z remote: Counting objects: 85% (216/253) 2023-02-04T08:42:43.1276991Z remote: Counting objects: 86% (218/253) 2023-02-04T08:42:43.1277620Z remote: Counting objects: 87% (221/253) 2023-02-04T08:42:43.1278213Z remote: Counting objects: 88% (223/253) 2023-02-04T08:42:43.1278762Z remote: Counting objects: 89% (226/253) 2023-02-04T08:42:43.1279339Z remote: Counting objects: 90% (228/253) 2023-02-04T08:42:43.1279788Z remote: Counting objects: 91% (231/253) 2023-02-04T08:42:43.1280434Z remote: Counting objects: 92% (233/253) 2023-02-04T08:42:43.1280856Z remote: Counting objects: 93% (236/253) 2023-02-04T08:42:43.1281205Z remote: Counting objects: 94% (238/253) 2023-02-04T08:42:43.1281606Z remote: Counting objects: 95% (241/253) 2023-02-04T08:42:43.1282049Z remote: Counting objects: 96% (243/253) 2023-02-04T08:42:43.1282410Z remote: Counting objects: 97% (246/253) 2023-02-04T08:42:43.1282808Z remote: Counting objects: 98% (248/253) 2023-02-04T08:42:43.1283217Z remote: Counting objects: 99% (251/253) 2023-02-04T08:42:43.1283571Z remote: Counting objects: 100% (253/253) 2023-02-04T08:42:43.1284097Z remote: Counting objects: 100% (253/253), done. 2023-02-04T08:42:43.1284545Z remote: Compressing objects: 0% (1/153) 2023-02-04T08:42:43.1284969Z remote: Compressing objects: 1% (2/153) 2023-02-04T08:42:43.1285334Z remote: Compressing objects: 2% (4/153) 2023-02-04T08:42:43.1285936Z remote: Compressing objects: 3% (5/153) 2023-02-04T08:42:43.1286367Z remote: Compressing objects: 4% (7/153) 2023-02-04T08:42:43.1286730Z remote: Compressing objects: 5% (8/153) 2023-02-04T08:42:43.1287154Z remote: Compressing objects: 6% (10/153) 2023-02-04T08:42:43.1287581Z remote: Compressing objects: 7% (11/153) 2023-02-04T08:42:43.1287991Z remote: Compressing objects: 8% (13/153) 2023-02-04T08:42:43.1288425Z remote: Compressing objects: 9% (14/153) 2023-02-04T08:42:43.1288841Z remote: Compressing objects: 10% (16/153) 2023-02-04T08:42:43.1295597Z remote: Compressing objects: 11% (17/153) 2023-02-04T08:42:43.1296270Z remote: Compressing objects: 12% (19/153) 2023-02-04T08:42:43.1305070Z remote: Compressing objects: 13% (20/153) 2023-02-04T08:42:43.1310246Z remote: Compressing objects: 14% (22/153) 2023-02-04T08:42:43.1315754Z remote: Compressing objects: 15% (23/153) 2023-02-04T08:42:43.1316240Z remote: Compressing objects: 16% (25/153) 2023-02-04T08:42:43.1316784Z remote: Compressing objects: 17% (27/153) 2023-02-04T08:42:43.1317278Z remote: Compressing objects: 18% (28/153) 2023-02-04T08:42:43.1317642Z remote: Compressing objects: 19% (30/153) 2023-02-04T08:42:43.1318102Z remote: Compressing objects: 20% (31/153) 2023-02-04T08:42:43.1318569Z remote: Compressing objects: 21% (33/153) 2023-02-04T08:42:43.1323416Z remote: Compressing objects: 22% (34/153) 2023-02-04T08:42:43.1324108Z remote: Compressing objects: 23% (36/153) 2023-02-04T08:42:43.1324534Z remote: Compressing objects: 24% (37/153) 2023-02-04T08:42:43.1324914Z remote: Compressing objects: 25% (39/153) 2023-02-04T08:42:43.1325545Z remote: Compressing objects: 26% (40/153) 2023-02-04T08:42:43.1326066Z remote: Compressing objects: 27% (42/153) 2023-02-04T08:42:43.1326702Z remote: Compressing objects: 28% (43/153) 2023-02-04T08:42:43.1382425Z remote: Compressing objects: 29% (45/153) 2023-02-04T08:42:43.1382882Z remote: Compressing objects: 30% (46/153) 2023-02-04T08:42:43.1383259Z remote: Compressing objects: 31% (48/153) 2023-02-04T08:42:43.1383840Z remote: Compressing objects: 32% (49/153) 2023-02-04T08:42:43.1384428Z remote: Compressing objects: 33% (51/153) 2023-02-04T08:42:43.1385003Z remote: Compressing objects: 34% (53/153) 2023-02-04T08:42:43.1385592Z remote: Compressing objects: 35% (54/153) 2023-02-04T08:42:43.1386212Z remote: Compressing objects: 36% (56/153) 2023-02-04T08:42:43.1386838Z remote: Compressing objects: 37% (57/153) 2023-02-04T08:42:43.1387416Z remote: Compressing objects: 38% (59/153) 2023-02-04T08:42:43.1388043Z remote: Compressing objects: 39% (60/153) 2023-02-04T08:42:43.1388669Z remote: Compressing objects: 40% (62/153) 2023-02-04T08:42:43.1389345Z remote: Compressing objects: 41% (63/153) 2023-02-04T08:42:43.1389899Z remote: Compressing objects: 42% (65/153) 2023-02-04T08:42:43.1390222Z remote: Compressing objects: 43% (66/153) 2023-02-04T08:42:43.1390557Z remote: Compressing objects: 44% (68/153) 2023-02-04T08:42:43.1390889Z remote: Compressing objects: 45% (69/153) 2023-02-04T08:42:43.1391211Z remote: Compressing objects: 46% (71/153) 2023-02-04T08:42:43.1391545Z remote: Compressing objects: 47% (72/153) 2023-02-04T08:42:43.1391875Z remote: Compressing objects: 48% (74/153) 2023-02-04T08:42:43.1392197Z remote: Compressing objects: 49% (75/153) 2023-02-04T08:42:43.1392530Z remote: Compressing objects: 50% (77/153) 2023-02-04T08:42:43.1392858Z remote: Compressing objects: 51% (79/153) 2023-02-04T08:42:43.1393185Z remote: Compressing objects: 52% (80/153) 2023-02-04T08:42:43.1393507Z remote: Compressing objects: 53% (82/153) 2023-02-04T08:42:43.1393886Z remote: Compressing objects: 54% (83/153) 2023-02-04T08:42:43.1394217Z remote: Compressing objects: 55% (85/153) 2023-02-04T08:42:43.1394542Z remote: Compressing objects: 56% (86/153) 2023-02-04T08:42:43.1395095Z remote: Compressing objects: 57% (88/153) 2023-02-04T08:42:43.1395417Z remote: Compressing objects: 58% (89/153) 2023-02-04T08:42:43.1395733Z remote: Compressing objects: 59% (91/153) 2023-02-04T08:42:43.1396055Z remote: Compressing objects: 60% (92/153) 2023-02-04T08:42:43.1396378Z remote: Compressing objects: 61% (94/153) 2023-02-04T08:42:43.1396693Z remote: Compressing objects: 62% (95/153) 2023-02-04T08:42:43.1397016Z remote: Compressing objects: 63% (97/153) 2023-02-04T08:42:43.1397340Z remote: Compressing objects: 64% (98/153) 2023-02-04T08:42:43.1397665Z remote: Compressing objects: 65% (100/153) 2023-02-04T08:42:43.1398101Z remote: Compressing objects: 66% (101/153) 2023-02-04T08:42:43.1398441Z remote: Compressing objects: 67% (103/153) 2023-02-04T08:42:43.1398771Z remote: Compressing objects: 68% (105/153) 2023-02-04T08:42:43.1399091Z remote: Compressing objects: 69% (106/153) 2023-02-04T08:42:43.1399415Z remote: Compressing objects: 70% (108/153) 2023-02-04T08:42:43.1399745Z remote: Compressing objects: 71% (109/153) 2023-02-04T08:42:43.1400063Z remote: Compressing objects: 72% (111/153) 2023-02-04T08:42:43.1400381Z remote: Compressing objects: 73% (112/153) 2023-02-04T08:42:43.1400709Z remote: Compressing objects: 74% (114/153) 2023-02-04T08:42:43.1401024Z remote: Compressing objects: 75% (115/153) 2023-02-04T08:42:43.1401350Z remote: Compressing objects: 76% (117/153) 2023-02-04T08:42:43.1401676Z remote: Compressing objects: 77% (118/153) 2023-02-04T08:42:43.1401992Z remote: Compressing objects: 78% (120/153) 2023-02-04T08:42:43.1402315Z remote: Compressing objects: 79% (121/153) 2023-02-04T08:42:43.1402639Z remote: Compressing objects: 80% (123/153) 2023-02-04T08:42:43.1402961Z remote: Compressing objects: 81% (124/153) 2023-02-04T08:42:43.1403280Z remote: Compressing objects: 82% (126/153) 2023-02-04T08:42:43.1403608Z remote: Compressing objects: 83% (127/153) 2023-02-04T08:42:43.1404001Z remote: Compressing objects: 84% (129/153) 2023-02-04T08:42:43.1404322Z remote: Compressing objects: 85% (131/153) 2023-02-04T08:42:43.1404646Z remote: Compressing objects: 86% (132/153) 2023-02-04T08:42:43.1404982Z remote: Compressing objects: 87% (134/153) 2023-02-04T08:42:43.1405304Z remote: Compressing objects: 88% (135/153) 2023-02-04T08:42:43.1405640Z remote: Compressing objects: 89% (137/153) 2023-02-04T08:42:43.1405978Z remote: Compressing objects: 90% (138/153) 2023-02-04T08:42:43.1406301Z remote: Compressing objects: 91% (140/153) 2023-02-04T08:42:43.1406635Z remote: Compressing objects: 92% (141/153) 2023-02-04T08:42:43.1406977Z remote: Compressing objects: 93% (143/153) 2023-02-04T08:42:43.1407310Z remote: Compressing objects: 94% (144/153) 2023-02-04T08:42:43.1407627Z remote: Compressing objects: 95% (146/153) 2023-02-04T08:42:43.1407950Z remote: Compressing objects: 96% (147/153) 2023-02-04T08:42:43.1408276Z remote: Compressing objects: 97% (149/153) 2023-02-04T08:42:43.1408598Z remote: Compressing objects: 98% (150/153) 2023-02-04T08:42:43.1408925Z remote: Compressing objects: 99% (152/153) 2023-02-04T08:42:43.1409269Z remote: Compressing objects: 100% (153/153) 2023-02-04T08:42:43.1409612Z remote: Compressing objects: 100% (153/153), done. 2023-02-04T08:42:43.1495805Z Receiving objects: 0% (1/20214) 2023-02-04T08:42:43.1600534Z Receiving objects: 1% (203/20214) 2023-02-04T08:42:43.1628451Z Receiving objects: 2% (405/20214) 2023-02-04T08:42:43.1829831Z Receiving objects: 3% (607/20214) 2023-02-04T08:42:43.1875638Z Receiving objects: 4% (809/20214) 2023-02-04T08:42:43.2029386Z Receiving objects: 5% (1011/20214) 2023-02-04T08:42:43.2106730Z Receiving objects: 6% (1213/20214) 2023-02-04T08:42:43.2135314Z Receiving objects: 7% (1415/20214) 2023-02-04T08:42:43.2323687Z Receiving objects: 8% (1618/20214) 2023-02-04T08:42:43.2496275Z Receiving objects: 9% (1820/20214) 2023-02-04T08:42:43.2627423Z Receiving objects: 10% (2022/20214) 2023-02-04T08:42:43.2800505Z Receiving objects: 11% (2224/20214) 2023-02-04T08:42:43.2887031Z Receiving objects: 12% (2426/20214) 2023-02-04T08:42:43.3354184Z Receiving objects: 13% (2628/20214) 2023-02-04T08:42:43.3629359Z Receiving objects: 14% (2830/20214) 2023-02-04T08:42:43.4119816Z Receiving objects: 15% (3033/20214) 2023-02-04T08:42:43.4292979Z Receiving objects: 16% (3235/20214) 2023-02-04T08:42:43.4344580Z Receiving objects: 17% (3437/20214) 2023-02-04T08:42:43.4380995Z Receiving objects: 18% (3639/20214) 2023-02-04T08:42:43.4394963Z Receiving objects: 19% (3841/20214) 2023-02-04T08:42:43.4406280Z Receiving objects: 20% (4043/20214) 2023-02-04T08:42:43.4546166Z Receiving objects: 21% (4245/20214) 2023-02-04T08:42:43.5347289Z Receiving objects: 22% (4448/20214) 2023-02-04T08:42:43.6013272Z Receiving objects: 23% (4650/20214) 2023-02-04T08:42:43.6031964Z Receiving objects: 24% (4852/20214) 2023-02-04T08:42:43.6041517Z Receiving objects: 25% (5054/20214) 2023-02-04T08:42:43.6051716Z Receiving objects: 26% (5256/20214) 2023-02-04T08:42:43.8426737Z Receiving objects: 27% (5458/20214) 2023-02-04T08:42:43.8431471Z Receiving objects: 28% (5660/20214), 5.21 MiB | 10.41 MiB/s 2023-02-04T08:42:43.8478233Z Receiving objects: 29% (5863/20214), 5.21 MiB | 10.41 MiB/s 2023-02-04T08:42:44.1368635Z Receiving objects: 30% (6065/20214), 5.21 MiB | 10.41 MiB/s 2023-02-04T08:42:44.2905012Z Receiving objects: 30% (6213/20214), 18.70 MiB | 18.69 MiB/s 2023-02-04T08:42:45.1369965Z Receiving objects: 31% (6267/20214), 18.70 MiB | 18.69 MiB/s 2023-02-04T08:42:45.6742949Z Receiving objects: 31% (6392/20214), 65.58 MiB | 32.79 MiB/s 2023-02-04T08:42:46.1369639Z Receiving objects: 32% (6469/20214), 89.59 MiB | 35.83 MiB/s 2023-02-04T08:42:46.5250440Z Receiving objects: 32% (6571/20214), 112.18 MiB | 37.39 MiB/s 2023-02-04T08:42:46.6061326Z Receiving objects: 33% (6671/20214), 112.18 MiB | 37.39 MiB/s 2023-02-04T08:42:46.6902382Z Receiving objects: 34% (6873/20214), 112.18 MiB | 37.39 MiB/s 2023-02-04T08:42:46.7705655Z Receiving objects: 35% (7075/20214), 133.11 MiB | 38.03 MiB/s 2023-02-04T08:42:46.8526944Z Receiving objects: 36% (7278/20214), 133.11 MiB | 38.03 MiB/s 2023-02-04T08:42:46.9331627Z Receiving objects: 37% (7480/20214), 133.11 MiB | 38.03 MiB/s 2023-02-04T08:42:47.0136394Z Receiving objects: 38% (7682/20214), 133.11 MiB | 38.03 MiB/s 2023-02-04T08:42:47.0956332Z Receiving objects: 39% (7884/20214), 133.11 MiB | 38.03 MiB/s 2023-02-04T08:42:47.1368393Z Receiving objects: 40% (8086/20214), 133.11 MiB | 38.03 MiB/s 2023-02-04T08:42:47.1762686Z Receiving objects: 40% (8189/20214), 133.11 MiB | 38.03 MiB/s 2023-02-04T08:42:47.2575366Z Receiving objects: 41% (8288/20214), 156.60 MiB | 39.15 MiB/s 2023-02-04T08:42:47.3389130Z Receiving objects: 42% (8490/20214), 156.60 MiB | 39.15 MiB/s 2023-02-04T08:42:47.4163440Z Receiving objects: 43% (8693/20214), 156.60 MiB | 39.15 MiB/s 2023-02-04T08:42:47.4678523Z Receiving objects: 44% (8895/20214), 156.60 MiB | 39.15 MiB/s 2023-02-04T08:42:47.6946728Z Receiving objects: 45% (9097/20214), 156.60 MiB | 39.15 MiB/s 2023-02-04T08:42:47.7665927Z Receiving objects: 46% (9299/20214), 183.67 MiB | 40.81 MiB/s 2023-02-04T08:42:47.7772393Z Receiving objects: 47% (9501/20214), 183.67 MiB | 40.81 MiB/s 2023-02-04T08:42:47.7842853Z Receiving objects: 48% (9703/20214), 183.67 MiB | 40.81 MiB/s 2023-02-04T08:42:47.9732296Z Receiving objects: 49% (9905/20214), 183.67 MiB | 40.81 MiB/s 2023-02-04T08:42:48.1370586Z Receiving objects: 50% (10107/20214), 183.67 MiB | 40.81 MiB/s 2023-02-04T08:42:48.2224643Z Receiving objects: 50% (10189/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.2441561Z Receiving objects: 51% (10310/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.2447332Z Receiving objects: 52% (10512/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.2465197Z Receiving objects: 53% (10714/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.2491548Z Receiving objects: 54% (10916/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.2835890Z Receiving objects: 55% (11118/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.2853848Z Receiving objects: 56% (11320/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.2861574Z Receiving objects: 57% (11522/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.3345993Z Receiving objects: 58% (11725/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.3352123Z Receiving objects: 59% (11927/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.3358985Z Receiving objects: 60% (12129/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.3370306Z Receiving objects: 61% (12331/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.3380862Z Receiving objects: 62% (12533/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.3390561Z Receiving objects: 63% (12735/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.3404142Z Receiving objects: 64% (12937/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.3414548Z Receiving objects: 65% (13140/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.3422740Z Receiving objects: 66% (13342/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.3432913Z Receiving objects: 67% (13544/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.3458590Z Receiving objects: 68% (13746/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.3464401Z Receiving objects: 69% (13948/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.3476349Z Receiving objects: 70% (14150/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.3488980Z Receiving objects: 71% (14352/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.4032944Z Receiving objects: 72% (14555/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.4065041Z Receiving objects: 73% (14757/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.6357226Z Receiving objects: 74% (14959/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.6613251Z Receiving objects: 75% (15161/20214), 213.75 MiB | 46.34 MiB/s 2023-02-04T08:42:48.6624554Z Receiving objects: 76% (15363/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6632509Z Receiving objects: 77% (15565/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6641832Z Receiving objects: 78% (15767/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6650066Z Receiving objects: 79% (15970/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6662626Z Receiving objects: 80% (16172/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6675438Z Receiving objects: 81% (16374/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6680620Z Receiving objects: 82% (16576/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6830253Z Receiving objects: 83% (16778/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6835097Z Receiving objects: 84% (16980/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6840410Z Receiving objects: 85% (17182/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6846901Z Receiving objects: 86% (17385/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6854207Z Receiving objects: 87% (17587/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6860577Z Receiving objects: 88% (17789/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6866690Z Receiving objects: 89% (17991/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6871674Z Receiving objects: 90% (18193/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6876503Z Receiving objects: 91% (18395/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.6881755Z Receiving objects: 92% (18597/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.7016589Z Receiving objects: 93% (18800/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.7030943Z Receiving objects: 94% (19002/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.7040628Z Receiving objects: 95% (19204/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.7050288Z Receiving objects: 96% (19406/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.7066414Z Receiving objects: 97% (19608/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.7083631Z Receiving objects: 98% (19810/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.7093545Z Receiving objects: 99% (20012/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.7094285Z remote: Total 20214 (delta 129), reused 201 (delta 91), pack-reused 19961 2023-02-04T08:42:48.7118873Z Receiving objects: 100% (20214/20214), 243.70 MiB | 50.00 MiB/s 2023-02-04T08:42:48.7119205Z Receiving objects: 100% (20214/20214), 246.51 MiB | 44.22 MiB/s, done. 2023-02-04T08:42:48.7146018Z Resolving deltas: 0% (0/9442) 2023-02-04T08:42:48.7157851Z Resolving deltas: 1% (95/9442) 2023-02-04T08:42:48.7165429Z Resolving deltas: 2% (226/9442) 2023-02-04T08:42:48.7185670Z Resolving deltas: 3% (287/9442) 2023-02-04T08:42:48.7200164Z Resolving deltas: 4% (380/9442) 2023-02-04T08:42:48.7214838Z Resolving deltas: 5% (485/9442) 2023-02-04T08:42:48.7222312Z Resolving deltas: 6% (567/9442) 2023-02-04T08:42:48.7230559Z Resolving deltas: 7% (664/9442) 2023-02-04T08:42:48.7240591Z Resolving deltas: 8% (766/9442) 2023-02-04T08:42:48.7248105Z Resolving deltas: 9% (863/9442) 2023-02-04T08:42:48.7258343Z Resolving deltas: 10% (947/9442) 2023-02-04T08:42:48.7267621Z Resolving deltas: 11% (1046/9442) 2023-02-04T08:42:48.7275504Z Resolving deltas: 12% (1159/9442) 2023-02-04T08:42:48.7296568Z Resolving deltas: 13% (1228/9442) 2023-02-04T08:42:48.7306027Z Resolving deltas: 14% (1323/9442) 2023-02-04T08:42:48.7313910Z Resolving deltas: 15% (1427/9442) 2023-02-04T08:42:48.7328608Z Resolving deltas: 16% (1511/9442) 2023-02-04T08:42:48.7337249Z Resolving deltas: 17% (1627/9442) 2023-02-04T08:42:48.7346432Z Resolving deltas: 18% (1714/9442) 2023-02-04T08:42:48.7358472Z Resolving deltas: 19% (1795/9442) 2023-02-04T08:42:48.7366438Z Resolving deltas: 20% (1890/9442) 2023-02-04T08:42:48.7373432Z Resolving deltas: 21% (1991/9442) 2023-02-04T08:42:48.7380428Z Resolving deltas: 22% (2078/9442) 2023-02-04T08:42:48.7385567Z Resolving deltas: 23% (2172/9442) 2023-02-04T08:42:48.7391783Z Resolving deltas: 24% (2268/9442) 2023-02-04T08:42:48.7398824Z Resolving deltas: 25% (2369/9442) 2023-02-04T08:42:48.7405713Z Resolving deltas: 26% (2480/9442) 2023-02-04T08:42:48.7411874Z Resolving deltas: 27% (2573/9442) 2023-02-04T08:42:48.7419560Z Resolving deltas: 28% (2659/9442) 2023-02-04T08:42:48.7424729Z Resolving deltas: 29% (2750/9442) 2023-02-04T08:42:48.7437429Z Resolving deltas: 30% (2835/9442) 2023-02-04T08:42:48.7446067Z Resolving deltas: 31% (2928/9442) 2023-02-04T08:42:48.7458253Z Resolving deltas: 32% (3030/9442) 2023-02-04T08:42:48.7459455Z Resolving deltas: 33% (3205/9442) 2023-02-04T08:42:48.7465490Z Resolving deltas: 34% (3221/9442) 2023-02-04T08:42:48.7472915Z Resolving deltas: 35% (3309/9442) 2023-02-04T08:42:48.7478461Z Resolving deltas: 36% (3415/9442) 2023-02-04T08:42:48.7486576Z Resolving deltas: 37% (3494/9442) 2023-02-04T08:42:48.7502772Z Resolving deltas: 38% (3590/9442) 2023-02-04T08:42:48.7510700Z Resolving deltas: 39% (3683/9442) 2023-02-04T08:42:48.7521334Z Resolving deltas: 40% (3786/9442) 2023-02-04T08:42:48.7526752Z Resolving deltas: 41% (3907/9442) 2023-02-04T08:42:48.7531138Z Resolving deltas: 42% (3999/9442) 2023-02-04T08:42:48.7538012Z Resolving deltas: 43% (4066/9442) 2023-02-04T08:42:48.7544244Z Resolving deltas: 44% (4158/9442) 2023-02-04T08:42:48.7557469Z Resolving deltas: 45% (4254/9442) 2023-02-04T08:42:48.7560524Z Resolving deltas: 46% (4420/9442) 2023-02-04T08:42:48.7564817Z Resolving deltas: 47% (4477/9442) 2023-02-04T08:42:48.7574410Z Resolving deltas: 48% (4536/9442) 2023-02-04T08:42:48.7578693Z Resolving deltas: 49% (4661/9442) 2023-02-04T08:42:48.7585372Z Resolving deltas: 50% (4721/9442) 2023-02-04T08:42:48.7597232Z Resolving deltas: 51% (4825/9442) 2023-02-04T08:42:48.7616193Z Resolving deltas: 52% (4911/9442) 2023-02-04T08:42:48.7624650Z Resolving deltas: 53% (5014/9442) 2023-02-04T08:42:48.7633477Z Resolving deltas: 54% (5103/9442) 2023-02-04T08:42:48.7639248Z Resolving deltas: 55% (5211/9442) 2023-02-04T08:42:48.7644841Z Resolving deltas: 56% (5293/9442) 2023-02-04T08:42:48.7657360Z Resolving deltas: 57% (5388/9442) 2023-02-04T08:42:48.7673047Z Resolving deltas: 58% (5484/9442) 2023-02-04T08:42:48.7682405Z Resolving deltas: 59% (5572/9442) 2023-02-04T08:42:48.7690153Z Resolving deltas: 60% (5666/9442) 2023-02-04T08:42:48.7699490Z Resolving deltas: 61% (5760/9442) 2023-02-04T08:42:48.7707165Z Resolving deltas: 62% (5863/9442) 2023-02-04T08:42:48.7714077Z Resolving deltas: 63% (5976/9442) 2023-02-04T08:42:48.7716956Z Resolving deltas: 64% (6086/9442) 2023-02-04T08:42:48.7722795Z Resolving deltas: 65% (6142/9442) 2023-02-04T08:42:48.7728958Z Resolving deltas: 66% (6233/9442) 2023-02-04T08:42:48.7735280Z Resolving deltas: 67% (6329/9442) 2023-02-04T08:42:48.7741964Z Resolving deltas: 68% (6422/9442) 2023-02-04T08:42:48.7752301Z Resolving deltas: 69% (6515/9442) 2023-02-04T08:42:48.7759019Z Resolving deltas: 70% (6626/9442) 2023-02-04T08:42:48.7765267Z Resolving deltas: 71% (6728/9442) 2023-02-04T08:42:48.7770228Z Resolving deltas: 72% (6826/9442) 2023-02-04T08:42:48.7776040Z Resolving deltas: 73% (6893/9442) 2023-02-04T08:42:48.7783162Z Resolving deltas: 74% (6989/9442) 2023-02-04T08:42:48.7790657Z Resolving deltas: 75% (7084/9442) 2023-02-04T08:42:48.7797219Z Resolving deltas: 76% (7182/9442) 2023-02-04T08:42:48.7805439Z Resolving deltas: 77% (7280/9442) 2023-02-04T08:42:48.7811557Z Resolving deltas: 78% (7394/9442) 2023-02-04T08:42:48.7818401Z Resolving deltas: 79% (7464/9442) 2023-02-04T08:42:48.7824713Z Resolving deltas: 80% (7557/9442) 2023-02-04T08:42:48.7831683Z Resolving deltas: 81% (7649/9442) 2023-02-04T08:42:48.7845236Z Resolving deltas: 82% (7753/9442) 2023-02-04T08:42:48.7857895Z Resolving deltas: 83% (7839/9442) 2023-02-04T08:42:48.7870289Z Resolving deltas: 84% (7999/9442) 2023-02-04T08:42:48.7880913Z Resolving deltas: 86% (8186/9442) 2023-02-04T08:42:48.7893541Z Resolving deltas: 88% (8315/9442) 2023-02-04T08:42:48.7900709Z Resolving deltas: 90% (8503/9442) 2023-02-04T08:42:48.7907502Z Resolving deltas: 91% (8593/9442) 2023-02-04T08:42:48.7913038Z Resolving deltas: 92% (8692/9442) 2023-02-04T08:42:48.7918723Z Resolving deltas: 93% (8782/9442) 2023-02-04T08:42:48.7925879Z Resolving deltas: 94% (8876/9442) 2023-02-04T08:42:48.7931650Z Resolving deltas: 95% (8978/9442) 2023-02-04T08:42:48.7936715Z Resolving deltas: 96% (9078/9442) 2023-02-04T08:42:48.7943488Z Resolving deltas: 97% (9160/9442) 2023-02-04T08:42:48.7949913Z Resolving deltas: 98% (9256/9442) 2023-02-04T08:42:48.7960393Z Resolving deltas: 99% (9351/9442) 2023-02-04T08:42:48.7960916Z Resolving deltas: 100% (9442/9442) 2023-02-04T08:42:48.7961184Z Resolving deltas: 100% (9442/9442), done. 2023-02-04T08:42:49.4328361Z + pushd torchbench 2023-02-04T08:42:49.4328944Z ~/workspace/torchbench ~/workspace 2023-02-04T08:42:49.4329254Z + git checkout no_torchaudio 2023-02-04T08:42:49.5032006Z Branch 'no_torchaudio' set up to track remote branch 'no_torchaudio' from 'origin'. 2023-02-04T08:42:49.5032462Z Switched to a new branch 'no_torchaudio' 2023-02-04T08:42:49.5039306Z + python install.py --continue_on_fail 2023-02-04T08:42:51.1980422Z checking packages torch, torchvision, torchtext are installed...OK 2023-02-04T08:42:51.2019517Z checking out Git LFS files...FAIL 2023-02-04T08:42:51.7220878Z 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:42:53.4405108Z 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:42:54.2200404Z 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:42:55.0357473Z 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:42:55.6744661Z 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:42:55.9094275Z 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:42:56.4216913Z 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:42:56.8930496Z 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:42:57.7228069Z 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:42:58.0628478Z 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:42:58.3100368Z 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:42:58.7392552Z 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:42:58.7470101Z OK 2023-02-04T08:42:58.8081216Z decompressing input tarball: pytorch_CycleGAN_and_pix2pix_inputs.tar.gz...OK 2023-02-04T08:42:59.0667912Z decompressing input tarball: Super_SloMo_inputs.tar.gz...OK 2023-02-04T08:42:59.0783937Z decompressing input tarball: speech_transformer_inputs.tar.gz...OK 2023-02-04T08:42:59.1848794Z decompressing input tarball: Background_Matting_inputs.tar.gz...OK 2023-02-04T08:42:59.2625650Z decompressing input tarball: LearningToPaint_inputs.tar.gz...OK 2023-02-04T08:42:59.3406584Z decompressing input tarball: coco2017-minimal.tar.gz...OK 2023-02-04T08:42:59.4806894Z decompressing input tarball: coco128.tar.gz...OK 2023-02-04T08:42:59.9350917Z decompressing input tarball: tacotron2-minimal.tar.gz...OK 2023-02-04T08:42:59.9388954Z decompressing input tarball: pytorch_stargan_inputs.tar.gz...OK 2023-02-04T08:42:59.9694536Z decompressing input tarball: multi30k.tar.gz...OK 2023-02-04T08:43:24.5311757Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/BERT_pytorch...OK 2023-02-04T08:43:33.6477352Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/Background_Matting...OK 2023-02-04T08:43:45.8980314Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/DALLE2_pytorch...OK 2023-02-04T08:43:47.8091659Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/LearningToPaint...OK 2023-02-04T08:43:49.7226379Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/Super_SloMo...OK 2023-02-04T08:43:49.7444601Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/alexnet...OK 2023-02-04T08:44:21.8876705Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/attention_is_all_you_need_pytorch...OK 2023-02-04T08:44:23.9570749Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/dcgan...OK 2023-02-04T08:44:28.0912554Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/demucs...OK 2023-02-04T08:44:28.1133313Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/densenet121...OK 2023-02-04T08:45:45.1956703Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_fasterrcnn_r_101_c4...OK 2023-02-04T08:46:10.3763485Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_fasterrcnn_r_101_dc5...OK 2023-02-04T08:46:23.7269571Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_fasterrcnn_r_101_fpn...OK 2023-02-04T08:46:35.1725110Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_fasterrcnn_r_50_c4...OK 2023-02-04T08:46:55.3346235Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_fasterrcnn_r_50_dc5...OK 2023-02-04T08:47:07.2428477Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_fasterrcnn_r_50_fpn...OK 2023-02-04T08:47:15.7176807Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_fcos_r_50_fpn...OK 2023-02-04T08:47:29.0791769Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_maskrcnn...OK 2023-02-04T08:47:42.2103134Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_maskrcnn_r_101_c4...OK 2023-02-04T08:47:59.1516799Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_maskrcnn_r_101_fpn...OK 2023-02-04T08:48:10.9440976Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_maskrcnn_r_50_c4...OK 2023-02-04T08:48:22.8625341Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/detectron2_maskrcnn_r_50_fpn...OK 2023-02-04T08:48:34.3485278Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/dlrm...OK 2023-02-04T08:48:36.5414340Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/drq...OK 2023-02-04T08:48:42.4551314Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/fastNLP_Bert...OK 2023-02-04T08:48:44.6493585Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/functorch_dp_cifar10...OK 2023-02-04T08:48:46.8212789Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/functorch_maml_omniglot...OK 2023-02-04T08:48:55.1006592Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_Albert...OK 2023-02-04T08:49:06.1371756Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_Bart...OK 2023-02-04T08:49:13.6783103Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_Bert...OK 2023-02-04T08:49:21.8568889Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_BigBird...OK 2023-02-04T08:49:28.7729320Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_DistilBert...OK 2023-02-04T08:49:39.2494964Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_GPT2...OK 2023-02-04T08:50:19.5245232Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_GPT2_large...OK 2023-02-04T08:50:28.5076007Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_Longformer...OK 2023-02-04T08:50:33.5014227Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_Reformer...OK 2023-02-04T08:50:39.9284752Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_T5...OK 2023-02-04T08:50:49.9100206Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_T5_base...OK 2023-02-04T08:51:10.9504493Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_T5_large...OK 2023-02-04T08:51:13.2355931Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/lennard_jones...OK 2023-02-04T08:51:13.2578884Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/maml...OK 2023-02-04T08:51:15.7071102Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/maml_omniglot...OK 2023-02-04T08:51:15.7291237Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/mnasnet1_0...OK 2023-02-04T08:51:15.7522961Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/mobilenet_v2...OK 2023-02-04T08:51:15.7742161Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/mobilenet_v2_quantized_qat...OK 2023-02-04T08:51:15.7950853Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/mobilenet_v3_large...OK 2023-02-04T08:51:15.8172990Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/moco...OK 2023-02-04T08:51:18.1078506Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/nvidia_deeprecommender...OK 2023-02-04T08:51:22.7313968Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/opacus_cifar10...OK 2023-02-04T08:51:22.7534876Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/pyhpc_equation_of_state...OK 2023-02-04T08:51:22.7752436Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/pyhpc_isoneutral_mixing...OK 2023-02-04T08:51:22.7966438Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/pyhpc_turbulent_kinetic_energy...OK 2023-02-04T08:51:30.8018913Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/pytorch_CycleGAN_and_pix2pix...OK 2023-02-04T08:51:33.1180450Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/pytorch_stargan...OK 2023-02-04T08:51:43.8220570Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/pytorch_struct...OK 2023-02-04T08:51:46.3202605Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/pytorch_unet...OK 2023-02-04T08:51:46.3423572Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/resnet152...OK 2023-02-04T08:51:46.3640587Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/resnet18...OK 2023-02-04T08:51:46.3862042Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/resnet50...OK 2023-02-04T08:51:46.4080714Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/resnet50_quantized_qat...OK 2023-02-04T08:51:46.4296210Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/resnext50_32x4d...OK 2023-02-04T08:51:46.4506725Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/shufflenet_v2_x1_0...OK 2023-02-04T08:51:55.0878694Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/soft_actor_critic...OK 2023-02-04T08:51:57.7423046Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/speech_transformer...OK 2023-02-04T08:51:57.7646823Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/squeezenet1_1...OK 2023-02-04T08:52:00.7185195Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/tacotron2...OK 2023-02-04T08:52:16.5581908Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_efficientdet...OK 2023-02-04T08:52:16.5804784Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_efficientnet...OK 2023-02-04T08:52:16.6030856Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_nfnet...OK 2023-02-04T08:52:16.6259922Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_regnet...OK 2023-02-04T08:52:16.6488109Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_resnest...OK 2023-02-04T08:52:16.6707933Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_vision_transformer...OK 2023-02-04T08:52:16.6925936Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_vision_transformer_large...OK 2023-02-04T08:52:16.7149826Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_vovnet...OK 2023-02-04T08:52:37.4066997Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/tts_angular...OK 2023-02-04T08:52:37.4287545Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/vgg16...OK 2023-02-04T08:52:40.0509426Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/vision_maskrcnn...OK 2023-02-04T08:52:42.7647653Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/yolov3...OK 2023-02-04T08:52:43.0865048Z + popd 2023-02-04T08:52:43.0868033Z ~/workspace 2023-02-04T08:52:43.0868585Z + [[ inductor_torchbench_smoketest_perf == *inductor_torchbench_perf* ]] 2023-02-04T08:52:43.0868995Z + [[ inductor_torchbench_smoketest_perf == *inductor_torchbench_smoketest_perf* ]] 2023-02-04T08:52:43.0869344Z + test_inductor_torchbench_smoketest_perf 2023-02-04T08:52:43.0875406Z ++ pwd 2023-02-04T08:52:43.0880574Z + PYTHONPATH=/var/lib/jenkins/workspace/torchbench 2023-02-04T08:52:43.0882584Z + test_inductor_benchmark_perf smoketest 2023-02-04T08:52:43.0886473Z ++ pwd 2023-02-04T08:52:43.0890676Z + TEST_REPORTS_DIR=/var/lib/jenkins/workspace/test/test-reports 2023-02-04T08:52:43.0890996Z + PARTITION_FLAGS= 2023-02-04T08:52:43.0891263Z + [[ -n 1 ]] 2023-02-04T08:52:43.0891641Z + [[ -n '' ]] 2023-02-04T08:52:43.0892486Z + mkdir -p /var/lib/jenkins/workspace/test/test-reports 2023-02-04T08:52:43.0912684Z + [[ smoketest == *smoketest* ]] 2023-02-04T08:52:43.0917223Z ++ realpath benchmarks/dynamo/torchbench_models_list.txt 2023-02-04T08:52:43.0929642Z + 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-04T08:52:46.1451542Z batch size: 16 2023-02-04T08:53:06.3816416Z cuda train hf_Bert [2023-02-04 08:53:06,380] torch._inductor.lowering: [WARNING] using triton random, expect difference from eager 2023-02-04T08:53:34.4045108Z 1.214x p=0.00 2023-02-04T08:53:35.8342150Z + python benchmarks/dynamo/check_hf_bert_perf_csv.py -f /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest.csv 2023-02-04T08:53:36.2376525Z hf_Bert 1.2137 2023-02-04T08:53:36.2958376Z + for test in hf_Albert timm_efficientdet timm_vision_transformer 2023-02-04T08:53:36.2964185Z ++ realpath benchmarks/dynamo/torchbench_models_list.txt 2023-02-04T08:53:36.2977571Z + 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-04T08:53:39.3469269Z batch size: 32 2023-02-04T08:54:25.8063476Z cuda train hf_Albert 2.393x p=0.00 2023-02-04T08:54:27.4000512Z + cat /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest_hf_Albert.csv 2023-02-04T08:54:27.4013704Z dev,name,batch_size,speedup,abs_latency,compilation_latency,compression_ratio 2023-02-04T08:54:27.4014307Z cuda,hf_Albert,32,2.3935,103.2929,29.0944,1.2586 2023-02-04T08:54:27.4016836Z + 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-04T08:54:27.7920954Z 2023-02-04T08:54:27.7921745Z hf_Albert : 2023-02-04T08:54:27.7922081Z actual_memory_compression=1.26, 2023-02-04T08:54:27.7922373Z expected_memory_compression=1.26, 2023-02-04T08:54:27.7924409Z PASS 2023-02-04T08:54:27.7924666Z 2023-02-04T08:54:27.8475019Z + for test in hf_Albert timm_efficientdet timm_vision_transformer 2023-02-04T08:54:27.8480277Z ++ realpath benchmarks/dynamo/torchbench_models_list.txt 2023-02-04T08:54:27.8493179Z + 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-04T08:54:30.9172375Z WARNING:common:Could not find batch size for timm_efficientdet 2023-02-04T08:54:30.9172741Z batch size: None 2023-02-04T08:54:31.7687633Z 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-04T08:55:37.0521761Z cuda train timm_efficientdet [2023-02-04 08:55:37,050] torch._inductor.lowering: [WARNING] using triton random, expect difference from eager 2023-02-04T08:58:19.0316263Z 1.345x p=0.00 2023-02-04T08:58:22.3893757Z + cat /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest_timm_efficientdet.csv 2023-02-04T08:58:22.3906650Z dev,name,batch_size,speedup,abs_latency,compilation_latency,compression_ratio 2023-02-04T08:58:22.3907214Z cuda,timm_efficientdet,1,1.3452,115.4643,209.5629,0.9881 2023-02-04T08:58:22.3908790Z + 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-04T08:58:22.7927527Z 2023-02-04T08:58:22.7928368Z timm_efficientdet : 2023-02-04T08:58:22.7928935Z actual_memory_compression=0.99, 2023-02-04T08:58:22.7932295Z expected_memory_compression=0.99, 2023-02-04T08:58:22.7933033Z PASS 2023-02-04T08:58:22.7933422Z 2023-02-04T08:58:22.8510139Z + for test in hf_Albert timm_efficientdet timm_vision_transformer 2023-02-04T08:58:22.8515075Z ++ realpath benchmarks/dynamo/torchbench_models_list.txt 2023-02-04T08:58:22.8528972Z + 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-04T08:58:25.9089051Z batch size: 256 2023-02-04T08:59:15.4157040Z cuda train timm_vision_transformer 1.361x p=0.00 2023-02-04T08:59:17.2280387Z + cat /var/lib/jenkins/workspace/test/test-reports/inductor_training_smoketest_timm_vision_transformer.csv 2023-02-04T08:59:17.2288153Z dev,name,batch_size,speedup,abs_latency,compilation_latency,compression_ratio 2023-02-04T08:59:17.2288878Z cuda,timm_vision_transformer,256,1.3612,108.3114,35.6067,0.9634 2023-02-04T08:59:17.2290367Z + 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-04T08:59:17.6177848Z 2023-02-04T08:59:17.6178579Z timm_vision_transformer : 2023-02-04T08:59:17.6178975Z actual_memory_compression=0.96, 2023-02-04T08:59:17.6179257Z expected_memory_compression=0.73, 2023-02-04T08:59:17.6183944Z PASS 2023-02-04T08:59:17.6184550Z 2023-02-04T08:59:17.6841161Z ##[group]Run cat test/**/*.log || true 2023-02-04T08:59:17.6841460Z cat test/**/*.log || true 2023-02-04T08:59:17.6860586Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:59:17.6860862Z env: 2023-02-04T08:59:17.6861083Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:59:17.6861312Z GPU_FLAG: --gpus all 2023-02-04T08:59:17.6861655Z DOCKER_CONTAINER_ID: 1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:59:17.6861981Z ##[endgroup] 2023-02-04T08:59:17.6920361Z cat: 'test/**/*.log': No such file or directory 2023-02-04T08:59:17.6954129Z Prepare all required actions 2023-02-04T08:59:17.6978006Z ##[group]Run ./.github/actions/get-workflow-job-id 2023-02-04T08:59:17.6978267Z with: 2023-02-04T08:59:17.6978708Z github-token: *** 2023-02-04T08:59:17.6978898Z env: 2023-02-04T08:59:17.6979107Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:59:17.6979342Z GPU_FLAG: --gpus all 2023-02-04T08:59:17.6979686Z DOCKER_CONTAINER_ID: 1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:59:17.6979989Z ##[endgroup] 2023-02-04T08:59:17.6995323Z ##[group]Run set -eux 2023-02-04T08:59:17.6995561Z set -eux 2023-02-04T08:59:17.6995893Z GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") 2023-02-04T08:59:17.6996293Z echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2023-02-04T08:59:17.7012553Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:59:17.7012821Z env: 2023-02-04T08:59:17.7013059Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:59:17.7013284Z GPU_FLAG: --gpus all 2023-02-04T08:59:17.7013627Z DOCKER_CONTAINER_ID: 1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:59:17.7014116Z GITHUB_TOKEN: *** 2023-02-04T08:59:17.7014330Z ##[endgroup] 2023-02-04T08:59:17.7053019Z ++ python3 .github/scripts/get_workflow_job_id.py 4090691188 gh-ci-gcp-a100-1 2023-02-04T08:59:18.4508651Z + GHA_WORKFLOW_JOB_ID=11106940460 2023-02-04T08:59:18.4509242Z + echo job-id=11106940460 2023-02-04T08:59:18.4615810Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2023-02-04T08:59:18.4616108Z kill "$MONITOR_SCRIPT_PID" 2023-02-04T08:59:18.4633596Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:59:18.4633908Z env: 2023-02-04T08:59:18.4634128Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:59:18.4634352Z GPU_FLAG: --gpus all 2023-02-04T08:59:18.4634690Z DOCKER_CONTAINER_ID: 1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:59:18.4635031Z MONITOR_SCRIPT_PID: 513903 2023-02-04T08:59:18.4635244Z ##[endgroup] 2023-02-04T08:59:18.4746786Z Prepare all required actions 2023-02-04T08:59:18.4747228Z Getting action download info 2023-02-04T08:59:18.7362731Z Download action repository 'actions/upload-artifact@v3' (SHA:0b7f8abb1508181956e8e162db84b466c27e18ce) 2023-02-04T08:59:19.2152249Z ##[group]Run ./.github/actions/upload-test-artifacts 2023-02-04T08:59:19.2152587Z with: 2023-02-04T08:59:19.2152896Z file-suffix: test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11106940460 2023-02-04T08:59:19.2153263Z use-gha: anything-non-empty-to-use-gha 2023-02-04T08:59:19.2153526Z env: 2023-02-04T08:59:19.2153722Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:59:19.2153959Z GPU_FLAG: --gpus all 2023-02-04T08:59:19.2154295Z DOCKER_CONTAINER_ID: 1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:59:19.2154598Z ##[endgroup] 2023-02-04T08:59:19.2214046Z ##[group]Run actions/upload-artifact@v3 2023-02-04T08:59:19.2214296Z with: 2023-02-04T08:59:19.2214694Z name: test-jsons-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11106940460.zip 2023-02-04T08:59:19.2215051Z retention-days: 14 2023-02-04T08:59:19.2215553Z if-no-files-found: warn 2023-02-04T08:59:19.2215793Z path: test/**/*.json 2023-02-04T08:59:19.2215987Z env: 2023-02-04T08:59:19.2216194Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:59:19.2216557Z GPU_FLAG: --gpus all 2023-02-04T08:59:19.2216879Z DOCKER_CONTAINER_ID: 1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:59:19.2217203Z ##[endgroup] 2023-02-04T08:59:19.4256167Z With the provided path, there will be 3 files uploaded 2023-02-04T08:59:19.4259076Z Starting artifact upload 2023-02-04T08:59:19.4259913Z 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-04T08:59:19.4260461Z Artifact name is valid! 2023-02-04T08:59:19.7148925Z Container for artifact "test-jsons-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11106940460.zip" successfully created. Starting upload of file(s) 2023-02-04T08:59:20.0551775Z Total size of all the files uploaded is 29096 bytes 2023-02-04T08:59:20.0552168Z File upload process has finished. Finalizing the artifact upload 2023-02-04T08:59:20.1908026Z Artifact has been finalized. All files have been successfully uploaded! 2023-02-04T08:59:20.1908281Z 2023-02-04T08:59:20.1908458Z The raw size of all the files that were specified for upload is 300245 bytes 2023-02-04T08:59:20.1908947Z 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-04T08:59:20.1909254Z 2023-02-04T08:59:20.1909844Z 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-04T08:59:20.1910202Z 2023-02-04T08:59:20.1910668Z Artifact test-jsons-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11106940460.zip has been successfully uploaded! 2023-02-04T08:59:20.1993029Z ##[group]Run actions/upload-artifact@v3 2023-02-04T08:59:20.1993292Z with: 2023-02-04T08:59:20.1993666Z name: test-reports-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11106940460.zip 2023-02-04T08:59:20.1994115Z retention-days: 14 2023-02-04T08:59:20.1994341Z if-no-files-found: ignore 2023-02-04T08:59:20.1994597Z path: test/**/*.xml test/**/*.csv 2023-02-04T08:59:20.1994818Z env: 2023-02-04T08:59:20.1995014Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:59:20.1995244Z GPU_FLAG: --gpus all 2023-02-04T08:59:20.1995577Z DOCKER_CONTAINER_ID: 1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:59:20.1995880Z ##[endgroup] 2023-02-04T08:59:20.4129556Z With the provided path, there will be 8 files uploaded 2023-02-04T08:59:20.4132299Z Starting artifact upload 2023-02-04T08:59:20.4133464Z 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-04T08:59:20.4134019Z Artifact name is valid! 2023-02-04T08:59:20.6046370Z Container for artifact "test-reports-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11106940460.zip" successfully created. Starting upload of file(s) 2023-02-04T08:59:21.2254217Z Total size of all the files uploaded is 1661 bytes 2023-02-04T08:59:21.2254868Z File upload process has finished. Finalizing the artifact upload 2023-02-04T08:59:21.3240583Z Artifact has been finalized. All files have been successfully uploaded! 2023-02-04T08:59:21.3240856Z 2023-02-04T08:59:21.3241030Z The raw size of all the files that were specified for upload is 2264 bytes 2023-02-04T08:59:21.3241519Z 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-04T08:59:21.3241818Z 2023-02-04T08:59:21.3242394Z 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-04T08:59:21.3242757Z 2023-02-04T08:59:21.3243653Z Artifact test-reports-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11106940460.zip has been successfully uploaded! 2023-02-04T08:59:21.3318730Z ##[group]Run actions/upload-artifact@v3 2023-02-04T08:59:21.3318986Z with: 2023-02-04T08:59:21.3319350Z name: usage-log-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11106940460.zip 2023-02-04T08:59:21.3319705Z retention-days: 14 2023-02-04T08:59:21.3319947Z if-no-files-found: ignore 2023-02-04T08:59:21.3320205Z path: usage_log.txt test/**/*.log 2023-02-04T08:59:21.3320415Z env: 2023-02-04T08:59:21.3320619Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:59:21.3320850Z GPU_FLAG: --gpus all 2023-02-04T08:59:21.3321178Z DOCKER_CONTAINER_ID: 1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:59:21.3321501Z ##[endgroup] 2023-02-04T08:59:21.5376578Z Multiple search paths detected. Calculating the least common ancestor of all paths 2023-02-04T08:59:21.5379681Z The least common ancestor is /home/weiwangmeta/actions-runner/_work/pytorch/pytorch. This will be the root directory of the artifact 2023-02-04T08:59:21.5380519Z With the provided path, there will be 1 file uploaded 2023-02-04T08:59:21.5382835Z Starting artifact upload 2023-02-04T08:59:21.5383843Z 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-04T08:59:21.5384717Z Artifact name is valid! 2023-02-04T08:59:21.6553720Z Container for artifact "usage-log-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11106940460.zip" successfully created. Starting upload of file(s) 2023-02-04T08:59:21.8859984Z Total size of all the files uploaded is 61664 bytes 2023-02-04T08:59:21.8860396Z File upload process has finished. Finalizing the artifact upload 2023-02-04T08:59:21.9746011Z Artifact has been finalized. All files have been successfully uploaded! 2023-02-04T08:59:21.9746365Z 2023-02-04T08:59:21.9746546Z The raw size of all the files that were specified for upload is 2335507 bytes 2023-02-04T08:59:21.9747032Z The size of all the files that were uploaded is 61664 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2023-02-04T08:59:21.9747325Z 2023-02-04T08:59:21.9747958Z 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-04T08:59:21.9748306Z 2023-02-04T08:59:21.9749104Z Artifact usage-log-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_11106940460.zip has been successfully uploaded! 2023-02-04T08:59:21.9819005Z ##[group]Run # shellcheck disable=SC2156 2023-02-04T08:59:21.9819306Z # shellcheck disable=SC2156 2023-02-04T08:59:21.9819668Z find . -iname "core.[1-9]*" -exec docker exec "${DOCKER_CONTAINER_ID}" sh -c "gdb python {} -ex 'bt' -ex 'q'" \; 2023-02-04T08:59:21.9837380Z shell: /usr/bin/bash -e {0} 2023-02-04T08:59:21.9837611Z env: 2023-02-04T08:59:21.9837833Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:59:21.9838059Z GPU_FLAG: --gpus all 2023-02-04T08:59:21.9838404Z DOCKER_CONTAINER_ID: 1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:59:21.9838724Z ##[endgroup] 2023-02-04T08:59:22.3108412Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2023-02-04T08:59:22.3108803Z with: 2023-02-04T08:59:22.3108971Z env: 2023-02-04T08:59:22.3109178Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:59:22.3109413Z GPU_FLAG: --gpus all 2023-02-04T08:59:22.3109731Z DOCKER_CONTAINER_ID: 1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:59:22.3110053Z ##[endgroup] 2023-02-04T08:59:22.3127000Z ##[group]Run set -eou pipefail 2023-02-04T08:59:22.3127261Z set -eou pipefail 2023-02-04T08:59:22.3127487Z  2023-02-04T08:59:22.3127776Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2023-02-04T08:59:22.3128179Z for _ in $(seq 1440); do 2023-02-04T08:59:22.3128444Z  # Break if no ssh session exists anymore 2023-02-04T08:59:22.3128790Z  if [ "$(who)" = "" ]; then 2023-02-04T08:59:22.3129009Z  break 2023-02-04T08:59:22.3129231Z  fi 2023-02-04T08:59:22.3129439Z  echo "." 2023-02-04T08:59:22.3129634Z  sleep 5 2023-02-04T08:59:22.3129838Z done 2023-02-04T08:59:22.3147833Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:59:22.3148092Z env: 2023-02-04T08:59:22.3148312Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:59:22.3148556Z GPU_FLAG: --gpus all 2023-02-04T08:59:22.3148933Z DOCKER_CONTAINER_ID: 1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:59:22.3149259Z ##[endgroup] 2023-02-04T08:59:22.3185992Z Holding runner for 2 hours until all ssh sessions have logged out 2023-02-04T08:59:22.3233715Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-02-04T08:59:22.3234093Z # ignore expansion of "docker ps -q" since it could be empty 2023-02-04T08:59:22.3234399Z # shellcheck disable=SC2046 2023-02-04T08:59:22.3234671Z docker stop $(docker ps -q) || true 2023-02-04T08:59:22.3234952Z # Prune all of the docker images 2023-02-04T08:59:22.3235200Z docker system prune -af 2023-02-04T08:59:22.3251541Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-02-04T08:59:22.3251808Z env: 2023-02-04T08:59:22.3252006Z GIT_DEFAULT_BRANCH: master 2023-02-04T08:59:22.3252242Z GPU_FLAG: --gpus all 2023-02-04T08:59:22.3252581Z DOCKER_CONTAINER_ID: 1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:59:22.3252887Z ##[endgroup] 2023-02-04T08:59:22.7392213Z 1539d303d958 2023-02-04T08:59:25.0737403Z Deleted Containers: 2023-02-04T08:59:25.0737784Z 1539d303d958dd90bfff4dcae80c7c6d5c0280948d49c819c8fc4a5d187339c6 2023-02-04T08:59:25.0738028Z 2023-02-04T08:59:29.3792996Z Deleted Images: 2023-02-04T08:59:29.3794760Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:34842e6fbb02ca4c9247dac033ee8d3563b9117d 2023-02-04T08:59:29.3795958Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7@sha256:870d7f2b93080c6e224db0040513898899b129d528fa4ef26b4f5a25353b51d6 2023-02-04T08:59:29.3796545Z deleted: sha256:4728b2c0dadb28b6d9ae095a53632c4600ecb4de9cfcfa88c2a0c3bbe6d23e88 2023-02-04T08:59:29.3797015Z deleted: sha256:98a95310804f309898de52d982eef20754461bf37ef2aebd6e1871f9573acee9 2023-02-04T08:59:29.3797415Z deleted: sha256:bffe51c29694b09d31fb0e3e7fdd56327225c1123644c0c3e1c963d25e526946 2023-02-04T08:59:29.3797800Z deleted: sha256:037cc6f27f45729b1e541f8a3123ab195c3bbf2977a98b683ff123d4675d0ab0 2023-02-04T08:59:29.3798184Z deleted: sha256:d4744c60c03a9736e15ab264daa5e90c8645205010513721b3395455fdb68051 2023-02-04T08:59:29.3798584Z deleted: sha256:fd107e34255ee162d65248d349adbbf4fa0a75f7fa6b074cd73d042eed101805 2023-02-04T08:59:29.3799000Z deleted: sha256:7cccdc66714d7a773f87c9dcd55a78f8a495d5c9e137bb5aa306c65eccc72a1b 2023-02-04T08:59:29.3799400Z deleted: sha256:46ff656f380ff69e5a7ff7b46fecbd67347b5d987c4c8a2f6b057f369049b37e 2023-02-04T08:59:29.3800261Z deleted: sha256:3fafe15c094345c9a2ec1037a45059bd25060ce75a07e0b520a6f4442842c3d9 2023-02-04T08:59:29.3800655Z deleted: sha256:d018832406561810195e2a2cb0fb406359767cde7e69db997f195eed6389c8fb 2023-02-04T08:59:29.3801038Z deleted: sha256:deac8ffbed59006062d66eae27a23e7df0d692d6c5583edc658a01f3f831c7f8 2023-02-04T08:59:29.3801642Z deleted: sha256:b0892528f7c4a394d070ada390dbf6b237bee640536dd32c97924632f8031fd7 2023-02-04T08:59:29.3802276Z deleted: sha256:fa57ab677c9099484c296f1e6c555ff20bfc782eb41ed38f16e45497df50d826 2023-02-04T08:59:29.3802810Z deleted: sha256:80aa5852aeb29f53c9a0b362a7931860dc3aeadc4709fa17d5d6f59dbbe777db 2023-02-04T08:59:29.3803356Z deleted: sha256:81c4cbde3f5132d20732216a96fe13a5576f80a14b65cfb866927b48893f63ef 2023-02-04T08:59:29.3803746Z deleted: sha256:de78706f3f718af5f87618cc196cedc42a8a14426ae9c2bf14adc42e43c8c071 2023-02-04T08:59:29.3804225Z deleted: sha256:f5d13747ac517ffb3fd70db8749f54629b51df8feaa1e33f0d1cd9c0fe279d63 2023-02-04T08:59:29.3804630Z deleted: sha256:bf0885e582ceca63de7cb22ec1af01460ad4093d6367926614ce4b59ea2d4bfc 2023-02-04T08:59:29.3805042Z deleted: sha256:5a26f7cc7bde66262ffadcf634733b139ef813adfd22b53ad17182562b5fb17a 2023-02-04T08:59:29.3805431Z deleted: sha256:78b7d24a19415b01cf7910c76b20f7930214446dd52f0882d1fff8598b9758ab 2023-02-04T08:59:29.3805815Z deleted: sha256:4e4795c51bc71f1b3582d7dc97a2645eabe3ba9a3b7d69970eb9c6c2815ade7c 2023-02-04T08:59:29.3806206Z deleted: sha256:5b65c83d5bef79ea69cda206b9020ca2b588af08462bf1c73d14b59c06594bb2 2023-02-04T08:59:29.3806612Z deleted: sha256:277de0dd34c96db87525e6cc2398204b37dccbe0c8655ac0fceffad273a47866 2023-02-04T08:59:29.3807144Z deleted: sha256:683dcbf3e3672d31daa95d104ab4336336a70d8e593935fe8cc24f97bf46232d 2023-02-04T08:59:29.3807782Z deleted: sha256:5e24d52e7e9a8dca4f83ef5e87eb7dd2ddeadf198b1161861516871d2137a053 2023-02-04T08:59:29.3808388Z deleted: sha256:174d83bb5661a54148cca69c4d527b2d508b8dfb352a0d009c0276b5b9dafb65 2023-02-04T08:59:29.3808924Z deleted: sha256:30acd6b96ccd4db794f56f445b0126562717561b030cf123cf07f9cb3c2e375a 2023-02-04T08:59:29.3809327Z deleted: sha256:c2117cb768dd74f97b4d1e500dd509697d27cb9623f8cbe6e8b01cc3ae8d478d 2023-02-04T08:59:29.3809707Z deleted: sha256:209cb53873c8220b16e3a04cd8ea88146244fb34d0eee72d449154c4fc199984 2023-02-04T08:59:29.3810088Z deleted: sha256:5d2b37bb5168cde78808cc641b1080fc2801b842d14e2151e752f4f6a3ca8ef5 2023-02-04T08:59:29.3810673Z deleted: sha256:5c0499a8cc0ed42a5568566bf11d745b6f709ca8aea8a3fb7b4b1d7da9d69d36 2023-02-04T08:59:29.3811227Z deleted: sha256:6b19ab23071d2b2bcc19ec6da30fff350c97ab5d91af00dca54541039f742f54 2023-02-04T08:59:29.3811638Z deleted: sha256:a6e50ac7cc1d3b5415e39ddd4af4adf56e85d793707687856f856c5a393f802f 2023-02-04T08:59:29.3812079Z deleted: sha256:c7ccaec76fd0c9d2163386d3e0ddf473aa71a9eade2a09bf8a09b3b0e37fd699 2023-02-04T08:59:29.3812478Z deleted: sha256:b136903799793987213b4d22f8d73a192c7b5c5fde4b687e35275831c43fabd8 2023-02-04T08:59:29.3812839Z deleted: sha256:b6a12100f31ecbdcf21ce5122d57446f21b314c4507794c8bd79a41c734ec531 2023-02-04T08:59:29.3813255Z deleted: sha256:0f30df828dc571c2d80cae27a71c5fa55de752b88eb9f49ee2e2c4efa596f81c 2023-02-04T08:59:29.3813673Z deleted: sha256:c707a4c67e737cfd2c8bf766fa8e988bdb22784722af7cea50453192c3277efb 2023-02-04T08:59:29.3814138Z deleted: sha256:a1f13df310339a8436bbba0f6482eaf1d59c489da89bf32007f214b2708952e6 2023-02-04T08:59:29.3814537Z deleted: sha256:b6deebe5214c8528be6b48313ecc81764ee852642d38a3d437beef57c5701510 2023-02-04T08:59:29.3814929Z deleted: sha256:ab6110d43aa07947af77ca81438862f5f9284326ad8b1354b78747d5d0aaad5e 2023-02-04T08:59:29.3815592Z deleted: sha256:4808db960be994d5ad855919afb8d469181dcfba1a7ca774378e3dd3a7272e33 2023-02-04T08:59:29.3815976Z deleted: sha256:7984f3164631f1dd683e5d83d0a9a29260fb517f15c1ce369d9e16129fc18179 2023-02-04T08:59:29.3816368Z deleted: sha256:11baab5db3ca6e33b18703239e5d8c142fba6e13e5e71e4e69b3bf7e0932cfb4 2023-02-04T08:59:29.3816773Z deleted: sha256:24ac908f9f592af03d6a51011147428f9e682c79b8ca2ad5afd2b1a44aeed617 2023-02-04T08:59:29.3817320Z deleted: sha256:50cc7186fda7f64aa964824a32c139a1085ce030491c0da5fab99fdecae66fdf 2023-02-04T08:59:29.3817716Z deleted: sha256:6e9c802974cfa887b7300715840ef7aaf5765df415d8d4680f72c6034a10292b 2023-02-04T08:59:29.3818092Z deleted: sha256:30109e8b967541225d66d116256e57334c2b63c25b456f9f7cd72d14d46d8da3 2023-02-04T08:59:29.3818464Z deleted: sha256:18ce8ec73f72efbc789a00688f5d57c798690e22048389f236dbc593cec31d6e 2023-02-04T08:59:29.3818836Z deleted: sha256:195741932e0b070b4fed22eee8d97719dc71f1f569594b418d777b87dbe76a6d 2023-02-04T08:59:29.3819225Z deleted: sha256:6f099faae794c47a468400004f89aed66ec84fa1bd6c606a9877ab09c84a5289 2023-02-04T08:59:29.3819685Z deleted: sha256:5bddaa98761511a0e16047132a49704d0cf176bec84f42b91644b8e7adb3cb88 2023-02-04T08:59:29.3820038Z deleted: sha256:5089072a88c6788d2594696a16346c495f97fd117430602f033541a0f333de5f 2023-02-04T08:59:29.3820402Z deleted: sha256:9bc67bb187c368480f186819831faa7998ba6d4f2e4ab8bd5b5fbc8a5aada045 2023-02-04T08:59:29.3820782Z deleted: sha256:45bbe3d22998589317c7f6c4dd591475423bb37ca9b922529c5878653483b18d 2023-02-04T08:59:29.3820991Z 2023-02-04T08:59:29.3821130Z Total reclaimed space: 21.96GB 2023-02-04T08:59:29.3899439Z Post job cleanup. 2023-02-04T08:59:29.3936418Z Post job cleanup. 2023-02-04T08:59:29.5160635Z Unexpected error attempting to determine if executable file exists '/home/weiwangmeta/.local/bin/git': Error: EACCES: permission denied, stat '/home/weiwangmeta/.local/bin/git' 2023-02-04T08:59:29.5174122Z Unexpected error attempting to determine if executable file exists '/home/weiwangmeta/.local/bin/git': Error: EACCES: permission denied, stat '/home/weiwangmeta/.local/bin/git' 2023-02-04T08:59:29.5194524Z [command]/usr/bin/git version 2023-02-04T08:59:29.5243384Z git version 2.25.1 2023-02-04T08:59:29.5293447Z Temporarily overriding HOME='/home/weiwangmeta/actions-runner/_work/_temp/f659dba4-dabe-40af-a058-d39e415726a4' before making global git config changes 2023-02-04T08:59:29.5294087Z Adding repository directory to the temporary git global config as a safe directory 2023-02-04T08:59:29.5299994Z [command]/usr/bin/git config --global --add safe.directory /home/weiwangmeta/actions-runner/_work/pytorch/pytorch 2023-02-04T08:59:29.5344204Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-02-04T08:59:29.5380954Z [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:59:29.5652257Z Entering 'android/libs/fbjni' 2023-02-04T08:59:29.5690689Z Entering 'third_party/FP16' 2023-02-04T08:59:29.5729095Z Entering 'third_party/FXdiv' 2023-02-04T08:59:29.5766361Z Entering 'third_party/NNPACK' 2023-02-04T08:59:29.5805498Z Entering 'third_party/QNNPACK' 2023-02-04T08:59:29.5843052Z Entering 'third_party/VulkanMemoryAllocator' 2023-02-04T08:59:29.5881518Z Entering 'third_party/XNNPACK' 2023-02-04T08:59:29.5930589Z Entering 'third_party/benchmark' 2023-02-04T08:59:29.5968496Z Entering 'third_party/cpuinfo' 2023-02-04T08:59:29.6007120Z Entering 'third_party/cub' 2023-02-04T08:59:29.6044981Z Entering 'third_party/cudnn_frontend' 2023-02-04T08:59:29.6089029Z Entering 'third_party/cutlass' 2023-02-04T08:59:29.6135885Z Entering 'third_party/eigen' 2023-02-04T08:59:29.6176050Z Entering 'third_party/fbgemm' 2023-02-04T08:59:29.6212834Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-02-04T08:59:29.6249509Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T08:59:29.6286079Z Entering 'third_party/fbgemm/third_party/googletest' 2023-02-04T08:59:29.6323758Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T08:59:29.6361884Z Entering 'third_party/flatbuffers' 2023-02-04T08:59:29.6401155Z Entering 'third_party/fmt' 2023-02-04T08:59:29.6439687Z Entering 'third_party/foxi' 2023-02-04T08:59:29.6477318Z Entering 'third_party/gemmlowp/gemmlowp' 2023-02-04T08:59:29.6514682Z Entering 'third_party/gloo' 2023-02-04T08:59:29.6553500Z Entering 'third_party/googletest' 2023-02-04T08:59:29.6590499Z Entering 'third_party/ideep' 2023-02-04T08:59:29.6626571Z Entering 'third_party/ideep/mkl-dnn' 2023-02-04T08:59:29.6672862Z Entering 'third_party/ios-cmake' 2023-02-04T08:59:29.6710574Z Entering 'third_party/ittapi' 2023-02-04T08:59:29.6748645Z Entering 'third_party/kineto' 2023-02-04T08:59:29.6785592Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T08:59:29.6824428Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T08:59:29.6865503Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T08:59:29.6902480Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T08:59:29.6939537Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T08:59:29.6975686Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T08:59:29.7014006Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T08:59:29.7050442Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T08:59:29.7086555Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T08:59:29.7124131Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T08:59:29.7163405Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T08:59:29.7200875Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T08:59:29.7238961Z Entering 'third_party/nccl/nccl' 2023-02-04T08:59:29.7276901Z Entering 'third_party/neon2sse' 2023-02-04T08:59:29.7315030Z Entering 'third_party/nlohmann' 2023-02-04T08:59:29.7353271Z Entering 'third_party/onnx' 2023-02-04T08:59:29.7404334Z Entering 'third_party/onnx/third_party/benchmark' 2023-02-04T08:59:29.7441644Z Entering 'third_party/onnx/third_party/pybind11' 2023-02-04T08:59:29.7482037Z Entering 'third_party/onnx-tensorrt' 2023-02-04T08:59:29.7518108Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T08:59:29.7559445Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T08:59:29.7596390Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T08:59:29.7631386Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-02-04T08:59:29.7674437Z Entering 'third_party/pocketfft' 2023-02-04T08:59:29.7711600Z Entering 'third_party/protobuf' 2023-02-04T08:59:29.7752193Z Entering 'third_party/protobuf/third_party/benchmark' 2023-02-04T08:59:29.7789500Z Entering 'third_party/protobuf/third_party/googletest' 2023-02-04T08:59:29.7827801Z Entering 'third_party/psimd' 2023-02-04T08:59:29.7866779Z Entering 'third_party/pthreadpool' 2023-02-04T08:59:29.7904173Z Entering 'third_party/pybind11' 2023-02-04T08:59:29.7941703Z Entering 'third_party/python-enum' 2023-02-04T08:59:29.7979791Z Entering 'third_party/python-peachpy' 2023-02-04T08:59:29.8017260Z Entering 'third_party/python-six' 2023-02-04T08:59:29.8054607Z Entering 'third_party/sleef' 2023-02-04T08:59:29.8092084Z Entering 'third_party/tbb' 2023-02-04T08:59:29.8134439Z Entering 'third_party/tensorpipe' 2023-02-04T08:59:29.8175015Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-02-04T08:59:29.8213323Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-02-04T08:59:29.8251719Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-02-04T08:59:29.8289331Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T08:59:29.8325810Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T08:59:29.8367583Z Entering 'third_party/zstd' 2023-02-04T08:59:29.8421242Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-02-04T08:59:29.8454412Z http.https://github.com/.extraheader 2023-02-04T08:59:29.8464628Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-02-04T08:59:29.8509447Z [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:59:29.8770009Z Entering 'android/libs/fbjni' 2023-02-04T08:59:29.8789122Z http.https://github.com/.extraheader 2023-02-04T08:59:29.8821857Z Entering 'third_party/FP16' 2023-02-04T08:59:29.8841481Z http.https://github.com/.extraheader 2023-02-04T08:59:29.8875483Z Entering 'third_party/FXdiv' 2023-02-04T08:59:29.8894880Z http.https://github.com/.extraheader 2023-02-04T08:59:29.8927563Z Entering 'third_party/NNPACK' 2023-02-04T08:59:29.8947317Z http.https://github.com/.extraheader 2023-02-04T08:59:29.8980759Z Entering 'third_party/QNNPACK' 2023-02-04T08:59:29.8999817Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9033187Z Entering 'third_party/VulkanMemoryAllocator' 2023-02-04T08:59:29.9052995Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9085538Z Entering 'third_party/XNNPACK' 2023-02-04T08:59:29.9104806Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9150670Z Entering 'third_party/benchmark' 2023-02-04T08:59:29.9170196Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9202718Z Entering 'third_party/cpuinfo' 2023-02-04T08:59:29.9223059Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9256520Z Entering 'third_party/cub' 2023-02-04T08:59:29.9275725Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9309017Z Entering 'third_party/cudnn_frontend' 2023-02-04T08:59:29.9327653Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9366358Z Entering 'third_party/cutlass' 2023-02-04T08:59:29.9387386Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9427111Z Entering 'third_party/eigen' 2023-02-04T08:59:29.9447266Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9481591Z Entering 'third_party/fbgemm' 2023-02-04T08:59:29.9501769Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9534232Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-02-04T08:59:29.9553148Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9586079Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-02-04T08:59:29.9604338Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9637344Z Entering 'third_party/fbgemm/third_party/googletest' 2023-02-04T08:59:29.9657460Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9689472Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-02-04T08:59:29.9709540Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9743616Z Entering 'third_party/flatbuffers' 2023-02-04T08:59:29.9762575Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9797217Z Entering 'third_party/fmt' 2023-02-04T08:59:29.9817404Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9850664Z Entering 'third_party/foxi' 2023-02-04T08:59:29.9870794Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9903272Z Entering 'third_party/gemmlowp/gemmlowp' 2023-02-04T08:59:29.9922467Z http.https://github.com/.extraheader 2023-02-04T08:59:29.9955109Z Entering 'third_party/gloo' 2023-02-04T08:59:29.9974776Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0007617Z Entering 'third_party/googletest' 2023-02-04T08:59:30.0026619Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0060206Z Entering 'third_party/ideep' 2023-02-04T08:59:30.0079157Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0110281Z Entering 'third_party/ideep/mkl-dnn' 2023-02-04T08:59:30.0129345Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0170411Z Entering 'third_party/ios-cmake' 2023-02-04T08:59:30.0190105Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0222084Z Entering 'third_party/ittapi' 2023-02-04T08:59:30.0240924Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0273796Z Entering 'third_party/kineto' 2023-02-04T08:59:30.0293482Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0325913Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2023-02-04T08:59:30.0345322Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0377748Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2023-02-04T08:59:30.0396402Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0431195Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2023-02-04T08:59:30.0449272Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0481735Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2023-02-04T08:59:30.0501948Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0534456Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2023-02-04T08:59:30.0553192Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0584993Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2023-02-04T08:59:30.0603339Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0637812Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2023-02-04T08:59:30.0656922Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0689208Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2023-02-04T08:59:30.0708375Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0741213Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2023-02-04T08:59:30.0759974Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0793604Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2023-02-04T08:59:30.0812697Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0847603Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-02-04T08:59:30.0865900Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0898664Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-02-04T08:59:30.0916906Z http.https://github.com/.extraheader 2023-02-04T08:59:30.0950955Z Entering 'third_party/nccl/nccl' 2023-02-04T08:59:30.0970283Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1002969Z Entering 'third_party/neon2sse' 2023-02-04T08:59:30.1022548Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1054393Z Entering 'third_party/nlohmann' 2023-02-04T08:59:30.1073418Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1107243Z Entering 'third_party/onnx' 2023-02-04T08:59:30.1126248Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1171230Z Entering 'third_party/onnx/third_party/benchmark' 2023-02-04T08:59:30.1191191Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1223863Z Entering 'third_party/onnx/third_party/pybind11' 2023-02-04T08:59:30.1243968Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1279025Z Entering 'third_party/onnx-tensorrt' 2023-02-04T08:59:30.1298345Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1329904Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-02-04T08:59:30.1348621Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1386592Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-02-04T08:59:30.1405421Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1440572Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-02-04T08:59:30.1459856Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1493932Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-02-04T08:59:30.1513254Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1552844Z Entering 'third_party/pocketfft' 2023-02-04T08:59:30.1572007Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1604308Z Entering 'third_party/protobuf' 2023-02-04T08:59:30.1625004Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1660929Z Entering 'third_party/protobuf/third_party/benchmark' 2023-02-04T08:59:30.1679646Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1711983Z Entering 'third_party/protobuf/third_party/googletest' 2023-02-04T08:59:30.1732703Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1768398Z Entering 'third_party/psimd' 2023-02-04T08:59:30.1788451Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1822711Z Entering 'third_party/pthreadpool' 2023-02-04T08:59:30.1841770Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1874378Z Entering 'third_party/pybind11' 2023-02-04T08:59:30.1893966Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1927158Z Entering 'third_party/python-enum' 2023-02-04T08:59:30.1946596Z http.https://github.com/.extraheader 2023-02-04T08:59:30.1979180Z Entering 'third_party/python-peachpy' 2023-02-04T08:59:30.1997864Z http.https://github.com/.extraheader 2023-02-04T08:59:30.2030726Z Entering 'third_party/python-six' 2023-02-04T08:59:30.2049719Z http.https://github.com/.extraheader 2023-02-04T08:59:30.2081950Z Entering 'third_party/sleef' 2023-02-04T08:59:30.2100925Z http.https://github.com/.extraheader 2023-02-04T08:59:30.2133804Z Entering 'third_party/tbb' 2023-02-04T08:59:30.2152248Z http.https://github.com/.extraheader 2023-02-04T08:59:30.2187677Z Entering 'third_party/tensorpipe' 2023-02-04T08:59:30.2206815Z http.https://github.com/.extraheader 2023-02-04T08:59:30.2238521Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-02-04T08:59:30.2257855Z http.https://github.com/.extraheader 2023-02-04T08:59:30.2291678Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-02-04T08:59:30.2310400Z http.https://github.com/.extraheader 2023-02-04T08:59:30.2343362Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-02-04T08:59:30.2361706Z http.https://github.com/.extraheader 2023-02-04T08:59:30.2394368Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-02-04T08:59:30.2414313Z http.https://github.com/.extraheader 2023-02-04T08:59:30.2447467Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-02-04T08:59:30.2467348Z http.https://github.com/.extraheader 2023-02-04T08:59:30.2504132Z Entering 'third_party/zstd' 2023-02-04T08:59:30.2523693Z http.https://github.com/.extraheader 2023-02-04T08:59:30.2809781Z Cleaning up orphan processes